{ "container": "supabase_db_agenciapsi-primesakai", "database": "postgres", "user": "postgres", "backupRetentionDays": 30, "schema": "schema/00_full/schema.sql", "seeds": { "users": [ "seed_001_fixed.sql", "seed_002.sql", "seed_003.sql" ], "system": [ "seed_010_plans.sql", "seed_011_features.sql", "seed_012_plan_features.sql", "seed_013_subscriptions.sql", "seed_014_global_data.sql" ], "test_data": [ "seed_020_test_data.sql" ] }, "fixes": [ "fix_addon_credits_fk.sql", "fix_addon_rls_saas_admin.sql", "fix_missing_subscriptions.sql", "fix_notification_templates_rls_admin.sql", "fix_seed_patient_groups.sql", "fix_subscriptions_validate_scope.sql", "fix_template_keys_match_populate.sql", "fix_encoding_accents.sql" ] }