Files
FEDEO/backend/db/migrations/0027_product_supplier_link.sql
florianfederspiel 7996c746c3
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 27s
Build and Push Docker Images / build-frontend (push) Successful in 1m3s
Add External Link
Fix Plantafel
2026-03-27 21:41:20 +01:00

3 lines
55 B
SQL

ALTER TABLE "products"
ADD COLUMN "supplierLink" text;