with base

This commit is contained in:
2022-10-02 12:12:08 +02:00
commit 351b92e54b
20 changed files with 2422 additions and 0 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