[Rt-commit] rt branch, 5.0/increase-id-size-in-db, repushed
Michel Rodriguez
michel at bestpractical.com
Fri Mar 27 10:56:59 EDT 2020
The branch 5.0/increase-id-size-in-db was deleted and repushed:
was d415e8f0d72831c020570da377dea324f97af998
now c92e1e61f8096d90e1a1032891b16d62f3074e12
1: c6d96d3d70 = 1: c6d96d3d70 Increase the size of id fields for transactions and attachments to bigint.
2: 0b6a1a06f5 ! 2: cf531b24ef Increase the size of id fields for transactions and attachments to number(19,0).
@@ -48,8 +48,8 @@
+++ b/etc/upgrade/4.5.4/schema.Oracle
@@
+ALTER TABLE Attachments MODIFY id NUMBER(19,0);
-+ALTER TABLE Attachments MODIFY TransactionId NUMBER(19,0) NOT NULL;
-+ALTER TABLE Attachments MODIFY Parent NUMBER(19,0) DEFAULT 0 NOT NULL;
-+ALTER TABLE Transactions MODIFY id NUMBER(19,0);
-+ALTER TABLE ObjectCustomFieldValues MODIFY ObjectId NUMBER(19,0) DEFAULT 0 NOT NULL;
++ALTER TABLE Attachments MODIFY TransactionId NUMBER(19,0);
++ALTER TABLE Attachments MODIFY Parent NUMBER(19,0);
++ALTER TABLE Transactions MODIFY id NUMBER(19,0);
++ALTER TABLE ObjectCustomFieldValues MODIFY ObjectId NUMBER(19,0);
3: d415e8f0d7 = 3: c92e1e61f8 Update _CoreAccessible and pod with the new id size.
More information about the rt-commit
mailing list