Hi I am trying to test out orion, getting the following error:
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: flow
[SQL: INSERT INTO flow (id, created, updated, name, tags) VALUES (?, ?, ?, ?, ?) ON CONFLICT (name) DO NOTHING]
[parameters: ('3120dd0f-fbcc-481e-8597-3b522b697520', '2021-11-25 030712.340375', '2021-11-25 030712.340409', 'main-flow', '[]')]
Did I miss any step in the installation?
Thanks