Initial commit
This commit is contained in:
7
typo3conf/ext/dd_googlesitemap/ext_tables.sql
Normal file
7
typo3conf/ext/dd_googlesitemap/ext_tables.sql
Normal 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
|
||||
);
|
||||
Reference in New Issue
Block a user