Closed cliffcaseyyet closed 5 months ago
Migrate from VARCHAR(255) to unlimited TEXT field to avoid insert errors for ridiculously long IRIs.
Must drop actor_ifi indexes and constraints and rebuild to convert. The rest are trivial
Would it be reasonable to add a test for IFIs, verb IDs, and activity IDs that are over 255 characters long?
Postgres only
Migrate from VARCHAR(255) to unlimited TEXT field to avoid insert errors for ridiculously long IRIs.
Must drop actor_ifi indexes and constraints and rebuild to convert. The rest are trivial