Files
2026-02-28 02:44:41 +03:00

3 lines
99 B
SQL

-- Add ageRating column to content table
ALTER TABLE "content" ADD COLUMN "ageRating" VARCHAR(10);