mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Fixed typo
This commit is contained in:
parent
ca740e8cee
commit
e946ec79d5
@ -1,10 +1,10 @@
|
|||||||
CREATE INDEX ix_stock_log_performance1 on stock_log (
|
CREATE INDEX ix_stock_log_performance1 ON stock_log (
|
||||||
stock_id,
|
stock_id,
|
||||||
transaction_type,
|
transaction_type,
|
||||||
amount
|
amount
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE INDEX ix_stock_log_performance2 on stock_log (
|
CREATE INDEX ix_stock_log_performance2 ON stock_log (
|
||||||
product_id,
|
product_id,
|
||||||
best_before_date,
|
best_before_date,
|
||||||
purchased_date,
|
purchased_date,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user