diff options
Diffstat (limited to 'migrations/20250724_subscription.sql')
| -rw-r--r-- | migrations/20250724_subscription.sql | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/migrations/20250724_subscription.sql b/migrations/20250724_subscription.sql deleted file mode 100644 index 368557a..0000000 --- a/migrations/20250724_subscription.sql +++ /dev/null @@ -1,17 +0,0 @@ -create table subscription ( - id text - not null - primary key, - user text - not null - references user (id), - endpoint text - unique - not null, - key_p256dh text - not null, - key_auth text - not null, - expiration_time text, -); - |
