Files
grocy/migrations/0222.sql

15 lines
240 B
MySQL
Raw Normal View History

CREATE INDEX ix_stock_log_performance1 on stock_log (
stock_id,
transaction_type,
amount
);
CREATE INDEX ix_stock_log_performance2 on stock_log (
product_id,
best_before_date,
purchased_date,
transaction_type,
stock_id,
undone
);