init
This commit is contained in:
6
init/pg/auth/20_init_auth_seed.sql
Normal file
6
init/pg/auth/20_init_auth_seed.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
INSERT INTO auth.tb_auth_login_audit (
|
||||
audit_id, user_id, username, province_code, area_code, tenant_id, tenant_path, dept_id, dept_path, login_ip, login_status
|
||||
) VALUES (
|
||||
'audit-bootstrap-001', 'U10001', 'admin', '330000', '330100', 'SCH-HQ', '/SCH-HQ/', 'DEPT-HQ-ADMIN', '/DEPT-HQ/DEPT-HQ-ADMIN/', '127.0.0.1', 'BOOTSTRAP'
|
||||
)
|
||||
ON CONFLICT (audit_id) DO NOTHING;
|
||||
Reference in New Issue
Block a user