Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 76e636e

Browse files
committedAug 7, 2019
style(2019-08-06--test_user_with_series_in_collection.xml): tiny formatting improvement.
Should be in 7aaa69e commit. [skip ci]
1 parent 7aaa69e commit 76e636e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/resources/liquibase/version/0.4.1/2019-08-06--test_user_with_series_in_collection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</insert>
2727

2828
<insert tableName="collections_series">
29-
<column name="collection_id" valueComputed="(SELECT id FROM collections WHERE slug='seriesowner')" />
29+
<column name="collection_id" valueComputed="(SELECT id FROM collections WHERE slug = 'seriesowner')" />
3030
<column name="series_id" value="1" />
3131
<column name="number_of_stamps" value="1" />
3232
</insert>

0 commit comments

Comments
 (0)
Please sign in to comment.