2021-11-04 19:07:41 -04:00

3 lines
89 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "theme" TEXT NOT NULL DEFAULT E'light';