mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Add something for product price tracking (references #22)
This commit is contained in:
5
migrations/0029.sql
Normal file
5
migrations/0029.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE stock
|
||||
ADD price DECIMAL(15, 2);
|
||||
|
||||
ALTER TABLE stock_log
|
||||
ADD price DECIMAL(15, 2);
|
Reference in New Issue
Block a user