script version

This commit is contained in:
Carlos Ruiz 2016-10-30 20:18:09 +01:00
parent 144cc95db8
commit 3dd33fafad
2 changed files with 21 additions and 0 deletions

View File

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

View File

@ -0,0 +1,9 @@
UPDATE AD_SYSTEM
SET releaseno = '4.1',
VERSION = '2016-10-31'
WHERE ad_system_id = 0 AND ad_client_id = 0
;
SELECT register_migration_script('201610310000_Version.sql') FROM dual
;