mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 07:36:11 +01:00
Add default value for import_repeat_until on db level
This commit is contained in:
parent
e0a024ee70
commit
ae6d7c015b
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue