feat(setup): add ability to skip setup wizard and update user model
Deploy / Build (pull_request) Successful in 33s
Deploy / Build and Push Docker Image (pull_request) Has been skipped

This commit is contained in:
2026-07-26 17:06:05 +02:00
parent 8fa9aa516e
commit a1c7ad7120
8 changed files with 64 additions and 10 deletions
@@ -0,0 +1 @@
ALTER TABLE "User" ADD COLUMN "setupSkipped" BOOLEAN NOT NULL DEFAULT false;