diff --git a/migration/i1.0a-release/oracle/201211091328_LastMigrationNotSet.sql b/migration/i1.0a-release/oracle/201211091328_LastMigrationNotSet.sql new file mode 100644 index 0000000000..631b6cb74d --- /dev/null +++ b/migration/i1.0a-release/oracle/201211091328_LastMigrationNotSet.sql @@ -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 +; + diff --git a/migration/i1.0a-release/postgresql/201211091328_LastMigrationNotSet.sql b/migration/i1.0a-release/postgresql/201211091328_LastMigrationNotSet.sql new file mode 100644 index 0000000000..631b6cb74d --- /dev/null +++ b/migration/i1.0a-release/postgresql/201211091328_LastMigrationNotSet.sql @@ -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 +; +