Skip to content

Commit

Permalink
syntax problem on null timestamp. fixed update of sym_node_security
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Dec 21, 2007
1 parent 9cfc9c4 commit cce348c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions symmetric/src/main/resources/symmetric-upgrade.xml
Expand Up @@ -69,12 +69,11 @@
</value>
<value>
alter table ${sync.table.prefix}_node_security
add (initial_load_time timestamp default null)
add (initial_load_time timestamp null)
</value>
<value>
update ${sync.table.prefix}_node_security
set initial_load_time = registration_time
where node_id in (select node_id from ${sync.table.prefix}_node_identity)
</value>
</list>
</property>
Expand Down

0 comments on commit cce348c

Please sign in to comment.