Updating database seeds to script 843 / minor fixes to certain oracle scripts to ease this task
This commit is contained in:
parent
7a7025362f
commit
16b108288c
|
@ -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
|
||||
;
|
||||
|
||||
|
||||
|
|
|
@ -343,3 +343,4 @@ UPDATE AD_System
|
|||
WHERE LastMigrationScriptApplied<'835_IDEMPIERE-195_MenuAutoExpand.sql'
|
||||
OR LastMigrationScriptApplied IS NULL
|
||||
;
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -66,3 +66,4 @@ BEGIN
|
|||
COMMIT;
|
||||
END;
|
||||
/
|
||||
|
||||
|
|
|
@ -907,3 +907,4 @@ UPDATE AD_TABLE_TRL tt
|
|||
AND tt.NAME <> e.NAME);
|
||||
|
||||
COMMIT ;
|
||||
|
||||
|
|
|
@ -118,3 +118,4 @@ BEGIN
|
|||
DBMS_OUTPUT.PUT_LINE ('End');
|
||||
END;
|
||||
/
|
||||
|
||||
|
|
|
@ -79,3 +79,4 @@ BEGIN
|
|||
COMMIT;
|
||||
END;
|
||||
/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
809_IDEMPIERE23.sql
|
||||
843-IDEMPIERE-13.sql
|
||||
|
|
Loading…
Reference in New Issue