From ae6d7c015b3023e43a2ddc0385a71705d3aecb8c Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 5 Nov 2024 09:32:56 +0100 Subject: [PATCH] Add default value for import_repeat_until on db level --- ext_tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_tables.sql b/ext_tables.sql index 183d802..157fb74 100644 --- a/ext_tables.sql +++ b/ext_tables.sql @@ -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 (