Delete shared.db file. Then start the app. Generates these errors.
SQLite error: no such table: Holdings
Exception class is: <class 'sqlite3.OperationalError'>
SQLite traceback:
['Traceback (most recent call last):\n', ' File "/home/andy/git/share-tracking/database/holdings_table.py", line 168, in _get_rows\n cursor.execute(sql_query)\n', 'sqlite3.OperationalError: no such table: Holdings\n']
SQLite error: no such table: Holdings
Exception class is: <class 'sqlite3.OperationalError'>
SQLite traceback:
['Traceback (most recent call last):\n', ' File "/home/andy/git/share-tracking/database/holdings_table.py", line 168, in _get_rows\n cursor.execute(sql_query)\n', 'sqlite3.OperationalError: no such table: Holdings\n']
SQLite error: no such table: Holdings
Exception class is: <class 'sqlite3.OperationalError'>
SQLite traceback:
['Traceback (most recent call last):\n', ' File "/home/andy/git/share-tracking/database/holdings_table.py", line 168, in _get_rows\n cursor.execute(sql_query)\n', 'sqlite3.OperationalError: no such table: Holdings\n']
Delete
shared.db
file. Then start the app. Generates these errors.