Feature/remove alias from user (#1218)

* Remove alias

* Update changelog
This commit is contained in:
Thomas Kaul
2022-09-03 09:47:18 +02:00
committed by GitHub
parent 8cb1b3f925
commit a3bfa46fb0
6 changed files with 5 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" DROP COLUMN "alias";