stacker.news/prisma/migrations/20221129182008_hide_top_users/migration.sql

3 lines
100 B
MySQL
Raw Normal View History

2022-12-01 21:31:04 +00:00
-- AlterTable
ALTER TABLE "users" ADD COLUMN "hideFromTopUsers" BOOLEAN NOT NULL DEFAULT false;