Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add upgrade sql to set batched = '1'
  • Loading branch information
erilong committed Nov 15, 2007
1 parent edbfed2 commit f736b17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions symmetric/src/main/resources/symmetric-upgrade.xml
Expand Up @@ -33,6 +33,10 @@
alter table ${sync.table.prefix}_data_event
add (batched numeric(3) default 0)
</value>
<value>
update ${sync.table.prefix}_data_event set batched = '1'
where batch_id is not null
</value>
</list>
</property>
</bean>
Expand Down

0 comments on commit f736b17

Please sign in to comment.