Skip to content

Commit

Permalink
fix: make migration postgresql compatible (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
qasimgulzar authored Jan 14, 2025
1 parent 46cfc92 commit 6bca4db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
FROM
lti_consumer_lticonfiguration
WHERE
config_id = ""
config_id = '00000000-0000-0000-0000-000000000000'
;\
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
FROM
lti_consumer_lticonfiguration
WHERE
lti_config = ""
lti_config = ''
;\
"""

Expand Down

0 comments on commit 6bca4db

Please sign in to comment.