feat(setup): add ability to skip setup wizard and update user model
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE "User" ADD COLUMN "setupSkipped" BOOLEAN NOT NULL DEFAULT false;
|
||||
Reference in New Issue
Block a user