Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kott committed Sep 9, 2014
1 parent bd210a0 commit 291515c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ext_tables.sql
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
#
# Table structure for table 'tx_bootstrappackage_carousel_item'
# This table is not in use anyway it is only created so the RecordHistroy will not break.
#
CREATE TABLE __bootstrappackage_form_style (
uid int(11) NOT NULL auto_increment,
pid int(11) DEFAULT '0' NOT NULL,

PRIMARY KEY (uid),
KEY parent (pid)
);


#
# Table structure for table 'tt_content'
#
Expand Down

0 comments on commit 291515c

Please sign in to comment.