Replies: 1 comment 4 replies
-
That's just Sequel checking whether the table exists. If the table does not exist, Sequel creates it. I'm not sure why your CI is considering this situation as a problem. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello i have this error when i'm migrating my db:
Migrations are passing correctly after and process is creating "schema_migrations". My ci is considering this situation as a problem, I have currently "sql_log_level" set on "debug". What is best solution here which can be applied?
tested on version of sequel 5.67.0 and 5.58.0
Beta Was this translation helpful? Give feedback.
All reactions