friendica/friendica_test_data.sql

2183 lines
847 KiB
MySQL
Raw Permalink Normal View History

-- MySQL dump 10.13 Distrib 5.7.24, for Linux (x86_64)
--
-- Host: localhost Database: friendica
-- ------------------------------------------------------
-- Server version 5.7.24-0ubuntu0.16.04.1
/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `addon`
--
DROP TABLE IF EXISTS `addon`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `addon` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL DEFAULT '' COMMENT 'addon base (file)name',
`version` varchar(50) NOT NULL DEFAULT '' COMMENT 'currently unused',
`installed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'currently always 1',
`hidden` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'currently unused',
`timestamp` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'file timestamp to check for reloads',
`plugin_admin` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1 = has admin config, 0 = has no admin config',
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='registered addons';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `addon`
--
LOCK TABLES `addon` WRITE;
/*!40000 ALTER TABLE `addon` DISABLE KEYS */;
/*!40000 ALTER TABLE `addon` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `apcontact`
--
DROP TABLE IF EXISTS `apcontact`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `apcontact` (
`url` varbinary(255) NOT NULL COMMENT 'URL of the contact',
`uuid` varchar(255) DEFAULT NULL,
`type` varchar(20) NOT NULL,
`following` varchar(255) DEFAULT NULL,
`followers` varchar(255) DEFAULT NULL,
`inbox` varchar(255) NOT NULL,
`outbox` varchar(255) DEFAULT NULL,
`sharedinbox` varchar(255) DEFAULT NULL,
`nick` varchar(255) NOT NULL DEFAULT '',
`name` varchar(255) DEFAULT NULL,
`about` text,
`photo` varchar(255) DEFAULT NULL,
`addr` varchar(255) DEFAULT NULL,
`alias` varchar(255) DEFAULT NULL,
`pubkey` text,
`baseurl` varchar(255) DEFAULT NULL COMMENT 'baseurl of the ap contact',
`updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
PRIMARY KEY (`url`),
KEY `addr` (`addr`(32)),
KEY `alias` (`alias`(190)),
KEY `url` (`followers`(190))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='ActivityPub compatible contacts - used in the ActivityPub implementation';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `apcontact`
--
LOCK TABLES `apcontact` WRITE;
/*!40000 ALTER TABLE `apcontact` DISABLE KEYS */;
INSERT INTO `apcontact` VALUES (_binary 'http://192.168.22.10/profile/admin','930bb26b-675b-f00a-1f35-2cc901636033','Person','http://192.168.22.10/following/admin','http://192.168.22.10/followers/admin','http://192.168.22.10/inbox/admin','http://192.168.22.10/outbox/admin','http://192.168.22.10/inbox','admin','admin','','http://192.168.22.10/photo/profile/1.jpg',NULL,NULL,'-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyYmalhhmPJg0qwLjbeoL\nKgykA6idu8HtZkKWPpXZHHD9J0InLId7Ht3G9dSBIBbHpWhaoFHkI06PRaqiT3sY\n4yXPBWDuhnIzzbV5VbxXShzRCe0LzBMhvusf/74sQkqH64g7xsaSBipHHaUEa7yD\nv+xCoGtoSOcqGEBzesSH//sIl94IrkkN+/grb1ZSFFjQYWMLMWMD7Py/awcqOtCB\nJ6NnmcBVMK5CxyV+YN+C+dhUsf+LjvH7WE0uigvTlMG+lGfXHxl4/en8bcAQ/GEr\n1xfbDJuknxr+ckGFZeHtj6Noz1IRD7y+7rlTgbZTmOrCJKg38Br2m3tMGGhIU3t7\nSmrKn8qqf9HuyR83+7Cu+t8x24LuhTjGW2Z6KE5TqYacMu+to58MFH8lDOnoOxHA\nGWpi9kYPXSbO9mLwDNF3pue3bLusvGQnns9h38w8m1Q25nivKKvgVbOrdNaB6wUy\nFIDcqjlZOVIyZ24QWZck77Em/cCkEf1c9kV4f1VjwmyQ4apSPf6q92AHcBlbv7yI\nFhVbGMhEaMIT7PQgxi2F48YInnlNjQlk3yHv3sdjlYJvcHHlf2PsMXlRb1CzrFRf\nX6Uv7e1obwy+SsywkAq+sT4tfsPEw2mIL56cXw0licP2hjOIgzYD1xi8pZx3xsQP\nTjdpqBmCKfnzs+TCZIbXIQ8CAwEAAQ==\n-----END PUBLIC KEY-----',NULL,'2018-11-17 12:34:45'),(_binary 'http://192.168.22.10/profile/friendica1','930bb26b-585b-f00c-1225-b79618332648','Person','http://192.168.22.10/following/friendica1','http://192.168.22.10/followers/friendica1','http://192.168.22.10/inbox/friendica1','http://192.168.22.10/outbox/friendica1','http://192.168.22.10/inbox','friendica1','friendica1','','http://192.168.22.10/photo/profile/2.jpg',NULL,NULL,'-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmQR1Wmtv2KMZ5f5NTJMf\nRfX+1KXfhCKZaDgtL8/Trtb1ZXLq0tlBVhm29MI1F6cxZFhNlFyW6GZCeZFKX3FP\n2pFw03sEBTo5PCLso18EEl9kXV9cXoBMzINI3jIGnJiawq9PfIw5142jFBLOxiDS\nc/iNG6iFbq2qHwiQJjtp61BCFivIMZaHXqvtroakggjBH3EbRx+rZfeqjB8MRqOc\npXIqjc0lrHk8QGdXeuUAWsL2qUqHVNekLBXPnRcdMT8BxUmtBj0ccZ1IICLPFEzK\nr6DtqH5kE+aq9IcoMIEDjUhnyOAvFda8TlxX8D5SMFbrfJZDTypDqXHnSxHUS0Rd\nX06tLJZxMgqHspkxp6nzxk7JGPHKQmU6N0uqQb+i7dFlgC8QRLi79a1x019dvpAN\nRwbhGnn/pEU9Kn1JbYTAI6irBnHnlAUkpxmwSzRx5ncbNbhbniMD2/39IV1mztUh\nAyc262/cRRJAu8pEsPvc/pSijIyfrxJGYqF/uUcS5gbrY+wCjpYaBdzFxQEcD1Aq\nvXQGxi3sMRY9b1FJ+f3UTB7D9kIBCbwUNOXCjDCrOKZN6nxPLpKnfFsneHleUHa0\n+MRzI/vX78jQ1P4KgxPIiSktfrZitBpyzCC5O4ytiwqF2E8Ei0zE6OL2gm8yv7tB\n00ewnSBHzIpdnS51XuxxmIsCAwEAAQ==\n-----END PUBLIC KEY-----',NULL,'2018-11-17 12:50:07'),(_binary 'http://192.168.22.10/profile/friendica2','930bb26b-155b-f00c-272b-7ee871449332','Person','http://192.168.22.10/following/friendica2','http://192.168.22.10/followers/friendica2','http://192.168.22.10/inbox/friendica2','http://192.168.22.10/outbox/friendica2','http://192.168.22.10/inbox','friendica2','friendica2','','http://192.168.22.10/photo/profile/3.jpg',NULL,NULL,'-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwMWwwjqXtfQmCzLQmZ+D\ntRVdtv1Vq6DdjC/+aEP3UKLpp0nzNcsfT3U8Kejs23o0KpC+EVFXuWZqvxyeHoiZ\n+w9i1roJf2eSLBVeAjiEmLbI7wSfLBu+iA1x+X6+d9wxxAgzM7KHIBOghVCDussz\n4AaojP4Dx3Egsl1w+1j/ULUNCvf1wq9KLMMgJlnemC4cHfv+ObcxdisPezjVD9sg\nnvRLKyv6i8gm8csDwaHtHP6VNxc0JnauU6GIxBrDmlnpKYGb3rl3WLSvuiyzJYrr\nzKESnFINFKRLCG3m548OK+reRBDmgYbsZFJ57FS6YTa63268IwwtlRbRs8n8N7Mi\nO0jAXhRyZKRim6lkykIUjwlmIKfS2xl38k1kg5VLfPwZYAhiG6+JMcBlyj7hKU+4\nN9FKKfLlxtRz/g2kh81eHWEOXblEohpR/GbAhMF8h/tkHM+ze2TAbyEK1A+UWlWZ\n3olMRdt/awlAd657XqGVukYUg++GdEGkVyeWcCV3CwscbhiFAqpV/TWh6yARultJ\nvij/UQWi27yFY1v4EAactGL/V+zrmQSduKGd7jpHJe2XVS4DGuw+ThiDQc8gamlG\ndmZcPkVxChFqGpxGKXOr8uFWbYUG4Cj3iA4iV8XOlGUIN8uFtbWX/VyVHGNGDmGg\n60osshOegUJTNz8OBkZspvsCAwEAAQ==\n-----END PUBLIC KEY-----',NULL,'2018-11-17 12:50:07'),(_binary 'http://192.168.22.10/profile/friendica3','930bb26b-425b-f00c-3ce7-94f334620775','Person','http://192.168.22.10/following/friendica3','http://192.168.22.10/followers/friendica3','http://192.168.22.10/inbox/friendica3','http://192.168.22.10/outbox/friendica3','http://192.168.22.10/inbox','friendica3','friendica3','','http://192.168.22.10/photo/profile/4.jpg',NULL,NULL,'-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFA
/*!40000 ALTER TABLE `apcontact` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `attach`
--
DROP TABLE IF EXISTS `attach`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `attach` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'generated index',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Owner User id',
`hash` varchar(64) NOT NULL DEFAULT '' COMMENT 'hash',
`filename` varchar(255) NOT NULL DEFAULT '' COMMENT 'filename of original',
`filetype` varchar(64) NOT NULL DEFAULT '' COMMENT 'mimetype',
`filesize` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'size in bytes',
`data` longblob NOT NULL COMMENT 'file data',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'creation time',
`edited` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'last edit time',
`allow_cid` mediumtext COMMENT 'Access Control - list of allowed contact.id ''<19><78>',
`allow_gid` mediumtext COMMENT 'Access Control - list of allowed groups',
`deny_cid` mediumtext COMMENT 'Access Control - list of denied contact.id',
`deny_gid` mediumtext COMMENT 'Access Control - list of denied groups',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='file attachments';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `attach`
--
LOCK TABLES `attach` WRITE;
/*!40000 ALTER TABLE `attach` DISABLE KEYS */;
/*!40000 ALTER TABLE `attach` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `auth_codes`
--
DROP TABLE IF EXISTS `auth_codes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `auth_codes` (
`id` varchar(40) NOT NULL,
`client_id` varchar(20) NOT NULL DEFAULT '',
`redirect_uri` varchar(200) NOT NULL DEFAULT '',
`expires` int(11) NOT NULL DEFAULT '0',
`scope` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='OAuth usage';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `auth_codes`
--
LOCK TABLES `auth_codes` WRITE;
/*!40000 ALTER TABLE `auth_codes` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_codes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache`
--
DROP TABLE IF EXISTS `cache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cache` (
2018-03-01 05:48:28 +01:00
`k` varbinary(255) NOT NULL COMMENT 'cache key',
`v` mediumtext COMMENT 'cached serialized value',
`expires` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'datetime of cache expiration',
`updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'datetime of cache insertion',
PRIMARY KEY (`k`),
KEY `k_expires` (`k`,`expires`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores temporary data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cache`
--
LOCK TABLES `cache` WRITE;
/*!40000 ALTER TABLE `cache` DISABLE KEYS */;
INSERT INTO `cache` VALUES (_binary 'Probe::uri::friendica1@192.168.22.10','a:21:{s:4:\"name\";s:10:\"friendica1\";s:4:\"nick\";s:10:\"friendica1\";s:4:\"guid\";s:36:\"930bb26b-585b-f00c-1225-b79618332648\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica1\";s:4:\"addr\";s:24:\"friendica1@192.168.22.10\";s:5:\"alias\";s:32:\"http://192.168.22.10/~friendica1\";s:5:\"photo\";s:79:\"http://192.168.22.10/photo/12287146285bf00e7fd3b7e500413187-4.jpg?ts=1542459007\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:43:\"http://192.168.22.10/dfrn_notify/friendica1\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica1\";s:7:\"request\";s:44:\"http://192.168.22.10/dfrn_request/friendica1\";s:7:\"confirm\";s:44:\"http://192.168.22.10/dfrn_confirm/friendica1\";s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica1\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmQR1Wmtv2KMZ5f5NTJMf\nRfX+1KXfhCKZaDgtL8/Trtb1ZXLq0tlBVhm29MI1F6cxZFhNlFyW6GZCeZFKX3FP\n2pFw03sEBTo5PCLso18EEl9kXV9cXoBMzINI3jIGnJiawq9PfIw5142jFBLOxiDS\nc/iNG6iFbq2qHwiQJjtp61BCFivIMZaHXqvtroakggjBH3EbRx+rZfeqjB8MRqOc\npXIqjc0lrHk8QGdXeuUAWsL2qUqHVNekLBXPnRcdMT8BxUmtBj0ccZ1IICLPFEzK\nr6DtqH5kE+aq9IcoMIEDjUhnyOAvFda8TlxX8D5SMFbrfJZDTypDqXHnSxHUS0Rd\nX06tLJZxMgqHspkxp6nzxk7JGPHKQmU6N0uqQb+i7dFlgC8QRLi79a1x019dvpAN\nRwbhGnn/pEU9Kn1JbYTAI6irBnHnlAUkpxmwSzRx5ncbNbhbniMD2/39IV1mztUh\nAyc262/cRRJAu8pEsPvc/pSijIyfrxJGYqF/uUcS5gbrY+wCjpYaBdzFxQEcD1Aq\nvXQGxi3sMRY9b1FJ+f3UTB7D9kIBCbwUNOXCjDCrOKZN6nxPLpKnfFsneHleUHa0\n+MRzI/vX78jQ1P4KgxPIiSktfrZitBpyzCC5O4ytiwqF2E8Ei0zE6OL2gm8yv7tB\n00ewnSBHzIpdnS51XuxxmIsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:20:\"http://192.168.22.10\";}','2018-11-18 13:41:24','2018-11-17 13:41:24'),(_binary 'Probe::uri::friendica2@192.168.22.10','a:21:{s:4:\"name\";s:10:\"friendica2\";s:4:\"nick\";s:10:\"friendica2\";s:4:\"guid\";s:36:\"930bb26b-155b-f00c-272b-7ee871449332\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica2\";s:4:\"addr\";s:24:\"friendica2@192.168.22.10\";s:5:\"alias\";s:32:\"http://192.168.22.10/~friendica2\";s:5:\"photo\";s:79:\"http://192.168.22.10/photo/15820583805bf00e7fd7909940374120-4.jpg?ts=1542459007\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:43:\"http://192.168.22.10/dfrn_notify/friendica2\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica2\";s:7:\"request\";s:44:\"http://192.168.22.10/dfrn_request/friendica2\";s:7:\"confirm\";s:44:\"http://192.168.22.10/dfrn_confirm/friendica2\";s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica2\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwMWwwjqXtfQmCzLQmZ+D\ntRVdtv1Vq6DdjC/+aEP3UKLpp0nzNcsfT3U8Kejs23o0KpC+EVFXuWZqvxyeHoiZ\n+w9i1roJf2eSLBVeAjiEmLbI7wSfLBu+iA1x+X6+d9wxxAgzM7KHIBOghVCDussz\n4AaojP4Dx3Egsl1w+1j/ULUNCvf1wq9KLMMgJlnemC4cHfv+ObcxdisPezjVD9sg\nnvRLKyv6i8gm8csDwaHtHP6VNxc0JnauU6GIxBrDmlnpKYGb3rl3WLSvuiyzJYrr\nzKESnFINFKRLCG3m548OK+reRBDmgYbsZFJ57FS6YTa63268IwwtlRbRs8n8N7Mi\nO0jAXhRyZKRim6lkykIUjwlmIKfS2xl38k1kg5VLfPwZYAhiG6+JMcBlyj7hKU+4\nN9FKKfLlxtRz/g2kh81eHWEOXblEohpR/GbAhMF8h/tkHM+ze2TAbyEK1A+UWlWZ\n3olMRdt/awlAd657XqGVukYUg++GdEGkVyeWcCV3CwscbhiFAqpV/TWh6yARultJ\nvij/UQWi27yFY1v4EAactGL/V+zrmQSduKGd7jpHJe2XVS4DGuw+ThiDQc8gamlG\ndmZcPkVxChFqGpxGKXOr8uFWbYUG4Cj3iA4iV8XOlGUIN8uFtbWX/VyVHGNGDmGg\n60osshOegUJTNz8OBkZspvsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:20:\"http://192.168.22.10\";}','2018-11-18 13:47:02','2018-11-17 13:47:02'),(_binary 'Probe::uri::friendica4@192.168.22.10','a:21:{s:4:\"name\";s:10:\"friendica4\";s:4:\"nick\";s:10:\"friendica4\";s:4:\"guid\";s:36:\"930bb26b-485b-f00c-9705-875375530301\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica4\";s:4:\"addr\";s:24:\"friendica4@192.168.22.10\";s:5:\"
/*!40000 ALTER TABLE `cache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `challenge`
--
DROP TABLE IF EXISTS `challenge`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `challenge` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`challenge` varchar(255) NOT NULL DEFAULT '',
`dfrn-id` varchar(255) NOT NULL DEFAULT '',
`expire` int(10) unsigned NOT NULL DEFAULT '0',
`type` varchar(255) NOT NULL DEFAULT '',
`last_update` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `challenge`
--
LOCK TABLES `challenge` WRITE;
/*!40000 ALTER TABLE `challenge` DISABLE KEYS */;
/*!40000 ALTER TABLE `challenge` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `clients`
--
DROP TABLE IF EXISTS `clients`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `clients` (
`client_id` varchar(20) NOT NULL,
`pw` varchar(20) NOT NULL DEFAULT '',
`redirect_uri` varchar(200) NOT NULL DEFAULT '',
`name` text,
`icon` text,
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
PRIMARY KEY (`client_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='OAuth usage';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `clients`
--
LOCK TABLES `clients` WRITE;
/*!40000 ALTER TABLE `clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `clients` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `config`
--
DROP TABLE IF EXISTS `config`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `config` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`cat` varbinary(50) NOT NULL DEFAULT '',
`k` varbinary(50) NOT NULL DEFAULT '',
`v` mediumtext,
PRIMARY KEY (`id`),
UNIQUE KEY `cat_k` (`cat`,`k`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COMMENT='main configuration storage';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `config`
--
LOCK TABLES `config` WRITE;
/*!40000 ALTER TABLE `config` DISABLE KEYS */;
INSERT INTO `config` VALUES (1,_binary 'system',_binary 'build','1290'),(2,_binary 'system',_binary 'temppath','/tmp/'),(3,_binary 'database',_binary 'last_successful_update_function','update_1290'),(4,_binary 'database',_binary 'last_successful_update_function_time','1542457404'),(5,_binary 'system',_binary 'maintenance','0'),(6,_binary 'system',_binary 'maintenance_reason',''),(7,_binary 'system',_binary 'dbupdate','1'),(8,_binary 'database',_binary 'last_successful_update','1290'),(9,_binary 'database',_binary 'last_successful_update_time','1542457404'),(10,_binary 'system',_binary 'worker_last_cleaned','1542467401'),(11,_binary 'system',_binary 'url','http://192.168.22.10'),(12,_binary 'system',_binary 'itemcache','/tmp/itemcache'),(13,_binary 'system',_binary 'spoolpath','/tmp/spool'),(14,_binary 'system',_binary 'last_worker_execution','2018-11-17 15:10:01'),(15,_binary 'system',_binary 'last_expire_day','17'),(16,_binary 'system',_binary 'last_cron_hourly','1542466202'),(17,_binary 'system',_binary 'last_cron','1542466802'),(18,_binary 'system',_binary 'post_update_version','1281'),(19,_binary 'system',_binary 'cache_last_cleared','1542466204'),(20,_binary 'system',_binary 'disable_password_exposed','1'),(21,_binary 'system',_binary 'site_prvkey','-----BEGIN PRIVATE KEY-----\nMIICdwIBADANBgkqhkiG9w0BAQEFAASCAmEwggJdAgEAAoGBAJIdBXCjtHBRpqM3\n7is5u6I39XM6Q0l5pOAVP5MsKhlU+wYqdBld9heVBlJqhWfYz509+Kgpcmn2e/HS\nz+8yCr77FtlzzUOve1ESi1q5ZW0LWZKwepoxs9RmHIBy1eWe4kB4/53dojUlxXJP\n6iNUKHK9DYDuh8JuWty4D+YmVvmzAgMBAAECgYBiLWXuXdFsdzDFE1vRZ6WQRpGC\nr29u+3GxsBVbyp0vEE7rwbLpKJ2nEteAoVqqgKBgQ7fFJrReRuTZhJF7Y+CblypX\n2px3tjLTVc7O2NuHlgrXFk+RJLXr8lg9jbzcU77wy0YTPZMqoFIVFFZQcjjJ+T4Q\n0Mh7K9jqIrGIOFPTgQJBAMIS8ZQoeP9hDQ17FyWpkEDJleY2RTVer42D2T5Pn7GI\nlOlRGqLZFzu6YXWynNa1HvfcxIlW/sR0YrDlEGwLJ2MCQQDAvGIQ9oPXdNR31NLe\nS22hIi1KZxOAa0cS8FH4BxA7F3a3ShC1CiIObl/O03u+ZBJYho2peqQ++rIkNo+h\nWD1xAkEAjkHikO6l2tSiA7qxeer0EXlyhoBLdNaGKl52VMV60mDCfs/zjWFCNYbm\nP6cAbiXvoFJUQjPhpdGGMhKGWhxG7wJBAKxuneoBMpkre/8tl+6rWwyjMBP1vhvR\nXogSG7OkViAX8O0wxVvDEg8JLowy5u3CSCuNTeZHw/RYg9IkQkIeWPECQCrDS23z\neTzUnhRcMRCtH9YrkAIcyQpRao5lD36Q7P0zr4sepU7790B4rqUl/UzL3sm6VOG7\nDDTBvTPpj1b+/bU=\n-----END PRIVATE KEY-----\n'),(22,_binary 'system',_binary 'site_pubkey','-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCSHQVwo7RwUaajN+4rObuiN/Vz\nOkNJeaTgFT+TLCoZVPsGKnQZXfYXlQZSaoVn2M+dPfioKXJp9nvx0s/vMgq++xbZ\nc81Dr3tREotauWVtC1mSsHqaMbPUZhyActXlnuJAeP+d3aI1JcVyT+ojVChyvQ2A\n7ofCblrcuA/mJlb5swIDAQAB\n-----END PUBLIC KEY-----\n'),(23,_binary 'system',_binary 'post_update_version_1279_id','0'),(24,_binary 'system',_binary 'post_update_version_1281_id','0');
/*!40000 ALTER TABLE `config` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `contact`
--
DROP TABLE IF EXISTS `contact`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `contact` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Owner User id',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`self` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1 if the contact is the user him/her self',
`remote_self` tinyint(1) NOT NULL DEFAULT '0',
`rel` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'The kind of the relation between the user and the contact',
`duplex` tinyint(1) NOT NULL DEFAULT '0',
`network` char(4) NOT NULL DEFAULT '' COMMENT 'Network protocol of the contact',
`name` varchar(255) NOT NULL DEFAULT '' COMMENT 'Name that this contact is known by',
`nick` varchar(255) NOT NULL DEFAULT '' COMMENT 'Nick- and user name of the contact',
`location` varchar(255) NOT NULL DEFAULT '',
`about` text,
`keywords` text COMMENT 'public keywords (interests) of the contact',
`gender` varchar(32) NOT NULL DEFAULT '',
`xmpp` varchar(255) NOT NULL DEFAULT '',
`attag` varchar(255) NOT NULL DEFAULT '',
`avatar` varchar(255) NOT NULL DEFAULT '',
`photo` varchar(255) DEFAULT '' COMMENT 'Link to the profile photo of the contact',
`thumb` varchar(255) DEFAULT '' COMMENT 'Link to the profile photo (thumb size)',
`micro` varchar(255) DEFAULT '' COMMENT 'Link to the profile photo (micro size)',
`site-pubkey` text,
`issued-id` varchar(255) NOT NULL DEFAULT '',
`dfrn-id` varchar(255) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`nurl` varchar(255) NOT NULL DEFAULT '',
`addr` varchar(255) NOT NULL DEFAULT '',
`alias` varchar(255) NOT NULL DEFAULT '',
`pubkey` text COMMENT 'RSA public key 4096 bit',
`prvkey` text COMMENT 'RSA private key 4096 bit',
`batch` varchar(255) NOT NULL DEFAULT '',
`request` varchar(255) DEFAULT NULL,
`notify` varchar(255) DEFAULT NULL,
`poll` varchar(255) DEFAULT NULL,
`confirm` varchar(255) DEFAULT NULL,
`poco` varchar(255) DEFAULT NULL,
`aes_allow` tinyint(1) NOT NULL DEFAULT '0',
`ret-aes` tinyint(1) NOT NULL DEFAULT '0',
`usehub` tinyint(1) NOT NULL DEFAULT '0',
`subhub` tinyint(1) NOT NULL DEFAULT '0',
`hub-verify` varchar(255) NOT NULL DEFAULT '',
`last-update` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Date of the last try to update the contact info',
`success_update` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Date of the last successful contact update',
`failure_update` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Date of the last failed update',
`name-date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`uri-date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`avatar-date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`term-date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`last-item` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'date of the last post',
`priority` tinyint(3) unsigned NOT NULL DEFAULT '0',
`blocked` tinyint(1) NOT NULL DEFAULT '1',
`readonly` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'posts of the contact are readonly',
`writable` tinyint(1) NOT NULL DEFAULT '0',
`forum` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'contact is a forum',
`prv` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'contact is a private group',
`contact-type` tinyint(4) NOT NULL DEFAULT '0',
`hidden` tinyint(1) NOT NULL DEFAULT '0',
`archive` tinyint(1) NOT NULL DEFAULT '0',
`pending` tinyint(1) NOT NULL DEFAULT '1',
`deleted` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Contact has been deleted',
`rating` tinyint(4) NOT NULL DEFAULT '0',
`reason` text,
`closeness` tinyint(3) unsigned NOT NULL DEFAULT '99',
`info` mediumtext,
`profile-id` int(10) unsigned NOT NULL DEFAULT '0',
`bdyear` varchar(4) NOT NULL DEFAULT '',
`bd` date NOT NULL DEFAULT '0001-01-01',
`notify_new_posts` tinyint(1) NOT NULL DEFAULT '0',
`fetch_further_information` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ffi_keyword_blacklist` text,
PRIMARY KEY (`id`),
KEY `uid_name` (`uid`,`name`(190)),
KEY `self_uid` (`self`,`uid`),
KEY `alias_uid` (`alias`(32),`uid`),
KEY `pending_uid` (`pending`,`uid`),
KEY `blocked_uid` (`blocked`,`uid`),
KEY `uid_rel_network_poll` (`uid`,`rel`,`network`,`poll`(64),`archive`),
KEY `uid_network_batch` (`uid`,`network`,`batch`(64)),
KEY `addr_uid` (`addr`(32),`uid`),
KEY `nurl_uid` (`nurl`(32),`uid`),
KEY `nick_uid` (`nick`(32),`uid`),
KEY `dfrn-id` (`dfrn-id`(64)),
KEY `issued-id` (`issued-id`(64))
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COMMENT='contact table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `contact`
--
LOCK TABLES `contact` WRITE;
/*!40000 ALTER TABLE `contact` DISABLE KEYS */;
INSERT INTO `contact` VALUES (1,1,'2018-11-17 12:31:27',1,0,0,0,'','admin','admin','','',NULL,'','','','http://192.168.22.10/photo/profile/1.jpg','http://192.168.22.10/photo/59483894715bf00a1f6a24a891914929-4.jpg?ts=1542457887','http://192.168.22.10/photo/59483894715bf00a1f6a24a891914929-5.jpg?ts=1542457887','http://192.168.22.10/photo/59483894715bf00a1f6a24a891914929-6.jpg?ts=1542457887',NULL,'','','http://192.168.22.10/profile/admin','http://192.168.22.10/profile/admin','admin@192.168.22.10','',NULL,NULL,'','http://192.168.22.10/dfrn_request/admin','http://192.168.22.10/dfrn_notify/admin','http://192.168.22.10/dfrn_poll/admin','http://192.168.22.10/dfrn_confirm/admin','http://192.168.22.10/poco/admin',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2018-11-17 12:34:42','2018-11-17 12:31:27','2018-11-17 12:31:27','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(2,0,'2018-11-17 12:34:21',0,0,2,0,'dfrn','admin','admin','','',NULL,'','','','http://192.168.22.10/photo/profile/1.jpg','http://192.168.22.10/photo/52226322615bf00acd9acbf086558812-4.jpg?ts=1542459003','http://192.168.22.10/photo/52226322615bf00acd9acbf086558812-5.jpg?ts=1542459003','http://192.168.22.10/photo/52226322615bf00acd9acbf086558812-6.jpg?ts=1542459003',NULL,'','','http://192.168.22.10/profile/admin','http://192.168.22.10/profile/admin','admin@192.168.22.10','http://192.168.22.10/~admin','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyYmalhhmPJg0qwLjbeoL\nKgykA6idu8HtZkKWPpXZHHD9J0InLId7Ht3G9dSBIBbHpWhaoFHkI06PRaqiT3sY\n4yXPBWDuhnIzzbV5VbxXShzRCe0LzBMhvusf/74sQkqH64g7xsaSBipHHaUEa7yD\nv+xCoGtoSOcqGEBzesSH//sIl94IrkkN+/grb1ZSFFjQYWMLMWMD7Py/awcqOtCB\nJ6NnmcBVMK5CxyV+YN+C+dhUsf+LjvH7WE0uigvTlMG+lGfXHxl4/en8bcAQ/GEr\n1xfbDJuknxr+ckGFZeHtj6Noz1IRD7y+7rlTgbZTmOrCJKg38Br2m3tMGGhIU3t7\nSmrKn8qqf9HuyR83+7Cu+t8x24LuhTjGW2Z6KE5TqYacMu+to58MFH8lDOnoOxHA\nGWpi9kYPXSbO9mLwDNF3pue3bLusvGQnns9h38w8m1Q25nivKKvgVbOrdNaB6wUy\nFIDcqjlZOVIyZ24QWZck77Em/cCkEf1c9kV4f1VjwmyQ4apSPf6q92AHcBlbv7yI\nFhVbGMhEaMIT7PQgxi2F48YInnlNjQlk3yHv3sdjlYJvcHHlf2PsMXlRb1CzrFRf\nX6Uv7e1obwy+SsywkAq+sT4tfsPEw2mIL56cXw0licP2hjOIgzYD1xi8pZx3xsQP\nTjdpqBmCKfnzs+TCZIbXIQ8CAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://192.168.22.10/dfrn_request/admin','http://192.168.22.10/dfrn_notify/admin','http://192.168.22.10/dfrn_poll/admin','http://192.168.22.10/dfrn_confirm/admin','http://192.168.22.10/poco/admin',0,0,0,0,'','0001-01-01 00:00:00','2018-11-17 12:34:45','0001-01-01 00:00:00','2018-11-17 12:34:45','2018-11-17 12:34:45','2018-11-17 12:50:03','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,-1,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(3,0,'2018-11-17 12:34:43',0,0,1,0,'dfrn','relay','relay','',NULL,NULL,'','','','','','','',NULL,'','','http://192.168.22.10','http://192.168.22.10','','',NULL,NULL,'http://192.168.22.10/dfrn_notify',NULL,NULL,NULL,NULL,NULL,0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,4,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(4,2,'2018-11-17 12:39:46',1,0,0,0,'','friendica1','friendica1','','',NULL,'','','','http://192.168.22.10/photo/profile/2.jpg','http://192.168.22.10/photo/12287146285bf00e7fd3b7e500413187-4.jpg?ts=1542459007','http://192.168.22.10/photo/12287146285bf00e7fd3b7e500413187-5.jpg?ts=1542459007','http://192.168.22.10/photo/12287146285bf00e7fd3b7e500413187-6.jpg?ts=1542459007',NULL,'','','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','friendica1@192.168.22.10','',NULL,NULL,'','http://192.168.22.10/dfrn_request/friendica1','http://192.168.22.10/dfrn_notify/friendica1','http://192.168.22.10/dfrn_poll/friendica1','http://192.168.22.10/dfrn_confirm/friendica1','http://192.168.22.10/poco/friendica1',0,0,0,0,'','0001-01-01 00:00:00','2018-11-17 14:02:14','0001-01-01 00:00:00','2018-11-17 12:39:46','2018-11-17 12:39:46','2018-11-17 12:50:0
/*!40000 ALTER TABLE `contact` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `conv`
--
DROP TABLE IF EXISTS `conv`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `conv` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`guid` varchar(255) NOT NULL DEFAULT '' COMMENT 'A unique identifier for this conversation',
`recips` text COMMENT 'sender_handle;recipient_handle',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Owner User id',
`creator` varchar(255) NOT NULL DEFAULT '' COMMENT 'handle of creator',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'creation timestamp',
`updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'edited timestamp',
`subject` text COMMENT 'subject of initial message',
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='private messages';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `conv`
--
LOCK TABLES `conv` WRITE;
/*!40000 ALTER TABLE `conv` DISABLE KEYS */;
/*!40000 ALTER TABLE `conv` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `conversation`
--
DROP TABLE IF EXISTS `conversation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `conversation` (
`item-uri` varbinary(255) NOT NULL COMMENT 'Original URI of the item - unrelated to the table with the same name',
`reply-to-uri` varbinary(255) NOT NULL DEFAULT '' COMMENT 'URI to which this item is a reply',
`conversation-uri` varbinary(255) NOT NULL DEFAULT '' COMMENT 'GNU Social conversation URI',
`conversation-href` varbinary(255) NOT NULL DEFAULT '' COMMENT 'GNU Social conversation link',
`protocol` tinyint(3) unsigned NOT NULL DEFAULT '255' COMMENT 'The protocol of the item',
`source` mediumtext COMMENT 'Original source',
`received` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Receiving date',
PRIMARY KEY (`item-uri`),
KEY `conversation-uri` (`conversation-uri`),
KEY `received` (`received`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Raw data and structure information for messages';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `conversation`
--
LOCK TABLES `conversation` WRITE;
/*!40000 ALTER TABLE `conversation` DISABLE KEYS */;
INSERT INTO `conversation` VALUES (_binary 'http://192.168.22.10/objects/930bb26b-125b-f01c-fe10-e5f035205082','',_binary 'http://192.168.22.10/display/friendica1/3',_binary 'http://192.168.22.10/display/friendica1/3',1,'<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xmlns:thr=\"http://purl.org/syndication/thread/1.0\" xmlns:at=\"http://purl.org/atompub/tombstones/1.0\" xmlns:media=\"http://purl.org/syndication/atommedia\" xmlns:dfrn=\"http://purl.org/macgirvin/dfrn/1.0\" xmlns:activity=\"http://activitystrea.ms/spec/1.0/\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:poco=\"http://portablecontacts.net/spec/1.0\" xmlns:ostatus=\"http://ostatus.org/schema/1.0\" xmlns:statusnet=\"http://status.net/schema/api/1/\">\n <id>http://192.168.22.10/profile/friendica1</id>\n <title>friendica1</title>\n <generator uri=\"https://friendi.ca\" version=\"2018.12-dev-1290\">Friendica</generator>\n <link rel=\"license\" href=\"http://creativecommons.org/licenses/by/3.0/\"/>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://192.168.22.10/profile/friendica1\"/>\n <dfrn:account_type>0</dfrn:account_type>\n <updated>2018-11-17T14:00:02Z</updated>\n <dfrn:owner>\n <name dfrn:updated=\"2018-11-17T12:39:46Z\">friendica1</name>\n <uri dfrn:updated=\"2018-11-17T12:39:46Z\">http://192.168.22.10/profile/friendica1</uri>\n <dfrn:handle dfrn:updated=\"2018-11-17T12:39:46Z\">friendica1@192.168.22.10</dfrn:handle>\n <link rel=\"photo\" type=\"image/jpeg\" media:width=\"300\" media:height=\"300\" href=\"http://192.168.22.10/photo/12287146285bf00e7fd3b7e500413187-4.jpg?ts=1542459007\" dfrn:updated=\"2018-11-17T12:50:07Z\"/>\n <link rel=\"avatar\" type=\"image/jpeg\" media:width=\"300\" media:height=\"300\" href=\"http://192.168.22.10/photo/12287146285bf00e7fd3b7e500413187-4.jpg?ts=1542459007\" dfrn:updated=\"2018-11-17T12:50:07Z\"/>\n <dfrn:hide>true</dfrn:hide>\n <poco:displayName>friendica1</poco:displayName>\n <poco:updated>2018-11-17T12:39:46Z</poco:updated>\n <poco:note/>\n <poco:preferredUsername>friendica1</poco:preferredUsername>\n <poco:utcOffset>+00:00</poco:utcOffset>\n </dfrn:owner>\n <entry>\n <author>\n <name>friendica1</name>\n <uri>http://192.168.22.10/profile/friendica1</uri>\n <dfrn:handle>friendica1@192.168.22.10</dfrn:handle>\n <link rel=\"photo\" type=\"image/jpeg\" media:width=\"80\" media:height=\"80\" href=\"http://192.168.22.10/photo/12287146285bf00e7fd3b7e500413187-4.jpg?ts=1542459007\"/>\n <link rel=\"avatar\" type=\"image/jpeg\" media:width=\"80\" media:height=\"80\" href=\"http://192.168.22.10/photo/12287146285bf00e7fd3b7e500413187-4.jpg?ts=1542459007\"/>\n </author>\n <dfrn:owner>\n <name>friendica1</name>\n <uri>http://192.168.22.10/profile/friendica1</uri>\n <dfrn:handle>friendica1@192.168.22.10</dfrn:handle>\n <link rel=\"photo\" type=\"image/jpeg\" media:width=\"80\" media:height=\"80\" href=\"http://192.168.22.10/photo/12287146285bf00e7fd3b7e500413187-4.jpg?ts=1542459007\"/>\n <link rel=\"avatar\" type=\"image/jpeg\" media:width=\"80\" media:height=\"80\" href=\"http://192.168.22.10/photo/12287146285bf00e7fd3b7e500413187-4.jpg?ts=1542459007\"/>\n </dfrn:owner>\n <ostatus:conversation href=\"http://192.168.22.10/display/friendica1/3\" ref=\"http://192.168.22.10/display/friendica1/3\">http://192.168.22.10/display/friendica1/3</ostatus:conversation>\n <id>http://192.168.22.10/objects/930bb26b-125b-f01c-fe10-e5f035205082</id>\n <title/>\n <published>2018-11-17T13:51:58Z</published>\n <updated>2018-11-17T13:51:58Z</updated>\n <dfrn:env>VGhpcyBpcyBhIHBvc3RpbmcgdG8gZ3JvdXAgMS4</dfrn:env>\n <content type=\"text\">This is a posting to group 1.</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://192.168.22.10/display/930bb26b-125b-f01c-fe10-e5f035205082\"/>\n <dfrn:comment-allow>1</dfrn:comment-allow>\n <dfrn:private>1</dfrn:private>\n <dfrn:diaspora_guid>930bb26b-125b-f01c-fe10-e5f035205082</dfrn:diaspora_guid>\n <act
/*!40000 ALTER TABLE `conversation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `diaspora-interaction`
--
DROP TABLE IF EXISTS `diaspora-interaction`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `diaspora-interaction` (
`uri-id` int(10) unsigned NOT NULL COMMENT 'Id of the item-uri table entry that contains the item uri',
`interaction` mediumtext COMMENT 'The Diaspora interaction',
PRIMARY KEY (`uri-id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Signed Diaspora Interaction';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `diaspora-interaction`
--
LOCK TABLES `diaspora-interaction` WRITE;
/*!40000 ALTER TABLE `diaspora-interaction` DISABLE KEYS */;
INSERT INTO `diaspora-interaction` VALUES (3,'{\"author\":\"friendica2@192.168.22.10\",\"guid\":\"930bb26b-155b-f01d-60ee-5ee161000810\",\"created_at\":\"2018-11-17T13:53:36Z\",\"parent_guid\":\"930bb26b-205b-f01c-e722-bc8141142783\",\"text\":\"friendica 2 checking in.\",\"author_signature\":\"CLL2\\/rpsdp+DLh+WuUVGFHSLR0T0wHXGmSsGyDZlUvKbrNILgtfClX7eXzgswLba9wGA+n1uGd2VAFW6jor7bhTbqvxIx\\/r9MAysgsuFKdMTuAn5E6wmMeT3IDUmnvuYI4+QpfBWXJdpDzbol9jRE3zlUjJjA+DpCYJd466Wyl0koS8uDpswoW3f4It\\/fxUH4XS0+Np1GlBB4XE1Rd3\\/3VsQMltxbQCY8iQtq\\/6fQDQ3n1HUFEE\\/nEd5xaHLL2FYI4udZE+VdXgV+iSaE7FksHebhFOc1OHjQY3PrM7pJkZZjbiRMDIF0Y7QDc7ZztAS2UZi4olrkXpWAGXiq91o2qSoBTg2WgCVxj+z355BLI859NMgOZV9MCBMQIDXdiu8dZy\\/B5tyrIKrAtAl5dSeDFZUXCztxO1BjVNqdkS+emlsKFK0miD6UqsSkASeGxu6PR+M+KUVEj34PnlVg7XO8upRGIU7wefzjzr4H+mGKN1XxfKvwQvV3JbKExY+lzvdFHIUHJ8DMwjmcSAdzAb7nKh5TXoYLeLYRPjEs66tA6U8QdPVprEdUiOt3oYztUAjguW9qoNDJD7Uwcd10UmuyX382HmHjZk8+5fbqJUyDbrx5xucKA3YluOOoiCTcQnnFajb8E9iVQcb2FhZaced2KZsi5TUQaeFxzboJTC5wiU=\"}'),(4,'{\"author\":\"friendica4@192.168.22.10\",\"guid\":\"930bb26b-135b-f01d-8e3d-8cc050176928\",\"created_at\":\"2018-11-17T13:54:22Z\",\"parent_guid\":\"930bb26b-205b-f01c-e722-bc8141142783\",\"text\":\"friendica 4 testing ![:-)](http:\\/\\/192.168.22.10\\/images\\/smiley-smile.gif \\\":-)\\\")\",\"author_signature\":\"Vb6Zsv9mbohlyjwpJygXcWfB+hheZSwDPaIg91l3ktTy\\/U7LtnjaPMwi1reyVMKJkJOStrBKbLU4K4Wf5H16hjIRHK76gvsFjAHNJ0+38RKeYhOoYrDhG037XqeqO\\/HiXvQUXrOEmOck4P1Z+25W6pW38HuSZOdja02fF1VdUipSytxuJam5JBeo0akZAAWSRw1\\/OseUMxdawEoUz0XKUoufNlfgFjU\\/Z6TgzEEC\\/bGr7JyOMMqX6BaGQi65WLuBdtSPteFvz+qWfBcosBmpuoTQwvx7p68WcNyv2B\\/zP5N1RHL1\\/JTpYX3rD9aab9bFei5VuMczDzU6wBxZUF718MG+00A3zJ9Lh7Zikad3Ryn\\/HQvdT5DlNyCVIs\\/9hLRsEUSwvoxnCR1vOwt7oZtwejHiCcDcrM+UM7nykblb6Ms0ds2RZ3BrlSU0JFRjzIj+sDq\\/NBcwxRPec2rsdlAF6ogxRx3I19173ZF6RrL+mWT1TpKPOpIseN5megEeInHf3RAn68JmE\\/6v3DBsEPNTleofzzJQpMIrN5j4hXps5O7uB8YJ3+2rHUs\\/qHz7M8LhndFqXeqtCbLeQOkeZcwqV+5KvXKg+yezZzQBG21RE+JYMJx1LIZ7N+22JtcdSMCwhYcVUTIfuRX2ka+Pfuq2Dszm0PBwq3GNC5wrXpwTlLk=\"}'),(5,'{\"author\":\"friendica1@192.168.22.10\",\"guid\":\"930bb26b-765b-f01f-5a43-22a585408489\",\"parent_guid\":\"930bb26b-135b-f01d-8e3d-8cc050176928\",\"parent_type\":\"Comment\",\"positive\":\"true\",\"author_signature\":\"Q7WqVz2AvuF2noYjsq3DQB3j\\/9+WRmiJCiy3DMJGYWNKXzgik6LNrj2rcEGUNY9zQQLXgKncBPZ\\/z0CB\\/tcEiM1UC683DQDkZh35ErbmeXSilCVXinFuPdoh\\/ARd+EC41r7Xv0BZlYNfVLqbHrSZZScWzjiX1XDXguFFcQQApv9lFH52u\\/C\\/rUGKOUN\\/7nX9fWEvPYSynqVaybZ8PdKZG9OaI2ys5LZWsReD4\\/6Jv4nKfCkp6JvlJGuuSz0azrg804X5\\/DU4Y0vU8Ul3zTNf4y9p7tjoOaNSfTt01NvRUpmCW\\/Tiz7P5m8V0Zr5cxFWROn9TpYtEYrf1897QHvADEyNvG4xfhCZOzZq0c6j5y7zQTTDUWg3YJsN\\/xa+l1VXRPhcUw6nUkOVcrLwOnlf95ibJ+7Y0qP3x38Y6Ki66JHHtpBgMx17Da5xOHukKzj0kd6\\/jmqDS8w86mTiEx5xbxBqS\\/pc9g85QH\\/3Qm7CKbCPfECa2LGh943JsJ03ScoK1ZcrdW6JHFf0tBYJ8ICzeYShoBVKZY9k687TQa5SXm8pBlftMxY9CAT8NIBpZVElivyRu+2GlvhX7TH02ms5PdbjxoeHaCCkPfqg1AZKDhn+u79ulodUAnb8SCF\\/UbZzDMtEwKMZ2X6O6iaXBVarOX4VhwwhUfcnsD1DiqBUFLxs=\"}'),(6,'{\"author\":\"friendica1@192.168.22.10\",\"guid\":\"930bb26b-555b-f01f-66c7-ab6175377664\",\"created_at\":\"2018-11-17T14:02:14Z\",\"parent_guid\":\"930bb26b-205b-f01c-e722-bc8141142783\",\"text\":\"Nice to have you here ![:-D](http:\\/\\/192.168.22.10\\/images\\/smiley-laughing.gif \\\":-D\\\")\",\"author_signature\":\"aiH0OwbqavuDg9TjUR4bvd8tLNc\\/ElSCv9jk3u048t8t80WqncjqN2SLL53TXoez66QJSa2vkRnwJDkoaudmdwBYTPqxsTGfN6DJRAc6k\\/eDKzemwUw2owp79BPzOHz\\/qF07I6oVz2iKzD2GmWcWk2xIKQaeAYecJT0w9tNppu6IrrAttzBXnH+3gLY7wSn2NLVOvkFSB6MpcZ18HJo0ofqpz1XSmYIhfOtP8mF5Z4IgVi1e1WGGfpjVMO+Kn5ouDPUsHt98no1Y3pBKrd0GFSD\\/sP95eVZ4HTogU3LhKo6qqXXf3nglBHBj9pmuwJXr0YMcgPDltF20bnjC71fvTCQJQJQd6nwiacv7xOS6zgHcziQKYC9k+UMBbpXMbIDNGp64ruabYIgbvPR8eixbF81UyWngRF6WZQZjOmyo5QGDlj4f2TQCTq39Bx9bw+Ea1x3IovhQe1bFWnRna6pPlQrpfzvn4Uigc2sDA9yCoIEiPeSpFG1GfuW6fWVq4ntlJR71lfqZadePpYCzutBK5SD1oRT1oxFbsi\\/e2yMCekHK0B7bUB7CzLgU1VWlQgD0bburIZW9R4AxLboNKvvJoslGgo\\/QipKC+9UKbM4tGqeEjuXTsL4kQGh1cqQGLt8m0ggn3Jv8DN2MBXteeC1vsO3bKHwhoAXz\\/oV3IX\\/nadg=\",\"thread_parent_guid\":\"930bb26b-135b-f01d-8e3d-8cc050176928\"}'),(8,'{\"author\":\"fr
/*!40000 ALTER TABLE `diaspora-interaction` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `event`
--
DROP TABLE IF EXISTS `event`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `event` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`guid` varchar(255) NOT NULL DEFAULT '',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Owner User id',
`cid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'contact_id (ID of the contact in contact table)',
`uri` varchar(255) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'creation time',
`edited` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'last edit time',
`start` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'event start time',
`finish` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'event end time',
`summary` text COMMENT 'short description or title of the event',
`desc` text COMMENT 'event description',
`location` text COMMENT 'event location',
`type` varchar(20) NOT NULL DEFAULT '' COMMENT 'event or birthday',
`nofinish` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'if event does have no end this is 1',
`adjust` tinyint(1) NOT NULL DEFAULT '1' COMMENT 'adjust to timezone of the recipient (0 or 1)',
`ignore` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0 or 1',
`allow_cid` mediumtext COMMENT 'Access Control - list of allowed contact.id ''<19><78>''',
`allow_gid` mediumtext COMMENT 'Access Control - list of allowed groups',
`deny_cid` mediumtext COMMENT 'Access Control - list of denied contact.id',
`deny_gid` mediumtext COMMENT 'Access Control - list of denied groups',
PRIMARY KEY (`id`),
KEY `uid_start` (`uid`,`start`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Events';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `event`
--
LOCK TABLES `event` WRITE;
/*!40000 ALTER TABLE `event` DISABLE KEYS */;
/*!40000 ALTER TABLE `event` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `fcontact`
--
DROP TABLE IF EXISTS `fcontact`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fcontact` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`guid` varchar(255) NOT NULL DEFAULT '' COMMENT 'unique id',
`url` varchar(255) NOT NULL DEFAULT '',
`name` varchar(255) NOT NULL DEFAULT '',
`photo` varchar(255) NOT NULL DEFAULT '',
`request` varchar(255) NOT NULL DEFAULT '',
`nick` varchar(255) NOT NULL DEFAULT '',
`addr` varchar(255) NOT NULL DEFAULT '',
`batch` varchar(255) NOT NULL DEFAULT '',
`notify` varchar(255) NOT NULL DEFAULT '',
`poll` varchar(255) NOT NULL DEFAULT '',
`confirm` varchar(255) NOT NULL DEFAULT '',
`priority` tinyint(3) unsigned NOT NULL DEFAULT '0',
`network` char(4) NOT NULL DEFAULT '',
`alias` varchar(255) NOT NULL DEFAULT '',
`pubkey` text,
`updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
PRIMARY KEY (`id`),
UNIQUE KEY `url` (`url`(190)),
KEY `addr` (`addr`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Diaspora compatible contacts - used in the Diaspora implementation';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `fcontact`
--
LOCK TABLES `fcontact` WRITE;
/*!40000 ALTER TABLE `fcontact` DISABLE KEYS */;
/*!40000 ALTER TABLE `fcontact` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `fsuggest`
--
DROP TABLE IF EXISTS `fsuggest`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fsuggest` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`cid` int(10) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`request` varchar(255) NOT NULL DEFAULT '',
`photo` varchar(255) NOT NULL DEFAULT '',
`note` text,
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='friend suggestion stuff';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `fsuggest`
--
LOCK TABLES `fsuggest` WRITE;
/*!40000 ALTER TABLE `fsuggest` DISABLE KEYS */;
/*!40000 ALTER TABLE `fsuggest` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `gcign`
--
DROP TABLE IF EXISTS `gcign`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gcign` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Local User id',
`gcid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'gcontact.id of ignored contact',
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `gcid` (`gcid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='contacts ignored by friend suggestions';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `gcign`
--
LOCK TABLES `gcign` WRITE;
/*!40000 ALTER TABLE `gcign` DISABLE KEYS */;
/*!40000 ALTER TABLE `gcign` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `gcontact`
--
DROP TABLE IF EXISTS `gcontact`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gcontact` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`name` varchar(255) NOT NULL DEFAULT '' COMMENT 'Name that this contact is known by',
`nick` varchar(255) NOT NULL DEFAULT '' COMMENT 'Nick- and user name of the contact',
`url` varchar(255) NOT NULL DEFAULT '' COMMENT 'Link to the contacts profile page',
`nurl` varchar(255) NOT NULL DEFAULT '',
`photo` varchar(255) NOT NULL DEFAULT '' COMMENT 'Link to the profile photo',
`connect` varchar(255) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`updated` datetime DEFAULT '0001-01-01 00:00:00',
`last_contact` datetime DEFAULT '0001-01-01 00:00:00',
`last_failure` datetime DEFAULT '0001-01-01 00:00:00',
`location` varchar(255) NOT NULL DEFAULT '',
`about` text,
`keywords` text COMMENT 'puplic keywords (interests)',
`gender` varchar(32) NOT NULL DEFAULT '',
`birthday` varchar(32) NOT NULL DEFAULT '0001-01-01',
`community` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1 if contact is forum account',
`contact-type` tinyint(4) NOT NULL DEFAULT '-1',
`hide` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1 = should be hidden from search',
`nsfw` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1 = contact posts nsfw content',
`network` char(4) NOT NULL DEFAULT '' COMMENT 'social network protocol',
`addr` varchar(255) NOT NULL DEFAULT '',
`notify` varchar(255) DEFAULT NULL,
`alias` varchar(255) NOT NULL DEFAULT '',
`generation` tinyint(3) unsigned NOT NULL DEFAULT '0',
`server_url` varchar(255) NOT NULL DEFAULT '' COMMENT 'baseurl of the contacts server',
PRIMARY KEY (`id`),
UNIQUE KEY `nurl` (`nurl`(190)),
KEY `name` (`name`(64)),
KEY `nick` (`nick`(32)),
KEY `addr` (`addr`(64)),
KEY `hide_network_updated` (`hide`,`network`,`updated`),
KEY `updated` (`updated`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COMMENT='global contacts';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `gcontact`
--
LOCK TABLES `gcontact` WRITE;
/*!40000 ALTER TABLE `gcontact` DISABLE KEYS */;
INSERT INTO `gcontact` VALUES (1,'admin','admin','http://192.168.22.10/profile/admin','http://192.168.22.10/profile/admin','http://192.168.22.10/photo/profile/1.jpg','admin@192.168.22.10','2018-11-17 12:34:42','2018-11-17 12:50:02','2018-11-17 12:34:46','0001-01-01 00:00:00','','',NULL,'','0000-00-00',0,-1,1,0,'dfrn','admin@192.168.22.10','http://192.168.22.10/dfrn_notify/admin','http://192.168.22.10/~admin',1,'http://192.168.22.10'),(2,'friendica1','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/profile/2.jpg','friendica1@192.168.22.10','2018-11-17 12:50:03','2018-11-17 13:50:02','2018-11-17 13:50:06','0001-01-01 00:00:00','','',NULL,'','0000-00-00',0,-1,1,0,'dfrn','friendica1@192.168.22.10','http://192.168.22.10/dfrn_notify/friendica1','http://192.168.22.10/~friendica1',1,'http://192.168.22.10'),(3,'friendica2','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/profile/3.jpg','friendica2@192.168.22.10','2018-11-17 12:50:03','2018-11-17 13:50:03','2018-11-17 13:50:05','0001-01-01 00:00:00','','',NULL,'','0000-00-00',0,-1,1,0,'dfrn','friendica2@192.168.22.10','http://192.168.22.10/dfrn_notify/friendica2','http://192.168.22.10/~friendica2',1,'http://192.168.22.10'),(4,'friendica3','friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/profile/4.jpg','friendica3@192.168.22.10','2018-11-17 12:50:03','0001-01-01 00:00:00','2018-11-17 13:50:05','0001-01-01 00:00:00','','',NULL,'','0000-00-00',0,-1,1,0,'dfrn','friendica3@192.168.22.10','http://192.168.22.10/dfrn_notify/friendica3','http://192.168.22.10/~friendica3',1,'http://192.168.22.10'),(5,'friendica4','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/profile/5.jpg','friendica4@192.168.22.10','2018-11-17 12:50:03','2018-11-17 13:50:04','2018-11-17 13:50:06','0001-01-01 00:00:00','','',NULL,'','0000-00-00',0,-1,1,0,'dfrn','friendica4@192.168.22.10','http://192.168.22.10/dfrn_notify/friendica4','http://192.168.22.10/~friendica4',1,'http://192.168.22.10'),(6,'friendica5','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/profile/6.jpg','friendica5@192.168.22.10','2018-11-17 12:50:03','0001-01-01 00:00:00','2018-11-17 13:50:06','0001-01-01 00:00:00','','',NULL,'','0000-00-00',0,-1,1,0,'dfrn','friendica5@192.168.22.10','http://192.168.22.10/dfrn_notify/friendica5','http://192.168.22.10/~friendica5',1,'http://192.168.22.10');
/*!40000 ALTER TABLE `gcontact` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `glink`
--
DROP TABLE IF EXISTS `glink`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glink` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`cid` int(10) unsigned NOT NULL DEFAULT '0',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`gcid` int(10) unsigned NOT NULL DEFAULT '0',
`zcid` int(10) unsigned NOT NULL DEFAULT '0',
`updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
PRIMARY KEY (`id`),
UNIQUE KEY `cid_uid_gcid_zcid` (`cid`,`uid`,`gcid`,`zcid`),
KEY `gcid` (`gcid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='''friends of friends'' linkages derived from poco';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `glink`
--
LOCK TABLES `glink` WRITE;
/*!40000 ALTER TABLE `glink` DISABLE KEYS */;
/*!40000 ALTER TABLE `glink` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `group`
--
DROP TABLE IF EXISTS `group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `group` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Owner User id',
`visible` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1 indicates the member list is not private',
`deleted` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1 indicates the group has been deleted',
`name` varchar(255) NOT NULL DEFAULT '' COMMENT 'human readable name of group',
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COMMENT='privacy groups, group info';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `group`
--
LOCK TABLES `group` WRITE;
/*!40000 ALTER TABLE `group` DISABLE KEYS */;
INSERT INTO `group` VALUES (1,1,0,0,'Kontakte'),(2,2,0,0,'Friends'),(3,3,0,0,'Friends'),(4,4,0,0,'Friends'),(5,5,0,0,'Friends'),(6,6,0,0,'Friends'),(7,2,0,0,'group1'),(8,2,0,0,'group2');
/*!40000 ALTER TABLE `group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `group_member`
--
DROP TABLE IF EXISTS `group_member`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `group_member` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`gid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'groups.id of the associated group',
`contact-id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'contact.id of the member assigned to the associated group',
PRIMARY KEY (`id`),
UNIQUE KEY `gid_contactid` (`gid`,`contact-id`),
KEY `contactid` (`contact-id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COMMENT='privacy groups, member info';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `group_member`
--
LOCK TABLES `group_member` WRITE;
/*!40000 ALTER TABLE `group_member` DISABLE KEYS */;
INSERT INTO `group_member` VALUES (1,2,15),(2,2,17),(3,2,19),(4,2,21),(5,3,14),(6,3,23),(7,4,16),(8,4,22),(9,5,18),(10,5,25),(11,6,20),(12,6,24),(13,7,15),(14,7,19),(15,8,17),(16,8,21);
/*!40000 ALTER TABLE `group_member` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `gserver`
--
DROP TABLE IF EXISTS `gserver`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gserver` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`url` varchar(255) NOT NULL DEFAULT '',
`nurl` varchar(255) NOT NULL DEFAULT '',
`version` varchar(255) NOT NULL DEFAULT '',
`site_name` varchar(255) NOT NULL DEFAULT '',
`info` text,
`register_policy` tinyint(4) NOT NULL DEFAULT '0',
`registered-users` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Number of registered users',
`poco` varchar(255) NOT NULL DEFAULT '',
`noscrape` varchar(255) NOT NULL DEFAULT '',
`network` char(4) NOT NULL DEFAULT '',
`platform` varchar(255) NOT NULL DEFAULT '',
`relay-subscribe` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Has the server subscribed to the relay system',
`relay-scope` varchar(10) NOT NULL DEFAULT '' COMMENT 'The scope of messages that the server wants to get',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`last_poco_query` datetime DEFAULT '0001-01-01 00:00:00',
`last_contact` datetime DEFAULT '0001-01-01 00:00:00',
`last_failure` datetime DEFAULT '0001-01-01 00:00:00',
PRIMARY KEY (`id`),
UNIQUE KEY `nurl` (`nurl`(190))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COMMENT='Global servers';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `gserver`
--
LOCK TABLES `gserver` WRITE;
/*!40000 ALTER TABLE `gserver` DISABLE KEYS */;
INSERT INTO `gserver` VALUES (1,'http://192.168.22.10','http://192.168.22.10','2018.12-dev','Friendica Social Network','',2,6,'','','dfrn','Friendica',0,'','2018-11-17 12:34:43','0001-01-01 00:00:00','2018-11-17 12:50:08','0001-01-01 00:00:00');
/*!40000 ALTER TABLE `gserver` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `gserver-tag`
--
DROP TABLE IF EXISTS `gserver-tag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gserver-tag` (
`gserver-id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The id of the gserver',
`tag` varchar(100) NOT NULL DEFAULT '' COMMENT 'Tag that the server has subscribed',
PRIMARY KEY (`gserver-id`,`tag`),
KEY `tag` (`tag`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Tags that the server has subscribed';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `gserver-tag`
--
LOCK TABLES `gserver-tag` WRITE;
/*!40000 ALTER TABLE `gserver-tag` DISABLE KEYS */;
/*!40000 ALTER TABLE `gserver-tag` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `hook`
--
DROP TABLE IF EXISTS `hook`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `hook` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`hook` varbinary(100) NOT NULL DEFAULT '' COMMENT 'name of hook',
`file` varbinary(200) NOT NULL DEFAULT '' COMMENT 'relative filename of hook handler',
`function` varbinary(200) NOT NULL DEFAULT '' COMMENT 'function name of hook handler',
`priority` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'not yet implemented - can be used to sort conflicts in hook handling by calling handlers in priority order',
PRIMARY KEY (`id`),
UNIQUE KEY `hook_file_function` (`hook`,`file`,`function`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='addon hook registry';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `hook`
--
LOCK TABLES `hook` WRITE;
/*!40000 ALTER TABLE `hook` DISABLE KEYS */;
/*!40000 ALTER TABLE `hook` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `intro`
--
DROP TABLE IF EXISTS `intro`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `intro` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`fid` int(10) unsigned NOT NULL DEFAULT '0',
`contact-id` int(10) unsigned NOT NULL DEFAULT '0',
`knowyou` tinyint(1) NOT NULL DEFAULT '0',
`duplex` tinyint(1) NOT NULL DEFAULT '0',
`note` text,
`hash` varchar(255) NOT NULL DEFAULT '',
`datetime` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`blocked` tinyint(1) NOT NULL DEFAULT '1',
`ignore` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `intro`
--
LOCK TABLES `intro` WRITE;
/*!40000 ALTER TABLE `intro` DISABLE KEYS */;
/*!40000 ALTER TABLE `intro` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `item`
--
DROP TABLE IF EXISTS `item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `item` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`guid` varchar(255) NOT NULL DEFAULT '' COMMENT 'A unique identifier for this item',
`uri` varchar(255) NOT NULL DEFAULT '',
`uri-id` int(10) unsigned DEFAULT NULL COMMENT 'Id of the item-uri table entry that contains the item uri',
`uri-hash` varchar(80) NOT NULL DEFAULT '' COMMENT 'RIPEMD-128 hash from uri',
`parent` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'item.id of the parent to this item if it is a reply of some form; otherwise this must be set to the id of this item',
`parent-uri` varchar(255) NOT NULL DEFAULT '' COMMENT 'uri of the parent to this item',
`parent-uri-id` int(10) unsigned DEFAULT NULL COMMENT 'Id of the item-uri table that contains the parent uri',
`thr-parent` varchar(255) NOT NULL DEFAULT '' COMMENT 'If the parent of this item is not the top-level item in the conversation, the uri of the immediate parent; otherwise set to parent-uri',
`thr-parent-id` int(10) unsigned DEFAULT NULL COMMENT 'Id of the item-uri table that contains the thread parent uri',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Creation timestamp.',
`edited` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Date of last edit (default is created)',
`commented` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Date of last comment/reply to this item',
`received` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'datetime',
`changed` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Date that something in the conversation changed, indicating clients should fetch the conversation again',
`gravity` tinyint(3) unsigned NOT NULL DEFAULT '0',
`network` char(4) NOT NULL DEFAULT '' COMMENT 'Network from where the item comes from',
`owner-id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Link to the contact table with uid=0 of the owner of this item',
`author-id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Link to the contact table with uid=0 of the author of this item',
`icid` int(10) unsigned DEFAULT NULL COMMENT 'Id of the item-content table entry that contains the whole item content',
`iaid` int(10) unsigned DEFAULT NULL COMMENT 'Id of the item-activity table entry that contains the activity data',
`extid` varchar(255) NOT NULL DEFAULT '',
`post-type` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Post type (personal note, bookmark, ...)',
`global` tinyint(1) NOT NULL DEFAULT '0',
`private` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'distribution is restricted',
`visible` tinyint(1) NOT NULL DEFAULT '0',
`moderated` tinyint(1) NOT NULL DEFAULT '0',
`deleted` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'item has been deleted',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Owner id which owns this copy of the item',
`contact-id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'contact.id',
`wall` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'This item was posted to the wall of uid',
`origin` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'item originated at this site',
`pubmail` tinyint(1) NOT NULL DEFAULT '0',
`starred` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'item has been favourited',
`unseen` tinyint(1) NOT NULL DEFAULT '1' COMMENT 'item has not been seen',
`mention` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'The owner of this item was mentioned in it',
`forum_mode` tinyint(3) unsigned NOT NULL DEFAULT '0',
`psid` int(10) unsigned DEFAULT NULL COMMENT 'ID of the permission set of this post',
`resource-id` varchar(32) NOT NULL DEFAULT '' COMMENT 'Used to link other tables to items, it identifies the linked resource (e.g. photo) and if set must also set resource_type',
`event-id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Used to link to the event.id',
`attach` mediumtext COMMENT 'JSON structure representing attachments to this item',
`allow_cid` mediumtext COMMENT 'Deprecated',
`allow_gid` mediumtext COMMENT 'Deprecated',
`deny_cid` mediumtext COMMENT 'Deprecated',
`deny_gid` mediumtext COMMENT 'Deprecated',
`postopts` text COMMENT 'Deprecated',
`inform` mediumtext COMMENT 'Deprecated',
`type` varchar(20) DEFAULT NULL COMMENT 'Deprecated',
`bookmark` tinyint(1) DEFAULT NULL COMMENT 'Deprecated',
`file` mediumtext COMMENT 'Deprecated',
`location` varchar(255) DEFAULT NULL COMMENT 'Deprecated',
`coord` varchar(255) DEFAULT NULL COMMENT 'Deprecated',
`tag` mediumtext COMMENT 'Deprecated',
`plink` varchar(255) DEFAULT NULL COMMENT 'Deprecated',
`title` varchar(255) DEFAULT NULL COMMENT 'Deprecated',
`content-warning` varchar(255) DEFAULT NULL COMMENT 'Deprecated',
`body` mediumtext COMMENT 'Deprecated',
`app` varchar(255) DEFAULT NULL COMMENT 'Deprecated',
`verb` varchar(100) DEFAULT NULL COMMENT 'Deprecated',
`object-type` varchar(100) DEFAULT NULL COMMENT 'Deprecated',
`object` text COMMENT 'Deprecated',
`target-type` varchar(100) DEFAULT NULL COMMENT 'Deprecated',
`target` text COMMENT 'Deprecated',
`author-name` varchar(255) DEFAULT NULL COMMENT 'Deprecated',
`author-link` varchar(255) DEFAULT NULL COMMENT 'Deprecated',
`author-avatar` varchar(255) DEFAULT NULL COMMENT 'Deprecated',
`owner-name` varchar(255) DEFAULT NULL COMMENT 'Deprecated',
`owner-link` varchar(255) DEFAULT NULL COMMENT 'Deprecated',
`owner-avatar` varchar(255) DEFAULT NULL COMMENT 'Deprecated',
`rendered-hash` varchar(32) DEFAULT NULL COMMENT 'Deprecated',
`rendered-html` mediumtext COMMENT 'Deprecated',
PRIMARY KEY (`id`),
KEY `guid` (`guid`(191)),
KEY `uri` (`uri`(191)),
KEY `parent` (`parent`),
KEY `parent-uri` (`parent-uri`(191)),
KEY `extid` (`extid`(191)),
KEY `uid_id` (`uid`,`id`),
KEY `uid_contactid_id` (`uid`,`contact-id`,`id`),
KEY `uid_created` (`uid`,`created`),
KEY `uid_commented` (`uid`,`commented`),
KEY `uid_unseen_contactid` (`uid`,`unseen`,`contact-id`),
KEY `uid_network_received` (`uid`,`network`,`received`),
KEY `uid_network_commented` (`uid`,`network`,`commented`),
KEY `uid_thrparent` (`uid`,`thr-parent`(190)),
KEY `uid_parenturi` (`uid`,`parent-uri`(190)),
KEY `uid_contactid_created` (`uid`,`contact-id`,`created`),
KEY `authorid_created` (`author-id`,`created`),
KEY `ownerid` (`owner-id`),
KEY `uid_uri` (`uid`,`uri`(190)),
KEY `resource-id` (`resource-id`),
KEY `deleted_changed` (`deleted`,`changed`),
KEY `uid_wall_changed` (`uid`,`wall`,`changed`),
KEY `uid_eventid` (`uid`,`event-id`),
KEY `icid` (`icid`),
KEY `iaid` (`iaid`),
KEY `psid_wall` (`psid`,`wall`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COMMENT='Structure for all posts';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `item`
--
LOCK TABLES `item` WRITE;
/*!40000 ALTER TABLE `item` DISABLE KEYS */;
INSERT INTO `item` VALUES (1,'930bb26b-205b-f01c-e722-bc8141142783','http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'',1,'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'2018-11-17 13:51:35','2018-11-17 13:51:35','2018-11-17 14:02:14','2018-11-17 13:51:35','2018-11-17 14:02:14',0,'dfrn',10,10,1,NULL,'',0,1,0,1,0,0,2,4,1,1,0,0,0,0,0,1,'',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'930bb26b-205b-f01c-e722-bc8141142783','http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'',2,'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'2018-11-17 13:51:35','2018-11-17 13:51:35','2018-11-17 14:03:07','2018-11-17 13:51:35','2018-11-17 14:03:07',0,'dfrn',10,10,1,NULL,'',0,1,0,1,0,0,0,10,0,0,0,0,1,0,0,2,'',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'930bb26b-125b-f01c-fe10-e5f035205082','http://192.168.22.10/objects/930bb26b-125b-f01c-fe10-e5f035205082',2,'',3,'http://192.168.22.10/objects/930bb26b-125b-f01c-fe10-e5f035205082',2,'http://192.168.22.10/objects/930bb26b-125b-f01c-fe10-e5f035205082',2,'2018-11-17 13:51:58','2018-11-17 13:51:58','2018-11-17 13:51:58','2018-11-17 13:51:58','2018-11-17 13:51:58',0,'dfrn',10,10,2,NULL,'',0,0,1,1,0,0,2,4,1,1,0,0,0,0,0,3,'',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'930bb26b-155b-f01d-60ee-5ee161000810','http://192.168.22.10/objects/930bb26b-155b-f01d-60ee-5ee161000810',3,'',2,'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'2018-11-17 13:53:36','2018-11-17 13:53:36','2018-11-17 13:53:36','2018-11-17 13:53:36','2018-11-17 13:53:36',6,'dfrn',9,9,3,NULL,'',0,1,0,1,0,0,0,5,0,1,0,0,1,0,0,2,'',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,'930bb26b-135b-f01d-8e3d-8cc050176928','http://192.168.22.10/objects/930bb26b-135b-f01d-8e3d-8cc050176928',4,'',2,'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'2018-11-17 13:54:22','2018-11-17 13:54:22','2018-11-17 13:54:22','2018-11-17 13:54:22','2018-11-17 13:54:22',6,'dfrn',11,11,4,NULL,'',0,1,0,1,0,0,0,7,0,1,0,0,1,0,0,2,'',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,'930bb26b-205b-f01c-e722-bc8141142783','http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'',6,'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'2018-11-17 13:51:35','2018-11-17 13:51:35','2018-11-17 14:03:08','2018-11-17 14:00:01','2018-11-17 14:03:08',0,'dfrn',10,10,1,NULL,'',0,1,0,1,0,0,3,14,0,0,0,0,1,0,0,4,'',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,'930bb26b-205b-f01c-e722-bc8141142783','http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'',7,'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',1,'2018-11-17 13:51:35','2018-11-17 13:51:35','2018-11-17 14:03:08','2018-11-17 14:00:02','2018-11-17 14:03:08',0,'dfrn',10,10,1,NULL,'',0,1,0,1,0,0,6,20,0,0,0,0,1,0,0,5,'',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NUL
/*!40000 ALTER TABLE `item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `item-activity`
--
DROP TABLE IF EXISTS `item-activity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `item-activity` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uri` varchar(255) DEFAULT NULL,
`uri-id` int(10) unsigned DEFAULT NULL COMMENT 'Id of the item-uri table entry that contains the item uri',
`uri-hash` varchar(80) NOT NULL DEFAULT '' COMMENT 'RIPEMD-128 hash from uri',
`activity` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `uri-hash` (`uri-hash`),
KEY `uri` (`uri`(191)),
KEY `uri-id` (`uri-id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COMMENT='Activities for items';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `item-activity`
--
LOCK TABLES `item-activity` WRITE;
/*!40000 ALTER TABLE `item-activity` DISABLE KEYS */;
INSERT INTO `item-activity` VALUES (1,NULL,5,'5',0),(2,NULL,8,'8',0);
/*!40000 ALTER TABLE `item-activity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `item-content`
--
DROP TABLE IF EXISTS `item-content`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `item-content` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uri` varchar(255) DEFAULT NULL,
`uri-id` int(10) unsigned DEFAULT NULL COMMENT 'Id of the item-uri table entry that contains the item uri',
`uri-plink-hash` varchar(80) NOT NULL DEFAULT '' COMMENT 'RIPEMD-128 hash from uri',
`title` varchar(255) NOT NULL DEFAULT '' COMMENT 'item title',
`content-warning` varchar(255) NOT NULL DEFAULT '',
`body` mediumtext COMMENT 'item body content',
`location` varchar(255) NOT NULL DEFAULT '' COMMENT 'text location where this item originated',
`coord` varchar(255) NOT NULL DEFAULT '' COMMENT 'longitude/latitude pair representing location where this item originated',
`language` text COMMENT 'Language information about this post',
`app` varchar(255) NOT NULL DEFAULT '' COMMENT 'application which generated this item',
`rendered-hash` varchar(32) NOT NULL DEFAULT '',
`rendered-html` mediumtext COMMENT 'item.body converted to html',
`object-type` varchar(100) NOT NULL DEFAULT '' COMMENT 'ActivityStreams object type',
`object` text COMMENT 'JSON encoded object structure unless it is an implied object (normal post)',
`target-type` varchar(100) NOT NULL DEFAULT '' COMMENT 'ActivityStreams target type if applicable (URI)',
`target` text COMMENT 'JSON encoded target structure if used',
`plink` varchar(255) NOT NULL DEFAULT '' COMMENT 'permalink or URL to a displayable copy of the message at its source',
`verb` varchar(100) NOT NULL DEFAULT '' COMMENT 'ActivityStreams verb',
PRIMARY KEY (`id`),
UNIQUE KEY `uri-plink-hash` (`uri-plink-hash`),
KEY `uri` (`uri`(191)),
KEY `uri-id` (`uri-id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COMMENT='Content for all posts';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `item-content`
--
LOCK TABLES `item-content` WRITE;
/*!40000 ALTER TABLE `item-content` DISABLE KEYS */;
INSERT INTO `item-content` VALUES (1,NULL,1,'1','','','This is a public test posting.','','','{\"en\":0.40678571428571,\"la\":0.30309523809524,\"fr\":0.28404761904762}','','80624d4b29c199dbace71f914601a0ff','This is a public test posting.','http://activitystrea.ms/schema/1.0/note','','','','http://192.168.22.10/display/930bb26b-205b-f01c-e722-bc8141142783','http://activitystrea.ms/schema/1.0/post'),(2,NULL,2,'2','','','This is a posting to group 1.','','','{\"en\":0.47093333333333,\"sk\":0.28946666666667,\"lt\":0.27453333333333}','','90dde7ca9354eaef06d3b9101fb662fd','This is a posting to group 1.','http://activitystrea.ms/schema/1.0/note','','','','http://192.168.22.10/display/930bb26b-125b-f01c-fe10-e5f035205082','http://activitystrea.ms/schema/1.0/post'),(3,NULL,3,'3','','','friendica 2 checking in.','','','{\"tl\":0.28466666666667,\"en\":0.2805,\"nl\":0.248}','','abf89282dfe1dd467eaeb4628e7406f3','friendica 2 checking in.','http://activitystrea.ms/schema/1.0/comment','','','','http://192.168.22.10/display/930bb26b-155b-f01d-60ee-5ee161000810','http://activitystrea.ms/schema/1.0/post'),(4,NULL,4,'4','','','friendica 4 testing :-)','','','{\"en\":0.36020833333333,\"nl\":0.28479166666667,\"tl\":0.27229166666667}','','130e6cf769f1f7b5f511426531a9d288','friendica 4 testing <img class=\"smiley\" src=\"http://192.168.22.10/images/smiley-smile.gif\" alt=\":-)\" title=\":-)\" />','http://activitystrea.ms/schema/1.0/comment','','','','http://192.168.22.10/display/930bb26b-135b-f01d-8e3d-8cc050176928','http://activitystrea.ms/schema/1.0/post'),(5,NULL,6,'6','','','Nice to have you here :-D','','','{\"en\":0.46787878787879,\"cs\":0.30257575757576,\"da\":0.28651515151515}','','af24ae13dd60eaa4c6613750c976ac80','Nice to have you here <img class=\"smiley\" src=\"http://192.168.22.10/images/smiley-laughing.gif\" alt=\":-D\" title=\":-D\" />','http://activitystrea.ms/schema/1.0/comment','','','','http://192.168.22.10/display/930bb26b-555b-f01f-66c7-ab6175377664','http://activitystrea.ms/schema/1.0/post'),(6,NULL,7,'7','','','Testing...','','','{\"en\":0.65380952380952,\"nl\":0.46095238095238,\"et\":0.40190476190476}','','9d770c909c2c69b09eae2372c4cf405d','Testing...','http://activitystrea.ms/schema/1.0/note','','','','http://192.168.22.10/display/930bb26b-195b-f01f-925f-1a4363126542','http://activitystrea.ms/schema/1.0/post');
/*!40000 ALTER TABLE `item-content` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `item-delivery-data`
--
DROP TABLE IF EXISTS `item-delivery-data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `item-delivery-data` (
`iid` int(10) unsigned NOT NULL COMMENT 'Item id',
`postopts` text COMMENT 'External post connectors add their network name to this comma-separated string to identify that they should be delivered to these networks during delivery',
`inform` mediumtext COMMENT 'Additional receivers of the linked item',
PRIMARY KEY (`iid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Delivery data for items';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `item-delivery-data`
--
LOCK TABLES `item-delivery-data` WRITE;
/*!40000 ALTER TABLE `item-delivery-data` DISABLE KEYS */;
/*!40000 ALTER TABLE `item-delivery-data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `item-uri`
--
DROP TABLE IF EXISTS `item-uri`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `item-uri` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uri` varbinary(255) NOT NULL COMMENT 'URI of an item',
`guid` varbinary(255) DEFAULT NULL COMMENT 'A unique identifier for an item',
PRIMARY KEY (`id`),
UNIQUE KEY `uri` (`uri`),
KEY `guid` (`guid`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COMMENT='URI and GUID for items';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `item-uri`
--
LOCK TABLES `item-uri` WRITE;
/*!40000 ALTER TABLE `item-uri` DISABLE KEYS */;
INSERT INTO `item-uri` VALUES (1,_binary 'http://192.168.22.10/objects/930bb26b-205b-f01c-e722-bc8141142783',_binary '930bb26b-205b-f01c-e722-bc8141142783'),(2,_binary 'http://192.168.22.10/objects/930bb26b-125b-f01c-fe10-e5f035205082',_binary '930bb26b-125b-f01c-fe10-e5f035205082'),(3,_binary 'http://192.168.22.10/objects/930bb26b-155b-f01d-60ee-5ee161000810',_binary '930bb26b-155b-f01d-60ee-5ee161000810'),(4,_binary 'http://192.168.22.10/objects/930bb26b-135b-f01d-8e3d-8cc050176928',_binary '930bb26b-135b-f01d-8e3d-8cc050176928'),(5,_binary 'http://192.168.22.10/objects/930bb26b-205b-f01f-5a43-237373720429',_binary '930bb26b-765b-f01f-5a43-22a585408489'),(6,_binary 'http://192.168.22.10/objects/930bb26b-555b-f01f-66c7-ab6175377664',_binary '930bb26b-555b-f01f-66c7-ab6175377664'),(7,_binary 'http://192.168.22.10/objects/930bb26b-195b-f01f-925f-1a4363126542',_binary '930bb26b-195b-f01f-925f-1a4363126542'),(8,_binary 'http://192.168.22.10/objects/930bb26b-205b-f01f-5a43-237373720429#Like',_binary '930bb26b-765b-f01f-5a43-22a585408489');
/*!40000 ALTER TABLE `item-uri` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `locks`
--
DROP TABLE IF EXISTS `locks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `locks` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`name` varchar(128) NOT NULL DEFAULT '',
`locked` tinyint(1) NOT NULL DEFAULT '0',
`pid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Process ID',
`expires` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'datetime of cache expiration',
PRIMARY KEY (`id`),
KEY `name_expires` (`name`,`expires`)
2017-04-16 15:53:48 +02:00
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `locks`
--
LOCK TABLES `locks` WRITE;
/*!40000 ALTER TABLE `locks` DISABLE KEYS */;
/*!40000 ALTER TABLE `locks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mail`
--
DROP TABLE IF EXISTS `mail`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Owner User id',
`guid` varchar(255) NOT NULL DEFAULT '' COMMENT 'A unique identifier for this private message',
`from-name` varchar(255) NOT NULL DEFAULT '' COMMENT 'name of the sender',
`from-photo` varchar(255) NOT NULL DEFAULT '' COMMENT 'contact photo link of the sender',
`from-url` varchar(255) NOT NULL DEFAULT '' COMMENT 'profile linke of the sender',
`contact-id` varchar(255) NOT NULL DEFAULT '' COMMENT 'contact.id',
`convid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'conv.id',
`title` varchar(255) NOT NULL DEFAULT '',
`body` mediumtext,
`seen` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'if message visited it is 1',
`reply` tinyint(1) NOT NULL DEFAULT '0',
`replied` tinyint(1) NOT NULL DEFAULT '0',
`unknown` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'if sender not in the contact table this is 1',
`uri` varchar(255) NOT NULL DEFAULT '',
`parent-uri` varchar(255) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'creation time of the private message',
PRIMARY KEY (`id`),
KEY `uid_seen` (`uid`,`seen`),
KEY `convid` (`convid`),
KEY `uri` (`uri`(64)),
KEY `parent-uri` (`parent-uri`(64)),
KEY `contactid` (`contact-id`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='private messages';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mail`
--
LOCK TABLES `mail` WRITE;
/*!40000 ALTER TABLE `mail` DISABLE KEYS */;
/*!40000 ALTER TABLE `mail` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mailacct`
--
DROP TABLE IF EXISTS `mailacct`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mailacct` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`server` varchar(255) NOT NULL DEFAULT '',
`port` smallint(5) unsigned NOT NULL DEFAULT '0',
`ssltype` varchar(16) NOT NULL DEFAULT '',
`mailbox` varchar(255) NOT NULL DEFAULT '',
`user` varchar(255) NOT NULL DEFAULT '',
`pass` text,
`reply_to` varchar(255) NOT NULL DEFAULT '',
`action` tinyint(3) unsigned NOT NULL DEFAULT '0',
`movetofolder` varchar(255) NOT NULL DEFAULT '',
`pubmail` tinyint(1) NOT NULL DEFAULT '0',
`last_check` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Mail account data for fetching mails';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mailacct`
--
LOCK TABLES `mailacct` WRITE;
/*!40000 ALTER TABLE `mailacct` DISABLE KEYS */;
/*!40000 ALTER TABLE `mailacct` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `manage`
--
DROP TABLE IF EXISTS `manage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `manage` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`mid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
PRIMARY KEY (`id`),
UNIQUE KEY `uid_mid` (`uid`,`mid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='table of accounts that can manage each other';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `manage`
--
LOCK TABLES `manage` WRITE;
/*!40000 ALTER TABLE `manage` DISABLE KEYS */;
/*!40000 ALTER TABLE `manage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notify`
--
DROP TABLE IF EXISTS `notify`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notify` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`hash` varchar(64) NOT NULL DEFAULT '',
`type` smallint(5) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`photo` varchar(255) NOT NULL DEFAULT '',
`date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`msg` mediumtext,
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Owner User id',
`link` varchar(255) NOT NULL DEFAULT '',
`iid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'item.id',
`parent` int(10) unsigned NOT NULL DEFAULT '0',
`seen` tinyint(1) NOT NULL DEFAULT '0',
`verb` varchar(100) NOT NULL DEFAULT '',
`otype` varchar(10) NOT NULL DEFAULT '',
`name_cache` tinytext COMMENT 'Cached bbcode parsing of name',
`msg_cache` mediumtext COMMENT 'Cached bbcode parsing of msg',
PRIMARY KEY (`id`),
KEY `hash_uid` (`hash`,`uid`),
KEY `seen_uid_date` (`seen`,`uid`,`date`),
KEY `uid_date` (`uid`,`date`),
KEY `uid_type_link` (`uid`,`type`,`link`(190))
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COMMENT='notifications';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notify`
--
LOCK TABLES `notify` WRITE;
/*!40000 ALTER TABLE `notify` DISABLE KEYS */;
INSERT INTO `notify` VALUES (1,'26b2e6b2bfbdcb1b930d1803d828795494148a442742f0f256208aedddea737e',1,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/21202845355bf01a84c5d33470288998-4.jpg?ts=1542462084','2018-11-17 13:41:27','You\'ve received [url=http://192.168.22.10/notifications/intros]an introduction[/url] from [url=http://192.168.22.10/profile/friendica1]friendica1[/url].',3,'http://192.168.22.10/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica1','You\'ve received an introduction from {0}.'),(2,'9371eddd53289c4ddd3c49eb6b8074660c5e83b8045849cf6d158af6b2631edc',1,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/17505033475bf01b2f38ff6177578340-4.jpg?ts=1542462255','2018-11-17 13:44:18','You\'ve received [url=http://192.168.22.10/notifications/intros]an introduction[/url] from [url=http://192.168.22.10/profile/friendica1]friendica1[/url].',4,'http://192.168.22.10/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica1','You\'ve received an introduction from {0}.'),(3,'9a059a93a0fb0e9c09df90fc7cd227c09f8de7fbd78f6df789db9d84937b462e',1,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/18858997325bf01b7c29d79163158635-4.jpg?ts=1542462332','2018-11-17 13:45:34','You\'ve received [url=http://192.168.22.10/notifications/intros]an introduction[/url] from [url=http://192.168.22.10/profile/friendica1]friendica1[/url].',5,'http://192.168.22.10/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica1','You\'ve received an introduction from {0}.'),(4,'699ac5930bdd21fb2e4712783526cecd2ef429697e3067323540c5b8db62e7a2',1,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/56404448515bf01b9730801345691622-4.jpg?ts=1542462359','2018-11-17 13:46:01','You\'ve received [url=http://192.168.22.10/notifications/intros]an introduction[/url] from [url=http://192.168.22.10/profile/friendica1]friendica1[/url].',6,'http://192.168.22.10/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica1','You\'ve received an introduction from {0}.'),(5,'21320ddfd4f92b7e1ad13d25a59d83c4ee1364bcdb7cc142eaa1b2a2c8f98cf2',2,'friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/43713557095bf01a87be90d132625601-4.jpg?ts=1542462395','2018-11-17 13:46:35','[url=http://192.168.22.10/profile/friendica2]friendica2[/url] has accepted your [url=http://192.168.22.10/contact/15]connection request[/url].',2,'http://192.168.22.10/contact/15',0,0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica2','{0} has accepted your connection request.'),(6,'a24b63452ae6c7ee8ac8aac9fc830ead7d08cafae467a51c03e9442566c74eb0',1,'friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/11253258925bf01bd73be2b220663529-4.jpg?ts=1542462423','2018-11-17 13:47:05','You\'ve received [url=http://192.168.22.10/notifications/intros]an introduction[/url] from [url=http://192.168.22.10/profile/friendica2]friendica2[/url].',4,'http://192.168.22.10/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica2','You\'ve received an introduction from {0}.'),(7,'d31c867f6baa729a7b0da2d1d97bd2a19d78f4024f674cfa768c2f6afaa57027',2,'friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/10942403815bf01b31eec59540800317-4.jpg?ts=1542462458','2018-11-17 13:47:38','[url=http://192.168.22.10/profile/friendica3]friendica3[/url] has accepted your [url=http://192.168.22.10/contact/17]connection request[/url].',2,'http://192.168.22.10/contact/17',0,0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica3','{0} has accepted your connection request.'),(8,'d10dcfd489738e1ea313982384aa13bd4aaa599b3b80543eaa62b6fe96bdb10b',2,'friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/13931663105bf01bd94d90e243464200-4.jpg?ts=1542462469','2
/*!40000 ALTER TABLE `notify` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notify-threads`
--
DROP TABLE IF EXISTS `notify-threads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notify-threads` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`notify-id` int(10) unsigned NOT NULL DEFAULT '0',
`master-parent-item` int(10) unsigned NOT NULL DEFAULT '0',
`parent-item` int(10) unsigned NOT NULL DEFAULT '0',
`receiver-uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notify-threads`
--
LOCK TABLES `notify-threads` WRITE;
/*!40000 ALTER TABLE `notify-threads` DISABLE KEYS */;
INSERT INTO `notify-threads` VALUES (1,13,2,0,3),(2,14,1,0,2),(3,17,2,0,5);
/*!40000 ALTER TABLE `notify-threads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `oembed`
--
DROP TABLE IF EXISTS `oembed`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `oembed` (
`url` varbinary(255) NOT NULL COMMENT 'page url',
`maxwidth` mediumint(8) unsigned NOT NULL COMMENT 'Maximum width passed to Oembed',
`content` mediumtext COMMENT 'OEmbed data of the page',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'datetime of creation',
PRIMARY KEY (`url`,`maxwidth`),
KEY `created` (`created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='cache for OEmbed queries';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `oembed`
--
LOCK TABLES `oembed` WRITE;
/*!40000 ALTER TABLE `oembed` DISABLE KEYS */;
/*!40000 ALTER TABLE `oembed` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `openwebauth-token`
--
DROP TABLE IF EXISTS `openwebauth-token`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `openwebauth-token` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`type` varchar(32) NOT NULL DEFAULT '' COMMENT 'Verify type',
`token` varchar(255) NOT NULL DEFAULT '' COMMENT 'A generated token',
`meta` varchar(255) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'datetime of creation',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Store OpenWebAuth token to verify contacts';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `openwebauth-token`
--
LOCK TABLES `openwebauth-token` WRITE;
/*!40000 ALTER TABLE `openwebauth-token` DISABLE KEYS */;
/*!40000 ALTER TABLE `openwebauth-token` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `parsed_url`
--
DROP TABLE IF EXISTS `parsed_url`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `parsed_url` (
`url` varbinary(255) NOT NULL COMMENT 'page url',
`guessing` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'is the ''guessing'' mode active?',
`oembed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'is the data the result of oembed?',
`content` mediumtext COMMENT 'page data',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'datetime of creation',
PRIMARY KEY (`url`,`guessing`,`oembed`),
KEY `created` (`created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='cache for ''parse_url'' queries';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `parsed_url`
--
LOCK TABLES `parsed_url` WRITE;
/*!40000 ALTER TABLE `parsed_url` DISABLE KEYS */;
/*!40000 ALTER TABLE `parsed_url` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `participation`
--
DROP TABLE IF EXISTS `participation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `participation` (
`iid` int(10) unsigned NOT NULL,
`server` varchar(60) NOT NULL,
`cid` int(10) unsigned NOT NULL,
`fid` int(10) unsigned NOT NULL,
PRIMARY KEY (`iid`,`server`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for participation messages from Diaspora';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `participation`
--
LOCK TABLES `participation` WRITE;
/*!40000 ALTER TABLE `participation` DISABLE KEYS */;
/*!40000 ALTER TABLE `participation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pconfig`
--
DROP TABLE IF EXISTS `pconfig`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `pconfig` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`cat` varbinary(50) NOT NULL DEFAULT '',
`k` varbinary(100) NOT NULL DEFAULT '',
`v` mediumtext,
PRIMARY KEY (`id`),
UNIQUE KEY `uid_cat_k` (`uid`,`cat`,`k`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COMMENT='personal (per user) configuration storage';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pconfig`
--
LOCK TABLES `pconfig` WRITE;
/*!40000 ALTER TABLE `pconfig` DISABLE KEYS */;
INSERT INTO `pconfig` VALUES (1,1,_binary 'network.view',_binary 'tab.selected','a:6:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";}'),(2,1,_binary 'expire',_binary 'items','1'),(3,1,_binary 'expire',_binary 'notes','1'),(4,1,_binary 'expire',_binary 'starred','1'),(5,1,_binary 'expire',_binary 'photos','0'),(6,1,_binary 'expire',_binary 'network_only','0'),(7,1,_binary 'system',_binary 'suggestme','0'),(8,1,_binary 'system',_binary 'email_textonly','0'),(9,1,_binary 'system',_binary 'detailed_notif','0'),(10,2,_binary 'network.view',_binary 'tab.selected','a:6:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";}'),(11,2,_binary 'expire',_binary 'items','1'),(12,2,_binary 'expire',_binary 'notes','1'),(13,2,_binary 'expire',_binary 'starred','1'),(14,2,_binary 'expire',_binary 'photos','0'),(15,2,_binary 'expire',_binary 'network_only','0'),(16,2,_binary 'system',_binary 'suggestme','0'),(17,2,_binary 'system',_binary 'email_textonly','0'),(18,2,_binary 'system',_binary 'detailed_notif','0'),(19,3,_binary 'network.view',_binary 'tab.selected','a:6:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";}'),(20,5,_binary 'network.view',_binary 'tab.selected','a:6:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";}');
/*!40000 ALTER TABLE `pconfig` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `permissionset`
--
DROP TABLE IF EXISTS `permissionset`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `permissionset` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Owner id of this permission set',
`allow_cid` mediumtext COMMENT 'Access Control - list of allowed contact.id ''<19><78>''',
`allow_gid` mediumtext COMMENT 'Access Control - list of allowed groups',
`deny_cid` mediumtext COMMENT 'Access Control - list of denied contact.id',
`deny_gid` mediumtext COMMENT 'Access Control - list of denied groups',
PRIMARY KEY (`id`),
KEY `uid_allow_cid_allow_gid_deny_cid_deny_gid` (`allow_cid`(50),`allow_gid`(30),`deny_cid`(50),`deny_gid`(30))
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `permissionset`
--
LOCK TABLES `permissionset` WRITE;
/*!40000 ALTER TABLE `permissionset` DISABLE KEYS */;
INSERT INTO `permissionset` VALUES (1,2,'','','',''),(2,0,'','','',''),(3,2,'','<7>','',''),(4,3,'','','',''),(5,6,'','','',''),(6,5,'','','',''),(7,4,'','','','');
/*!40000 ALTER TABLE `permissionset` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `photo`
--
DROP TABLE IF EXISTS `photo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `photo` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Owner User id',
`contact-id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'contact.id',
`guid` char(16) NOT NULL DEFAULT '' COMMENT 'A unique identifier for this photo',
`resource-id` char(32) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'creation date',
`edited` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'last edited date',
`title` varchar(255) NOT NULL DEFAULT '',
`desc` text,
`album` varchar(255) NOT NULL DEFAULT '' COMMENT 'The name of the album to which the photo belongs',
`filename` varchar(255) NOT NULL DEFAULT '',
`type` varchar(30) NOT NULL DEFAULT 'image/jpeg',
`height` smallint(5) unsigned NOT NULL DEFAULT '0',
`width` smallint(5) unsigned NOT NULL DEFAULT '0',
`datasize` int(10) unsigned NOT NULL DEFAULT '0',
`data` mediumblob NOT NULL,
`scale` tinyint(3) unsigned NOT NULL DEFAULT '0',
`profile` tinyint(1) NOT NULL DEFAULT '0',
`allow_cid` mediumtext COMMENT 'Access Control - list of allowed contact.id ''<19><78>''',
`allow_gid` mediumtext COMMENT 'Access Control - list of allowed groups',
`deny_cid` mediumtext COMMENT 'Access Control - list of denied contact.id',
`deny_gid` mediumtext COMMENT 'Access Control - list of denied groups',
PRIMARY KEY (`id`),
KEY `contactid` (`contact-id`),
KEY `uid_contactid` (`uid`,`contact-id`),
KEY `uid_profile` (`uid`,`profile`),
KEY `uid_album_scale_created` (`uid`,`album`(32),`scale`,`created`),
KEY `uid_album_resource-id_created` (`uid`,`album`(32),`resource-id`,`created`),
KEY `resource-id` (`resource-id`)
) ENGINE=InnoDB AUTO_INCREMENT=88 DEFAULT CHARSET=utf8mb4 COMMENT='photo storage';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `photo`
--
LOCK TABLES `photo` WRITE;
/*!40000 ALTER TABLE `photo` DISABLE KEYS */;
INSERT INTO `photo` VALUES (1,1,0,'9305bf00a1f6a976','59483894715bf00a1f6a24a891914929','2018-11-17 12:31:27','2018-11-17 12:31:27','','','Profilbilder','person-300.jpg','image/jpeg',300,300,11007,_binary '<EFBFBD>\<5C><>\<5C>\0JFIF\0\0H\0H\0\0<>\<5C>\0C\0<01><>\0 ,,\0<>\<5C>\0\0\0\0\0\0\0\0\0\0\0\n  <02>\<5C>\08\0 \0\0\0\0 \n!\"1A#3BQ<17><>$%2Saqs<71><73>\<5C>\0\0\0?\0<>\<5C>\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"/6\<5C>^b\<5C><> \<5C>m<EFBFBD> <0B><>S\<5C>m&<26><14>m<>p<EFBFBD><70>KY!\<5C>\<5C>\<5C>\<5C>K <20>V\<5C>~\<5C>4 +\<5C>/<2F>\<5C>3\<5C>\"u\<5C>OX\<5C>G<EFBFBD>X<EFBFBD><58><EFBFBD><EFBFBD>q\<5C>\<5C>ڭ<EFBFBD>/\<5C><>+<2B>xߌ\<5C>[VJ$<Fuݼ W<><57><EFBFBD>\<5C>ȁ}<7D>\<5C>\<5C>\<5C>ˌ3$xI<08><>{\<5C>><3E>+\\<5C>c|>o<06><><EFBFBD>b_j<5F>\<5C>m\0<>&\<5C>Q\<5C><\<5C>E\<5C>-<2D>A<EFBFBD><41>Zv<5A>\<5C><><12><> <0B><1C>Ɍ<18>ԏ.y<><79><EFBFBD>\<5C>\<5C>M+z\<5C>Ga<06>\<5C><><EFBFBD>\<5C>J\<5C>&<26><><EFBFBD>\<5C><>\<5C>Q<EFBFBD>\'<EFBFBD>۫\<EFBFBD>|0<EFBFBD>\<EFBFBD>&G<EFBFBD>(\<EFBFBD>p\<EFBFBD><\<EFBFBD>s0\<EFBFBD>\<EFBFBD>z<EFBFBD>y|<EFBFBD>r\<EFBFBD>S<EFBFBD>h]\<EFBFBD>\<EFBFBD>n<EFBFBD><EFBFBD>\<EFBFBD>H|j=[P\<EFBFBD>`vm<EFBFBD>\<EFBFBD>P<EFBFBD>YE<EFBFBD>SGM<EFBFBD>M<EFBFBD><EFBFBD><EFBFBD>\<EFBFBD>\<EFBFBD>\<EFBFBD>$<EFBFBD><EFBFBD>\<EFBFBD>h\0S9<EFBFBD>\<EFBFBD>\<EFBFBD>J\<EFBFBD>LJL}X<EFBFBD>IQ<EFBFBD>C\<EFBFBD><EFBFBD>$<EFBFBD>k<EFBFBD><EFBFBD>gD̛<EFBFBD>\<EFBFBD>:<EFBFBD>ռJ<EFBFBD>t\\WU<EFBFBD>u}A<EFBFBD>\<EFBFBD>L\<EFBFBD>JsC\<EFBFBD>V\<EFBFBD>m<EFBFBD>؂P<EFBFBD>b@<EFBFBD><EFBFBD> |<EFBFBD><EFBFBD>u\<EFBFBD>J\<EFBFBD>\<EFBFBD>=\<EFBFBD>-KS\<EFBFBD>NS<EFBFBD>\<EFBFBD>ܛW<EFBFBD>\<EFBFBD>y<EFBFBD>=^-\<EFBFBD>ϬM)AT\<EFBFBD>2\<EFBFBD>1>CO$y<EFBFBD>Q2Ka<EFBFBD><EFBFBD>(<EFBFBD>#<23><>q<>\<5C><><EFBFBD>:\<5C>\<5C><><EFBFBD>O<16>\<5C>\<5C>9\<5C><>WPK<50>g\<5C>\<5C>\<5C>ν\<5C>C(<28>@l<<3C>k<17>\0k<><6B>\<5C>8<EFBFBD>5<EFBFBD><35>\<5C>7\<5C><11>`\<5C>\rf<72>\<5C><>a\<5C>\<5C>#<23>\<5C>w^\<5C>s\<5C>\<5C><1D><>c<>\<5C><>j^2\<5C>\<5C>|\<5C><><0E><><EFBFBD>AaB\<5C>vN<76>\<5C>g\<5C>\<5C>1<EFBFBD>ʋ<EFBFBD>,\<5C> E!_<1E><>\<5C><>=<3D>U\<5C>;\0\'u<><75>\<5C>,)E\<5C><><EFBFBD><EFBFBD>%<25>\<5C>\"6@M:<3A><>\<5C> QH<51>Yy<><79><EFBFBD>Y\<5C>}b\<5C>\<5C>υf<><66><EFBFBD>\<5C>\<5C>_\<5C><>\0\<5C>OE<4F>m\<5C>1):\<5C>\<5C>t\<5C>^<08>\<5C>y{l<>c\<5C><1D>d|<7C><>4ͮ|r\<5C>ņǝ&<26><><19>\Z<>s<EFBFBD>\n[\<5C>\<5C>l\<5C>DGԃ\<5C>\'B\<5C>lzu\<5C>\<5C>J<EFBFBD><4A><EFBFBD>\<5C>(I<>]<5D><08><>u\<5C><07>\<5C>l\<5C>@~d<>ǐ<EFBFBD>BR7[<5B><>Vռ<12>6`,z\<5C>\<5C>X<EFBFBD>׵\<5C>\<5C>\<5C>\<5C>}<7D>\<5C>wֻFٴZͼض+ɧ<><C9A7><EFBFBD><EFBFBD><EFBFBD>;\<5C>α<EFBFBD><CEB1>%\<5C><<3C>RNG<4E><47>#<23><>\<5C>>\<5C><>n1<6E>|l<>߷<EFBFBD><DFB7><EFBFBD><EFBFBD>\0<>=<3D><>\<5C><>x\<5C>?<3F>\<5C><>S<EFBFBD><53><EFBFBD><EFBFBD>g<EFBFBD><67><EFBFBD>\<5C>{<7B>\<5C>KI˵\<5C><>\<5C>=k\<5C>a<EFBFBD>&<26><><EFBFBD>\<5C>\<5C>\<5C><1C>S(#x<>\<5C>kY&<26>N<EFBFBD>\<5C><>\<5C>97<39>m\<5C><>Z<><5A><EFBFBD><EFBFBD><EFBFBD>Y<EFBFBD><59>\<5C><>ڨ<14>uE<06><><EFBFBD>(<28>@<40>8<><38>b<><62><10>\<5C>{\<5C>٭\<5C>\<5C>\<5C><73>\<5C>v~<7E>\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\<5C><0F><>&\Z\<5C><>΍o\\\<5C>9A/0\<5C><>p<0E><>4<EFBFBD><34>\<5C><>xF|i\<5C>\<5C>C\<5C>\<5C>uXm.<2E><><EFBFBD>S4Uq\n<>\<5C>ʟ<EFBFBD><CA9F>\rM\<5C>%rV<72>\<5C>[<5B>\<5C>\<5C><<3C><>\<5C>o<1C><>]\<5C>ضͮ<D8B6>Ve\<5C>\<5C>[\<5C>\'\<5C><>dك\<5C>\<5C>2<8QF5Ѓ\Z<><5A>4X1<58>\<5C>G_<47>\<5C>s<EFBFBD>s<EFBFBD><73><EFBFBD>\<5C><>4OKW<4B><57>v_x<5F><78>ڍ3\<5C>\<5C>~9<><11>N<><4E><EFBFBD>\<5C>\<5C>\<5C>B<EFBFBD><42>2<EFBFBD>r<EFBFBD><72><EFBFBD>\0<><30><EFBFBD>!<21><><08>t<EFBFBD>\<5C>\<5C>D\<5C>E<EFBFBD>u<1D>\<5C>+@\0E\0cF<08>F<EFBFBD><11><p\r<>p<05><18>\r<><18>!<21><>\<5C>ֱ<EFBFBD>n\Z\<5C>\<5C><>\<5C>2\"\<5C>\<5C>\<5C><>ǫ\<5C>>8<>72<37><32><EFBFBD><EFBFBD>\<5C>\Zہ\<5C><><EFBFBD>e%\<5C>\<5C>>\<5C>ԁq\<5C><06><>^<5E>cog/\<5C>o\<5C>+\<5C>ɘ\<5C>e\<5C>dw<64>J<18><>w<EFBFBD>Gi<47><69><EFBFBD><EFBFBD>{oq<6F><71>5\<5C>Ϗ<><CF8F><EFBFBD><EFBFBD>c<EFBFBD>\"rL:\<5C><>!<21>\n<><6E><EFBFBD><EFBFBD><EFBFBD>e\<5C>B9<42><39>1f\'<27>Ө/<2F><>O\<5C>gdcB<63>{fDM<44><4D>&\<5C>\<5C>=<3D><>؆k*<2A>e\<5C>\<5C><><EFBFBD>~v1\<5C><>c\<5C><><EFBFBD>\<5C>i\<5C>\<5C><><EFBFBD>\<5C>\<5C><>)<29>\<5C><>#<23><>[H<><<3C>|<7C><><6E>VV\<5C><18>i{\<5C><>}<7D><>I<EFBFBD><49>L\<5C>Kf 9\<5C>#\<5C><><EFBFBD>򙿍KrԷ\<5C>8<EFBFBD>6<EFBFBD><36>P\<5C>\<5C><><EFBFBD>1<EFBFBD>\<5C><>\<5C>XW5<57>\<5C>\<5C>#ᬙ\0\<5C>ـ<>Dx\\<5C>m#>\<5C>7.\<5C>eDDDDDDDDDDD\\d \<5C>2\<5C>`<60>&<<3C>)<1F> cf2琏vp\<5C>1<EFBFBD>\<5C>\\<5C><>8k<1B>\<5C>9\<5C>1<EFBFBD><31><EFBFBD><EFBFBD>M~C\<5C><>\<5C>\<5C>ҵ<7F><D2B5><EFBFBD>|բ\<5C>\<5C><>9<EFBFBD>Ug<55><67>{\\<5C><><EFBFBD><EFBFBD>v<EFBFBD>0<EFBFBD><30>5<EFBFBD>\<5C><><EFBFBD>U,SH<53> x<><78>&B|\"\\X\<5C>\<5C>t\<5C>l{\<5C><17>\<5C>\<5C>\<5C>_v<5F><76><EFBFBD>\<5C> <0C><><EFBFBD>[\<5C>;d卮$RH<0E>\<5C>z\<5C>?a<>!\<5C>8 \<5C><>dmf<6D>D\<5C><+<1B><>n<EFBFBD>&|\<5C>2\<5C>>!\<5C>m<03>8\<5C>D\<5C><>*\<5C>\<5C><>9\<5C>]f<>P\<5C>u<EFBFBD><75>\<5C><>_OEO<1D><>Í\Z0\<5C>,k[<5B><><EFBFBD>C<>=<3D>\0PDϋ1\<5C>舼G<E888BC>z\<5C><>=<3D>\<5C>$q<>cx<78><7F><EFBFBD>@<40> 3 <0B><>&<26>]<5D>\<5C>\<5C>dr \<5C>\<5C><<3C><>1<EFBFBD>\<5C>8A&<<3C>\<5C><11>*<i\"#<<3C>zE<1B>\<5C>m<EFBFBD><6D><EFBFBD><EFBFBD>asm[Z]\<5C>ukn<6B>e<EFBFBD><65><EFBFBD>8\<5C>|\<5C>qf\<5C>a<EFBFBD><61>x\0\<5C>Ҧc^ڥ؜ųdxW<15><><02><>\<5C><>\<5C>\\<5C><>׶\Z<>*+<2B>+)\<5C>הw0eU\<5C>S\\U\<5C>,:<3A>Z\<5C>\<5C>\<5C>\<5C>*\<5C><><9\<5C>f\02<30>J c\<5C>\<5C>7<EFBFBD>5lw<6C>\<5C>W{<7B>\<5C>sl<73>w֞d<D69E><64>\<5C>]g\<5C>b\<5C><1D>D<EFBFBD><44><EFBFBD><EFBFBD><EFBFBD><04>\nX\<5C>Z<EFBFBD><5A>\<5C>u<EFBFBD><75>i<19>2~<7E>zk \<5C>#\<5C><>JL豛ֈ<>m<EFBFBD><6D>\<5C>?-Z1<5A>j\<5C><1B><>5<EFBFBD>\<5C>ǟ\<5C><oi<1C>\n&<26>X<EFBFBD>\<5C>x<EFBFBD>qH\<5C>;V<>\Z[<5B><\<5C>tpYŌ\<5C> <0C><>\Z<0E><>k<>\<5C>\'nk<6E>9\<5C>׳<EFBFBD><D7B3><EFBFBD><18><>57<><37>\<5C>`L<><4C>\<5C>\<5C>{<7B>\<5C><>\<5C>z<EFBFBD>c\<5C><>$2X^\<5C>‰\<5C><>1\<5C><>h\<5C>\<5C>\<5C><>\<5C>\'RI.\\<5C><><EFBFBD>Ν&D\<5C>\<5C>d\Z\\ɒ\<5C>I2<49>ʒG\ZD<5A>2 \<5C><><EFBFBD>g<><67>1^<5E><14>s\<5C>\<5C>9\<5C>\<5C><EFBFBD><15>><3E><>\0<1F>\<5C>\<5C>Kv\<5C>\<5C>\<5C><>s\<5C>r?o<>\"g]<14><>\"~ \<5C><>d3N$a<>L<EFBFBD><4C>#\<5C><><EFBFBD><EFBFBD>6<EFBFBD>[\<5C>dJ<>>\rm<72>s<12>1<EFBFBD>/<2F>DDE\nS<53>x\<5C>6<EFBFBD>!]M\<5C><1F><><EFBFBD><EFBFBD>\<5C>\<5C>:<3A>f^^Z\<5C>\<5C><>86\<5C>UI<01>|\<5C>\<5C>W<EFBFBD>\<5C><19><>\<5C>5\<5C><>@3N<33>ֿ<EFBFBD>E<EFBFBD>\n\<5C>Q{\<5C>Y{+\<5C>B\<5C>>\<5C>/\<5C>2u.I\<5C>{\<5C>wtӆ<74><19>`8\<5C>&P\<5C>D<EFBFBD>&!,<2C><><EFBFBD>0\<5C>`<60>Lc<<0F>\<5C>J<EFBFBD>`s<>\\<5C>\<5C><13>\<5C>k䣧<6B>]\<5C>\<5C><>#\<5C>\<5C>*<2A>Q\<5C>Z<EFBFBD><5A><EFBFBD>\<5C>\<5C><><EFBFBD>J6Aۨ<41>\<5C>p<EFBFBD>V\<5C>\r\<5C>ff<66>cA<63>6P<36>\<5C>Ur\'@pf<70>`<60><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\"><3E><>r<EFBFBD>\<5C>~6x<36><78>\"<22>\<5C><>\<5C>Nv\<5C>\<5C>,<2C><><EFBFBD> ^8<08>R<>\<5C>7$ș><3E>W n\<5C>I<>#<23>\<5C>m^<5E><>s<EFBFBD>8<EFBFBD>W:<3A>\<5C> <09><><19><><EFBFBD>\<5C>|<7C>\<5C><>W\<5C> isW!nTڌy<DA8C><1B>֓1Kn\<5C>\<5C><>\<5C>\Z<><5A>\<5C><>\<5C>W<>p\'\<5C>\\\<5C><G<><47>u|\n<>_<EFBFBD>8\<5C>N\<5C>\<5C>8`\<5C>j\<5C>\<5C><><EFBFBD> \ZP<5A>v<>mw<>H0<48>c`\<5C><>5<EFBFBD>q<><04><><EFBFBD>F<EFBFBD>\nlpK<70>,<06>.$<24><>DiQ<69>\r\<5C><y\0+^#\0\<5C>{\<5C>`<60><>F\<5C>1\<5C>\<5C>s<EFBFBD>f<EFBFBD>oQ\<5C><>A<EFBFBD><41><EFBFBD>+<2B>\<5C>Ӫ\<5C>_\<5C>=<3D><05>7q;\07<30>\rC\<5C>.$<24>y\<5C><>C\<5C>)<29><>\r<>ش<EFBFBD> vj\<5C>J<EFBFBD>ٍS<D98D>-<03><>ߣ<EFBFBD><DFA3><EFBFBD>\<5C>\<5C><>\'P6<50><36>Y\<5C><><EFBFBD>[<5B>\Z\<5C>\<5C>mdnL\<5C>\<5C><>\<5C><><EFBFBD>W_<57><5F><16>h\<5C>㹲J<19>\<5C>pI_Xa<58>óuA/\<5C><>\0<>7C\<5C>\<5C>K ~<1F>H\<5C>݋$<24>g##Y<>k5<6B>f[<5B><>k×<6B>\<5C>v_<76><5F><EFBFBD>v0\<5C><>3<EFBFBD>\<5C>v<EFBFBD>D<EFBFBD><44><EFBFBD>\0Թ<30>\<5C> 3pd\<5C>\<5C>\<5C>7}\<5C>*<2A><>\<5C>D<EFBFBD><44>\<5C> <20><><EFBFBD><14>\<5C>\<5C>Fx<46><78><EFBFBD><EFBFBD>KZ\<5C><><EFBFBD><EFBFBD>,<2C><>><3E><><EFBFBD>\<5C><>\"\"\"(<28><>\<5C><><EFBFBD>c̞94\<5C>m\<5C>i\"J<>\<5C>_
/*!40000 ALTER TABLE `photo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `poll`
--
DROP TABLE IF EXISTS `poll`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `poll` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`q0` text,
`q1` text,
`q2` text,
`q3` text,
`q4` text,
`q5` text,
`q6` text,
`q7` text,
`q8` text,
`q9` text,
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Currently unused table for storing poll results';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `poll`
--
LOCK TABLES `poll` WRITE;
/*!40000 ALTER TABLE `poll` DISABLE KEYS */;
/*!40000 ALTER TABLE `poll` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `poll_result`
--
DROP TABLE IF EXISTS `poll_result`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `poll_result` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`poll_id` int(10) unsigned NOT NULL DEFAULT '0',
`choice` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `poll_id` (`poll_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='data for polls - currently unused';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `poll_result`
--
LOCK TABLES `poll_result` WRITE;
/*!40000 ALTER TABLE `poll_result` DISABLE KEYS */;
/*!40000 ALTER TABLE `poll_result` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `process`
--
DROP TABLE IF EXISTS `process`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `process` (
`pid` int(10) unsigned NOT NULL,
`command` varbinary(32) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
PRIMARY KEY (`pid`),
KEY `command` (`command`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Currently running system processes';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `process`
--
LOCK TABLES `process` WRITE;
/*!40000 ALTER TABLE `process` DISABLE KEYS */;
/*!40000 ALTER TABLE `process` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `profile`
--
DROP TABLE IF EXISTS `profile`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `profile` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Owner User id',
`profile-name` varchar(255) NOT NULL DEFAULT '' COMMENT 'Name of the profile',
`is-default` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Mark this profile as default profile',
`hide-friends` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Hide friend list from viewers of this profile',
`name` varchar(255) NOT NULL DEFAULT '',
`pdesc` varchar(255) NOT NULL DEFAULT '' COMMENT 'Title or description',
`dob` varchar(32) NOT NULL DEFAULT '0000-00-00' COMMENT 'Day of birth',
`address` varchar(255) NOT NULL DEFAULT '',
`locality` varchar(255) NOT NULL DEFAULT '',
`region` varchar(255) NOT NULL DEFAULT '',
`postal-code` varchar(32) NOT NULL DEFAULT '',
`country-name` varchar(255) NOT NULL DEFAULT '',
`hometown` varchar(255) NOT NULL DEFAULT '',
`gender` varchar(32) NOT NULL DEFAULT '',
`marital` varchar(255) NOT NULL DEFAULT '',
`with` text,
`howlong` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`sexual` varchar(255) NOT NULL DEFAULT '',
`politic` varchar(255) NOT NULL DEFAULT '',
`religion` varchar(255) NOT NULL DEFAULT '',
`pub_keywords` text,
`prv_keywords` text,
`likes` text,
`dislikes` text,
`about` text,
`summary` varchar(255) NOT NULL DEFAULT '',
`music` text,
`book` text,
`tv` text,
`film` text,
`interest` text,
`romance` text,
`work` text,
`education` text,
`contact` text,
`homepage` varchar(255) NOT NULL DEFAULT '',
`xmpp` varchar(255) NOT NULL DEFAULT '',
`photo` varchar(255) NOT NULL DEFAULT '',
`thumb` varchar(255) NOT NULL DEFAULT '',
`publish` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'publish default profile in local directory',
`net-publish` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'publish profile in global directory',
PRIMARY KEY (`id`),
KEY `uid_is-default` (`uid`,`is-default`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COMMENT='user profiles data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `profile`
--
LOCK TABLES `profile` WRITE;
/*!40000 ALTER TABLE `profile` DISABLE KEYS */;
INSERT INTO `profile` VALUES (1,1,'Standard',1,0,'admin','','0000-00-00','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://192.168.22.10/photo/profile/1.jpg','http://192.168.22.10/photo/avatar/1.jpg',0,0),(2,2,'default',1,0,'friendica1','','0000-00-00','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://192.168.22.10/photo/profile/2.jpg','http://192.168.22.10/photo/avatar/2.jpg',1,0),(3,3,'default',1,0,'friendica2','','0000-00-00','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://192.168.22.10/photo/profile/3.jpg','http://192.168.22.10/photo/avatar/3.jpg',0,0),(4,4,'default',1,0,'friendica3','','0000-00-00','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://192.168.22.10/photo/profile/4.jpg','http://192.168.22.10/photo/avatar/4.jpg',0,0),(5,5,'default',1,0,'friendica4','','0000-00-00','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://192.168.22.10/photo/profile/5.jpg','http://192.168.22.10/photo/avatar/5.jpg',0,0),(6,6,'default',1,0,'friendica5','','0000-00-00','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://192.168.22.10/photo/profile/6.jpg','http://192.168.22.10/photo/avatar/6.jpg',0,0);
/*!40000 ALTER TABLE `profile` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `profile_check`
--
DROP TABLE IF EXISTS `profile_check`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `profile_check` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`cid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'contact.id',
`dfrn_id` varchar(255) NOT NULL DEFAULT '',
`sec` varchar(255) NOT NULL DEFAULT '',
`expire` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='DFRN remote auth use';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `profile_check`
--
LOCK TABLES `profile_check` WRITE;
/*!40000 ALTER TABLE `profile_check` DISABLE KEYS */;
/*!40000 ALTER TABLE `profile_check` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `push_subscriber`
--
DROP TABLE IF EXISTS `push_subscriber`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `push_subscriber` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`callback_url` varchar(255) NOT NULL DEFAULT '',
`topic` varchar(255) NOT NULL DEFAULT '',
`nickname` varchar(255) NOT NULL DEFAULT '',
`push` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Retrial counter',
`last_update` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Date of last successful trial',
`next_try` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Next retrial date',
`renewed` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Date of last subscription renewal',
`secret` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `next_try` (`next_try`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Used for OStatus: Contains feed subscribers';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `push_subscriber`
--
LOCK TABLES `push_subscriber` WRITE;
/*!40000 ALTER TABLE `push_subscriber` DISABLE KEYS */;
/*!40000 ALTER TABLE `push_subscriber` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `queue`
--
DROP TABLE IF EXISTS `queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `queue` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`cid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Message receiver',
`network` char(4) NOT NULL DEFAULT '' COMMENT 'Receiver''s network',
`guid` varchar(255) NOT NULL DEFAULT '' COMMENT 'Unique GUID of the message',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Date, when the message was created',
`last` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Date of last trial',
`next` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Next retrial date',
`retrial` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Retrial counter',
`content` mediumtext,
`batch` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `last` (`last`),
KEY `next` (`next`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Queue for messages that couldn''t be delivered';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `queue`
--
LOCK TABLES `queue` WRITE;
/*!40000 ALTER TABLE `queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `register`
--
DROP TABLE IF EXISTS `register`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `register` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`hash` varchar(255) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`password` varchar(255) NOT NULL DEFAULT '',
`language` varchar(16) NOT NULL DEFAULT '',
`note` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='registrations requiring admin approval';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `register`
--
LOCK TABLES `register` WRITE;
/*!40000 ALTER TABLE `register` DISABLE KEYS */;
/*!40000 ALTER TABLE `register` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `search`
--
DROP TABLE IF EXISTS `search`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `search` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`term` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
2017-04-16 15:53:48 +02:00
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `search`
--
LOCK TABLES `search` WRITE;
/*!40000 ALTER TABLE `search` DISABLE KEYS */;
/*!40000 ALTER TABLE `search` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `session`
--
DROP TABLE IF EXISTS `session`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `session` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`sid` varbinary(255) NOT NULL DEFAULT '',
`data` text,
`expire` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `sid` (`sid`(64)),
KEY `expire` (`expire`)
) ENGINE=InnoDB AUTO_INCREMENT=253 DEFAULT CHARSET=utf8mb4 COMMENT='web session storage';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `session`
--
LOCK TABLES `session` WRITE;
/*!40000 ALTER TABLE `session` DISABLE KEYS */;
INSERT INTO `session` VALUES (250,_binary 'aoaha9prgkkb6ls04ccpaqtp27','sysmsg|a:0:{}sysmsg_info|a:0:{}last_updated|a:0:{}return_path|s:0:\"\";',1542647933);
/*!40000 ALTER TABLE `session` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sign`
--
DROP TABLE IF EXISTS `sign`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sign` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`iid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'item.id',
`signed_text` mediumtext,
`signature` text,
`signer` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `iid` (`iid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Diaspora signatures';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sign`
--
LOCK TABLES `sign` WRITE;
/*!40000 ALTER TABLE `sign` DISABLE KEYS */;
/*!40000 ALTER TABLE `sign` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `term`
--
DROP TABLE IF EXISTS `term`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `term` (
`tid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`oid` int(10) unsigned NOT NULL DEFAULT '0',
`otype` tinyint(3) unsigned NOT NULL DEFAULT '0',
`type` tinyint(3) unsigned NOT NULL DEFAULT '0',
`term` varchar(255) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`guid` varchar(255) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`received` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`global` tinyint(1) NOT NULL DEFAULT '0',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
PRIMARY KEY (`tid`),
KEY `oid_otype_type_term` (`oid`,`otype`,`type`,`term`(32)),
KEY `uid_otype_type_term_global_created` (`uid`,`otype`,`type`,`term`(32),`global`,`created`),
KEY `uid_otype_type_url` (`uid`,`otype`,`type`,`url`(64)),
KEY `guid` (`guid`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='item taxonomy (categories, tags, etc.) table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `term`
--
LOCK TABLES `term` WRITE;
/*!40000 ALTER TABLE `term` DISABLE KEYS */;
/*!40000 ALTER TABLE `term` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `thread`
--
DROP TABLE IF EXISTS `thread`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `thread` (
`iid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'sequential ID',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`contact-id` int(10) unsigned NOT NULL DEFAULT '0',
`owner-id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Item owner',
`author-id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Item author',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`edited` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`commented` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`received` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`changed` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`wall` tinyint(1) NOT NULL DEFAULT '0',
`private` tinyint(1) NOT NULL DEFAULT '0',
`pubmail` tinyint(1) NOT NULL DEFAULT '0',
`moderated` tinyint(1) NOT NULL DEFAULT '0',
`visible` tinyint(1) NOT NULL DEFAULT '0',
`starred` tinyint(1) NOT NULL DEFAULT '0',
`ignored` tinyint(1) NOT NULL DEFAULT '0',
`post-type` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Post type (personal note, bookmark, ...)',
`unseen` tinyint(1) NOT NULL DEFAULT '1',
`deleted` tinyint(1) NOT NULL DEFAULT '0',
`origin` tinyint(1) NOT NULL DEFAULT '0',
`forum_mode` tinyint(3) unsigned NOT NULL DEFAULT '0',
`mention` tinyint(1) NOT NULL DEFAULT '0',
`network` char(4) NOT NULL DEFAULT '',
`bookmark` tinyint(1) DEFAULT NULL,
PRIMARY KEY (`iid`),
KEY `uid_network_commented` (`uid`,`network`,`commented`),
KEY `uid_network_created` (`uid`,`network`,`created`),
KEY `uid_contactid_commented` (`uid`,`contact-id`,`commented`),
KEY `uid_contactid_created` (`uid`,`contact-id`,`created`),
KEY `contactid` (`contact-id`),
KEY `ownerid` (`owner-id`),
KEY `authorid` (`author-id`),
KEY `uid_created` (`uid`,`created`),
KEY `uid_commented` (`uid`,`commented`),
KEY `uid_wall_created` (`uid`,`wall`,`created`),
KEY `private_wall_origin_commented` (`private`,`wall`,`origin`,`commented`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Thread related data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `thread`
--
LOCK TABLES `thread` WRITE;
/*!40000 ALTER TABLE `thread` DISABLE KEYS */;
INSERT INTO `thread` VALUES (1,2,4,10,10,'2018-11-17 13:51:35','2018-11-17 13:51:35','2018-11-17 14:02:14','2018-11-17 13:51:35','2018-11-17 14:02:14',1,0,0,0,1,0,0,0,1,0,1,0,1,'dfrn',NULL),(2,0,10,10,10,'2018-11-17 13:51:35','2018-11-17 13:51:35','2018-11-17 14:03:07','2018-11-17 13:51:35','2018-11-17 14:03:07',0,0,0,0,1,0,0,0,1,0,0,0,0,'dfrn',NULL),(3,2,4,10,10,'2018-11-17 13:51:58','2018-11-17 13:51:58','2018-11-17 13:51:58','2018-11-17 13:51:58','2018-11-17 13:51:58',1,1,0,0,1,0,0,0,1,0,1,0,0,'dfrn',NULL),(6,3,14,10,10,'2018-11-17 13:51:35','2018-11-17 13:51:35','2018-11-17 14:03:08','2018-11-17 14:00:01','2018-11-17 14:03:08',0,0,0,0,1,0,0,0,1,0,0,0,1,'dfrn',NULL),(7,6,20,10,10,'2018-11-17 13:51:35','2018-11-17 13:51:35','2018-11-17 14:03:08','2018-11-17 14:00:02','2018-11-17 14:03:08',0,0,0,0,1,0,0,0,1,0,0,0,0,'dfrn',NULL),(8,5,18,10,10,'2018-11-17 13:51:35','2018-11-17 13:51:35','2018-11-17 14:03:08','2018-11-17 14:00:02','2018-11-17 14:03:08',0,0,0,0,1,0,0,0,1,0,0,0,1,'dfrn',NULL),(9,4,16,10,10,'2018-11-17 13:51:35','2018-11-17 13:51:35','2018-11-17 14:03:08','2018-11-17 14:00:02','2018-11-17 14:03:08',0,0,0,0,1,0,0,0,1,0,0,0,0,'dfrn',NULL),(10,5,18,10,10,'2018-11-17 13:51:58','2018-11-17 13:51:58','2018-11-17 14:00:02','2018-11-17 14:00:02','2018-11-17 14:00:02',0,1,0,0,1,0,0,0,1,0,0,0,0,'dfrn',NULL),(11,3,14,10,10,'2018-11-17 13:51:58','2018-11-17 13:51:58','2018-11-17 14:00:03','2018-11-17 14:00:02','2018-11-17 14:00:03',0,1,0,0,1,0,0,0,1,0,0,0,0,'dfrn',NULL),(26,5,7,11,11,'2018-11-17 14:02:58','2018-11-17 14:02:58','2018-11-17 14:02:58','2018-11-17 14:02:58','2018-11-17 14:02:58',1,0,0,0,1,0,0,0,1,0,1,0,0,'dfrn',NULL),(27,0,11,11,11,'2018-11-17 14:02:58','2018-11-17 14:02:58','2018-11-17 14:02:58','2018-11-17 14:02:58','2018-11-17 14:02:58',0,0,0,0,1,0,0,0,1,0,0,0,0,'dfrn',NULL),(33,2,19,11,11,'2018-11-17 14:02:58','2018-11-17 14:02:58','2018-11-17 14:03:08','2018-11-17 14:03:08','2018-11-17 14:03:08',0,0,0,0,1,0,0,0,1,0,0,0,0,'dfrn',NULL),(39,6,24,11,11,'2018-11-17 14:02:58','2018-11-17 14:02:58','2018-11-17 14:03:08','2018-11-17 14:03:08','2018-11-17 14:03:08',0,0,0,0,1,0,0,0,1,0,0,0,0,'dfrn',NULL);
/*!40000 ALTER TABLE `thread` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tokens`
--
DROP TABLE IF EXISTS `tokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tokens` (
`id` varchar(40) NOT NULL,
`secret` text,
`client_id` varchar(20) NOT NULL DEFAULT '',
`expires` int(11) NOT NULL DEFAULT '0',
`scope` varchar(200) NOT NULL DEFAULT '',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='OAuth usage';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tokens`
--
LOCK TABLES `tokens` WRITE;
/*!40000 ALTER TABLE `tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `tokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `user`
--
DROP TABLE IF EXISTS `user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user` (
`uid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`parent-uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'The parent user that has full control about this user',
`guid` varchar(64) NOT NULL DEFAULT '' COMMENT 'A unique identifier for this user',
`username` varchar(255) NOT NULL DEFAULT '' COMMENT 'Name that this user is known by',
`password` varchar(255) NOT NULL DEFAULT '' COMMENT 'encrypted password',
`legacy_password` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Is the password hash double-hashed?',
`nickname` varchar(255) NOT NULL DEFAULT '' COMMENT 'nick- and user name',
`email` varchar(255) NOT NULL DEFAULT '' COMMENT 'the users email address',
`openid` varchar(255) NOT NULL DEFAULT '',
`timezone` varchar(128) NOT NULL DEFAULT '' COMMENT 'PHP-legal timezone',
`language` varchar(32) NOT NULL DEFAULT 'en' COMMENT 'default language',
`register_date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'timestamp of registration',
`login_date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'timestamp of last login',
`default-location` varchar(255) NOT NULL DEFAULT '' COMMENT 'Default for item.location',
`allow_location` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1 allows to display the location',
`theme` varchar(255) NOT NULL DEFAULT '' COMMENT 'user theme preference',
`pubkey` text COMMENT 'RSA public key 4096 bit',
`prvkey` text COMMENT 'RSA private key 4096 bit',
`spubkey` text,
`sprvkey` text,
`verified` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'user is verified through email',
`blocked` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1 for user is blocked',
`blockwall` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Prohibit contacts to post to the profile page of the user',
`hidewall` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Hide profile details from unkown viewers',
`blocktags` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Prohibit contacts to tag the post of this user',
`unkmail` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Permit unknown people to send private mails to this user',
`cntunkmail` int(10) unsigned NOT NULL DEFAULT '10',
`notify-flags` smallint(5) unsigned NOT NULL DEFAULT '65535' COMMENT 'email notification options',
`page-flags` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'page/profile type',
`account-type` tinyint(3) unsigned NOT NULL DEFAULT '0',
`prvnets` tinyint(1) NOT NULL DEFAULT '0',
`pwdreset` varchar(255) DEFAULT NULL COMMENT 'Password reset request token',
`pwdreset_time` datetime DEFAULT NULL COMMENT 'Timestamp of the last password reset request',
`maxreq` int(10) unsigned NOT NULL DEFAULT '10',
`expire` int(10) unsigned NOT NULL DEFAULT '0',
`account_removed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'if 1 the account is removed',
`account_expired` tinyint(1) NOT NULL DEFAULT '0',
`account_expires_on` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'timestamp when account expires and will be deleted',
`expire_notification_sent` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'timestamp of last warning of account expiration',
`def_gid` int(10) unsigned NOT NULL DEFAULT '0',
`allow_cid` mediumtext COMMENT 'default permission for this user',
`allow_gid` mediumtext COMMENT 'default permission for this user',
`deny_cid` mediumtext COMMENT 'default permission for this user',
`deny_gid` mediumtext COMMENT 'default permission for this user',
`openidserver` text,
PRIMARY KEY (`uid`),
KEY `nickname` (`nickname`(32))
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COMMENT='The local users';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `user`
--
LOCK TABLES `user` WRITE;
/*!40000 ALTER TABLE `user` DISABLE KEYS */;
INSERT INTO `user` VALUES (1,0,'930bb26b-675b-f00a-1f35-2cc901636033','admin','$2y$10$fNbcWW.kB9LO1LxSzTkr4ugtn2IMwhuMv37p37KpUytn8.5bpjjba',0,'admin','admin@friendica.local','','UTC','en','2018-11-17 12:31:27','2018-11-17 12:34:21','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyYmalhhmPJg0qwLjbeoL\nKgykA6idu8HtZkKWPpXZHHD9J0InLId7Ht3G9dSBIBbHpWhaoFHkI06PRaqiT3sY\n4yXPBWDuhnIzzbV5VbxXShzRCe0LzBMhvusf/74sQkqH64g7xsaSBipHHaUEa7yD\nv+xCoGtoSOcqGEBzesSH//sIl94IrkkN+/grb1ZSFFjQYWMLMWMD7Py/awcqOtCB\nJ6NnmcBVMK5CxyV+YN+C+dhUsf+LjvH7WE0uigvTlMG+lGfXHxl4/en8bcAQ/GEr\n1xfbDJuknxr+ckGFZeHtj6Noz1IRD7y+7rlTgbZTmOrCJKg38Br2m3tMGGhIU3t7\nSmrKn8qqf9HuyR83+7Cu+t8x24LuhTjGW2Z6KE5TqYacMu+to58MFH8lDOnoOxHA\nGWpi9kYPXSbO9mLwDNF3pue3bLusvGQnns9h38w8m1Q25nivKKvgVbOrdNaB6wUy\nFIDcqjlZOVIyZ24QWZck77Em/cCkEf1c9kV4f1VjwmyQ4apSPf6q92AHcBlbv7yI\nFhVbGMhEaMIT7PQgxi2F48YInnlNjQlk3yHv3sdjlYJvcHHlf2PsMXlRb1CzrFRf\nX6Uv7e1obwy+SsywkAq+sT4tfsPEw2mIL56cXw0licP2hjOIgzYD1xi8pZx3xsQP\nTjdpqBmCKfnzs+TCZIbXIQ8CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDJiZqWGGY8mDSr\nAuNt6gsqDKQDqJ27we1mQpY+ldkccP0nQicsh3se3cb11IEgFselaFqgUeQjTo9F\nqqJPexjjJc8FYO6GcjPNtXlVvFdKHNEJ7QvMEyG+6x//vixCSofriDvGxpIGKkcd\npQRrvIO/7EKga2hI5yoYQHN6xIf/+wiX3giuSQ37+CtvVlIUWNBhYwsxYwPs/L9r\nByo60IEno2eZwFUwrkLHJX5g34L52FSx/4uO8ftYTS6KC9OUwb6UZ9cfGXj96fxt\nwBD8YSvXF9sMm6SfGv5yQYVl4e2Po2jPUhEPvL7uuVOBtlOY6sIkqDfwGvabe0wY\naEhTe3tKasqfyqp/0e7JHzf7sK763zHbgu6FOMZbZnooTlOphpwy762jnwwUfyUM\n6eg7EcAZamL2Rg9dJs72YvAM0Xem57dsu6y8ZCeez2HfzDybVDbmeK8oq+BVs6t0\n1oHrBTIUgNyqOVk5UjJnbhBZlyTvsSb9wKQR/Vz2RXh/VWPCbJDhqlI9/qr3YAdw\nGVu/vIgWFVsYyERowhPs9CDGLYXjxgieeU2NCWTfIe/ex2OVgm9wceV/Y+wxeVFv\nULOsVF9fpS/t7WhvDL5KzLCQCr6xPi1+w8TDaYgvnpxfDSWJw/aGM4iDNgPXGLyl\nnHfGxA9ON2moGYIp+fOz5MJkhtchDwIDAQABAoICAQCBBNFs0zPoCLx22gOEovcA\ntVTubqyDvXNgKrKKYF28Qm0eC9CORjFAolOznpYHV+35ayPRTHuTSsCXpdQAs9pL\n2DF+zP4GHegiAdIqW8c5z9bW1uTdgUXyNg2nKDSnP5Vh6DX0W7yxq7EZPkHlQqrJ\nW9OPZRM+0JX3LpN+/X/fFPL8Xg0KngQQ0V/lB8rF8dF89u38cNnbhjZ4qv6S5lY4\nbPhuylz/LB/d45fTJmNv1Njrlp/eI/V3IvnvMAEEUz/RO+TQqPr2+is6i2GUYBSz\nvzbhDGbH4H0R4fYnMgpmEQOQ7YW0oG1O4F+gQ3ujAm7FDte4o1pKURV27pOWtg9H\ngW6Omj+lUtGv3k91JCrjyzjeGpBjXfSyW5NJ95+JCJ0On9tznIK/CvrBQM2caowA\nOrB/qscrbbQc17Jm8fB8mwtS+yjNoAxa3cD8R5OigMZzze9LgvSU5Cg9WktNBAVf\n/pomQ7acOobmq/aoDY2XcXn1Tu6HElgKgE26aLYT5biji9XIFmDOb+yH7cwlGijm\nGtDSRkDxOVloEaz0y+E3lQWrGcgrteKXDg+VN5dsPQMNeXbl+KwI6XRPQcO/qjtI\n40I5tSLSHklZEvmUD8IqbR8anwknbRkq1+oF0W8gzRVuVIiYd6igmgujbXqHCsUG\nb0e67A83Tu1Huy8bIDDUqQKCAQEA+vWqW+bwetb89uZhIUt8W5q+aKz6Q6KhjvsM\nDz8UrumlR997ySgFbYG4AZHaRe8jLIVLpe55c3IIfJxT1cNJdF1q0Tgl2UtN092d\nOxm9+wyp7c66mnAQ+6ElOv7gTDvWu0Ui4u2mrtywcHmW80k+AtuLLovZ9+AO3j0k\nHxe4taqQDOLll1eR6HRUKQJWm2pKkURfWki6sIBxGZcWK2vvvWqQacrpKqNJbnEC\nkdQ20pK5h5HXYFS8Fj1rEPoOKukQWR26IMQ3tGwph9XGXPjsaArS4i1bs7ebChJO\noyGVYXnJNRDmYBHhyns3Bw3Y43bnMcTKkoqESnqT/eDaT7GTqwKCAQEAzZXUXLtM\n/JXTUizJ+rNMr618pctmkII45CwMtjoJRQdOONHTddvinO/Kpm7WuvXqZNbvH1Is\nF8bQ8R0NiI+4diDaHGsHI6+RAfxFARRzpp13CbB0f3P3kESifaCjw+mE3SAl8q5s\nmUWvKa83VEM/UJl45h33eLaRD58Ess0AWXW9SkWXYpqIMBYgms7aJpPVDHbCd0TJ\n3EeDnuewSKZoPyKfEQi6z/6BWQbXuS1zGdFWfF7ZtBLA6Wz9BJMNTlEysd9YIIzD\n+NM/V7ekL/uonS8wDpl4hnFsbhfEbQlBcVf6h9fTT5I+grxJ0EpDkBBNE0+cL0Dl\nk4X+zyJHIXSELQKCAQAcwBAoPyjFqeOJFZODEPbKN8wgidCR9wuzKaeUB5IDB9lb\nhorT3LXieb3u0BrFcEQDUbH87HkVdLbsL6ybDKhZoGogVeJgJnRgFT9yCdzt6eF9\n0PUnxDbt3OQ7AgAIO8K56Y25mahC2B2OhR9596YXBbfIOVVbRFvvsel1dm4+wa+H\nCmdrEykwDEOn/xCU9XRdeAvEeBiLJ+vNFrX/e3oXpSGuPQTBUbuT33Z/5mPxc8W1\ndkvKSWrS0W52n28IE3NAAlvUbSZEkS+g1CjJder/cF4Ac1nSGPK2EKrZnXtTk3Qt\nlCYQU3weikcfk8KJLJIH7ZeXei71qV1S9HOONbXJAoIBAQCvM2/OM0TRwTFdR5Q9\n1Y2V7ahbdrMKlh+7vBp9NYpuzGIKJC8sst411lkCa1UN8cL2ewE/1PyEqseno5XD\n+o8+BJM8Qq3L6LQQWBfKas6AgJNQq5MshvzEculzXHIT5K947wvH/IPKP0uen5bs\ndX7Axnn0yjb7JcML5/3ODsyscJ2HbTUtL/q92C2jIINi+vtGavMhR3ssAboWsuZV\nk5MlsvCSSLlDxmYfI6i2RBhiOTeWOBMZ1h2XEG2z90oQozwrv+XPn4bnR8gkjfkb\nd0Fj6zHuTzYahRDd5d1c+tVNradxGyoXFs+1BJd3LcLUREAbI+47ivfbOAdGKLUr\nuqtlAoIBAB+COxNh0eSLnradSSyFy42AjGPyXQ0sJkxh/UJLWh/H3/ww63iHlg3/\nPoacHF9GldCF4YP2pdV6ot6sbjDWDYeRMtJTP
/*!40000 ALTER TABLE `user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `user-contact`
--
DROP TABLE IF EXISTS `user-contact`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user-contact` (
`cid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Contact id of the linked public contact',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`blocked` tinyint(1) DEFAULT NULL COMMENT 'Contact is completely blocked for this user',
`ignored` tinyint(1) DEFAULT NULL COMMENT 'Posts from this contact are ignored',
`collapsed` tinyint(1) DEFAULT NULL COMMENT 'Posts from this contact are collapsed',
PRIMARY KEY (`uid`,`cid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='User specific public contact data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `user-contact`
--
LOCK TABLES `user-contact` WRITE;
/*!40000 ALTER TABLE `user-contact` DISABLE KEYS */;
/*!40000 ALTER TABLE `user-contact` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `user-item`
--
DROP TABLE IF EXISTS `user-item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user-item` (
`iid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Item id',
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'User id',
`hidden` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Marker to hide an item from the user',
`ignored` tinyint(1) DEFAULT NULL COMMENT 'Ignore this thread if set',
PRIMARY KEY (`uid`,`iid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='User specific item data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `user-item`
--
LOCK TABLES `user-item` WRITE;
/*!40000 ALTER TABLE `user-item` DISABLE KEYS */;
/*!40000 ALTER TABLE `user-item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `userd`
--
DROP TABLE IF EXISTS `userd`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `userd` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'sequential ID',
`username` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
KEY `username` (`username`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Deleted usernames';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `userd`
--
LOCK TABLES `userd` WRITE;
/*!40000 ALTER TABLE `userd` DISABLE KEYS */;
/*!40000 ALTER TABLE `userd` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `worker-ipc`
--
DROP TABLE IF EXISTS `worker-ipc`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `worker-ipc` (
`key` int(11) NOT NULL,
`jobs` tinyint(1) DEFAULT NULL COMMENT 'Flag for outstanding jobs',
PRIMARY KEY (`key`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COMMENT='Inter process communication between the frontend and the worker';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `worker-ipc`
--
LOCK TABLES `worker-ipc` WRITE;
/*!40000 ALTER TABLE `worker-ipc` DISABLE KEYS */;
/*!40000 ALTER TABLE `worker-ipc` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `workerqueue`
--
DROP TABLE IF EXISTS `workerqueue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `workerqueue` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Auto incremented worker task id',
`parameter` mediumblob COMMENT 'Task command',
`priority` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Task priority',
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Creation date',
`pid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Process id of the worker',
`executed` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Execution date',
`next_try` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Next retrial date',
`retrial` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Retrial counter',
`done` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Marked 1 when the task was done - will be deleted later',
PRIMARY KEY (`id`),
KEY `pid` (`pid`),
KEY `parameter` (`parameter`(64)),
KEY `priority_created_next_try` (`priority`,`created`,`next_try`),
KEY `done_priority_executed_next_try` (`done`,`priority`,`executed`,`next_try`),
KEY `done_executed_next_try` (`done`,`executed`,`next_try`),
KEY `done_priority_next_try` (`done`,`priority`,`next_try`),
KEY `done_next_try` (`done`,`next_try`)
) ENGINE=InnoDB AUTO_INCREMENT=224 DEFAULT CHARSET=utf8mb4 COMMENT='Background tasks queue entries';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `workerqueue`
--
LOCK TABLES `workerqueue` WRITE;
/*!40000 ALTER TABLE `workerqueue` DISABLE KEYS */;
INSERT INTO `workerqueue` VALUES (91,_binary '[\"Queue\"]',50,'2018-11-17 13:50:01',2276,'2018-11-17 13:50:03','0001-01-01 00:00:00',0,1),(93,_binary '[\"DiscoverPoCo\",\"checkcontact\"]',40,'2018-11-17 13:50:01',2274,'2018-11-17 13:50:02','0001-01-01 00:00:00',0,1),(95,_binary '[\"CronJobs\",\"post_update\"]',40,'2018-11-17 13:50:01',2274,'2018-11-17 13:50:02','0001-01-01 00:00:00',0,1),(96,_binary '[\"CronJobs\",\"clear_cache\"]',40,'2018-11-17 13:50:01',2274,'2018-11-17 13:50:02','0001-01-01 00:00:00',0,1),(97,_binary '[\"CronJobs\",\"repair_diaspora\"]',40,'2018-11-17 13:50:01',2274,'2018-11-17 13:50:02','0001-01-01 00:00:00',0,1),(98,_binary '[\"CronJobs\",\"repair_database\"]',40,'2018-11-17 13:50:01',2274,'2018-11-17 13:50:02','0001-01-01 00:00:00',0,1),(99,_binary '[\"OnePoll\",15]',40,'2018-11-17 13:50:01',2278,'2018-11-17 13:50:03','0001-01-01 00:00:00',0,1),(100,_binary '[\"OnePoll\",17]',40,'2018-11-17 13:50:01',2280,'2018-11-17 13:50:03','0001-01-01 00:00:00',0,1),(101,_binary '[\"OnePoll\",19]',40,'2018-11-17 13:50:01',2276,'2018-11-17 13:50:03','0001-01-01 00:00:00',0,1),(102,_binary '[\"OnePoll\",21]',40,'2018-11-17 13:50:01',2274,'2018-11-17 13:50:04','0001-01-01 00:00:00',0,1),(103,_binary '[\"OnePoll\",14]',40,'2018-11-17 13:50:01',2276,'2018-11-17 13:50:05','0001-01-01 00:00:00',0,1),(104,_binary '[\"OnePoll\",23]',40,'2018-11-17 13:50:01',2278,'2018-11-17 13:50:05','0001-01-01 00:00:00',0,1),(105,_binary '[\"OnePoll\",16]',40,'2018-11-17 13:50:01',2280,'2018-11-17 13:50:05','0001-01-01 00:00:00',0,1),(106,_binary '[\"OnePoll\",22]',40,'2018-11-17 13:50:01',2274,'2018-11-17 13:50:05','0001-01-01 00:00:00',0,1),(107,_binary '[\"OnePoll\",18]',40,'2018-11-17 13:50:01',2278,'2018-11-17 13:50:05','0001-01-01 00:00:00',0,1),(108,_binary '[\"OnePoll\",25]',40,'2018-11-17 13:50:01',2276,'2018-11-17 13:50:05','0001-01-01 00:00:00',0,1),(109,_binary '[\"OnePoll\",20]',40,'2018-11-17 13:50:01',2280,'2018-11-17 13:50:05','0001-01-01 00:00:00',0,1),(110,_binary '[\"OnePoll\",24]',40,'2018-11-17 13:50:01',2274,'2018-11-17 13:50:05','0001-01-01 00:00:00',0,1),(111,_binary '[\"Notifier\",\"wall-new\",\"1\"]',20,'2018-11-17 13:51:35',2355,'2018-11-17 14:00:01','0001-01-01 00:00:00',0,1),(112,_binary '[\"CreateShadowEntry\",\"1\"]',20,'2018-11-17 13:51:35',2355,'2018-11-17 14:00:01','0001-01-01 00:00:00',0,1),(113,_binary '[\"Notifier\",\"wall-new\",\"3\"]',20,'2018-11-17 13:51:58',2357,'2018-11-17 14:00:02','0001-01-01 00:00:00',0,1),(114,_binary '[\"CreateShadowEntry\",\"3\"]',20,'2018-11-17 13:51:58',2355,'2018-11-17 14:00:02','0001-01-01 00:00:00',0,1),(115,_binary '[\"Notifier\",\"comment-new\",\"4\"]',20,'2018-11-17 13:53:37',2355,'2018-11-17 14:00:02','0001-01-01 00:00:00',0,1),(116,_binary '[\"CreateShadowEntry\",\"4\"]',20,'2018-11-17 13:53:37',2359,'2018-11-17 14:00:02','0001-01-01 00:00:00',0,1),(117,_binary '[\"Notifier\",\"comment-new\",\"5\"]',20,'2018-11-17 13:54:22',2359,'2018-11-17 14:00:02','0001-01-01 00:00:00',0,1),(118,_binary '[\"CreateShadowEntry\",\"5\"]',20,'2018-11-17 13:54:22',2373,'2018-11-17 14:00:02','0001-01-01 00:00:00',0,1),(119,_binary '[\"SpoolPost\"]',20,'2018-11-17 14:00:01',2357,'2018-11-17 14:00:03','0001-01-01 00:00:00',0,1),(120,_binary '[\"Cron\"]',30,'2018-11-17 14:00:01',2357,'2018-11-17 14:00:01','0001-01-01 00:00:00',0,1),(121,_binary '[\"Delivery\",\"wall-new\",\"1\",15]',20,'2018-11-17 13:51:35',2355,'2018-11-17 14:00:01','0001-01-01 00:00:00',0,1),(122,_binary '[\"Delivery\",\"wall-new\",\"1\",17]',20,'2018-11-17 13:51:35',2361,'2018-11-17 14:00:01','0001-01-01 00:00:00',0,1),(123,_binary '[\"Delivery\",\"wall-new\",\"1\",19]',20,'2018-11-17 13:51:35',2359,'2018-11-17 14:00:02','0001-01-01 00:00:00',0,1),(124,_binary '[\"Delivery\",\"wall-new\",\"1\",21]',20,'2018-11-17 13:51:35',2355,'2018-11-17 14:00:02','0001-01-01 00:00:00',0,1),(125,_binary '[\"Queue\"]',50,'2018-11-17 14:00:02',2357,'2018-11-17 14:00:02','0001-01-01 00:00:00',0,1),(126,_binary '[\"DiscoverPoCo\"]',40,'2018-11-17 14:00:02',2357,'2018-11-17 14:00:02','0001-01-01 00:00:00',0,1),(127,_binary '[\"Disc
/*!40000 ALTER TABLE `workerqueue` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2018-11-17 15:19:01