|
|
@ -7,7 +7,7 @@
|
|
|
|
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
|
|
|
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
|
|
|
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
|
|
|
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
|
|
|
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
|
|
|
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
|
|
|
/*!40101 SET NAMES utf8 */;
|
|
|
|
/*!40101 SET NAMES utf8mb4 */;
|
|
|
|
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
|
|
|
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
|
|
|
/*!40103 SET TIME_ZONE='+00:00' */;
|
|
|
|
/*!40103 SET TIME_ZONE='+00:00' */;
|
|
|
|
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
|
|
|
|
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
-- Current Database: `friendica`
|
|
|
|
-- Current Database: `friendica`
|
|
|
|
--
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `friendica` /*!40100 DEFAULT CHARACTER SET latin1 */;
|
|
|
|
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `friendica` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;
|
|
|
|
|
|
|
|
|
|
|
|
USE `friendica`;
|
|
|
|
USE `friendica`;
|
|
|
|
|
|
|
|
|
|
|
@ -29,7 +29,7 @@ USE `friendica`;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `addon`;
|
|
|
|
DROP TABLE IF EXISTS `addon`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `addon` (
|
|
|
|
CREATE TABLE `addon` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`name` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`name` varchar(255) NOT NULL DEFAULT '',
|
|
|
@ -39,7 +39,7 @@ CREATE TABLE `addon` (
|
|
|
|
`timestamp` bigint(20) NOT NULL DEFAULT '0',
|
|
|
|
`timestamp` bigint(20) NOT NULL DEFAULT '0',
|
|
|
|
`plugin_admin` tinyint(1) NOT NULL DEFAULT '0',
|
|
|
|
`plugin_admin` tinyint(1) NOT NULL DEFAULT '0',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -57,7 +57,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `attach`;
|
|
|
|
DROP TABLE IF EXISTS `attach`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `attach` (
|
|
|
|
CREATE TABLE `attach` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -73,7 +73,7 @@ CREATE TABLE `attach` (
|
|
|
|
`deny_cid` mediumtext NOT NULL,
|
|
|
|
`deny_cid` mediumtext NOT NULL,
|
|
|
|
`deny_gid` mediumtext NOT NULL,
|
|
|
|
`deny_gid` mediumtext NOT NULL,
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -91,7 +91,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `auth_codes`;
|
|
|
|
DROP TABLE IF EXISTS `auth_codes`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `auth_codes` (
|
|
|
|
CREATE TABLE `auth_codes` (
|
|
|
|
`id` varchar(40) NOT NULL,
|
|
|
|
`id` varchar(40) NOT NULL,
|
|
|
|
`client_id` varchar(20) NOT NULL DEFAULT '',
|
|
|
|
`client_id` varchar(20) NOT NULL DEFAULT '',
|
|
|
@ -99,7 +99,7 @@ CREATE TABLE `auth_codes` (
|
|
|
|
`expires` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`expires` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`scope` varchar(250) NOT NULL DEFAULT '',
|
|
|
|
`scope` varchar(250) NOT NULL DEFAULT '',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -117,14 +117,14 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `cache`;
|
|
|
|
DROP TABLE IF EXISTS `cache`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `cache` (
|
|
|
|
CREATE TABLE `cache` (
|
|
|
|
`k` varchar(255) NOT NULL,
|
|
|
|
`k` varchar(255) NOT NULL,
|
|
|
|
`v` text NOT NULL,
|
|
|
|
`v` text NOT NULL,
|
|
|
|
`updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
|
|
|
`updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
|
|
|
PRIMARY KEY (`k`),
|
|
|
|
PRIMARY KEY (`k`),
|
|
|
|
KEY `updated` (`updated`)
|
|
|
|
KEY `updated` (`updated`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -143,7 +143,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `challenge`;
|
|
|
|
DROP TABLE IF EXISTS `challenge`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `challenge` (
|
|
|
|
CREATE TABLE `challenge` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`challenge` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`challenge` varchar(255) NOT NULL DEFAULT '',
|
|
|
@ -152,7 +152,7 @@ CREATE TABLE `challenge` (
|
|
|
|
`type` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`type` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`last_update` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`last_update` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -170,7 +170,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `clients`;
|
|
|
|
DROP TABLE IF EXISTS `clients`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `clients` (
|
|
|
|
CREATE TABLE `clients` (
|
|
|
|
`client_id` varchar(20) NOT NULL,
|
|
|
|
`client_id` varchar(20) NOT NULL,
|
|
|
|
`pw` varchar(20) NOT NULL DEFAULT '',
|
|
|
|
`pw` varchar(20) NOT NULL DEFAULT '',
|
|
|
@ -179,7 +179,7 @@ CREATE TABLE `clients` (
|
|
|
|
`icon` text,
|
|
|
|
`icon` text,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
PRIMARY KEY (`client_id`)
|
|
|
|
PRIMARY KEY (`client_id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -197,7 +197,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `config`;
|
|
|
|
DROP TABLE IF EXISTS `config`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `config` (
|
|
|
|
CREATE TABLE `config` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`cat` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`cat` varchar(255) NOT NULL DEFAULT '',
|
|
|
@ -205,7 +205,7 @@ CREATE TABLE `config` (
|
|
|
|
`v` text NOT NULL,
|
|
|
|
`v` text NOT NULL,
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `cat_k` (`cat`(30),`k`(30))
|
|
|
|
KEY `cat_k` (`cat`(30),`k`(30))
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -224,7 +224,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `contact`;
|
|
|
|
DROP TABLE IF EXISTS `contact`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `contact` (
|
|
|
|
CREATE TABLE `contact` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -291,7 +291,7 @@ CREATE TABLE `contact` (
|
|
|
|
`ffi_keyword_blacklist` mediumtext NOT NULL,
|
|
|
|
`ffi_keyword_blacklist` mediumtext NOT NULL,
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `uid` (`uid`)
|
|
|
|
KEY `uid` (`uid`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -310,7 +310,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `conv`;
|
|
|
|
DROP TABLE IF EXISTS `conv`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `conv` (
|
|
|
|
CREATE TABLE `conv` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`guid` varchar(64) NOT NULL DEFAULT '',
|
|
|
|
`guid` varchar(64) NOT NULL DEFAULT '',
|
|
|
@ -322,7 +322,7 @@ CREATE TABLE `conv` (
|
|
|
|
`subject` mediumtext NOT NULL,
|
|
|
|
`subject` mediumtext NOT NULL,
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `uid` (`uid`)
|
|
|
|
KEY `uid` (`uid`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -340,14 +340,14 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `deliverq`;
|
|
|
|
DROP TABLE IF EXISTS `deliverq`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `deliverq` (
|
|
|
|
CREATE TABLE `deliverq` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`cmd` varchar(32) NOT NULL DEFAULT '',
|
|
|
|
`cmd` varchar(32) NOT NULL DEFAULT '',
|
|
|
|
`item` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`item` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`contact` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`contact` int(11) NOT NULL DEFAULT '0',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -365,14 +365,14 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `dsprphotoq`;
|
|
|
|
DROP TABLE IF EXISTS `dsprphotoq`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `dsprphotoq` (
|
|
|
|
CREATE TABLE `dsprphotoq` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`msg` mediumtext NOT NULL,
|
|
|
|
`msg` mediumtext NOT NULL,
|
|
|
|
`attempt` tinyint(4) NOT NULL DEFAULT '0',
|
|
|
|
`attempt` tinyint(4) NOT NULL DEFAULT '0',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -390,7 +390,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `event`;
|
|
|
|
DROP TABLE IF EXISTS `event`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `event` (
|
|
|
|
CREATE TABLE `event` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -413,7 +413,7 @@ CREATE TABLE `event` (
|
|
|
|
`deny_gid` mediumtext NOT NULL,
|
|
|
|
`deny_gid` mediumtext NOT NULL,
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `uid` (`uid`)
|
|
|
|
KEY `uid` (`uid`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -431,7 +431,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `fcontact`;
|
|
|
|
DROP TABLE IF EXISTS `fcontact`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `fcontact` (
|
|
|
|
CREATE TABLE `fcontact` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`url` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`url` varchar(255) NOT NULL DEFAULT '',
|
|
|
@ -451,7 +451,7 @@ CREATE TABLE `fcontact` (
|
|
|
|
`updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
|
|
|
`updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `addr` (`addr`)
|
|
|
|
KEY `addr` (`addr`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -469,14 +469,14 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `ffinder`;
|
|
|
|
DROP TABLE IF EXISTS `ffinder`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `ffinder` (
|
|
|
|
CREATE TABLE `ffinder` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`cid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`cid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`fid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`fid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -494,7 +494,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `fserver`;
|
|
|
|
DROP TABLE IF EXISTS `fserver`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `fserver` (
|
|
|
|
CREATE TABLE `fserver` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`server` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`server` varchar(255) NOT NULL DEFAULT '',
|
|
|
@ -502,7 +502,7 @@ CREATE TABLE `fserver` (
|
|
|
|
`key` text NOT NULL,
|
|
|
|
`key` text NOT NULL,
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `server` (`server`)
|
|
|
|
KEY `server` (`server`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -520,7 +520,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `fsuggest`;
|
|
|
|
DROP TABLE IF EXISTS `fsuggest`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `fsuggest` (
|
|
|
|
CREATE TABLE `fsuggest` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -532,7 +532,7 @@ CREATE TABLE `fsuggest` (
|
|
|
|
`note` text NOT NULL,
|
|
|
|
`note` text NOT NULL,
|
|
|
|
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
|
|
|
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -550,7 +550,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `gcign`;
|
|
|
|
DROP TABLE IF EXISTS `gcign`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `gcign` (
|
|
|
|
CREATE TABLE `gcign` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -558,7 +558,7 @@ CREATE TABLE `gcign` (
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `uid` (`uid`),
|
|
|
|
KEY `uid` (`uid`),
|
|
|
|
KEY `gcid` (`gcid`)
|
|
|
|
KEY `gcid` (`gcid`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -576,7 +576,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `gcontact`;
|
|
|
|
DROP TABLE IF EXISTS `gcontact`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `gcontact` (
|
|
|
|
CREATE TABLE `gcontact` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`name` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`name` varchar(255) NOT NULL DEFAULT '',
|
|
|
@ -592,7 +592,7 @@ CREATE TABLE `gcontact` (
|
|
|
|
`network` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`network` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `nurl` (`nurl`)
|
|
|
|
KEY `nurl` (`nurl`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=157 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=157 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -611,7 +611,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `glink`;
|
|
|
|
DROP TABLE IF EXISTS `glink`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `glink` (
|
|
|
|
CREATE TABLE `glink` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`cid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`cid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -623,7 +623,7 @@ CREATE TABLE `glink` (
|
|
|
|
KEY `cid_uid_gcid_zcid` (`cid`,`uid`,`gcid`,`zcid`),
|
|
|
|
KEY `cid_uid_gcid_zcid` (`cid`,`uid`,`gcid`,`zcid`),
|
|
|
|
KEY `gcid` (`gcid`),
|
|
|
|
KEY `gcid` (`gcid`),
|
|
|
|
KEY `zcid` (`zcid`)
|
|
|
|
KEY `zcid` (`zcid`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=189 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=189 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -642,7 +642,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `group`;
|
|
|
|
DROP TABLE IF EXISTS `group`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `group` (
|
|
|
|
CREATE TABLE `group` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
@ -651,7 +651,7 @@ CREATE TABLE `group` (
|
|
|
|
`name` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`name` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `uid` (`uid`)
|
|
|
|
KEY `uid` (`uid`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -670,7 +670,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `group_member`;
|
|
|
|
DROP TABLE IF EXISTS `group_member`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `group_member` (
|
|
|
|
CREATE TABLE `group_member` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
@ -678,7 +678,7 @@ CREATE TABLE `group_member` (
|
|
|
|
`contact-id` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`contact-id` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `uid_gid_contactid` (`uid`,`gid`,`contact-id`)
|
|
|
|
KEY `uid_gid_contactid` (`uid`,`gid`,`contact-id`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -697,13 +697,13 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `guid`;
|
|
|
|
DROP TABLE IF EXISTS `guid`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `guid` (
|
|
|
|
CREATE TABLE `guid` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`guid` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`guid` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `guid` (`guid`)
|
|
|
|
KEY `guid` (`guid`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -722,7 +722,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `hook`;
|
|
|
|
DROP TABLE IF EXISTS `hook`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `hook` (
|
|
|
|
CREATE TABLE `hook` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`hook` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`hook` varchar(255) NOT NULL DEFAULT '',
|
|
|
@ -731,7 +731,7 @@ CREATE TABLE `hook` (
|
|
|
|
`priority` int(11) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`priority` int(11) unsigned NOT NULL DEFAULT '0',
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `hook_file_function` (`hook`(30),`file`(60),`function`(30))
|
|
|
|
KEY `hook_file_function` (`hook`(30),`file`(60),`function`(30))
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -749,7 +749,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `intro`;
|
|
|
|
DROP TABLE IF EXISTS `intro`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `intro` (
|
|
|
|
CREATE TABLE `intro` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
@ -763,7 +763,7 @@ CREATE TABLE `intro` (
|
|
|
|
`blocked` tinyint(1) NOT NULL DEFAULT '1',
|
|
|
|
`blocked` tinyint(1) NOT NULL DEFAULT '1',
|
|
|
|
`ignore` tinyint(1) NOT NULL DEFAULT '0',
|
|
|
|
`ignore` tinyint(1) NOT NULL DEFAULT '0',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -782,7 +782,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `item`;
|
|
|
|
DROP TABLE IF EXISTS `item`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `item` (
|
|
|
|
CREATE TABLE `item` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`guid` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`guid` varchar(255) NOT NULL DEFAULT '',
|
|
|
@ -876,7 +876,7 @@ CREATE TABLE `item` (
|
|
|
|
KEY `uid_eventid` (`uid`,`event-id`),
|
|
|
|
KEY `uid_eventid` (`uid`,`event-id`),
|
|
|
|
KEY `uid_authorlink` (`uid`,`author-link`),
|
|
|
|
KEY `uid_authorlink` (`uid`,`author-link`),
|
|
|
|
KEY `uid_ownerlink` (`uid`,`owner-link`)
|
|
|
|
KEY `uid_ownerlink` (`uid`,`owner-link`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -895,7 +895,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `item_id`;
|
|
|
|
DROP TABLE IF EXISTS `item_id`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `item_id` (
|
|
|
|
CREATE TABLE `item_id` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`iid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`iid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -907,7 +907,7 @@ CREATE TABLE `item_id` (
|
|
|
|
KEY `sid` (`sid`),
|
|
|
|
KEY `sid` (`sid`),
|
|
|
|
KEY `service` (`service`),
|
|
|
|
KEY `service` (`service`),
|
|
|
|
KEY `iid` (`iid`)
|
|
|
|
KEY `iid` (`iid`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -925,14 +925,14 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `locks`;
|
|
|
|
DROP TABLE IF EXISTS `locks`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `locks` (
|
|
|
|
CREATE TABLE `locks` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`name` varchar(128) NOT NULL DEFAULT '',
|
|
|
|
`name` varchar(128) NOT NULL DEFAULT '',
|
|
|
|
`locked` tinyint(1) NOT NULL DEFAULT '0',
|
|
|
|
`locked` tinyint(1) NOT NULL DEFAULT '0',
|
|
|
|
`created` datetime DEFAULT '0001-01-01 00:00:00',
|
|
|
|
`created` datetime DEFAULT '0001-01-01 00:00:00',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -950,7 +950,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `mail`;
|
|
|
|
DROP TABLE IF EXISTS `mail`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `mail` (
|
|
|
|
CREATE TABLE `mail` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
@ -976,7 +976,7 @@ CREATE TABLE `mail` (
|
|
|
|
KEY `reply` (`reply`),
|
|
|
|
KEY `reply` (`reply`),
|
|
|
|
KEY `uri` (`uri`),
|
|
|
|
KEY `uri` (`uri`),
|
|
|
|
KEY `parent-uri` (`parent-uri`)
|
|
|
|
KEY `parent-uri` (`parent-uri`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -994,7 +994,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `mailacct`;
|
|
|
|
DROP TABLE IF EXISTS `mailacct`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `mailacct` (
|
|
|
|
CREATE TABLE `mailacct` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -1010,7 +1010,7 @@ CREATE TABLE `mailacct` (
|
|
|
|
`pubmail` tinyint(1) NOT NULL DEFAULT '0',
|
|
|
|
`pubmail` tinyint(1) NOT NULL DEFAULT '0',
|
|
|
|
`last_check` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
|
|
|
`last_check` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1028,14 +1028,14 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `manage`;
|
|
|
|
DROP TABLE IF EXISTS `manage`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `manage` (
|
|
|
|
CREATE TABLE `manage` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`mid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`mid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `uid_mid` (`uid`,`mid`)
|
|
|
|
KEY `uid_mid` (`uid`,`mid`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1053,7 +1053,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `notify`;
|
|
|
|
DROP TABLE IF EXISTS `notify`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `notify` (
|
|
|
|
CREATE TABLE `notify` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`hash` varchar(64) NOT NULL DEFAULT '',
|
|
|
|
`hash` varchar(64) NOT NULL DEFAULT '',
|
|
|
@ -1071,7 +1071,7 @@ CREATE TABLE `notify` (
|
|
|
|
`otype` varchar(16) NOT NULL DEFAULT '',
|
|
|
|
`otype` varchar(16) NOT NULL DEFAULT '',
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `uid` (`uid`)
|
|
|
|
KEY `uid` (`uid`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1090,7 +1090,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `notify-threads`;
|
|
|
|
DROP TABLE IF EXISTS `notify-threads`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `notify-threads` (
|
|
|
|
CREATE TABLE `notify-threads` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`notify-id` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`notify-id` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -1100,7 +1100,7 @@ CREATE TABLE `notify-threads` (
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `master-parent-item` (`master-parent-item`),
|
|
|
|
KEY `master-parent-item` (`master-parent-item`),
|
|
|
|
KEY `receiver-uid` (`receiver-uid`)
|
|
|
|
KEY `receiver-uid` (`receiver-uid`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1119,7 +1119,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `pconfig`;
|
|
|
|
DROP TABLE IF EXISTS `pconfig`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `pconfig` (
|
|
|
|
CREATE TABLE `pconfig` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -1128,7 +1128,7 @@ CREATE TABLE `pconfig` (
|
|
|
|
`v` mediumtext NOT NULL,
|
|
|
|
`v` mediumtext NOT NULL,
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `uid_cat_k` (`uid`,`cat`(30),`k`(30))
|
|
|
|
KEY `uid_cat_k` (`uid`,`cat`(30),`k`(30))
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1147,7 +1147,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `photo`;
|
|
|
|
DROP TABLE IF EXISTS `photo`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `photo` (
|
|
|
|
CREATE TABLE `photo` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
@ -1175,7 +1175,7 @@ CREATE TABLE `photo` (
|
|
|
|
KEY `uid` (`uid`),
|
|
|
|
KEY `uid` (`uid`),
|
|
|
|
KEY `resource-id` (`resource-id`),
|
|
|
|
KEY `resource-id` (`resource-id`),
|
|
|
|
KEY `guid` (`guid`)
|
|
|
|
KEY `guid` (`guid`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1194,7 +1194,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `poll`;
|
|
|
|
DROP TABLE IF EXISTS `poll`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `poll` (
|
|
|
|
CREATE TABLE `poll` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -1210,7 +1210,7 @@ CREATE TABLE `poll` (
|
|
|
|
`q9` mediumtext NOT NULL,
|
|
|
|
`q9` mediumtext NOT NULL,
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `uid` (`uid`)
|
|
|
|
KEY `uid` (`uid`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1228,7 +1228,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `poll_result`;
|
|
|
|
DROP TABLE IF EXISTS `poll_result`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `poll_result` (
|
|
|
|
CREATE TABLE `poll_result` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`poll_id` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`poll_id` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -1236,7 +1236,7 @@ CREATE TABLE `poll_result` (
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `poll_id` (`poll_id`),
|
|
|
|
KEY `poll_id` (`poll_id`),
|
|
|
|
KEY `choice` (`choice`)
|
|
|
|
KEY `choice` (`choice`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1254,7 +1254,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `profile`;
|
|
|
|
DROP TABLE IF EXISTS `profile`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `profile` (
|
|
|
|
CREATE TABLE `profile` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -1299,7 +1299,7 @@ CREATE TABLE `profile` (
|
|
|
|
`net-publish` tinyint(1) NOT NULL DEFAULT '0',
|
|
|
|
`net-publish` tinyint(1) NOT NULL DEFAULT '0',
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `hometown` (`hometown`)
|
|
|
|
KEY `hometown` (`hometown`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1318,7 +1318,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `profile_check`;
|
|
|
|
DROP TABLE IF EXISTS `profile_check`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `profile_check` (
|
|
|
|
CREATE TABLE `profile_check` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
@ -1327,7 +1327,7 @@ CREATE TABLE `profile_check` (
|
|
|
|
`sec` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`sec` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`expire` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`expire` int(11) NOT NULL DEFAULT '0',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1345,7 +1345,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `push_subscriber`;
|
|
|
|
DROP TABLE IF EXISTS `push_subscriber`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `push_subscriber` (
|
|
|
|
CREATE TABLE `push_subscriber` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -1356,7 +1356,7 @@ CREATE TABLE `push_subscriber` (
|
|
|
|
`last_update` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
|
|
|
`last_update` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
|
|
|
`secret` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`secret` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1374,7 +1374,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `queue`;
|
|
|
|
DROP TABLE IF EXISTS `queue`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `queue` (
|
|
|
|
CREATE TABLE `queue` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`cid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`cid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -1389,7 +1389,7 @@ CREATE TABLE `queue` (
|
|
|
|
KEY `last` (`last`),
|
|
|
|
KEY `last` (`last`),
|
|
|
|
KEY `network` (`network`),
|
|
|
|
KEY `network` (`network`),
|
|
|
|
KEY `batch` (`batch`)
|
|
|
|
KEY `batch` (`batch`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1407,7 +1407,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `register`;
|
|
|
|
DROP TABLE IF EXISTS `register`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `register` (
|
|
|
|
CREATE TABLE `register` (
|
|
|
|
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`hash` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`hash` varchar(255) NOT NULL DEFAULT '',
|
|
|
@ -1416,7 +1416,7 @@ CREATE TABLE `register` (
|
|
|
|
`password` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`password` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`language` varchar(16) NOT NULL DEFAULT '',
|
|
|
|
`language` varchar(16) NOT NULL DEFAULT '',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1434,7 +1434,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `search`;
|
|
|
|
DROP TABLE IF EXISTS `search`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `search` (
|
|
|
|
CREATE TABLE `search` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -1442,7 +1442,7 @@ CREATE TABLE `search` (
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `uid` (`uid`),
|
|
|
|
KEY `uid` (`uid`),
|
|
|
|
KEY `term` (`term`)
|
|
|
|
KEY `term` (`term`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1460,7 +1460,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `session`;
|
|
|
|
DROP TABLE IF EXISTS `session`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `session` (
|
|
|
|
CREATE TABLE `session` (
|
|
|
|
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`sid` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`sid` varchar(255) NOT NULL DEFAULT '',
|
|
|
@ -1469,7 +1469,7 @@ CREATE TABLE `session` (
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `sid` (`sid`),
|
|
|
|
KEY `sid` (`sid`),
|
|
|
|
KEY `expire` (`expire`)
|
|
|
|
KEY `expire` (`expire`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=123 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=123 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1488,7 +1488,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `sign`;
|
|
|
|
DROP TABLE IF EXISTS `sign`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `sign` (
|
|
|
|
CREATE TABLE `sign` (
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`iid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`iid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
@ -1499,7 +1499,7 @@ CREATE TABLE `sign` (
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `iid` (`iid`),
|
|
|
|
KEY `iid` (`iid`),
|
|
|
|
KEY `retract_iid` (`retract_iid`)
|
|
|
|
KEY `retract_iid` (`retract_iid`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1517,7 +1517,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `spam`;
|
|
|
|
DROP TABLE IF EXISTS `spam`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `spam` (
|
|
|
|
CREATE TABLE `spam` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
@ -1530,7 +1530,7 @@ CREATE TABLE `spam` (
|
|
|
|
KEY `spam` (`spam`),
|
|
|
|
KEY `spam` (`spam`),
|
|
|
|
KEY `ham` (`ham`),
|
|
|
|
KEY `ham` (`ham`),
|
|
|
|
KEY `term` (`term`)
|
|
|
|
KEY `term` (`term`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1548,7 +1548,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `term`;
|
|
|
|
DROP TABLE IF EXISTS `term`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `term` (
|
|
|
|
CREATE TABLE `term` (
|
|
|
|
`tid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`tid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
`oid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`oid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
@ -1564,7 +1564,7 @@ CREATE TABLE `term` (
|
|
|
|
KEY `type_term` (`type`,`term`),
|
|
|
|
KEY `type_term` (`type`,`term`),
|
|
|
|
KEY `uid_otype_type_term_tid` (`uid`,`otype`,`type`,`term`,`tid`),
|
|
|
|
KEY `uid_otype_type_term_tid` (`uid`,`otype`,`type`,`term`,`tid`),
|
|
|
|
KEY `otype_type_term_tid` (`otype`,`type`,`term`,`tid`)
|
|
|
|
KEY `otype_type_term_tid` (`otype`,`type`,`term`,`tid`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1582,7 +1582,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `thread`;
|
|
|
|
DROP TABLE IF EXISTS `thread`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `thread` (
|
|
|
|
CREATE TABLE `thread` (
|
|
|
|
`iid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`iid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
|
@ -1617,7 +1617,7 @@ CREATE TABLE `thread` (
|
|
|
|
KEY `wall_private_received` (`wall`,`private`,`received`),
|
|
|
|
KEY `wall_private_received` (`wall`,`private`,`received`),
|
|
|
|
KEY `uid_created` (`uid`,`created`),
|
|
|
|
KEY `uid_created` (`uid`,`created`),
|
|
|
|
KEY `uid_commented` (`uid`,`commented`)
|
|
|
|
KEY `uid_commented` (`uid`,`commented`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1636,7 +1636,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `tokens`;
|
|
|
|
DROP TABLE IF EXISTS `tokens`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `tokens` (
|
|
|
|
CREATE TABLE `tokens` (
|
|
|
|
`id` varchar(40) NOT NULL,
|
|
|
|
`id` varchar(40) NOT NULL,
|
|
|
|
`secret` text NOT NULL,
|
|
|
|
`secret` text NOT NULL,
|
|
|
@ -1645,7 +1645,7 @@ CREATE TABLE `tokens` (
|
|
|
|
`scope` varchar(200) NOT NULL DEFAULT '',
|
|
|
|
`scope` varchar(200) NOT NULL DEFAULT '',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
`uid` int(11) NOT NULL DEFAULT '0',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1663,7 +1663,7 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `user`;
|
|
|
|
DROP TABLE IF EXISTS `user`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `user` (
|
|
|
|
CREATE TABLE `user` (
|
|
|
|
`uid` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`uid` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`guid` varchar(64) NOT NULL DEFAULT '',
|
|
|
|
`guid` varchar(64) NOT NULL DEFAULT '',
|
|
|
@ -1709,7 +1709,7 @@ CREATE TABLE `user` (
|
|
|
|
`openidserver` text NOT NULL,
|
|
|
|
`openidserver` text NOT NULL,
|
|
|
|
PRIMARY KEY (`uid`),
|
|
|
|
PRIMARY KEY (`uid`),
|
|
|
|
KEY `nickname` (`nickname`)
|
|
|
|
KEY `nickname` (`nickname`)
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -1728,13 +1728,13 @@ UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `userd`;
|
|
|
|
DROP TABLE IF EXISTS `userd`;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
|
|
CREATE TABLE `userd` (
|
|
|
|
CREATE TABLE `userd` (
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
`username` varchar(255) NOT NULL,
|
|
|
|
`username` varchar(255) NOT NULL,
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
KEY `username` (`username`)
|
|
|
|
KEY `username` (`username`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
|