yetanalytics / lrsql

A SQL-based Learning Record Store
https://www.sqllrs.com
Apache License 2.0
91 stars 17 forks source link

Migration from PG VARCHAR to TEXT #406

Closed cliffcaseyyet closed 5 months ago

cliffcaseyyet commented 5 months ago

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

kelvinqian00 commented 5 months ago

Would it be reasonable to add a test for IFIs, verb IDs, and activity IDs that are over 255 characters long?