This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/sql/mysql/upgrade/2.0.6/1-update_database_version.sql

3 lines
140 B
MySQL
Raw Normal View History

UPDATE zseq_system_settings SET id=LAST_INSERT_ID(id+1);
INSERT INTO system_settings VALUES (LAST_INSERT_ID(), 'databaseVersion', '2.0.6');