This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
grocy
Watch
1
Star
0
Fork
0
mirror of
https://github.com/grocy/grocy.git
synced
2026-07-28 00:09:36 -07:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
dde577b98ba9438285a383692f2d755dcd22cce8
grocy
/
migrations
/
0029.sql
T
6 lines
93 B
SQL
Raw
Normal View
History
Unescape
Escape
Add something for product price tracking (references
#22
)
2018-07-26 20:27:38 +02:00
ALTER
TABLE
stock
ADD
price
DECIMAL
(
15
,
2
);
ALTER
TABLE
stock_log
ADD
price
DECIMAL
(
15
,
2
);
Reference in New Issue
Copy Permalink