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 e0a024ee70
commit ae6d7c015b
SSH key fingerprint: SHA256:nAjx3Dpp8kuAC+S7QXj8BWmqw+KI1Miu+5e40BP3LXA

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 (