mirror of
https://github.com/werkraum-media/events.git
synced 2025-03-24 04:03:48 +01:00
Add default value for import_repeat_until on db level
This commit is contained in:
parent
d0c72b1cbf
commit
44c660bd27
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…
Add table
Reference in a new issue