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
Lucky version: 1.0.0-rc1 (clean at init with no extra shards besides breeze)
Crystal: 1.6.0
Running lucky db.migrate after lucky breeze.install throws around 12 exeptions (11 before CreateBreezeTables & 1 before AddMoreDataToSqlStatements migrations)
Breeze runs fine with no issues after migrate.
All expections are with this output:
Unhandled exception in spawn(name: Create Breeze::SaveBreezeSqlStatement): relation "breeze_sql_statements" does not exist (PQ::PQError)
from lib/pg/src/pq/connection.cr:215:7 in 'handle_error'
from lib/pg/src/pq/connection.cr:198:7 in 'handle_async_frames'
from lib/pg/src/pq/connection.cr:174:7 in 'read'
from lib/pg/src/pq/connection.cr:169:7 in 'read'
from lib/pg/src/pq/connection.cr:447:31 in 'expect_frame'
from lib/pg/src/pq/connection.cr:446:5 in 'expect_frame'
from lib/pg/src/pg/statement.cr:18:5 in 'perform_query'
from lib/db/src/db/statement.cr:93:9 in 'perform_query_with_rescue'
from lib/db/src/db/statement.cr:80:7 in 'query:args'
from lib/db/src/db/query_methods.cr:46:7 in 'query:args'
from lib/db/src/db/query_methods.cr:61:12 in 'insert'
from lib/avram/src/avram/save_operation.cr:265:7 in 'insert_or_update'
from lib/avram/src/avram/save_operation.cr:211:9 in 'save'
from lib/avram/src/avram/save_operation.cr:237:8 in 'save!'
from lib/breeze/src/breeze/operations/save_breeze_sql_statement.cr:1:1 in 'create!:breeze_request_id:statement:args:model:elapsed_text'
from lib/breeze/src/breeze.cr:15:3 in '->'
from /home/abbsi/.asdf/installs/crystal/1.6.0/share/crystal/src/fiber.cr:146:11 in 'run'
from /home/abbsi/.asdf/installs/crystal/1.6.0/share/crystal/src/fiber.cr:98:34 in '->'
from ???
The text was updated successfully, but these errors were encountered:
abbsi
changed the title
Excepts thrown when running lucky db.migrate (breeze runs fine)
Exceptions thrown when running lucky db.migrate (breeze runs fine)
Nov 14, 2022
Running
lucky db.migrate
afterlucky breeze.install
throws around 12 exeptions (11 beforeCreateBreezeTables
& 1 beforeAddMoreDataToSqlStatements
migrations)Breeze runs fine with no issues after migrate.
All expections are with this output:
The text was updated successfully, but these errors were encountered: