Skip to content

Commit

Permalink
get rid of auto increment column in test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Aug 12, 2012
1 parent 0f2724f commit d596d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-client/src/test/resources/test-dbimport.xml
Expand Up @@ -4,7 +4,7 @@
<database name="testdb">

<table name="test_db_import_1">
<column name="id" type="INTEGER" required="true" autoIncrement="true"
<column name="id" type="INTEGER" required="true"
primaryKey="true" />
<column name="string_value" type="VARCHAR" size="50" />
<column name="string_required_value" type="VARCHAR" size="50"
Expand Down

0 comments on commit d596d27

Please sign in to comment.