This website requires JavaScript.
Explore
Help
Register
Sign In
lkddi
/
certd
Watch
1
Star
0
Fork
0
mirror of
https://github.com/certd/certd.git
synced
2026-08-02 11:04:49 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6946279f03d92ecd368ba71ea2f596cdf9a19354
certd
/
packages
/
ui
/
certd-server
/
db
/
migration
/
v10012__disabled_readonly_user.sql
T
4 lines
47 B
SQL
Raw
Normal View
History
Unescape
Escape
perf: 禁用readonly用户
2024-10-27 00:04:02 +08:00
update
sys_user
set
status
=
0
where
id
=
2
;
Reference in New Issue
Copy Permalink