Feature/add alias to access (#1193)

* Add alias to access

* Update changelog
This commit is contained in:
Thomas Kaul
2022-08-27 11:29:09 +02:00
committed by GitHub
parent 2db46e5bbf
commit 0e29278e96
17 changed files with 129 additions and 61 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Access" ADD COLUMN "alias" TEXT;