mirror of
https://github.com/grocy/grocy.git
synced 2025-11-08 19:08:16 +00:00
11 lines
268 B
MySQL
11 lines
268 B
MySQL
|
|
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'
|
||
|
|
);
|