cloud creation
This commit is contained in:
4
migrations/002_migration_tracking.sql
Normal file
4
migrations/002_migration_tracking.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS app_migrations (
|
||||
id text PRIMARY KEY,
|
||||
applied_at timestamptz NOT NULL DEFAULT now()
|
||||
);
|
||||
Reference in New Issue
Block a user