stacker.news/prisma/migrations/20211104210749_theme/migration.sql

3 lines
89 B
MySQL
Raw Normal View History

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