impress/db
Emi Matchu 1d1dc15320 Remove some more incorrect limits on ID fields in the database
I'm running into this with the automated tests and the fixtures I think
sometimes using large auto-generated IDs?

But the point is, our tables generally use Rails's default `:integer`
size for its IDs, and then columns that reference them are *smaller*,
which is… not correct stuff, y'know?

So I figure, let's just expand the columns. We don't have enough data
that being real picky about the integer sizes matters, so let's keep it
simple and more obviously correct.
2024-11-15 20:39:38 -08:00
..
migrate Remove some more incorrect limits on ID fields in the database 2024-11-15 20:39:38 -08:00
openneo_id_migrate Connect a NeoPass to an existing account 2024-04-08 05:33:58 -07:00
openneo_id_schema.rb Remove support for old "Nebula (fake)" April Fools color 2024-09-27 19:38:53 -07:00
schema.rb Remove some more incorrect limits on ID fields in the database 2024-11-15 20:39:38 -08:00
seeds.rb Move fundraising models into the Fundraising module 2024-02-18 20:29:31 -08:00