Files
backend/database/migrations/017_product_variant_festival.sql
T
Ali Reza bb59d5e9ba Initial commit: Meshkee CMS API
NestJS backend with Prisma, Docker Compose for Postgres/Redis, and deploy docs for the production VM.
2026-07-21 17:52:36 +03:30

4 lines
127 B
SQL

-- Festival flag for store item variants
ALTER TABLE product_variants
ADD COLUMN is_festival BOOLEAN NOT NULL DEFAULT FALSE;