feat: add configurability
This commit is contained in:
parent
89ea0995bb
commit
8257255dc2
10 changed files with 1406 additions and 26 deletions
|
|
@ -1,8 +0,0 @@
|
|||
-- Create Subscriptions Table
|
||||
CREATE TABLE subscriptions (
|
||||
id UUID NOT NULL,
|
||||
PRIMARY KEY (id),
|
||||
email TEXT NOT NULL UNIQUE,
|
||||
name TEXT NOT NULL,
|
||||
subscribed_at TIMESTAMPTZ NOT NULL
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue