initial commit
This commit is contained in:
6
database/migrations/20260103102028.sql
Normal file
6
database/migrations/20260103102028.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Set comment to schema: "public"
|
||||
COMMENT ON SCHEMA "public" IS 'Standard public schema';
|
||||
-- Add new schema named "platform"
|
||||
CREATE SCHEMA "platform";
|
||||
-- Set comment to schema: "platform"
|
||||
COMMENT ON SCHEMA "platform" IS 'Platform schema for cache tables';
|
||||
Reference in New Issue
Block a user