Add cli tool to unsubscribe from a topic
[phinde.git] / data / schema.sql
index 7f9312ae84aa5926de0fe7a337a2ff103bb0465e..fe7850e458242777296e675b9d83cad42e14eb34 100644 (file)
@@ -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,