Skip to content
Snippets Groups Projects
Commit bdbd9955 authored by tbrehm's avatar tbrehm
Browse files

Disabled theme tables.

parent c2794166
No related branches found
No related tags found
2 merge requests!46Master,!21Master
...@@ -71,12 +71,12 @@ CREATE TABLE IF NOT EXISTS `aps_settings` ( ...@@ -71,12 +71,12 @@ CREATE TABLE IF NOT EXISTS `aps_settings` (
-- Tabellenstruktur für Tabelle `tpl_default` -- Tabellenstruktur für Tabelle `tpl_default`
-- --
CREATE TABLE IF NOT EXISTS `tpl_default` ( -- CREATE TABLE IF NOT EXISTS `tpl_default` (
`var_id` int(11) unsigned NOT NULL AUTO_INCREMENT, -- `var_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(64) NOT NULL, -- `username` varchar(64) NOT NULL,
`logo_url` varchar(255) NOT NULL, -- `logo_url` varchar(255) NOT NULL,
PRIMARY KEY (`var_id`) -- PRIMARY KEY (`var_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ; --) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
-- -------------------------------------------------------- -- --------------------------------------------------------
...@@ -84,12 +84,12 @@ CREATE TABLE IF NOT EXISTS `tpl_default` ( ...@@ -84,12 +84,12 @@ CREATE TABLE IF NOT EXISTS `tpl_default` (
-- Tabellenstruktur für Tabelle `tpl_default-v2` -- Tabellenstruktur für Tabelle `tpl_default-v2`
-- --
CREATE TABLE IF NOT EXISTS `tpl_default-v2` ( --CREATE TABLE IF NOT EXISTS `tpl_default-v2` (
`var_id` int(11) unsigned NOT NULL AUTO_INCREMENT, -- `var_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(64) NOT NULL, -- `username` varchar(64) NOT NULL,
`logo_url` varchar(255) NOT NULL, -- `logo_url` varchar(255) NOT NULL,
PRIMARY KEY (`var_id`) -- PRIMARY KEY (`var_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ; --) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
-- -------------------------------------------------------- -- --------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment