platform-codebase/features/webmap/database/seeds/001_infrastructure_apps.sql

12 lines
579 B
SQL

-- WebMap Infrastructure Apps Seeds
-- Reserved for future platform-wide infrastructure that cannot be deployment-driven
-- Currently empty - all apps (including admin, status) are deployment-driven
-- ============================================================================
-- Clear existing data (development only)
-- ============================================================================
TRUNCATE website_apps CASCADE;
TRUNCATE websites CASCADE;
-- No infrastructure apps at this time
-- Admin and status are now deployment-driven (see 002_deployment_configs.sql)