Skip to content

Commit

Permalink
add batched column to data_event
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Nov 14, 2007
1 parent 8714dad commit edbfed2
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 @@ -29,6 +29,10 @@
alter table ${sync.table.prefix}_trigger
add (sync_on_incoming_batch numeric(3) default 0)
</value>
<value>
alter table ${sync.table.prefix}_data_event
add (batched numeric(3) default 0)
</value>
</list>
</property>
</bean>
Expand Down

0 comments on commit edbfed2

Please sign in to comment.