Closed TimDaub closed 2 years ago
Attempting to apply migration file "2_migration.sql" SqliteError: there is already another table or index with this name: questions Attempting to apply migration file "3_migration.sql" SqliteError: duplicate column name: ksuid
reproduce:
start npm run dev then kill it and run again.
seems to not cause any major problems so I'm thinking of just ignoring this.
reproduce:
start npm run dev then kill it and run again.