Skip to content

Commit

Permalink
fix: migrations to make it compatible with mysql and postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
qasimgulzar committed Nov 22, 2024
1 parent 70aa7c2 commit f6a8b98
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 = '00000000-0000-0000-0000-000000000000'
;\
"""

Expand Down

0 comments on commit f6a8b98

Please sign in to comment.