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. |
||
|---|---|---|
| .. | ||
| migrations | ||
| __init__.py | ||
| models.py | ||
| store.py | ||