Übernahme des redesign2018-Zweiges
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
-- phpMyAdmin SQL Dump
|
||||
-- version 3.4.3.1
|
||||
-- http://www.phpmyadmin.net
|
||||
--
|
||||
-- Host: localhost:3306
|
||||
-- Generation Time: May 25, 2018 at 07:31 AM
|
||||
-- Server version: 5.5.58
|
||||
-- PHP Version: 5.6.30
|
||||
|
||||
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
|
||||
SET time_zone = "+00:00";
|
||||
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
||||
/*!40101 SET NAMES utf8 */;
|
||||
|
||||
--
|
||||
-- Database: `cwsvjudo`
|
||||
--
|
||||
CREATE DATABASE `cwsvjudo` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
|
||||
USE `cwsvjudo`;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `phpcount_hits`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `phpcount_hits` (
|
||||
`pageid` varchar(100) NOT NULL,
|
||||
`isunique` tinyint(1) NOT NULL,
|
||||
`hitcount` int(10) unsigned NOT NULL,
|
||||
PRIMARY KEY (`pageid`,`isunique`),
|
||||
KEY `pageid` (`pageid`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Dumping data for table `phpcount_hits`
|
||||
--
|
||||
|
||||
INSERT INTO `phpcount_hits` (`pageid`, `isunique`, `hitcount`) VALUES
|
||||
('Homepage der Judoka des Chemnitzer Freizeit- und Wohngebietssportvereines e. V.', 1, 1),
|
||||
('Homepage der Judoka des Chemnitzer Freizeit- und Wohngebietssportvereines e. V.', 0, 15),
|
||||
('Informationen über den Chemnitzer Freizeit- und WohngebietsÂsportverein e. V.', 1, 1),
|
||||
('Informationen über den Chemnitzer Freizeit- und WohngebietsÂsportverein e. V.', 0, 1),
|
||||
('Wettkampfkalender der Judoka des Chemnitzer Freizeit- und WohngebietsÂsportverein e. V.', 1, 1),
|
||||
('Wettkampfkalender der Judoka des Chemnitzer Freizeit- und WohngebietsÂsportverein e. V.', 0, 2);
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `phpcount_nodupes`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `phpcount_nodupes` (
|
||||
`ids_hash` char(64) NOT NULL,
|
||||
`time` bigint(20) unsigned NOT NULL,
|
||||
PRIMARY KEY (`ids_hash`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Dumping data for table `phpcount_nodupes`
|
||||
--
|
||||
|
||||
INSERT INTO `phpcount_nodupes` (`ids_hash`, `time`) VALUES
|
||||
('31ffe34dab888bb77de84d69e35886a2d7ac133ad8a759d0bf173724bef069d0', 1526471969),
|
||||
('489a3990b2e6daee53fc93eeca5bf3dbe29cd238815410c2e949872a3dec4ece', 1526471931),
|
||||
('9f9bd79d501cee339e04d3f88b985e4bcd44509779dca950cf8e837bec631f8b', 1526471709);
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `redirecter`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `redirecter` (
|
||||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`jsonServer` text,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
|
||||
|
||||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
Reference in New Issue
Block a user