core-jgi/migration-historic/i1.0a-i1.0b/postgresql/201304241732_Version.sql

10 lines
196 B
MySQL
Raw Normal View History

2013-04-25 05:36:47 +07:00
UPDATE AD_SYSTEM
SET releaseno = '1.0b',
VERSION = '2013-04-24'
WHERE ad_system_id = 0 AND ad_client_id = 0
;
SELECT register_migration_script('201304241732_Version.sql') FROM dual
;