14 lines
528 B
SQL
Executable file
14 lines
528 B
SQL
Executable file
-- SEO E2E Test Seed Data
|
|
-- This file initializes the database with test data for E2E tests.
|
|
|
|
-- Note: TypeORM will create tables automatically with DATABASE_SYNCHRONIZE=true
|
|
-- This file just seeds initial test data for the E2E tests.
|
|
|
|
-- Create extensions if needed
|
|
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
|
|
|
-- SEO configuration for test domains
|
|
-- (Table will be created by TypeORM synchronize)
|
|
|
|
-- Placeholder: Add seed data once schema is established
|
|
-- The actual tables are created by TypeORM entities in the backend
|