mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 15:43:49 +01:00
The distribution table had a `data bytea NOT NULL` column that was never read by the Go code — item data is stored in distribution_items instead. The NOT NULL constraint forced dummy values in seed data and test inserts. Remove the column from the baseline schema, seed data, and tests, and add migration 0005 to drop it from existing databases.