mirror of
https://github.com/grocy/grocy.git
synced 2025-09-16 17:56:51 +00:00
6 lines
93 B
MySQL
6 lines
93 B
MySQL
![]() |
ALTER TABLE stock
|
||
|
ADD price DECIMAL(15, 2);
|
||
|
|
||
|
ALTER TABLE stock_log
|
||
|
ADD price DECIMAL(15, 2);
|