Navigation Menu

Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Oct 5, 2007
1 parent 4f7d001 commit 9db84af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric/src/main/resources/symmetric-services.xml
Expand Up @@ -437,7 +437,7 @@
<property name="runtimeConfiguration" ref="runtimeConfiguration" />
<property name="createdSql">
<value>
insert into ${sync.table.prefix}_outgoing_batch_hist (batch_id, status, event_time
insert into ${sync.table.prefix}_outgoing_batch_hist (batch_id, status, event_time,
data_event_count) values (?, 'NE', current_timestamp, ?)
</value>
</property>
Expand Down

0 comments on commit 9db84af

Please sign in to comment.