Commit 717cd11b authored by Andy Hausmann's avatar Andy Hausmann

Cleanup.

parent 31264ba8
......@@ -2,8 +2,10 @@
# Table structure for table 'tx_flexslider_domain_model_flexslider'
#
CREATE TABLE tx_flexslider_domain_model_flexslider (
uid int(11) NOT NULL auto_increment,
pid int(11) DEFAULT '0' NOT NULL,
name varchar(255) DEFAULT '' NOT NULL,
title varchar(255) DEFAULT '' NOT NULL,
subtitle text,
......@@ -39,4 +41,5 @@ CREATE TABLE tx_flexslider_domain_model_flexslider (
KEY parent (pid),
KEY t3ver_oid (t3ver_oid,t3ver_wsid),
KEY language (l10n_parent,sys_language_uid)
);
\ No newline at end of file
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