Skip to content

Commit

Permalink
0002967: SymmetricDS schema-send (sync) fails to create tables for
Browse files Browse the repository at this point in the history
autoindex-ed SQLite tables
  • Loading branch information
maxwellpettit committed Apr 3, 2017
1 parent 48305fd commit 228a1b2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@
<column name="integer_value" type="INTEGER" />
<column name="decimal_value" type="DECIMAL" size="10,2" />
<column name="double_value" type="DOUBLE" />
<index name="idx_tst_db_imprt_1">
<index name="idx_tst_db_imprt_uniq">
<index-column name="id"/>
<index-column name="string_value"/>
</index>
Expand Down

0 comments on commit 228a1b2

Please sign in to comment.