Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
be consistent with hist tables
  • Loading branch information
erilong committed May 16, 2008
1 parent ede7156 commit 6812376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric/src/main/resources/ddl-config.xml
Expand Up @@ -239,7 +239,7 @@
</table>

<table name="incoming_batch_hist">
<column name="batch_id" type="INTEGER" size="50" />
<column name="batch_id" type="INTEGER" size="50" required="true"/>
<column name="node_id" type="VARCHAR" size="50" />
<column name="status" type="CHAR" size="2" />
<column name="start_time" type="TIMESTAMP" />
Expand Down

0 comments on commit 6812376

Please sign in to comment.