Skip to content

Commit

Permalink
chore: add a comment to migration
Browse files Browse the repository at this point in the history
Should be in 9172184 commit.

Relate to #1621
  • Loading branch information
php-coder committed Aug 1, 2023
1 parent 593e754 commit f9e79b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</addColumn>

<!-- Unfortunately, H2 doesn't support UPDATE with JOIN -->
<!-- NOTE: In PostgreSQL it is illegal to prefix columns with table alias in a SET clause -->
<sql>
UPDATE collections_series cs
SET added_at = (
Expand Down

0 comments on commit f9e79b1

Please sign in to comment.