Last migration script is not being set properly

This commit is contained in:
Carlos Ruiz 2012-11-09 13:30:52 -05:00
parent 0dd0d36ad2
commit 93c292c89b
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- Nov 9, 2012 1:28:45 PM COT
-- Last migration script not being set
UPDATE AD_System SET LastMigrationScriptApplied=NULL WHERE AD_System_ID=0
;
SELECT register_migration_script('201211091328_LastMigrationNotSet.sql') FROM dual
;

View File

@ -0,0 +1,8 @@
-- Nov 9, 2012 1:28:45 PM COT
-- Last migration script not being set
UPDATE AD_System SET LastMigrationScriptApplied=NULL WHERE AD_System_ID=0
;
SELECT register_migration_script('201211091328_LastMigrationNotSet.sql') FROM dual
;