Skip to content

Commit

Permalink
sym_node_security column changed to "node_password", but old clients …
Browse files Browse the repository at this point in the history
…need "password"
  • Loading branch information
erilong committed Apr 2, 2008
1 parent f5a5b25 commit 881cad2
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 @@ -634,7 +634,7 @@
</property>
</bean>

<bean id="dataExtractor" class="org.jumpmind.symmetric.extract.csv.CsvExtractor13">
<bean id="dataExtractor13" class="org.jumpmind.symmetric.extract.csv.CsvExtractor13">
<property name="dbDialect" ref="dbDialect" />
<property name="runtimeConfiguration" ref="runtimeConfiguration" />
<property name="tablePrefix" value="${sync.table.prefix}" />
Expand Down

0 comments on commit 881cad2

Please sign in to comment.