* fix: increase token label size in db
* Revert "Revert "feat: improve premissioned audit logs (#3793)" (#3798)"
This reverts commit afae33f5f8.
* feat: add username to email function
* fix: nit
* fix: add docstring to global func
3 lines
88 B
SQL
3 lines
88 B
SQL
-- Add up migration script here
|
|
ALTER TABLE token ALTER COLUMN label TYPE VARCHAR(1000)
|