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 don't wanna fix those errors myself becouse usually this kind of error could be fixed automatically.
16: ALTER TABLE some_table_name drop constraint if exists constrain_name; <-- uses lowercase SQL keyword: 'constraint', use 'CONSTRAINT' please
16: ALTER TABL some_table_name drop constraint if exists constrain_name; <-- uses lowercase SQL keyword: 'if exists', use 'IF EXISTS' please
ERROR: File should ends with ONLY ONE newline!!!
The text was updated successfully, but these errors were encountered:
I don't wanna fix those errors myself becouse usually this kind of error could be fixed automatically.
The text was updated successfully, but these errors were encountered: