more dfrn_poll

This commit is contained in:
Mike Macgirvin 2010-07-18 06:02:19 -07:00
parent 5ed87a44e6
commit 5bdff4d44c
2 changed files with 15 additions and 9 deletions

View file

@ -19,3 +19,4 @@ ALTER TABLE `user` ADD `pwdreset` CHAR( 255 ) NOT NULL AFTER `blocked` ;
ADD `url` CHAR( 255 ) NOT NULL AFTER `cmd` ,
ADD `last_update` CHAR( 255 ) NOT NULL AFTER `url` ;
ALTER TABLE `contact` ADD `last-update` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `ret-pubkey` ;