tether/prisma/migrations/20260103133742_description_role_channel/migration.sql
2026-01-05 16:07:30 +01:00

5 lines
140 B
SQL

-- AlterTable
ALTER TABLE "Channel" ADD COLUMN "description" TEXT;
-- AlterTable
ALTER TABLE "Role" ADD COLUMN "description" TEXT;