Working on settings Page. Adding init function on next.js startup.

This commit is contained in:
charles-gauthereau
2024-11-17 11:45:22 +01:00
parent 85ecfed50d
commit 84b1812095
3 changed files with 17 additions and 1 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "users" ADD COLUMN "authMethod" TEXT;