Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#
# Table structure for table 'tt_content'
#
CREATE TABLE tt_content (
altText text,
imagecaption text,
imagecaption_position varchar(6) DEFAULT '' NOT NULL,
image_link text,
image_frames int(11) unsigned DEFAULT '0' NOT NULL,
longdescURL text,
titleText text
);
#
# Table structure for table 'pages'
#
CREATE TABLE pages (
storage_pid int(11) DEFAULT '0' NOT NULL
);