ezidam/crates/database/queries/roles/set_archive_status.sql

5 lines
No EOL
50 B
SQL

update roles
set is_archived = ?
where name is ?