Added a note field to product barcodes (closes #962)

This commit is contained in:
Bernd Bestel
2020-12-19 17:20:54 +01:00
parent 5421dfb6b2
commit 3ad5f2cac5
5 changed files with 21 additions and 2 deletions

2
migrations/0123.sql Normal file
View File

@@ -0,0 +1,2 @@
ALTER TABLE product_barcodes
ADD note TEXT;