core-jgi/migration-historic/i2.1z/postgresql/201510310000_Version.sql

10 lines
195 B
MySQL
Raw Normal View History

2015-10-31 08:25:06 +07:00
UPDATE AD_SYSTEM
SET releaseno = '3.1',
VERSION = '2015-10-31'
WHERE ad_system_id = 0 AND ad_client_id = 0
;
SELECT register_migration_script('201510310000_Version.sql') FROM dual
;