Set version to 3.1

This commit is contained in:
Carlos Ruiz 2015-10-30 20:25:06 -05:00
parent 3858914fb3
commit 8cbcb58ff4
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,12 @@
UPDATE AD_SYSTEM
SET releaseno = '3.1',
VERSION = '2015-10-31'
WHERE ad_system_id = 0 AND ad_client_id = 0
;
COMMIT
;
SELECT register_migration_script('201510310000_Version.sql') FROM dual
;

View File

@ -0,0 +1,9 @@
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
;