Skip to content

Commit

Permalink
default to null on initial load timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Dec 20, 2007
1 parent ac819e8 commit f8a1338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric/src/main/resources/symmetric-upgrade.xml
Expand Up @@ -69,7 +69,7 @@
</value>
<value>
alter table ${sync.table.prefix}_node_security
add (initial_load_time timestamp)
add (initial_load_time timestamp default null)
</value>
<value>
update ${sync.table.prefix}_node_security
Expand Down

0 comments on commit f8a1338

Please sign in to comment.