001_init.sql already defines first_seen_at in the CREATE TABLE statement. On fresh installs, migration 004 failed with 'duplicate column name: first_seen_at'. Remove the redundant ALTER TABLE; last_seen_at/times_seen/price_at_first_seen are still added by 004 as before. |
||
|---|---|---|
| .. | ||
| 001_init.sql | ||
| 002_add_listing_format.sql | ||
| 003_nullable_account_age.sql | ||
| 004_staging_tracking.sql | ||
| 005_listing_category.sql | ||
| 006_scammer_blocklist.sql | ||
| 007_background_tasks.sql | ||