feat: redesign superadmin agencies list, implement flat design, add date filters, and fix UI bugs
This commit is contained in:
3
postgres/migrations/000_create_superadmin.sql
Normal file
3
postgres/migrations/000_create_superadmin.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
INSERT INTO users (id, email, password_hash, role, is_active, created_at, updated_at)
|
||||
VALUES (gen_random_uuid(), 'admin@aggios.app', '\\\', 'SUPERADMIN', true, NOW(), NOW())
|
||||
ON CONFLICT (email) DO UPDATE SET password_hash = '\\\';
|
||||
Reference in New Issue
Block a user