Browse Source

Add database column for PGP keys

spaghetti 8 years ago
parent
commit
3a702a41ec
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      gazelle.sql

+ 1
- 0
gazelle.sql View File

@@ -1473,6 +1473,7 @@ CREATE TABLE `users_main` (
1473 1473
   `Email` varchar(255) NOT NULL,
1474 1474
   `PassHash` varchar(60) NOT NULL,
1475 1475
   `TwoFactor` varchar(255) DEFAULT NULL,
1476
+  `PublicKey` text,
1476 1477
   `IRCKey` char(32) DEFAULT NULL,
1477 1478
   `LastLogin` datetime,
1478 1479
   `LastAccess` datetime,

Loading…
Cancel
Save