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
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: user [SQL: 'INSERT INTO user (username, email, image_file, password) VALUES (?, ?, ?, ?)'] [parameters: ('sukannya', '[email protected]', 'default.jpg', '$2b$12$mFutYHc63yABEopZxfsBgOC5eXMtGvLXy63Tk6U4Z3Xh3DsLncuCS')] (Background on this error at: http://sqlalche.me/e/e3q8)
The text was updated successfully, but these errors were encountered:
sqlalchemy.exc.OperationalError
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: user [SQL: 'INSERT INTO user (username, email, image_file, password) VALUES (?, ?, ?, ?)'] [parameters: ('sukannya', '[email protected]', 'default.jpg', '$2b$12$mFutYHc63yABEopZxfsBgOC5eXMtGvLXy63Tk6U4Z3Xh3DsLncuCS')] (Background on this error at: http://sqlalche.me/e/e3q8)
The text was updated successfully, but these errors were encountered: