Skip to content

Commit

Permalink
Merge pull request #1008 from markussoeth/patch-1
Browse files Browse the repository at this point in the history
[TASK] Increase size of link field
  • Loading branch information
derhansen authored May 11, 2022
2 parents bb3353e + a130597 commit e3b70dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CREATE TABLE tx_sfeventmgt_domain_model_event (
enable_waitlist_moveup tinyint(4) unsigned DEFAULT '0' NOT NULL,
registration_startdate int(11) DEFAULT '0' NOT NULL,
registration_deadline int(11) DEFAULT '0' NOT NULL,
link tinytext,
link varchar(2048) DEFAULT '' NOT NULL,
top_event tinyint(4) unsigned DEFAULT '0' NOT NULL,
organisator int(11) unsigned DEFAULT '0' NOT NULL,
speaker int(11) unsigned DEFAULT '0' NOT NULL,
Expand Down

0 comments on commit e3b70dd

Please sign in to comment.