stacker.news/prisma/migrations/20240110195551_territory_po.../migration.sql

3 lines
101 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "users" ADD COLUMN "noteTerritoryPosts" BOOLEAN NOT NULL DEFAULT true;