Add tagged catalog import

This commit is contained in:
Ruslan Bakiev
2026-04-09 14:14:10 +07:00
parent b321075293
commit 40b4515305
6 changed files with 2475 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "Product" ADD COLUMN "tags" TEXT[] DEFAULT ARRAY[]::TEXT[];