feat: rename
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-05 21:00:43 +02:00
parent 8d7c3cfd80
commit b2f704856a
9 changed files with 751 additions and 443 deletions

View File

@@ -0,0 +1,4 @@
-- Add migration script here
CREATE TABLE IF NOT EXISTS events (
id BIGSERIAL PRIMARY KEY
);

View File

@@ -0,0 +1 @@
-- Add migration script here