Query metadata, migrations and formatting
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE subscription_tokens (
|
||||
subscription_token TEXT NOT NULL,
|
||||
subscriber_id UUID NOT NULL REFERENCES subscriptions (id),
|
||||
PRIMARY KEY (subscription_token)
|
||||
);
|
||||
Reference in New Issue
Block a user