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,7 @@
#
# Table structure for table 'pages'
#
CREATE TABLE pages (
tx_ddgooglesitemap_lastmod varchar(255) DEFAULT '' NOT NULL,
tx_ddgooglesitemap_priority int(3) DEFAULT '5' NOT NULL
);