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 have tried twice to install Gerev but each time I get this problem:
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
INFO [alembic.runtime.migration] Running upgrade -> 9c2f5b290b16, Add fields to DataSourceType model
INFO [alembic.runtime.migration] Running upgrade 9c2f5b290b16 -> 792a820e9374, document id_in_data_source
INFO [alembic.runtime.migration] Running upgrade 792a820e9374 -> 513db5127df7, Your migration message here
INFO [alembic.runtime.migration] Running upgrade 513db5127df7 -> 4d9562314bd3, parnet
INFO [alembic.runtime.migration] Running upgrade 4d9562314bd3 -> 836a5f803c4d, status
running online
(sqlite3.OperationalError) duplicate column name: is_active
[SQL: ALTER TABLE document ADD COLUMN is_active BOOLEAN]
(Background on this error at: https://sqlalche.me/e/20/e3q8)
Killed
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
running online
Killed
The text was updated successfully, but these errors were encountered:
I have tried twice to install Gerev but each time I get this problem:
The text was updated successfully, but these errors were encountered: