Commit ac032822 authored by Andy Hausmann's avatar Andy Hausmann

Fixed #4: now the ext is providing a default value for subtitle field in ext_tables.php.

parent 908d8807
......@@ -8,7 +8,7 @@ CREATE TABLE tx_flexslider_domain_model_flexslider (
name varchar(255) DEFAULT '' NOT NULL,
title varchar(255) DEFAULT '' NOT NULL,
subtitle text NOT NULL,
subtitle text DEFAULT '' NOT NULL,
image text NOT NULL,
link varchar(255) DEFAULT '' NOT NULL,
caption varchar(255) DEFAULT '' NOT NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment