Files
certd/packages/ui/certd-server/db/migration-pg/v10012__disabled_readonly_user.sql
T

4 lines
47 B
SQL
Raw Normal View History

2024-10-27 02:52:45 +08:00
update sys_user set status = 0 where id = 2;