Last migration script is not being set properly
This commit is contained in:
parent
0dd0d36ad2
commit
93c292c89b
|
@ -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
|
||||||
|
;
|
||||||
|
|
|
@ -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
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue