IDEMPIERE-1138 Fix wrong name on migration script - one last loose end
This commit is contained in:
parent
89e4dea166
commit
852daf0224
|
@ -0,0 +1,6 @@
|
|||
-- Fix wrong name on migration script - one last loose end
|
||||
update ad_system set lastmigrationscriptapplied='20130717164800_IDEMPIERE-1138.sql' where lastmigrationscriptapplied='20131707164800_IDEMPIERE-1138.sql'
|
||||
;
|
||||
SELECT register_migration_script('201310211037_IDEMPIERE-1138.sql') FROM dual
|
||||
;
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
-- Fix wrong name on migration script - one last loose end
|
||||
update ad_system set lastmigrationscriptapplied='20130717164800_IDEMPIERE-1138.sql' where lastmigrationscriptapplied='20131707164800_IDEMPIERE-1138.sql'
|
||||
;
|
||||
SELECT register_migration_script('201310211037_IDEMPIERE-1138.sql') FROM dual
|
||||
;
|
||||
|
Loading…
Reference in New Issue