diff --git a/migration/i1.0c-release/oracle/201307171647_IDEMPIERE-1138.sql b/migration/i1.0c-release/oracle/201307171647_IDEMPIERE-1138.sql new file mode 100644 index 0000000000..deacbd4a1d --- /dev/null +++ b/migration/i1.0c-release/oracle/201307171647_IDEMPIERE-1138.sql @@ -0,0 +1,7 @@ +-- Fix wrong name on migration script as reported at https://www.facebook.com/groups/idempiere/permalink/631456976906219/ +update ad_migrationscript set name = '20130717164800_IDEMPIERE-1138.sql', filename = 'oracle/20130717164800_IDEMPIERE-1138.sql' where name = '20131707164800_IDEMPIERE-1138.sql' +; + +SELECT register_migration_script('201307171647_IDEMPIERE-1138.sql') FROM dual +; + diff --git a/migration/i1.0c-release/oracle/20131707164800_IDEMPIERE-1138.sql b/migration/i1.0c-release/oracle/20130717164800_IDEMPIERE-1138.sql similarity index 99% rename from migration/i1.0c-release/oracle/20131707164800_IDEMPIERE-1138.sql rename to migration/i1.0c-release/oracle/20130717164800_IDEMPIERE-1138.sql index 1ff8ff0276..b297798d2b 100644 --- a/migration/i1.0c-release/oracle/20131707164800_IDEMPIERE-1138.sql +++ b/migration/i1.0c-release/oracle/20130717164800_IDEMPIERE-1138.sql @@ -93,6 +93,6 @@ UPDATE AD_Field SET Name='Broadcast Frequency', Description='How Many Times Mess ' WHERE AD_Column_ID=200984 AND IsCentrallyMaintained='Y' ; -SELECT register_migration_script('20131707164800_IDEMPIERE-1138.sql') FROM dual +SELECT register_migration_script('20130717164800_IDEMPIERE-1138.sql') FROM dual ; diff --git a/migration/i1.0c-release/postgresql/201307171647_IDEMPIERE-1138.sql b/migration/i1.0c-release/postgresql/201307171647_IDEMPIERE-1138.sql new file mode 100644 index 0000000000..82d54c95c2 --- /dev/null +++ b/migration/i1.0c-release/postgresql/201307171647_IDEMPIERE-1138.sql @@ -0,0 +1,7 @@ +-- Fix wrong name on migration script as reported at https://www.facebook.com/groups/idempiere/permalink/631456976906219/ +update ad_migrationscript set name = '20130717164800_IDEMPIERE-1138.sql', filename = 'postgresql/20130717164800_IDEMPIERE-1138.sql' where name = '20131707164800_IDEMPIERE-1138.sql' +; + +SELECT register_migration_script('201307171647_IDEMPIERE-1138.sql') FROM dual +; + diff --git a/migration/i1.0c-release/postgresql/20131707164800_IDEMPIERE-1138.sql b/migration/i1.0c-release/postgresql/20130717164800_IDEMPIERE-1138.sql similarity index 99% rename from migration/i1.0c-release/postgresql/20131707164800_IDEMPIERE-1138.sql rename to migration/i1.0c-release/postgresql/20130717164800_IDEMPIERE-1138.sql index 9328946efc..d46a35ef73 100644 --- a/migration/i1.0c-release/postgresql/20131707164800_IDEMPIERE-1138.sql +++ b/migration/i1.0c-release/postgresql/20130717164800_IDEMPIERE-1138.sql @@ -90,6 +90,6 @@ UPDATE AD_Field SET Name='Broadcast Frequency', Description='How Many Times Mess ' WHERE AD_Column_ID=200984 AND IsCentrallyMaintained='Y' ; -SELECT register_migration_script('20131707164800_IDEMPIERE-1138.sql') FROM dual +SELECT register_migration_script('20130717164800_IDEMPIERE-1138.sql') FROM dual ;