Skip to content

Commit

Permalink
fix: Remove invalid sql expression
Browse files Browse the repository at this point in the history
IF EXISTS does not exist on sql lite. I stumbled upon that issue when trying to rerun all sql migration scripts on the app.
  • Loading branch information
holzeis committed Oct 26, 2023
1 parent d574a3a commit e310274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER TABLE
orders DROP COLUMN IF EXISTS order_expiry_timestamp;
orders DROP COLUMN order_expiry_timestamp;

0 comments on commit e310274

Please sign in to comment.