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 4, 2024
1 parent 4bacb6e commit 10c543f
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 10c543f

Please sign in to comment.