Updating database seeds to script 843 / minor fixes to certain oracle scripts to ease this task

This commit is contained in:
Carlos Ruiz 2012-05-28 11:52:04 -05:00
parent 7a7025362f
commit 16b108288c
9 changed files with 12 additions and 10 deletions

View File

@ -18,11 +18,6 @@ DELETE FROM AD_Table_Trl WHERE AD_Table_ID=327
DELETE FROM AD_Table WHERE AD_Table_ID=327
;
-- Apr 4, 2012 11:00:31 AM MYT
-- IDEMPIERE-215 Costing: Remove M_Product_Costing
DELETE FROM AD_ReportView WHERE AD_ReportView_ID=125
;
-- Apr 4, 2012 11:04:34 AM MYT
-- IDEMPIERE-215 Costing: Remove M_Product_Costing
DELETE FROM AD_Menu_Trl WHERE AD_Menu_ID=314
@ -79,4 +74,3 @@ WHERE LastMigrationScriptApplied<'832_IDEMPIERE-215.sql'
OR LastMigrationScriptApplied IS NULL
;

View File

@ -342,4 +342,5 @@ UPDATE AD_System
SET LastMigrationScriptApplied='835_IDEMPIERE-195_MenuAutoExpand.sql'
WHERE LastMigrationScriptApplied<'835_IDEMPIERE-195_MenuAutoExpand.sql'
OR LastMigrationScriptApplied IS NULL
;
;

View File

@ -8,6 +8,7 @@ begin
uuid := substr(guid, 1, 8) || '-' || substr(guid, 9, 4) || '-' || substr(guid, 13, 4) || '-' || substr(guid, 17, 4) || '-' || substr(guid, 21, 12);
return uuid;
end;
/
UPDATE AD_System
SET LastMigrationScriptApplied='840_IDEMPIERE-274.sql'

View File

@ -1,3 +1,5 @@
SET DEFINE OFF
-- May 28, 2012 3:21:04 PM MYT
-- IDEMPIERE-277 Wrong Translation for "Home"
UPDATE AD_Message SET MsgText='&Home',Updated=TO_DATE('2012-05-28 15:21:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=293

View File

@ -65,4 +65,5 @@ BEGIN
DBMS_OUTPUT.PUT_LINE ('End');
COMMIT;
END;
/
/

View File

@ -907,3 +907,4 @@ UPDATE AD_TABLE_TRL tt
AND tt.NAME <> e.NAME);
COMMIT ;

View File

@ -118,3 +118,4 @@ BEGIN
DBMS_OUTPUT.PUT_LINE ('End');
END;
/

View File

@ -78,4 +78,5 @@ BEGIN
COMMIT;
END;
/
/

View File

@ -1 +1 @@
809_IDEMPIERE23.sql
843-IDEMPIERE-13.sql