From 93c292c89b39878e92831e8424c539d41ff159e5 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Fri, 9 Nov 2012 13:30:52 -0500 Subject: [PATCH] Last migration script is not being set properly --- .../oracle/201211091328_LastMigrationNotSet.sql | 8 ++++++++ .../postgresql/201211091328_LastMigrationNotSet.sql | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 migration/i1.0a-release/oracle/201211091328_LastMigrationNotSet.sql create mode 100644 migration/i1.0a-release/postgresql/201211091328_LastMigrationNotSet.sql 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 +; +