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
2024-01-25 16:01:07 File "/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/default.py", line 922, in do_execute
2024-01-25 16:01:07 cursor.execute(statement, parameters)
2024-01-25 16:01:07 sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "team" does not exist
2024-01-25 16:01:07 LINE 2: FROM team LEFT OUTER JOIN team_config ON team.id = team_conf...
2024-01-25 16:01:07 ^
there was no tables in pg database
The text was updated successfully, but these errors were encountered:
I will also answer here for others.
Uncomment this line and rerun server https://github.com/l3vels/L3AGI/blob/main/apps/server/main.py#L67
Base metadata will create initial table structure.
We commented because it takes too long to start server after restart on local.
Maybe we can make it as script to run.
I'm open to suggestions.
2024-01-25 16:01:07 File "/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/default.py", line 922, in do_execute
2024-01-25 16:01:07 cursor.execute(statement, parameters)
2024-01-25 16:01:07 sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "team" does not exist
2024-01-25 16:01:07 LINE 2: FROM team LEFT OUTER JOIN team_config ON team.id = team_conf...
2024-01-25 16:01:07 ^
there was no tables in pg database
The text was updated successfully, but these errors were encountered: