3 lines
89 B
MySQL
Raw Normal View History

2021-11-04 19:07:41 -04:00
-- AlterTable
ALTER TABLE "users" ADD COLUMN "theme" TEXT NOT NULL DEFAULT E'light';