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
|
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
|
-- Apr 4, 2012 11:04:34 AM MYT
|
||||||
-- IDEMPIERE-215 Costing: Remove M_Product_Costing
|
-- IDEMPIERE-215 Costing: Remove M_Product_Costing
|
||||||
DELETE FROM AD_Menu_Trl WHERE AD_Menu_ID=314
|
DELETE FROM AD_Menu_Trl WHERE AD_Menu_ID=314
|
||||||
|
@ -79,4 +74,3 @@ WHERE LastMigrationScriptApplied<'832_IDEMPIERE-215.sql'
|
||||||
OR LastMigrationScriptApplied IS NULL
|
OR LastMigrationScriptApplied IS NULL
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -342,4 +342,5 @@ UPDATE AD_System
|
||||||
SET LastMigrationScriptApplied='835_IDEMPIERE-195_MenuAutoExpand.sql'
|
SET LastMigrationScriptApplied='835_IDEMPIERE-195_MenuAutoExpand.sql'
|
||||||
WHERE LastMigrationScriptApplied<'835_IDEMPIERE-195_MenuAutoExpand.sql'
|
WHERE LastMigrationScriptApplied<'835_IDEMPIERE-195_MenuAutoExpand.sql'
|
||||||
OR LastMigrationScriptApplied IS NULL
|
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);
|
uuid := substr(guid, 1, 8) || '-' || substr(guid, 9, 4) || '-' || substr(guid, 13, 4) || '-' || substr(guid, 17, 4) || '-' || substr(guid, 21, 12);
|
||||||
return uuid;
|
return uuid;
|
||||||
end;
|
end;
|
||||||
|
/
|
||||||
|
|
||||||
UPDATE AD_System
|
UPDATE AD_System
|
||||||
SET LastMigrationScriptApplied='840_IDEMPIERE-274.sql'
|
SET LastMigrationScriptApplied='840_IDEMPIERE-274.sql'
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
SET DEFINE OFF
|
||||||
|
|
||||||
-- May 28, 2012 3:21:04 PM MYT
|
-- May 28, 2012 3:21:04 PM MYT
|
||||||
-- IDEMPIERE-277 Wrong Translation for "Home"
|
-- 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
|
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
|
||||||
|
|
|
@ -65,4 +65,5 @@ BEGIN
|
||||||
DBMS_OUTPUT.PUT_LINE ('End');
|
DBMS_OUTPUT.PUT_LINE ('End');
|
||||||
COMMIT;
|
COMMIT;
|
||||||
END;
|
END;
|
||||||
/
|
/
|
||||||
|
|
||||||
|
|
|
@ -907,3 +907,4 @@ UPDATE AD_TABLE_TRL tt
|
||||||
AND tt.NAME <> e.NAME);
|
AND tt.NAME <> e.NAME);
|
||||||
|
|
||||||
COMMIT ;
|
COMMIT ;
|
||||||
|
|
||||||
|
|
|
@ -118,3 +118,4 @@ BEGIN
|
||||||
DBMS_OUTPUT.PUT_LINE ('End');
|
DBMS_OUTPUT.PUT_LINE ('End');
|
||||||
END;
|
END;
|
||||||
/
|
/
|
||||||
|
|
||||||
|
|
|
@ -78,4 +78,5 @@ BEGIN
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
||||||
END;
|
END;
|
||||||
/
|
/
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
809_IDEMPIERE23.sql
|
843-IDEMPIERE-13.sql
|
||||||
|
|
Loading…
Reference in New Issue