Skip to content

Commit 127c10b

Browse files
committed
2016-09-28--add_creator_data_to_series_sales.xml: reduce indentation.
No functional changes.
1 parent 8ad050c commit 127c10b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/liquibase/version/0.4/2017-01-29--add_updater_data_to_collections.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
<update tableName="collections">
2121
<column name="updated_by"
22-
type="INTEGER"
23-
valueComputed="(SELECT id FROM users WHERE role = 'ADMIN' ORDER BY id LIMIT 1)" />
22+
type="INTEGER"
23+
valueComputed="(SELECT id FROM users WHERE role = 'ADMIN' ORDER BY id LIMIT 1)" />
2424
</update>
2525

2626
<addNotNullConstraint tableName="collections" columnName="updated_at" columnDataType="DATETIME" />

0 commit comments

Comments
 (0)