diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/update.php b/update.php index 5d2210107..80ec50bd2 100644 --- a/update.php +++ b/update.php @@ -33,4 +33,11 @@ function update_1003() { function update_1004() { q("ALTER TABLE `contact` ADD `subhub` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `usehub`"); +} + +function update_1005() { + + q("ALTER TABLE `user` ADD `spubkey` TEXT NOT NULL AFTER `prvkey` , + ADD `sprvkey` TEXT NOT NULL AFTER `spubkey`"); + }
\ No newline at end of file |