You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run the server, but I am getting errors right off the bat - having to do with the database. What I'm getting right now is:
DatabaseError at /login
no such table: tracks_instrument
I'm using sqlite3 and I have created the database file (and it is read/writeable, so that's not the problem)
The text was updated successfully, but these errors were encountered:
I would like to run the server, but I am getting errors right off the bat - having to do with the database. What I'm getting right now is:
DatabaseError at /login
no such table: tracks_instrument
I'm using sqlite3 and I have created the database file (and it is read/writeable, so that's not the problem)
The text was updated successfully, but these errors were encountered: