PRIMEIRO ENVIO

This commit is contained in:
2025-12-25 12:02:07 -03:00
parent ca49575224
commit c4d3bd9a86
92 changed files with 26976 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
-- Initialize CloneWeb database
-- This script runs when the PostgreSQL container starts
-- Create extensions
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE EXTENSION IF NOT EXISTS "pg_trgm";
-- Create indexes for better performance
-- These will be created by Prisma migrations, but we can prepare the database
-- Set timezone
SET timezone = 'UTC';