Files
ghostfolio/prisma/migrations/20240218173439_added_inactive_to_role/migration.sql
Thomas Kaul be7f6bb657 Feature/add inactive as user role (#3024)
* Add INACTIVE as user role

* Update changelog
2024-02-18 18:54:49 +01:00

3 lines
53 B
SQL

-- AlterEnum
ALTER TYPE "Role" ADD VALUE 'INACTIVE';