diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2020-03-06 18:33:42 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2020-03-06 18:33:42 +0100 |
| commit | 973ef8c4f8c15848dfc135e11053e5eb6f5dcdb7 (patch) | |
| tree | 5cb1ad71cfd0512522bcea2db656c6703de4092b /data | |
| parent | 54fbef1610d1c2ecb48fb149602e3b88f80747df (diff) | |
| download | phinde-973ef8c4f8c15848dfc135e11053e5eb6f5dcdb7.tar.gz phinde-973ef8c4f8c15848dfc135e11053e5eb6f5dcdb7.zip | |
Store the hub that was used for Websub subscription
Diffstat (limited to 'data')
| -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, |
