tetratto/sql_changes/users_grants.sql
trisua bf27c51ad3 add: user grants
TODO: add grant creation api, grant tab in sessions tab of settings, grant api endpoints
2025-05-31 14:38:38 -04:00

2 lines
64 B
SQL

ALTER TABLE users
ADD COLUMN grants TEXT NOT NULL DEFAULT '[]';