mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Optimized chore on-time tracking (closes #2385)
This commit is contained in:
10
migrations/0244.sql
Normal file
10
migrations/0244.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
ALTER TABLE chores_log
|
||||
ADD scheduled_execution_time DATETIME;
|
||||
|
||||
DELETE FROM user_settings
|
||||
WHERE key IN (
|
||||
'datatables_state_chores-journal-table',
|
||||
'datatables_rowGroup_chores-journal-table',
|
||||
'datatables_state_products-table',
|
||||
'datatables_rowGroup_products-table'
|
||||
);
|
Reference in New Issue
Block a user