[Task]: Take care of pointers for postgres migrations - Debt #34042
Closed
Description
SubTasks
- Convert all the repeated migrations.
- index Constraints.
- When importing baseline data, let
created_at
take current time andupdated_at
benull
. - (EE only) The
TenantConfiguration.pluginToken
should be encrypted. How do we do this in theloadMongoData
migration? This isn't getting encrypted inrelease
branch today, a bug. That's why we found it with our regex.
If we fix that bug, and we need this encrypted, we'll need to solve for this as well.