I get integrity errors sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) UNIQUE constraint failed: project.tag [SQL: INSERT INTO project (title, tag, start_date, end_date, contract_id) VALUES (?, ?, ?, ?, ?)] [parameters: ('incentivize dot-com metrics', 'incentivize-dot-com-metrics', '2023-01-10', '2023-03-31', 613)] such as this.
Also it seems like the installation keeps running in the background for a while, as opposed to installing to completion during app initialization.
I get integrity errors
sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) UNIQUE constraint failed: project.tag [SQL: INSERT INTO project (title, tag, start_date, end_date, contract_id) VALUES (?, ?, ?, ?, ?)] [parameters: ('incentivize dot-com metrics', 'incentivize-dot-com-metrics', '2023-01-10', '2023-03-31', 613)]
such as this. Also it seems like the installation keeps running in the background for a while, as opposed to installing to completion during app initialization.