Fix jwt-token

This commit is contained in:
2025-09-20 23:12:53 +02:00
parent b74772f71d
commit 78fbf3a7cd

View File

@@ -240,7 +240,8 @@ const setupDatabase = async () => {
channels: ['sms']
},
cooldown_minutes: 30,
is_active: true
is_active: true,
tenant_id: defaultTenant.id
}
]);
console.log(`✅ Created ${alertRules.length} sample alert rules`);