aboutsummaryrefslogtreecommitdiffstats
path: root/update.sql
diff options
context:
space:
mode:
Diffstat (limited to 'update.sql')
-rw-r--r--update.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sql b/update.sql
index 752c6b775..be6a6a36c 100644
--- a/update.sql
+++ b/update.sql
@@ -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` ;