2026-01-23 17:47:53 -08:00
|
|
|
-- WebMap Infrastructure Apps Seeds
|
2026-01-23 18:34:24 -08:00
|
|
|
-- Reserved for future platform-wide infrastructure that cannot be deployment-driven
|
|
|
|
|
-- Currently empty - all apps (including admin, status) are deployment-driven
|
2026-01-23 17:47:53 -08:00
|
|
|
|
|
|
|
|
-- ============================================================================
|
|
|
|
|
-- Clear existing data (development only)
|
|
|
|
|
-- ============================================================================
|
|
|
|
|
TRUNCATE website_apps CASCADE;
|
|
|
|
|
TRUNCATE websites CASCADE;
|
|
|
|
|
|
2026-01-23 18:34:24 -08:00
|
|
|
-- No infrastructure apps at this time
|
|
|
|
|
-- Admin and status are now deployment-driven (see 002_deployment_configs.sql)
|