Skip to content

Commit

Permalink
remove "drop foreign key" which is mysql-specific. dropping the colum…
Browse files Browse the repository at this point in the history
…n will drop the constraint.
  • Loading branch information
erilong committed Feb 26, 2008
1 parent 3f89376 commit b286197
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions symmetric/src/main/resources/symmetric-upgrade.xml
Expand Up @@ -205,9 +205,6 @@
<property name="jdbcTemplate" ref="jdbcTemplate" />
<property name="sqlList">
<list>
<value>
alter table ${sync.table.prefix}_data drop foreign key fk_d_channel_id
</value>
<value>
alter table ${sync.table.prefix}_data drop column channel_id
</value>
Expand Down

0 comments on commit b286197

Please sign in to comment.