grocy/migrations/0029.sql

6 lines
93 B
SQL

ALTER TABLE stock
ADD price DECIMAL(15, 2);
ALTER TABLE stock_log
ADD price DECIMAL(15, 2);