Skip to content

Commit

Permalink
missed upgrade of index
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Nov 15, 2007
1 parent 877592e commit 5bdb5b2
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 @@ -37,6 +37,10 @@
update ${sync.table.prefix}_data_event set batched = '1'
where batch_id is not null
</value>
<value>
create index idx_de_batched_nodeid on
${sync.table.prefix}_data_event(batched, node_id)
</value>
</list>
</property>
</bean>
Expand Down

0 comments on commit 5bdb5b2

Please sign in to comment.