strikedao / strikedao.com

Strike DAO is an experiment in participatory governance of blockchain art institutions.
https://strikedao.com
GNU General Public License v3.0
6 stars 1 forks source link

upon re-start, migrations 2 and 3 throw an error #76

Closed TimDaub closed 2 years ago

TimDaub commented 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.

TimDaub commented 2 years ago

seems to not cause any major problems so I'm thinking of just ignoring this.