Skip to content

Commit f9e79b1

Browse files
committed
chore: add a comment to migration
Should be in 9172184 commit. Relate to #1621
1 parent 593e754 commit f9e79b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/liquibase/version/0.4.7/2023-07-27--collection_added_at.xml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</addColumn>
1313

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

0 commit comments

Comments
 (0)