diff options
Diffstat (limited to 'data/schema.sql')
| -rw-r--r-- | data/schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/schema.sql b/data/schema.sql index 7f9312a..fe7850e 100644 --- a/data/schema.sql +++ b/data/schema.sql @@ -6,6 +6,7 @@ CREATE TABLE `subscriptions` ( `sub_expires` datetime NOT NULL, `sub_secret` varchar(256) NOT NULL, `sub_capkey` varchar(128) NOT NULL, + `sub_hub` varchar(4096) NOT NULL, `sub_created` datetime NOT NULL, `sub_updated` datetime NOT NULL, `sub_pings` int NOT NULL, |
