Skip to content

Commit

Permalink
fix typo on create index
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Mar 7, 2008
1 parent f8f24ae commit 10f98e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric/src/main/resources/symmetric-upgrade.xml
Expand Up @@ -192,7 +192,7 @@
alter table ${sync.table.prefix}_incoming_batch_hist add (database_millis numeric(22))
</value>
<value>
create idx_ob_node_id_status on ${sync.table.prefix}_outgoing_batch (node_id, status);
create index idx_ob_node_id_status on ${sync.table.prefix}_outgoing_batch (node_id, status);
</value>
</list>
</property>
Expand Down

0 comments on commit 10f98e5

Please sign in to comment.