mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
feat(server): add workspace name and avatarKey to database (#10513)
close CLOUD-153
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "workspaces" ADD COLUMN "avatar_key" VARCHAR,
|
||||
ADD COLUMN "name" VARCHAR;
|
||||
Reference in New Issue
Block a user