diff --git a/scheme/subscriptions.json b/scheme/subscriptions.json index 8bf4da6..0048bdc 100644 --- a/scheme/subscriptions.json +++ b/scheme/subscriptions.json @@ -15,7 +15,8 @@ "subscription_content_count": {"type": "integer", "not_null": true}, "subscription_has_new_data": {"type": "integer", "not_null": true, "default": "1"}, "current_subscription_data": {"type": "text", "not_null": true}, - "last_subscription_data": {"type": "text"} + "last_subscription_data": {"type": "text"}, + "output_format": {"type": "text"} } } } \ No newline at end of file