Add soundcloud url to lineup

This commit is contained in:
Björn Fromme
2020-01-28 09:52:21 +01:00
parent 8b5ecb91df
commit bb2287d455
3 changed files with 22 additions and 7 deletions
@@ -61,6 +61,7 @@ CREATE TABLE tx_eptheme_domain_model_lineup
twitter_url varchar(255) DEFAULT '' NOT NULL,
instagram_url varchar(255) DEFAULT '' NOT NULL,
youtube_url varchar(255) DEFAULT '' NOT NULL,
soundcloud_url varchar(255) DEFAULT '' NOT NULL,
sorting int(11) unsigned DEFAULT '0' NOT NULL,
tt_content int(11) unsigned DEFAULT '0' NOT NULL,