cloud creation

This commit is contained in:
Первов Артем
2026-06-17 09:36:58 +03:00
commit 123bd97018
46 changed files with 12285 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
CREATE TABLE IF NOT EXISTS app_migrations (
id text PRIMARY KEY,
applied_at timestamptz NOT NULL DEFAULT now()
);