Files
codexium-odoo/server/prisma/migrations/20260315004500_inventory_default_price/migration.sql

2 lines
60 B
MySQL
Raw Normal View History

2026-03-16 14:38:00 -05:00
ALTER TABLE "InventoryItem" ADD COLUMN "defaultPrice" REAL;