Correcao Sidebar Classico e Rail, Correcao Layout, Ajuste de Breakpoint para Tailwind, Ajuste AppTopbar, Ajuste Menu PopOver, Recriado Paleta de Cores, Inserido algumas animações leves, Reajuste Cor items NOVOS da tabela, Drawer Ajuda Corrigido no Logout, Whatsapp, sms, email, recursos extras
This commit is contained in:
34
database-novo/db.config.json
Normal file
34
database-novo/db.config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user