Add default value for import_repeat_until on db level

This commit is contained in:
Daniel Siepmann (Codappix) 2024-11-05 09:32:56 +01:00
parent d0c72b1cbf
commit 44c660bd27

View file

@ -90,7 +90,7 @@ CREATE TABLE tx_events_domain_model_import (
rest_search_query text,
import_features tinyint(4) DEFAULT '0' NOT NULL,
import_repeat_until varchar(255) DEFAULT '' NOT NULL,
import_repeat_until varchar(255) DEFAULT '+60 days' NOT NULL,
);
CREATE TABLE tx_events_domain_model_location (