-
Sub-task
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
-
False
-
None
Right now the Event table contains the accountId (ebsAccountNumber) like this:
account_id VARCHAR(50) NOT NULL,
As suggested in the level 1 of the migration document, the orgId should be stored as Text instead of Varchar. Technically this isn't a big difference, but we would have to add a new column anyway, so we can also just follow the suggestions.