Files
ghostfolio/prisma/migrations/20220903065048_removed_alias_from_user/migration.sql
Thomas Kaul a3bfa46fb0 Feature/remove alias from user (#1218)
* Remove alias

* Update changelog
2022-09-03 09:47:18 +02:00

3 lines
54 B
SQL

-- AlterTable
ALTER TABLE "User" DROP COLUMN "alias";