Skip to content

Commit

Permalink
Improved the comment for the changeset that adds the orders.order_num…
Browse files Browse the repository at this point in the history
…ber column
  • Loading branch information
wluyima committed Jan 14, 2014
1 parent 8dfa847 commit d27777b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/resources/liquibase-update-to-latest.xml
Expand Up @@ -6459,7 +6459,7 @@
</not>
</preConditions>
<comment>
Setting order numbers for existing orders and adding not-null constraint to order_number column
Setting order numbers for existing orders
</comment>
<update tableName="orders">
<column name="order_number" valueComputed="order_id" />
Expand Down

0 comments on commit d27777b

Please sign in to comment.