diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55f6eca..47a0f5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# nystudio107/craft Change Log
+## 2.2.5 - 2020.03.27
+### Changed
+* Synced up the `project.yaml` with the `seed_db.sql` so it can properly propagate
+* Added a default `SECURITY_KEY` in `example.env`
+
## 2.2.4 - 2020.03.27
### Changed
* Skip a superfluous copy operation in the Nginx container
diff --git a/README.md b/README.md
index 730aa3c..8ae4c82 100644
--- a/README.md
+++ b/README.md
@@ -53,9 +53,9 @@ You'll need Docker desktop for your platform installed to run the project in loc
* Set up a `.env` file in the `cms/` directory, based off of the provided `example.env`
* Set up a `.env.sh.` file in the `scripts/` directory, based off of the provided `example.env.sh`
-* Start up the site with `docker-composer up` (the first build will be somewhat lengthy)
+* Start up the site with `docker-compose up` (the first build will be somewhat lengthy)
* On the first time setting it up, the `craft_php_1` container will fail; this is normal
-* Import the `seed_db.sql` database dump the first time from the `scripts/` dir with `./docker_restore)db.sh seed_db.sql`
+* Import the `seed_db.sql` database dump the first time from the `scripts/` dir with `./docker_restore_db.sh seed_db.sql`
* Then hit ^C (Control-C) to stop the Docker containers, and restart them with `docker-compose up` and `craft_php_1` should then work properly, since the db has been seeded
* Navigate to `http://localhost:8000` to use the site; the `webpack-dev-server` runs off of `http://localhost:8080`
diff --git a/cms/config/project.yaml b/cms/config/project.yaml
index cb566cf..0abf730 100644
--- a/cms/config/project.yaml
+++ b/cms/config/project.yaml
@@ -6,7 +6,7 @@ email:
fieldGroups:
d08a0d16-0e00-49e6-9cd4-465fa2d65d7d:
name: Errors
- efc44cb8-5a29-4f4b-8977-cf6ee112e601:
+ 94b4d5ac-d7ea-4241-a6cb-92b39f482f99:
name: Common
fields:
a5cb77be-c4d9-4d3e-88fb-d5384ca13941:
@@ -132,7 +132,7 @@ plugins:
edition: standard
enabled: true
licenseKey: $PLUGIN_RETOUR_LICENSE
- schemaVersion: 3.0.7
+ schemaVersion: 3.0.9
seomatic:
edition: standard
enabled: true
@@ -159,7 +159,7 @@ sections:
enableVersioning: false
propagationMethod: all
siteSettings:
- 66514b58-f1c7-480d-b3d5-aca0b7d78f45:
+ 5da841b1-ca0d-46ff-8bb1-04d6c889ac54:
enabledByDefault: true
hasUrls: true
uriFormat: __home__
@@ -179,7 +179,7 @@ sections:
enableVersioning: false
propagationMethod: all
siteSettings:
- 66514b58-f1c7-480d-b3d5-aca0b7d78f45:
+ 5da841b1-ca0d-46ff-8bb1-04d6c889ac54:
enabledByDefault: true
hasUrls: false
uriFormat: null
@@ -193,10 +193,10 @@ sections:
titleFormat: null
sortOrder: 1
siteGroups:
- 29a5becc-aa82-4ea8-a790-5056591e422d:
+ f89601e9-4ba9-4a48-9e99-350aa9914912:
name: $SITE_NAME
sites:
- 66514b58-f1c7-480d-b3d5-aca0b7d78f45:
+ 5da841b1-ca0d-46ff-8bb1-04d6c889ac54:
name: $SITE_NAME
handle: default
language: en-US
@@ -204,12 +204,12 @@ sites:
baseUrl: $SITE_URL
sortOrder: 1
primary: true
- siteGroup: 29a5becc-aa82-4ea8-a790-5056591e422d
+ siteGroup: f89601e9-4ba9-4a48-9e99-350aa9914912
system:
edition: solo
name: $SITE_NAME
live: true
- schemaVersion: 3.2.16
+ schemaVersion: 3.4.10
timeZone: America/New_York
users:
requireEmailVerification: true
diff --git a/cms/example.env b/cms/example.env
index 54c3658..fe38226 100644
--- a/cms/example.env
+++ b/cms/example.env
@@ -7,7 +7,7 @@ ENABLE_TEMPLATE_CACHING=0
ENVIRONMENT=dev
IS_SYSTEM_LIVE=1
RUN_QUEUE_AUTOMATICALLY=1
-SECURITY_KEY=
+SECURITY_KEY=EOdiVBONceb8zFGJP7InMui2pMkvNACz
SITE_NAME=
# Craft database settings
diff --git a/composer.json b/composer.json
index 6a37ad9..528ef28 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "craftcms/craft",
"description": "nystudio107 Craft 3.4 CMS scaffolding project",
- "version": "2.2.4",
+ "version": "2.2.5",
"keywords": [
"craft",
"cms",
diff --git a/scripts/seed_db.sql b/scripts/seed_db.sql
index 69e1233..847ed25 100644
--- a/scripts/seed_db.sql
+++ b/scripts/seed_db.sql
@@ -1,30 +1,27 @@
-# ************************************************************
-# Sequel Pro SQL dump
-# Version 4541
-#
-# http://www.sequelpro.com/
-# https://github.com/sequelpro/sequelpro
-#
-# Host: 127.0.0.1 (MySQL 5.5.5-10.3.22-MariaDB-1:10.3.22+maria~bionic)
-# Database: project
-# Generation Time: 2020-03-17 16:41:10 +0000
-# ************************************************************
-
+-- MySQL dump 10.17 Distrib 10.3.22-MariaDB, for debian-linux-gnu (x86_64)
+--
+-- Host: mariadb Database: project
+-- ------------------------------------------------------
+-- Server version 10.3.22-MariaDB-1:10.3.22+maria~bionic
/*!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 */;
-
-# Dump of table assetindexdata
-# ------------------------------------------------------------
+--
+-- Table structure for table `assetindexdata`
+--
DROP TABLE IF EXISTS `assetindexdata`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `assetindexdata` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sessionId` varchar(36) NOT NULL DEFAULT '',
@@ -43,14 +40,15 @@ CREATE TABLE `assetindexdata` (
KEY `assetindexdata_volumeId_idx` (`volumeId`),
CONSTRAINT `assetindexdata_volumeId_fk` FOREIGN KEY (`volumeId`) REFERENCES `volumes` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table assets
-# ------------------------------------------------------------
+--
+-- Table structure for table `assets`
+--
DROP TABLE IF EXISTS `assets`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `assets` (
`id` int(11) NOT NULL,
`volumeId` int(11) DEFAULT NULL,
@@ -78,14 +76,15 @@ CREATE TABLE `assets` (
CONSTRAINT `assets_uploaderId_fk` FOREIGN KEY (`uploaderId`) REFERENCES `users` (`id`) ON DELETE SET NULL,
CONSTRAINT `assets_volumeId_fk` FOREIGN KEY (`volumeId`) REFERENCES `volumes` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table assettransformindex
-# ------------------------------------------------------------
+--
+-- Table structure for table `assettransformindex`
+--
DROP TABLE IF EXISTS `assettransformindex`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `assettransformindex` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`assetId` int(11) NOT NULL,
@@ -102,14 +101,15 @@ CREATE TABLE `assettransformindex` (
PRIMARY KEY (`id`),
KEY `assettransformindex_volumeId_assetId_location_idx` (`volumeId`,`assetId`,`location`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table assettransforms
-# ------------------------------------------------------------
+--
+-- Table structure for table `assettransforms`
+--
DROP TABLE IF EXISTS `assettransforms`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `assettransforms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
@@ -129,14 +129,15 @@ CREATE TABLE `assettransforms` (
UNIQUE KEY `assettransforms_name_unq_idx` (`name`),
UNIQUE KEY `assettransforms_handle_unq_idx` (`handle`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table categories
-# ------------------------------------------------------------
+--
+-- Table structure for table `categories`
+--
DROP TABLE IF EXISTS `categories`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `categories` (
`id` int(11) NOT NULL,
`groupId` int(11) NOT NULL,
@@ -152,14 +153,15 @@ CREATE TABLE `categories` (
CONSTRAINT `categories_id_fk` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
CONSTRAINT `categories_parentId_fk` FOREIGN KEY (`parentId`) REFERENCES `categories` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table categorygroups
-# ------------------------------------------------------------
+--
+-- Table structure for table `categorygroups`
+--
DROP TABLE IF EXISTS `categorygroups`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `categorygroups` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`structureId` int(11) NOT NULL,
@@ -179,14 +181,15 @@ CREATE TABLE `categorygroups` (
CONSTRAINT `categorygroups_fieldLayoutId_fk` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL,
CONSTRAINT `categorygroups_structureId_fk` FOREIGN KEY (`structureId`) REFERENCES `structures` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table categorygroups_sites
-# ------------------------------------------------------------
+--
+-- Table structure for table `categorygroups_sites`
+--
DROP TABLE IF EXISTS `categorygroups_sites`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `categorygroups_sites` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`groupId` int(11) NOT NULL,
@@ -203,14 +206,15 @@ CREATE TABLE `categorygroups_sites` (
CONSTRAINT `categorygroups_sites_groupId_fk` FOREIGN KEY (`groupId`) REFERENCES `categorygroups` (`id`) ON DELETE CASCADE,
CONSTRAINT `categorygroups_sites_siteId_fk` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table changedattributes
-# ------------------------------------------------------------
+--
+-- Table structure for table `changedattributes`
+--
DROP TABLE IF EXISTS `changedattributes`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `changedattributes` (
`elementId` int(11) NOT NULL,
`siteId` int(11) NOT NULL,
@@ -226,14 +230,15 @@ CREATE TABLE `changedattributes` (
CONSTRAINT `changedattributes_siteId_fk` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `changedattributes_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table changedfields
-# ------------------------------------------------------------
+--
+-- Table structure for table `changedfields`
+--
DROP TABLE IF EXISTS `changedfields`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `changedfields` (
`elementId` int(11) NOT NULL,
`siteId` int(11) NOT NULL,
@@ -251,14 +256,15 @@ CREATE TABLE `changedfields` (
CONSTRAINT `changedfields_siteId_fk` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `changedfields_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table content
-# ------------------------------------------------------------
+--
+-- Table structure for table `content`
+--
DROP TABLE IF EXISTS `content`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `content` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`elementId` int(11) NOT NULL,
@@ -267,30 +273,24 @@ CREATE TABLE `content` (
`dateCreated` datetime NOT NULL,
`dateUpdated` datetime NOT NULL,
`uid` char(36) NOT NULL DEFAULT '0',
+ `field_errorHeadline` text DEFAULT NULL,
+ `field_errorText` text DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `content_elementId_siteId_unq_idx` (`elementId`,`siteId`),
KEY `content_siteId_idx` (`siteId`),
KEY `content_title_idx` (`title`),
CONSTRAINT `content_elementId_fk` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
CONSTRAINT `content_siteId_fk` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
-LOCK TABLES `content` WRITE;
-/*!40000 ALTER TABLE `content` DISABLE KEYS */;
-
-INSERT INTO `content` (`id`, `elementId`, `siteId`, `title`, `dateCreated`, `dateUpdated`, `uid`)
-VALUES
- (1,1,1,NULL,'2020-03-17 15:32:49','2020-03-17 15:32:49','b681e7de-2ead-4f83-acab-d72d673528d2');
-
-/*!40000 ALTER TABLE `content` ENABLE KEYS */;
-UNLOCK TABLES;
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-# Dump of table craftidtokens
-# ------------------------------------------------------------
+--
+-- Table structure for table `craftidtokens`
+--
DROP TABLE IF EXISTS `craftidtokens`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `craftidtokens` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userId` int(11) NOT NULL,
@@ -303,14 +303,15 @@ CREATE TABLE `craftidtokens` (
KEY `craftidtokens_userId_fk` (`userId`),
CONSTRAINT `craftidtokens_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table deprecationerrors
-# ------------------------------------------------------------
+--
+-- Table structure for table `deprecationerrors`
+--
DROP TABLE IF EXISTS `deprecationerrors`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `deprecationerrors` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`key` varchar(255) NOT NULL,
@@ -326,14 +327,15 @@ CREATE TABLE `deprecationerrors` (
PRIMARY KEY (`id`),
UNIQUE KEY `deprecationerrors_key_fingerprint_unq_idx` (`key`,`fingerprint`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table drafts
-# ------------------------------------------------------------
+--
+-- Table structure for table `drafts`
+--
DROP TABLE IF EXISTS `drafts`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `drafts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sourceId` int(11) DEFAULT NULL,
@@ -348,14 +350,15 @@ CREATE TABLE `drafts` (
CONSTRAINT `drafts_creatorId_fk` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL,
CONSTRAINT `drafts_sourceId_fk` FOREIGN KEY (`sourceId`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table elementindexsettings
-# ------------------------------------------------------------
+--
+-- Table structure for table `elementindexsettings`
+--
DROP TABLE IF EXISTS `elementindexsettings`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `elementindexsettings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` varchar(255) NOT NULL,
@@ -366,14 +369,15 @@ CREATE TABLE `elementindexsettings` (
PRIMARY KEY (`id`),
UNIQUE KEY `elementindexsettings_type_unq_idx` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table elements
-# ------------------------------------------------------------
+--
+-- Table structure for table `elements`
+--
DROP TABLE IF EXISTS `elements`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `elements` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`draftId` int(11) DEFAULT NULL,
@@ -398,24 +402,16 @@ CREATE TABLE `elements` (
CONSTRAINT `elements_draftId_fk` FOREIGN KEY (`draftId`) REFERENCES `drafts` (`id`) ON DELETE CASCADE,
CONSTRAINT `elements_fieldLayoutId_fk` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL,
CONSTRAINT `elements_revisionId_fk` FOREIGN KEY (`revisionId`) REFERENCES `revisions` (`id`) ON DELETE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
-LOCK TABLES `elements` WRITE;
-/*!40000 ALTER TABLE `elements` DISABLE KEYS */;
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-INSERT INTO `elements` (`id`, `draftId`, `revisionId`, `fieldLayoutId`, `type`, `enabled`, `archived`, `dateCreated`, `dateUpdated`, `dateDeleted`, `uid`)
-VALUES
- (1,NULL,NULL,NULL,'craft\\elements\\User',1,0,'2020-03-17 15:32:49','2020-03-17 15:32:49',NULL,'b7f05743-8db3-449b-80b9-8407e730392a');
-
-/*!40000 ALTER TABLE `elements` ENABLE KEYS */;
-UNLOCK TABLES;
-
-
-# Dump of table elements_sites
-# ------------------------------------------------------------
+--
+-- Table structure for table `elements_sites`
+--
DROP TABLE IF EXISTS `elements_sites`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `elements_sites` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`elementId` int(11) NOT NULL,
@@ -434,24 +430,16 @@ CREATE TABLE `elements_sites` (
KEY `elements_sites_uri_siteId_idx` (`uri`,`siteId`),
CONSTRAINT `elements_sites_elementId_fk` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
CONSTRAINT `elements_sites_siteId_fk` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
-LOCK TABLES `elements_sites` WRITE;
-/*!40000 ALTER TABLE `elements_sites` DISABLE KEYS */;
-
-INSERT INTO `elements_sites` (`id`, `elementId`, `siteId`, `slug`, `uri`, `enabled`, `dateCreated`, `dateUpdated`, `uid`)
-VALUES
- (1,1,1,NULL,NULL,1,'2020-03-17 15:32:49','2020-03-17 15:32:49','b152d9d4-697c-4dd1-97f8-895ccd2630cc');
-
-/*!40000 ALTER TABLE `elements_sites` ENABLE KEYS */;
-UNLOCK TABLES;
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-# Dump of table entries
-# ------------------------------------------------------------
+--
+-- Table structure for table `entries`
+--
DROP TABLE IF EXISTS `entries`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `entries` (
`id` int(11) NOT NULL,
`sectionId` int(11) NOT NULL,
@@ -477,14 +465,15 @@ CREATE TABLE `entries` (
CONSTRAINT `entries_sectionId_fk` FOREIGN KEY (`sectionId`) REFERENCES `sections` (`id`) ON DELETE CASCADE,
CONSTRAINT `entries_typeId_fk` FOREIGN KEY (`typeId`) REFERENCES `entrytypes` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table entrytypes
-# ------------------------------------------------------------
+--
+-- Table structure for table `entrytypes`
+--
DROP TABLE IF EXISTS `entrytypes`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `entrytypes` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sectionId` int(11) NOT NULL,
@@ -507,15 +496,16 @@ CREATE TABLE `entrytypes` (
KEY `entrytypes_dateDeleted_idx` (`dateDeleted`),
CONSTRAINT `entrytypes_fieldLayoutId_fk` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL,
CONSTRAINT `entrytypes_sectionId_fk` FOREIGN KEY (`sectionId`) REFERENCES `sections` (`id`) ON DELETE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table fieldgroups
-# ------------------------------------------------------------
+--
+-- Table structure for table `fieldgroups`
+--
DROP TABLE IF EXISTS `fieldgroups`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fieldgroups` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
@@ -524,24 +514,16 @@ CREATE TABLE `fieldgroups` (
`uid` char(36) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `fieldgroups_name_unq_idx` (`name`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-LOCK TABLES `fieldgroups` WRITE;
-/*!40000 ALTER TABLE `fieldgroups` DISABLE KEYS */;
-
-INSERT INTO `fieldgroups` (`id`, `name`, `dateCreated`, `dateUpdated`, `uid`)
-VALUES
- (1,'Common','2020-03-17 15:32:49','2020-03-17 15:32:49','95855d50-1ce1-4cd7-a8a3-356268868262');
-
-/*!40000 ALTER TABLE `fieldgroups` ENABLE KEYS */;
-UNLOCK TABLES;
-
-
-# Dump of table fieldlayoutfields
-# ------------------------------------------------------------
+--
+-- Table structure for table `fieldlayoutfields`
+--
DROP TABLE IF EXISTS `fieldlayoutfields`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fieldlayoutfields` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`layoutId` int(11) NOT NULL,
@@ -561,14 +543,15 @@ CREATE TABLE `fieldlayoutfields` (
CONSTRAINT `fieldlayoutfields_layoutId_fk` FOREIGN KEY (`layoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE CASCADE,
CONSTRAINT `fieldlayoutfields_tabId_fk` FOREIGN KEY (`tabId`) REFERENCES `fieldlayouttabs` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table fieldlayouts
-# ------------------------------------------------------------
+--
+-- Table structure for table `fieldlayouts`
+--
DROP TABLE IF EXISTS `fieldlayouts`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fieldlayouts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` varchar(255) NOT NULL,
@@ -580,14 +563,15 @@ CREATE TABLE `fieldlayouts` (
KEY `fieldlayouts_dateDeleted_idx` (`dateDeleted`),
KEY `fieldlayouts_type_idx` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table fieldlayouttabs
-# ------------------------------------------------------------
+--
+-- Table structure for table `fieldlayouttabs`
+--
DROP TABLE IF EXISTS `fieldlayouttabs`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fieldlayouttabs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`layoutId` int(11) NOT NULL,
@@ -601,14 +585,15 @@ CREATE TABLE `fieldlayouttabs` (
KEY `fieldlayouttabs_layoutId_idx` (`layoutId`),
CONSTRAINT `fieldlayouttabs_layoutId_fk` FOREIGN KEY (`layoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table fields
-# ------------------------------------------------------------
+--
+-- Table structure for table `fields`
+--
DROP TABLE IF EXISTS `fields`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fields` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`groupId` int(11) DEFAULT NULL,
@@ -629,15 +614,16 @@ CREATE TABLE `fields` (
KEY `fields_groupId_idx` (`groupId`),
KEY `fields_context_idx` (`context`),
CONSTRAINT `fields_groupId_fk` FOREIGN KEY (`groupId`) REFERENCES `fieldgroups` (`id`) ON DELETE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
+) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-# Dump of table globalsets
-# ------------------------------------------------------------
+--
+-- Table structure for table `globalsets`
+--
DROP TABLE IF EXISTS `globalsets`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `globalsets` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
@@ -653,14 +639,15 @@ CREATE TABLE `globalsets` (
CONSTRAINT `globalsets_fieldLayoutId_fk` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL,
CONSTRAINT `globalsets_id_fk` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table gqlschemas
-# ------------------------------------------------------------
+--
+-- Table structure for table `gqlschemas`
+--
DROP TABLE IF EXISTS `gqlschemas`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gqlschemas` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
@@ -671,14 +658,15 @@ CREATE TABLE `gqlschemas` (
`uid` char(36) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table gqltokens
-# ------------------------------------------------------------
+--
+-- Table structure for table `gqltokens`
+--
DROP TABLE IF EXISTS `gqltokens`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gqltokens` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
@@ -696,14 +684,15 @@ CREATE TABLE `gqltokens` (
KEY `gqltokens_schemaId_fk` (`schemaId`),
CONSTRAINT `gqltokens_schemaId_fk` FOREIGN KEY (`schemaId`) REFERENCES `gqlschemas` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table info
-# ------------------------------------------------------------
+--
+-- Table structure for table `info`
+--
DROP TABLE IF EXISTS `info`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `info` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`version` varchar(50) NOT NULL,
@@ -715,24 +704,16 @@ CREATE TABLE `info` (
`dateUpdated` datetime NOT NULL,
`uid` char(36) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-LOCK TABLES `info` WRITE;
-/*!40000 ALTER TABLE `info` DISABLE KEYS */;
-
-INSERT INTO `info` (`id`, `version`, `schemaVersion`, `maintenance`, `configMap`, `fieldVersion`, `dateCreated`, `dateUpdated`, `uid`)
-VALUES
- (1,'3.4.9','3.4.10',0,'{\"dateModified\":\"@config/project.yaml\",\"email\":\"@config/project.yaml\",\"fieldGroups\":\"@config/project.yaml\",\"plugins\":\"@config/project.yaml\",\"siteGroups\":\"@config/project.yaml\",\"sites\":\"@config/project.yaml\",\"system\":\"@config/project.yaml\",\"users\":\"@config/project.yaml\"}','5g9J89YLpBm6','2020-03-17 15:32:49','2020-03-17 16:32:20','634d2885-9ff9-4a4a-a2bd-68dd79ea7989');
-
-/*!40000 ALTER TABLE `info` ENABLE KEYS */;
-UNLOCK TABLES;
-
-
-# Dump of table matrixblocks
-# ------------------------------------------------------------
+--
+-- Table structure for table `matrixblocks`
+--
DROP TABLE IF EXISTS `matrixblocks`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `matrixblocks` (
`id` int(11) NOT NULL,
`ownerId` int(11) NOT NULL,
@@ -753,14 +734,15 @@ CREATE TABLE `matrixblocks` (
CONSTRAINT `matrixblocks_ownerId_fk` FOREIGN KEY (`ownerId`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
CONSTRAINT `matrixblocks_typeId_fk` FOREIGN KEY (`typeId`) REFERENCES `matrixblocktypes` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table matrixblocktypes
-# ------------------------------------------------------------
+--
+-- Table structure for table `matrixblocktypes`
+--
DROP TABLE IF EXISTS `matrixblocktypes`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `matrixblocktypes` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`fieldId` int(11) NOT NULL,
@@ -779,14 +761,15 @@ CREATE TABLE `matrixblocktypes` (
CONSTRAINT `matrixblocktypes_fieldId_fk` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE,
CONSTRAINT `matrixblocktypes_fieldLayoutId_fk` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table migrations
-# ------------------------------------------------------------
+--
+-- Table structure for table `migrations`
+--
DROP TABLE IF EXISTS `migrations`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `migrations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pluginId` int(11) DEFAULT NULL,
@@ -800,207 +783,16 @@ CREATE TABLE `migrations` (
KEY `migrations_pluginId_idx` (`pluginId`),
KEY `migrations_type_pluginId_idx` (`type`,`pluginId`),
CONSTRAINT `migrations_pluginId_fk` FOREIGN KEY (`pluginId`) REFERENCES `plugins` (`id`) ON DELETE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=185 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-LOCK TABLES `migrations` WRITE;
-/*!40000 ALTER TABLE `migrations` DISABLE KEYS */;
-
-INSERT INTO `migrations` (`id`, `pluginId`, `type`, `name`, `applyTime`, `dateCreated`, `dateUpdated`, `uid`)
-VALUES
- (1,NULL,'app','Install','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','76b60dcc-5d6f-4054-b956-dc836a14a474'),
- (2,NULL,'app','m150403_183908_migrations_table_changes','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','f5cdea23-19ea-4afb-884e-d02dbdf34866'),
- (3,NULL,'app','m150403_184247_plugins_table_changes','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','4cb57ef3-7570-4cd2-8d70-a661e4cfecfa'),
- (4,NULL,'app','m150403_184533_field_version','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','6b276c6d-13bd-4036-b0e2-5853069ff3ae'),
- (5,NULL,'app','m150403_184729_type_columns','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','4bdfed4b-e850-4f48-959b-d012e6ae3247'),
- (6,NULL,'app','m150403_185142_volumes','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','478b7d6b-e41a-4f68-810e-72a73c9d0f76'),
- (7,NULL,'app','m150428_231346_userpreferences','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','cf59ab05-0729-4c4f-9f7d-60c949fb7c0f'),
- (8,NULL,'app','m150519_150900_fieldversion_conversion','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','daf2b5c1-6b46-4659-a171-91f538940e5b'),
- (9,NULL,'app','m150617_213829_update_email_settings','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','9dcd0f38-83c9-4d5f-a311-a6536a4c9f32'),
- (10,NULL,'app','m150721_124739_templatecachequeries','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','d6a03fb0-34b6-4719-b892-03ef57acf164'),
- (11,NULL,'app','m150724_140822_adjust_quality_settings','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','31c41e31-6e4e-4804-8d19-8f67ab55029c'),
- (12,NULL,'app','m150815_133521_last_login_attempt_ip','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','3ee894c6-252c-4761-85cd-7efd5a3418f7'),
- (13,NULL,'app','m151002_095935_volume_cache_settings','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','5fc20fb7-ec73-43c1-9e6f-f04957a7820f'),
- (14,NULL,'app','m151005_142750_volume_s3_storage_settings','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','6afdf742-641b-4845-8836-a84c4956efb8'),
- (15,NULL,'app','m151016_133600_delete_asset_thumbnails','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','4cd360e7-4421-454c-a6ef-31be972f919a'),
- (16,NULL,'app','m151209_000000_move_logo','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','2eada73b-16bc-44fe-bd12-2b292cd893d7'),
- (17,NULL,'app','m151211_000000_rename_fileId_to_assetId','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','94cef26e-129b-47b0-b953-0c9382e2b623'),
- (18,NULL,'app','m151215_000000_rename_asset_permissions','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','51d80c7f-d62d-46a7-91a5-e6b57388f26c'),
- (19,NULL,'app','m160707_000001_rename_richtext_assetsource_setting','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','3ea50d49-c59d-4b0c-8db3-188e185cf107'),
- (20,NULL,'app','m160708_185142_volume_hasUrls_setting','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','35bda20a-ea20-441d-9dd7-abe0be41364a'),
- (21,NULL,'app','m160714_000000_increase_max_asset_filesize','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','062b9c24-3f2f-4943-86ad-6d6760990083'),
- (22,NULL,'app','m160727_194637_column_cleanup','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','529dc4ed-a3f6-4511-b204-8469f5b8616f'),
- (23,NULL,'app','m160804_110002_userphotos_to_assets','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','ec119661-c28a-4b78-b885-1a617112300b'),
- (24,NULL,'app','m160807_144858_sites','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','537432f7-f4fa-4629-8370-a5710b402117'),
- (25,NULL,'app','m160829_000000_pending_user_content_cleanup','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','05ddf9d6-b878-4fdc-8b73-b2ce75fb47e4'),
- (26,NULL,'app','m160830_000000_asset_index_uri_increase','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','e5516860-07f6-4fa8-b037-7433d249e4ce'),
- (27,NULL,'app','m160912_230520_require_entry_type_id','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','105877d3-8166-4706-adf9-bd0162eb8c91'),
- (28,NULL,'app','m160913_134730_require_matrix_block_type_id','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','2f79a257-0428-449f-a330-865041902b66'),
- (29,NULL,'app','m160920_174553_matrixblocks_owner_site_id_nullable','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','299f0d14-2537-4cab-a447-68efbdcbbe02'),
- (30,NULL,'app','m160920_231045_usergroup_handle_title_unique','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','92e0d0b5-d6b6-4fbd-98e5-343e64e92342'),
- (31,NULL,'app','m160925_113941_route_uri_parts','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','3fe429a2-e83d-4068-9489-18511965fef9'),
- (32,NULL,'app','m161006_205918_schemaVersion_not_null','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','e8f5f18a-2277-447a-ad05-540f985ec08a'),
- (33,NULL,'app','m161007_130653_update_email_settings','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','6061ecf5-2267-4ce6-bdd2-9158b721be11'),
- (34,NULL,'app','m161013_175052_newParentId','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','ebbac4a2-4c1b-4964-8448-3b6717a1e1eb'),
- (35,NULL,'app','m161021_102916_fix_recent_entries_widgets','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','d8456a9a-3e25-458a-89dc-ee2329dda126'),
- (36,NULL,'app','m161021_182140_rename_get_help_widget','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','eda62ffc-7a1b-471d-862b-809e664eeda0'),
- (37,NULL,'app','m161025_000000_fix_char_columns','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','16117c57-e9b4-4228-8541-dc5e4ef476c8'),
- (38,NULL,'app','m161029_124145_email_message_languages','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','8b373fe8-31d7-4990-a346-68ad5c3c01b8'),
- (39,NULL,'app','m161108_000000_new_version_format','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','91a48dc4-facf-4fac-a9d9-c17937c2ebe0'),
- (40,NULL,'app','m161109_000000_index_shuffle','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','af24fe0c-3808-4c60-9ae6-b32f9d5f1e0d'),
- (41,NULL,'app','m161122_185500_no_craft_app','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','71a58952-3eca-4204-ac8d-b56b67771f67'),
- (42,NULL,'app','m161125_150752_clear_urlmanager_cache','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','7b984677-4e54-4494-aae0-28ae8f3b9696'),
- (43,NULL,'app','m161220_000000_volumes_hasurl_notnull','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','432aa8d1-8715-422e-900f-4af67af52e7e'),
- (44,NULL,'app','m170114_161144_udates_permission','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','944531a3-5589-4dc5-8eef-665974cb0ec2'),
- (45,NULL,'app','m170120_000000_schema_cleanup','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','29ffbc98-9bed-4a5e-b57f-91901ad4cbf7'),
- (46,NULL,'app','m170126_000000_assets_focal_point','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','8ace5ff7-1d3d-477e-a8f2-d81c35f53198'),
- (47,NULL,'app','m170206_142126_system_name','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','247014e3-4352-42d8-915a-53dc6565f854'),
- (48,NULL,'app','m170217_044740_category_branch_limits','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','cbd433c9-1361-4df3-8587-5e461fa00d0f'),
- (49,NULL,'app','m170217_120224_asset_indexing_columns','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','c9ca48d1-8b95-4ded-ace9-2db6368b6d4d'),
- (50,NULL,'app','m170223_224012_plain_text_settings','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','3a88ea5f-51c1-4eee-904e-b23192d21f26'),
- (51,NULL,'app','m170227_120814_focal_point_percentage','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','0bbdad12-b9ec-4406-a3e6-b552d703b6bd'),
- (52,NULL,'app','m170228_171113_system_messages','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','0ca3bdb4-9155-4e77-8a10-45c15f77f334'),
- (53,NULL,'app','m170303_140500_asset_field_source_settings','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','ee9c3865-ad28-4f8c-a205-5768a87b5354'),
- (54,NULL,'app','m170306_150500_asset_temporary_uploads','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','2a4f27fb-b47f-471b-88e6-8e2a8a44bdc8'),
- (55,NULL,'app','m170523_190652_element_field_layout_ids','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','e515ce81-2763-4d9d-9cda-9358aa289500'),
- (56,NULL,'app','m170612_000000_route_index_shuffle','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','e82ee075-4837-4cc7-9b31-03de877573e1'),
- (57,NULL,'app','m170621_195237_format_plugin_handles','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','77e86917-c4dc-4928-a59f-a9702d2e6b75'),
- (58,NULL,'app','m170630_161027_deprecation_line_nullable','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','96ee0558-1a71-4c78-8570-3dd5ae516e36'),
- (59,NULL,'app','m170630_161028_deprecation_changes','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','d479d9c2-c27d-4e57-a86a-c962d84664a1'),
- (60,NULL,'app','m170703_181539_plugins_table_tweaks','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','fe1ab5fb-6d2e-4a8b-bbdc-aae36b91865b'),
- (61,NULL,'app','m170704_134916_sites_tables','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','6f21d50d-6162-48d6-9d01-e203fb37cc38'),
- (62,NULL,'app','m170706_183216_rename_sequences','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','a2d6c3ab-8ce3-45cb-bc80-8ca1483d66ec'),
- (63,NULL,'app','m170707_094758_delete_compiled_traits','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','2a4042b7-2844-40c7-a6d4-75934cee3bf4'),
- (64,NULL,'app','m170731_190138_drop_asset_packagist','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','3947331b-d858-417d-885e-f88d929dee7e'),
- (65,NULL,'app','m170810_201318_create_queue_table','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','97f02286-73f5-4e5a-9707-3c8844f6ece4'),
- (66,NULL,'app','m170903_192801_longblob_for_queue_jobs','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','c687a1fa-08e0-4d4b-86b6-b18d6f37de82'),
- (67,NULL,'app','m170914_204621_asset_cache_shuffle','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','d37a55ec-aac4-4efd-8c3f-b1bf57f0357e'),
- (68,NULL,'app','m171011_214115_site_groups','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','b6d6ef1b-5f83-4352-9ffc-a0527f6a2386'),
- (69,NULL,'app','m171012_151440_primary_site','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','0a34e4b0-6749-4aa4-96c7-c70b0f132014'),
- (70,NULL,'app','m171013_142500_transform_interlace','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','564e8860-bb12-4a54-bcb7-350868d91e4e'),
- (71,NULL,'app','m171016_092553_drop_position_select','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','ad24fc66-a9d6-441d-a4b5-dd0eea387e18'),
- (72,NULL,'app','m171016_221244_less_strict_translation_method','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','d186877c-e93e-4583-b5a8-0fd3c008808f'),
- (73,NULL,'app','m171107_000000_assign_group_permissions','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','9b05cc1d-89a7-4294-9ae2-3d9788ebe356'),
- (74,NULL,'app','m171117_000001_templatecache_index_tune','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','3f7eecf0-05c1-463e-86c3-691c9d038752'),
- (75,NULL,'app','m171126_105927_disabled_plugins','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','87113f97-b949-4dea-b0d4-34f3298cc599'),
- (76,NULL,'app','m171130_214407_craftidtokens_table','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','886bec31-5b09-469d-a1c0-4f8f3285bdaf'),
- (77,NULL,'app','m171202_004225_update_email_settings','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','82994cbc-ab20-40ad-bbe5-28e369094402'),
- (78,NULL,'app','m171204_000001_templatecache_index_tune_deux','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','d4025f1f-c87d-47ab-a720-632e68f97185'),
- (79,NULL,'app','m171205_130908_remove_craftidtokens_refreshtoken_column','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','c46b462c-cced-4ef0-9167-7040d65d1922'),
- (80,NULL,'app','m171218_143135_longtext_query_column','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','50bd1d2e-7b35-4d7b-94d7-5169d95d5f3f'),
- (81,NULL,'app','m171231_055546_environment_variables_to_aliases','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','05c588f5-8134-4de6-a1f2-022a54443977'),
- (82,NULL,'app','m180113_153740_drop_users_archived_column','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','c044674e-8630-4991-804e-f132d8939dfe'),
- (83,NULL,'app','m180122_213433_propagate_entries_setting','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','1bcfa423-6097-45a2-95e0-d0fcb7b78588'),
- (84,NULL,'app','m180124_230459_fix_propagate_entries_values','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','92a6e711-9435-44a3-9a50-0459656a1b43'),
- (85,NULL,'app','m180128_235202_set_tag_slugs','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','30acb6ab-b796-4277-aa42-df385c623c16'),
- (86,NULL,'app','m180202_185551_fix_focal_points','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','b9d6de51-463a-4346-b9ec-9898a8212f59'),
- (87,NULL,'app','m180217_172123_tiny_ints','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','d36b4f44-3a37-4944-a751-c78afeff13c8'),
- (88,NULL,'app','m180321_233505_small_ints','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','c9299282-3ba3-4c49-90e2-e46769319296'),
- (89,NULL,'app','m180328_115523_new_license_key_statuses','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','9c35e722-24aa-4447-8857-8648632c364d'),
- (90,NULL,'app','m180404_182320_edition_changes','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','ee20847e-38a2-4c0c-8ef4-171826ea75f1'),
- (91,NULL,'app','m180411_102218_fix_db_routes','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','f940fe4b-15a8-45e4-9b1e-5c79fd7d3d36'),
- (92,NULL,'app','m180416_205628_resourcepaths_table','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','cfd67897-ed0a-4cc6-a9cd-a0a8bca82046'),
- (93,NULL,'app','m180418_205713_widget_cleanup','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','9406be23-3844-4fe1-ba81-9952639adb22'),
- (94,NULL,'app','m180425_203349_searchable_fields','2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 15:32:49','4ac7f163-36ab-4daa-97ea-d2c940139f3a'),
- (95,NULL,'app','m180516_153000_uids_in_field_settings','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','9242e713-390d-4fde-92f1-72046cc1af23'),
- (96,NULL,'app','m180517_173000_user_photo_volume_to_uid','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','d802b4d0-85d6-4a24-a652-f4b3f99875d0'),
- (97,NULL,'app','m180518_173000_permissions_to_uid','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','10716f9c-f945-4338-ad82-4134c189eef3'),
- (98,NULL,'app','m180520_173000_matrix_context_to_uids','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','52725d29-d15d-4005-98ac-c1f5931abca1'),
- (99,NULL,'app','m180521_172900_project_config_table','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','a787ff30-fe2e-4621-8455-78dbae540aa3'),
- (100,NULL,'app','m180521_173000_initial_yml_and_snapshot','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','5af0e28c-7b44-4cbd-a465-ce9fe013fd4d'),
- (101,NULL,'app','m180731_162030_soft_delete_sites','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','a4c2855b-ed0b-4fcc-981d-72dd66e8c836'),
- (102,NULL,'app','m180810_214427_soft_delete_field_layouts','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','1179bf53-e7b4-4f37-87e0-19d25e273fbe'),
- (103,NULL,'app','m180810_214439_soft_delete_elements','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','6b4e7b45-4f7e-4e49-b966-33f97f57787f'),
- (104,NULL,'app','m180824_193422_case_sensitivity_fixes','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','aa64e186-f4cd-4f1b-b634-1584532e92a3'),
- (105,NULL,'app','m180901_151639_fix_matrixcontent_tables','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','5aa553bf-3055-478f-9ac2-f5c0308034a4'),
- (106,NULL,'app','m180904_112109_permission_changes','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','05537744-08c0-41f9-b07b-8c2461fc88d9'),
- (107,NULL,'app','m180910_142030_soft_delete_sitegroups','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','fdd54be4-df99-4c1c-95e1-4752e666dc26'),
- (108,NULL,'app','m181011_160000_soft_delete_asset_support','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','4eab419b-7a7a-48dc-8adb-1ce5f6c65ced'),
- (109,NULL,'app','m181016_183648_set_default_user_settings','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','c254ab44-b22f-42fb-a966-119a592c52df'),
- (110,NULL,'app','m181017_225222_system_config_settings','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','10bb678d-c419-4011-af0a-61a1f360d60a'),
- (111,NULL,'app','m181018_222343_drop_userpermissions_from_config','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','ead5f9ce-5416-437f-a41b-7d59bd506d06'),
- (112,NULL,'app','m181029_130000_add_transforms_routes_to_config','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','2afd30fe-ec83-41eb-84f9-059c62f67c28'),
- (113,NULL,'app','m181112_203955_sequences_table','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','0bb45c37-bf8a-41ce-a819-40a1ab308275'),
- (114,NULL,'app','m181121_001712_cleanup_field_configs','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','a4321864-5b3a-412e-a20b-61e398fc162b'),
- (115,NULL,'app','m181128_193942_fix_project_config','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','48cb5b73-332b-4f53-aedd-0a7c1ad8d6c8'),
- (116,NULL,'app','m181130_143040_fix_schema_version','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','ac595885-a4c6-4b20-9db8-4b2e759df364'),
- (117,NULL,'app','m181211_143040_fix_entry_type_uids','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','d39dcccf-2f81-4956-a273-488f90a53cce'),
- (118,NULL,'app','m181213_102500_config_map_aliases','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','f9959ab1-d272-4c9f-950a-988341527641'),
- (119,NULL,'app','m181217_153000_fix_structure_uids','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','7fb01bd2-770f-4786-9445-ca7835d6192c'),
- (120,NULL,'app','m190104_152725_store_licensed_plugin_editions','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','304456e4-3eef-4554-aaf4-25de8d4d8e4c'),
- (121,NULL,'app','m190108_110000_cleanup_project_config','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','0cadaf1e-8bdf-4a32-ac53-a19c8a3e549d'),
- (122,NULL,'app','m190108_113000_asset_field_setting_change','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','901a04ee-d21a-4fa9-b5c1-705273ab9750'),
- (123,NULL,'app','m190109_172845_fix_colspan','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','1c55e584-00a5-4ac4-a925-93bd36ae21fc'),
- (124,NULL,'app','m190110_150000_prune_nonexisting_sites','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','2e25e256-ffee-4a23-85f0-337be023e0e1'),
- (125,NULL,'app','m190110_214819_soft_delete_volumes','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','391bbaf0-a895-4465-9940-33d83fa9d847'),
- (126,NULL,'app','m190112_124737_fix_user_settings','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','c958de28-9197-47f0-a7a9-0cd71c92d2ec'),
- (127,NULL,'app','m190112_131225_fix_field_layouts','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','111633e4-8238-4f5e-b74e-3e3fa6b7a823'),
- (128,NULL,'app','m190112_201010_more_soft_deletes','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','37673509-5738-48c5-8820-f2937ebe6207'),
- (129,NULL,'app','m190114_143000_more_asset_field_setting_changes','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','048c266d-faa1-45e9-bffd-795098c9eceb'),
- (130,NULL,'app','m190121_120000_rich_text_config_setting','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','698c8af2-dc26-4f0b-a613-df29a1d64cea'),
- (131,NULL,'app','m190125_191628_fix_email_transport_password','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','bbadc515-29e3-4e72-983d-73ebe2a6d3d6'),
- (132,NULL,'app','m190128_181422_cleanup_volume_folders','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','93f562f9-df26-4bf2-a7d2-15ec540fd8ba'),
- (133,NULL,'app','m190205_140000_fix_asset_soft_delete_index','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','6d577a9b-1dc6-428e-bbdb-ec2e1fbe4d10'),
- (134,NULL,'app','m190208_140000_reset_project_config_mapping','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','8fd33771-ba56-4e3c-a0c1-db64dbf397df'),
- (135,NULL,'app','m190218_143000_element_index_settings_uid','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','b651598c-a68c-44ae-a2cc-1b9c6a91de50'),
- (136,NULL,'app','m190312_152740_element_revisions','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','c0013ac7-8921-4a46-951f-3ca75d0fcb90'),
- (137,NULL,'app','m190327_235137_propagation_method','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','a7ccb5ee-d425-4562-9166-610a574aaedc'),
- (138,NULL,'app','m190401_223843_drop_old_indexes','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','63178149-be89-4a35-b3a4-d39baa3e460e'),
- (139,NULL,'app','m190416_014525_drop_unique_global_indexes','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','c723ef07-0a96-4075-8562-c0ac6f800cc2'),
- (140,NULL,'app','m190417_085010_add_image_editor_permissions','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','f10d6a3f-2b60-4a38-8b81-1de1279f9a9c'),
- (141,NULL,'app','m190502_122019_store_default_user_group_uid','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','f62680a8-3144-4acf-ac64-cee6933dd9a4'),
- (142,NULL,'app','m190504_150349_preview_targets','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','ec39c01a-ffb4-4fd0-bdac-8e646e9e5da4'),
- (143,NULL,'app','m190516_184711_job_progress_label','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','c2ac9dbc-dcfe-4aff-b537-947b9ad0d010'),
- (144,NULL,'app','m190523_190303_optional_revision_creators','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','f1084b28-ae8d-4029-ada9-809243d1e3d5'),
- (145,NULL,'app','m190529_204501_fix_duplicate_uids','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','daef2e58-e70d-4d19-bd29-b1cd3ddba043'),
- (146,NULL,'app','m190605_223807_unsaved_drafts','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','b3f12b5f-170e-4d65-b495-e438cf053eb7'),
- (147,NULL,'app','m190607_230042_entry_revision_error_tables','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','a3c3f568-6caa-45ed-b910-4f70829b8891'),
- (148,NULL,'app','m190608_033429_drop_elements_uid_idx','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','d1ac09e9-eaa6-481d-9e9d-20e9a0ea962e'),
- (149,NULL,'app','m190617_164400_add_gqlschemas_table','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','7cd4cbc7-f24d-46a0-84a8-e7178e078c92'),
- (150,NULL,'app','m190624_234204_matrix_propagation_method','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','af1f1741-b4ee-4f9f-bbf2-84cd5c332911'),
- (151,NULL,'app','m190711_153020_drop_snapshots','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','48fda000-2a7f-4c8b-b49f-49d24beb73d0'),
- (152,NULL,'app','m190712_195914_no_draft_revisions','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','a7552067-cb7f-4b93-b1f2-c68dad4a5fbe'),
- (153,NULL,'app','m190723_140314_fix_preview_targets_column','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','455b7f1c-0e17-4c84-b187-410fced7fae3'),
- (154,NULL,'app','m190820_003519_flush_compiled_templates','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','ab2dbccb-ba1e-4b55-ab13-6b4fa4988129'),
- (155,NULL,'app','m190823_020339_optional_draft_creators','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','b5abaf26-a846-4b65-8b08-bc7cf39ab94e'),
- (156,NULL,'app','m190913_152146_update_preview_targets','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','88a480e3-13a3-4917-90a7-9990a05d37d2'),
- (157,NULL,'app','m191107_122000_add_gql_project_config_support','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','c0afad71-01e7-4de3-873b-c0e1013b4e11'),
- (158,NULL,'app','m191204_085100_pack_savable_component_settings','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','7a603c4d-5c7c-4167-bf2b-6c7469936e5d'),
- (159,NULL,'app','m191206_001148_change_tracking','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','4cfac7c3-58d0-4d12-a463-9569554ee58d'),
- (160,NULL,'app','m191216_191635_asset_upload_tracking','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','b3c0c58e-82d8-48cc-a5fd-a3a6655425ae'),
- (161,NULL,'app','m191222_002848_peer_asset_permissions','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','8f35f8e3-a0a5-41b4-aacb-6b872d2cab2d'),
- (162,NULL,'app','m200127_172522_queue_channels','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','3562857e-a221-4c5f-aaed-30f58ff4263b'),
- (163,NULL,'app','m200211_175048_truncate_element_query_cache','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','f9012bd0-ba10-497a-8915-3cb12e8126c3'),
- (164,NULL,'app','m200213_172522_new_elements_index','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','73c39a4e-65f3-4b74-b323-b5b59f9e641c'),
- (165,NULL,'app','m200228_195211_long_deprecation_messages','2020-03-17 15:32:50','2020-03-17 15:32:50','2020-03-17 15:32:50','0b8bfac4-287a-4c81-9441-ac4d13e2dfc9'),
- (166,4,'plugin','Install','2020-03-17 15:48:40','2020-03-17 15:48:40','2020-03-17 15:48:40','7cca439e-b9c2-498e-8a4e-f3b1ac15b070'),
- (167,4,'plugin','m181013_122446_add_remote_ip','2020-03-17 15:48:40','2020-03-17 15:48:40','2020-03-17 15:48:40','e16faf8e-a3fd-4d5b-a4b8-1a90e8f5e592'),
- (168,4,'plugin','m181013_171315_truncate_match_type','2020-03-17 15:48:40','2020-03-17 15:48:40','2020-03-17 15:48:40','d6a47c0d-f305-4da9-8bad-89e7b633e77a'),
- (169,4,'plugin','m181013_202455_add_redirect_src_match','2020-03-17 15:48:40','2020-03-17 15:48:40','2020-03-17 15:48:40','a9a94491-ef51-43e6-8d29-89be7530900a'),
- (170,4,'plugin','m181018_123901_add_stats_info','2020-03-17 15:48:40','2020-03-17 15:48:40','2020-03-17 15:48:40','ccb4d4c1-20d1-4b26-ae54-aab7adef2b7b'),
- (171,4,'plugin','m181018_135656_add_redirect_status','2020-03-17 15:48:40','2020-03-17 15:48:40','2020-03-17 15:48:40','c7573839-cf85-4c0c-aa36-e967af5cc368'),
- (172,4,'plugin','m181213_233502_add_site_id','2020-03-17 15:48:40','2020-03-17 15:48:40','2020-03-17 15:48:40','d4dbefdd-d059-4f8e-bf60-35f9829a408a'),
- (173,4,'plugin','m181216_043222_rebuild_indexes','2020-03-17 15:48:40','2020-03-17 15:48:40','2020-03-17 15:48:40','434729f5-2e1a-49f3-8683-c6199261801d'),
- (174,4,'plugin','m190416_212500_widget_type_update','2020-03-17 15:48:40','2020-03-17 15:48:40','2020-03-17 15:48:40','34ffdc24-0a80-445d-867d-df742d737a01'),
- (175,4,'plugin','m200109_144310_add_redirectSrcUrl_index','2020-03-17 15:48:40','2020-03-17 15:48:40','2020-03-17 15:48:40','a0045e91-cb7f-4256-b331-61bca90b2312'),
- (176,5,'plugin','Install','2020-03-17 15:48:52','2020-03-17 15:48:52','2020-03-17 15:48:52','ffc59df7-5a26-42b5-83cb-6bd95a55b1eb'),
- (177,5,'plugin','m180314_002755_field_type','2020-03-17 15:48:52','2020-03-17 15:48:52','2020-03-17 15:48:52','6e5f09de-7bf1-4d06-bef1-3cc6509bf874'),
- (178,5,'plugin','m180314_002756_base_install','2020-03-17 15:48:52','2020-03-17 15:48:52','2020-03-17 15:48:52','dedf186e-c0a5-4c55-b4ed-6434270f3de2'),
- (179,5,'plugin','m180502_202319_remove_field_metabundles','2020-03-17 15:48:52','2020-03-17 15:48:52','2020-03-17 15:48:52','dfca12bb-2349-425f-96f5-1dc8e2ee35c8'),
- (180,5,'plugin','m180711_024947_commerce_products','2020-03-17 15:48:52','2020-03-17 15:48:52','2020-03-17 15:48:52','9239ba11-0816-4d8e-85f4-868ca0bcc5d1'),
- (181,5,'plugin','m190401_220828_longer_handles','2020-03-17 15:48:52','2020-03-17 15:48:52','2020-03-17 15:48:52','ce5d883a-0cb6-40d1-a062-fa70becbb9f4'),
- (182,5,'plugin','m190518_030221_calendar_events','2020-03-17 15:48:52','2020-03-17 15:48:52','2020-03-17 15:48:52','4e0443b9-31c4-47e0-9ec9-06e0673d4055'),
- (183,8,'plugin','Install','2020-03-17 15:49:06','2020-03-17 15:49:06','2020-03-17 15:49:06','a5ffe8b2-3c1f-4dbe-9369-a3b08427137d'),
- (184,8,'plugin','m190625_151715_add_indexes','2020-03-17 15:49:06','2020-03-17 15:49:06','2020-03-17 15:49:06','3f228f0c-9e01-4087-a2d2-0208ab1c4837');
-
-/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
-UNLOCK TABLES;
-
-
-# Dump of table plugins
-# ------------------------------------------------------------
+--
+-- Table structure for table `plugins`
+--
DROP TABLE IF EXISTS `plugins`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `plugins` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`handle` varchar(255) NOT NULL,
@@ -1014,100 +806,30 @@ CREATE TABLE `plugins` (
`uid` char(36) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `plugins_handle_unq_idx` (`handle`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
-LOCK TABLES `plugins` WRITE;
-/*!40000 ALTER TABLE `plugins` DISABLE KEYS */;
-
-INSERT INTO `plugins` (`id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `licensedEdition`, `installDate`, `dateCreated`, `dateUpdated`, `uid`)
-VALUES
- (1,'fastcgi-cache-bust','1.0.8','1.0.0','unknown',NULL,'2020-03-17 15:48:24','2020-03-17 15:48:24','2020-03-17 16:33:09','040546ee-d205-4297-8734-7b94a074d68a'),
- (2,'image-optimize','1.6.11','1.0.0','invalid',NULL,'2020-03-17 15:48:26','2020-03-17 15:48:26','2020-03-17 16:33:09','0d3e41f3-14b4-49fa-aaed-f7ef21f22fda'),
- (3,'minify','1.2.9','1.0.0','unknown',NULL,'2020-03-17 15:48:37','2020-03-17 15:48:37','2020-03-17 16:33:09','412c9c9b-724b-4c3d-aa93-1960cc357fff'),
- (4,'retour','3.1.35','3.0.9','invalid',NULL,'2020-03-17 15:48:40','2020-03-17 15:48:40','2020-03-17 16:33:09','dfcff684-dbbc-4002-ae74-b5c36ddd721a'),
- (5,'seomatic','3.2.47','3.0.8','invalid',NULL,'2020-03-17 15:48:51','2020-03-17 15:48:51','2020-03-17 16:33:09','858bb623-4ac4-452f-94e2-1c705d0feebd'),
- (6,'twigpack','1.2.0','1.0.0','unknown',NULL,'2020-03-17 15:48:59','2020-03-17 15:48:59','2020-03-17 16:33:09','15623529-b636-436d-a745-5e8451e2f926'),
- (7,'typogrify','1.1.18','1.0.0','unknown',NULL,'2020-03-17 15:49:02','2020-03-17 15:49:02','2020-03-17 16:33:09','102f9bd2-5a5c-4848-ad6d-ec3352b57119'),
- (8,'webperf','1.0.18','1.0.1','invalid',NULL,'2020-03-17 15:49:06','2020-03-17 15:49:06','2020-03-17 16:33:09','907c34c2-4092-45e0-bdb2-f07687199e6c');
-
-/*!40000 ALTER TABLE `plugins` ENABLE KEYS */;
-UNLOCK TABLES;
-
+) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-# Dump of table projectconfig
-# ------------------------------------------------------------
+--
+-- Table structure for table `projectconfig`
+--
DROP TABLE IF EXISTS `projectconfig`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `projectconfig` (
`path` varchar(255) NOT NULL,
`value` text NOT NULL,
PRIMARY KEY (`path`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-LOCK TABLES `projectconfig` WRITE;
-/*!40000 ALTER TABLE `projectconfig` DISABLE KEYS */;
-
-INSERT INTO `projectconfig` (`path`, `value`)
-VALUES
- ('dateModified','1584460146'),
- ('email.fromEmail','\"andrew@nystudio107.com\"'),
- ('email.fromName','\"$SITE_NAME\"'),
- ('email.transportType','\"craft\\\\mail\\\\transportadapters\\\\Sendmail\"'),
- ('fieldGroups.95855d50-1ce1-4cd7-a8a3-356268868262.name','\"Common\"'),
- ('plugins.fastcgi-cache-bust.edition','\"standard\"'),
- ('plugins.fastcgi-cache-bust.enabled','true'),
- ('plugins.fastcgi-cache-bust.schemaVersion','\"1.0.0\"'),
- ('plugins.image-optimize.edition','\"standard\"'),
- ('plugins.image-optimize.enabled','true'),
- ('plugins.image-optimize.schemaVersion','\"1.0.0\"'),
- ('plugins.minify.edition','\"standard\"'),
- ('plugins.minify.enabled','true'),
- ('plugins.minify.schemaVersion','\"1.0.0\"'),
- ('plugins.retour.edition','\"standard\"'),
- ('plugins.retour.enabled','true'),
- ('plugins.retour.schemaVersion','\"3.0.9\"'),
- ('plugins.seomatic.edition','\"standard\"'),
- ('plugins.seomatic.enabled','true'),
- ('plugins.seomatic.schemaVersion','\"3.0.8\"'),
- ('plugins.twigpack.edition','\"standard\"'),
- ('plugins.twigpack.enabled','true'),
- ('plugins.twigpack.schemaVersion','\"1.0.0\"'),
- ('plugins.typogrify.edition','\"standard\"'),
- ('plugins.typogrify.enabled','true'),
- ('plugins.typogrify.schemaVersion','\"1.0.0\"'),
- ('plugins.webperf.edition','\"standard\"'),
- ('plugins.webperf.enabled','true'),
- ('plugins.webperf.schemaVersion','\"1.0.1\"'),
- ('siteGroups.680ffe49-fcdf-4397-8c38-0513456a0001.name','\"$SITE_NAME\"'),
- ('sites.3e87fd4e-2b83-46f0-8b8e-5e5032649cf1.baseUrl','\"$SITE_URL\"'),
- ('sites.3e87fd4e-2b83-46f0-8b8e-5e5032649cf1.handle','\"default\"'),
- ('sites.3e87fd4e-2b83-46f0-8b8e-5e5032649cf1.hasUrls','true'),
- ('sites.3e87fd4e-2b83-46f0-8b8e-5e5032649cf1.language','\"en-US\"'),
- ('sites.3e87fd4e-2b83-46f0-8b8e-5e5032649cf1.name','\"$SITE_NAME\"'),
- ('sites.3e87fd4e-2b83-46f0-8b8e-5e5032649cf1.primary','true'),
- ('sites.3e87fd4e-2b83-46f0-8b8e-5e5032649cf1.siteGroup','\"680ffe49-fcdf-4397-8c38-0513456a0001\"'),
- ('sites.3e87fd4e-2b83-46f0-8b8e-5e5032649cf1.sortOrder','1'),
- ('system.edition','\"solo\"'),
- ('system.live','true'),
- ('system.name','\"$SITE_NAME\"'),
- ('system.schemaVersion','\"3.4.10\"'),
- ('system.timeZone','\"America/Los_Angeles\"'),
- ('users.allowPublicRegistration','false'),
- ('users.defaultGroup','null'),
- ('users.photoSubpath','\"\"'),
- ('users.photoVolumeUid','null'),
- ('users.requireEmailVerification','true');
-
-/*!40000 ALTER TABLE `projectconfig` ENABLE KEYS */;
-UNLOCK TABLES;
-
-
-# Dump of table queue
-# ------------------------------------------------------------
+--
+-- 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(11) NOT NULL AUTO_INCREMENT,
`channel` varchar(255) NOT NULL DEFAULT 'queue',
@@ -1129,14 +851,15 @@ CREATE TABLE `queue` (
KEY `queue_channel_fail_timeUpdated_timePushed_idx` (`channel`,`fail`,`timeUpdated`,`timePushed`),
KEY `queue_channel_fail_timeUpdated_delay_idx` (`channel`,`fail`,`timeUpdated`,`delay`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table relations
-# ------------------------------------------------------------
+--
+-- Table structure for table `relations`
+--
DROP TABLE IF EXISTS `relations`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `relations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`fieldId` int(11) NOT NULL,
@@ -1157,70 +880,29 @@ CREATE TABLE `relations` (
CONSTRAINT `relations_sourceSiteId_fk` FOREIGN KEY (`sourceSiteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `relations_targetId_fk` FOREIGN KEY (`targetId`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table resourcepaths
-# ------------------------------------------------------------
+--
+-- Table structure for table `resourcepaths`
+--
DROP TABLE IF EXISTS `resourcepaths`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `resourcepaths` (
`hash` varchar(255) NOT NULL,
`path` varchar(255) NOT NULL,
PRIMARY KEY (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-LOCK TABLES `resourcepaths` WRITE;
-/*!40000 ALTER TABLE `resourcepaths` DISABLE KEYS */;
-
-INSERT INTO `resourcepaths` (`hash`, `path`)
-VALUES
- ('13799368','@lib/fileupload'),
- ('23cf717f','@lib/fabric'),
- ('25c2fc0','@nystudio107/webperf/assetbundles/webperf/dist'),
- ('332a291','@craft/web/assets/utilities/dist'),
- ('35d8ec85','@nystudio107/imageoptimize/assetbundles/imageoptimize/dist'),
- ('3689a541','@lib/garnishjs'),
- ('3e93206b','@nystudio107/seomatic/assetbundles/seomatic/dist'),
- ('43be43ca','@craft/web/assets/updateswidget/dist'),
- ('50bbaa26','@craft/web/assets/pluginstore/dist'),
- ('534b2c7','@lib/d3'),
- ('5583fb98','@lib/xregexp'),
- ('59c09a5b','@craft/web/assets/cp/dist'),
- ('5fefbf12','@lib/selectize'),
- ('627667a9','@app/web/assets/plugins/dist'),
- ('71d024c','@nystudio107/retour/assetbundles/retour/dist'),
- ('7d0401a4','@craft/web/assets/recententries/dist'),
- ('873bae11','@bower/jquery/dist'),
- ('8a93f684','@lib/jquery.payment'),
- ('96b4596c','@lib/velocity'),
- ('a244ae4c','@craft/web/assets/dashboard/dist'),
- ('a8ab05e4','@lib/element-resize-detector'),
- ('b919296','@lib/picturefill'),
- ('c35ae54','@lib/jquery-touch-events'),
- ('c6a37378','@craft/web/assets/plugins/dist'),
- ('d21dc5e6','@modules/sitemodule/assetbundles/sitemodule/dist'),
- ('d2ca8280','@lib/axios'),
- ('d81dc2c9','@lib/jquery-ui'),
- ('db078887','@craft/web/assets/feed/dist'),
- ('db1e48ff','@craft/web/assets/clearcaches/dist'),
- ('e3b064f6','@app/web/assets/cp/dist'),
- ('e412b5c3','@craft/web/assets/craftsupport/dist'),
- ('ec14020e','@craft/web/assets/login/dist'),
- ('ee8592cf','@craft/web/assets/dbbackup/dist'),
- ('f40fcc9d','@nystudio107/webperf/assetbundles/boomerang/dist/js'),
- ('ff2121f5','@lib/vue');
-
-/*!40000 ALTER TABLE `resourcepaths` ENABLE KEYS */;
-UNLOCK TABLES;
-
-
-# Dump of table retour_redirects
-# ------------------------------------------------------------
+--
+-- Table structure for table `retour_redirects`
+--
DROP TABLE IF EXISTS `retour_redirects`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `retour_redirects` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`dateCreated` datetime NOT NULL,
@@ -1244,14 +926,15 @@ CREATE TABLE `retour_redirects` (
KEY `retour_redirects_associatedElementId_fk` (`associatedElementId`),
CONSTRAINT `retour_redirects_associatedElementId_fk` FOREIGN KEY (`associatedElementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table retour_static_redirects
-# ------------------------------------------------------------
+--
+-- Table structure for table `retour_static_redirects`
+--
DROP TABLE IF EXISTS `retour_static_redirects`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `retour_static_redirects` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`dateCreated` datetime NOT NULL,
@@ -1274,14 +957,15 @@ CREATE TABLE `retour_static_redirects` (
KEY `retour_static_redirects_siteId_idx` (`siteId`),
CONSTRAINT `retour_static_redirects_siteId_fk` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table retour_stats
-# ------------------------------------------------------------
+--
+-- Table structure for table `retour_stats`
+--
DROP TABLE IF EXISTS `retour_stats`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `retour_stats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`dateCreated` datetime NOT NULL,
@@ -1302,24 +986,16 @@ CREATE TABLE `retour_stats` (
KEY `retour_stats_redirectSrcUrl_idx` (`redirectSrcUrl`),
KEY `retour_stats_siteId_idx` (`siteId`),
CONSTRAINT `retour_stats_siteId_fk` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
-LOCK TABLES `retour_stats` WRITE;
-/*!40000 ALTER TABLE `retour_stats` DISABLE KEYS */;
-
-INSERT INTO `retour_stats` (`id`, `dateCreated`, `dateUpdated`, `uid`, `siteId`, `redirectSrcUrl`, `referrerUrl`, `remoteIp`, `userAgent`, `exceptionMessage`, `exceptionFilePath`, `exceptionFileLine`, `hitCount`, `hitLastTime`, `handledByRetour`)
-VALUES
- (1,'2020-03-17 15:48:42','2020-03-17 16:33:00','e3184a85-2255-4b5d-bf48-4066e9b8bd10',1,'/favicon.ico','http://localhost:8000/admin/utilities/db-backup','172.19.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15','Template not found: favicon.ico','/var/www/project/cms/vendor/craftcms/cms/src/controllers/TemplatesController.php',90,9,'2020-03-17 16:33:00',0);
-
-/*!40000 ALTER TABLE `retour_stats` ENABLE KEYS */;
-UNLOCK TABLES;
-
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-# Dump of table revisions
-# ------------------------------------------------------------
+--
+-- Table structure for table `revisions`
+--
DROP TABLE IF EXISTS `revisions`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `revisions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sourceId` int(11) NOT NULL,
@@ -1332,14 +1008,15 @@ CREATE TABLE `revisions` (
CONSTRAINT `revisions_creatorId_fk` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL,
CONSTRAINT `revisions_sourceId_fk` FOREIGN KEY (`sourceId`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table searchindex
-# ------------------------------------------------------------
+--
+-- Table structure for table `searchindex`
+--
DROP TABLE IF EXISTS `searchindex`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `searchindex` (
`elementId` int(11) NOT NULL,
`attribute` varchar(25) NOT NULL,
@@ -1349,28 +1026,15 @@ CREATE TABLE `searchindex` (
PRIMARY KEY (`elementId`,`attribute`,`fieldId`,`siteId`),
FULLTEXT KEY `searchindex_keywords_idx` (`keywords`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-LOCK TABLES `searchindex` WRITE;
-/*!40000 ALTER TABLE `searchindex` DISABLE KEYS */;
-
-INSERT INTO `searchindex` (`elementId`, `attribute`, `fieldId`, `siteId`, `keywords`)
-VALUES
- (1,'username',0,1,' admin '),
- (1,'firstname',0,1,''),
- (1,'lastname',0,1,''),
- (1,'fullname',0,1,''),
- (1,'email',0,1,' andrew nystudio107 com '),
- (1,'slug',0,1,'');
-
-/*!40000 ALTER TABLE `searchindex` ENABLE KEYS */;
-UNLOCK TABLES;
-
-
-# Dump of table sections
-# ------------------------------------------------------------
+--
+-- Table structure for table `sections`
+--
DROP TABLE IF EXISTS `sections`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sections` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`structureId` int(11) DEFAULT NULL,
@@ -1390,15 +1054,16 @@ CREATE TABLE `sections` (
KEY `sections_structureId_idx` (`structureId`),
KEY `sections_dateDeleted_idx` (`dateDeleted`),
CONSTRAINT `sections_structureId_fk` FOREIGN KEY (`structureId`) REFERENCES `structures` (`id`) ON DELETE SET NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table sections_sites
-# ------------------------------------------------------------
+--
+-- Table structure for table `sections_sites`
+--
DROP TABLE IF EXISTS `sections_sites`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sections_sites` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sectionId` int(11) NOT NULL,
@@ -1415,15 +1080,16 @@ CREATE TABLE `sections_sites` (
KEY `sections_sites_siteId_idx` (`siteId`),
CONSTRAINT `sections_sites_sectionId_fk` FOREIGN KEY (`sectionId`) REFERENCES `sections` (`id`) ON DELETE CASCADE,
CONSTRAINT `sections_sites_siteId_fk` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table seomatic_metabundles
-# ------------------------------------------------------------
+--
+-- Table structure for table `seomatic_metabundles`
+--
DROP TABLE IF EXISTS `seomatic_metabundles`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `seomatic_metabundles` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`dateCreated` datetime NOT NULL,
@@ -1452,37 +1118,30 @@ CREATE TABLE `seomatic_metabundles` (
KEY `seomatic_metabundles_sourceSiteId_idx` (`sourceSiteId`),
KEY `seomatic_metabundles_sourceHandle_idx` (`sourceHandle`),
CONSTRAINT `seomatic_metabundles_sourceSiteId_fk` FOREIGN KEY (`sourceSiteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-LOCK TABLES `seomatic_metabundles` WRITE;
-/*!40000 ALTER TABLE `seomatic_metabundles` DISABLE KEYS */;
-
-INSERT INTO `seomatic_metabundles` (`id`, `dateCreated`, `dateUpdated`, `uid`, `bundleVersion`, `sourceBundleType`, `sourceId`, `sourceName`, `sourceHandle`, `sourceType`, `sourceTemplate`, `sourceSiteId`, `sourceAltSiteSettings`, `sourceDateUpdated`, `metaGlobalVars`, `metaSiteVars`, `metaSitemapVars`, `metaContainers`, `redirectsContainer`, `frontendTemplatesContainer`, `metaBundleSettings`)
-VALUES
- (1,'2020-03-17 15:48:52','2020-03-17 15:48:52','c10d4d49-b719-4e49-95cc-907eae7de2ed','1.0.46','__GLOBAL_BUNDLE__',1,'__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__','',1,'[]','2020-03-17 15:48:51','{\"language\":null,\"mainEntityOfPage\":\"WebSite\",\"seoTitle\":\"\",\"siteNamePosition\":\"before\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{seomatic.helper.safeCanonicalUrl()}\",\"robots\":\"all\",\"ogType\":\"website\",\"ogTitle\":\"{seomatic.meta.seoTitle}\",\"ogSiteNamePosition\":\"none\",\"ogDescription\":\"{seomatic.meta.seoDescription}\",\"ogImage\":\"{seomatic.meta.seoImage}\",\"ogImageWidth\":\"{seomatic.meta.seoImageWidth}\",\"ogImageHeight\":\"{seomatic.meta.seoImageHeight}\",\"ogImageDescription\":\"{seomatic.meta.seoImageDescription}\",\"twitterCard\":\"summary\",\"twitterCreator\":\"{seomatic.site.twitterHandle}\",\"twitterTitle\":\"{seomatic.meta.seoTitle}\",\"twitterSiteNamePosition\":\"none\",\"twitterDescription\":\"{seomatic.meta.seoDescription}\",\"twitterImage\":\"{seomatic.meta.seoImage}\",\"twitterImageWidth\":\"{seomatic.meta.seoImageWidth}\",\"twitterImageHeight\":\"{seomatic.meta.seoImageHeight}\",\"twitterImageDescription\":\"{seomatic.meta.seoImageDescription}\"}','{\"siteName\":\"\",\"identity\":{\"siteType\":\"Organization\",\"siteSubType\":\"LocalBusiness\",\"siteSpecificType\":\"\",\"computedType\":\"Organization\",\"genericName\":\"\",\"genericAlternateName\":\"\",\"genericDescription\":\"\",\"genericUrl\":\"\",\"genericImage\":\"\",\"genericImageWidth\":\"\",\"genericImageHeight\":\"\",\"genericImageIds\":[],\"genericTelephone\":\"\",\"genericEmail\":\"\",\"genericStreetAddress\":\"\",\"genericAddressLocality\":\"\",\"genericAddressRegion\":\"\",\"genericPostalCode\":\"\",\"genericAddressCountry\":\"\",\"genericGeoLatitude\":\"\",\"genericGeoLongitude\":\"\",\"personGender\":\"\",\"personBirthPlace\":\"\",\"organizationDuns\":\"\",\"organizationFounder\":\"\",\"organizationFoundingDate\":\"\",\"organizationFoundingLocation\":\"\",\"organizationContactPoints\":[],\"corporationTickerSymbol\":\"\",\"localBusinessPriceRange\":\"\",\"localBusinessOpeningHours\":[],\"restaurantServesCuisine\":\"\",\"restaurantMenuUrl\":\"\",\"restaurantReservationsUrl\":\"\"},\"creator\":{\"siteType\":\"Organization\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"computedType\":\"Organization\",\"genericName\":\"nystudio107\",\"genericAlternateName\":\"nys\",\"genericDescription\":\"We do technology-based consulting, branding, design, and development. Making the web better one site at a time, with a focus on performance, usability & SEO\",\"genericUrl\":\"https://nystudio107.com/\",\"genericImage\":\"https://nystudio107-ems2qegf7x6qiqq.netdna-ssl.com/img/site/nys_logo_seo.png\",\"genericImageWidth\":\"1042\",\"genericImageHeight\":\"1042\",\"genericImageIds\":[],\"genericTelephone\":\"\",\"genericEmail\":\"info@nystudio107.com\",\"genericStreetAddress\":\"\",\"genericAddressLocality\":\"Webster\",\"genericAddressRegion\":\"NY\",\"genericPostalCode\":\"14580\",\"genericAddressCountry\":\"US\",\"genericGeoLatitude\":\"43.2365384\",\"genericGeoLongitude\":\"-77.49211620000001\",\"personGender\":\"\",\"personBirthPlace\":\"\",\"organizationDuns\":\"\",\"organizationFounder\":\"Andrew Welch, Polly Welch\",\"organizationFoundingDate\":\"2013-05-02\",\"organizationFoundingLocation\":\"Webster, NY\",\"organizationContactPoints\":[],\"corporationTickerSymbol\":\"\",\"localBusinessPriceRange\":\"\",\"localBusinessOpeningHours\":[],\"restaurantServesCuisine\":\"\",\"restaurantMenuUrl\":\"\",\"restaurantReservationsUrl\":\"\"},\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":{\"twitter\":{\"siteName\":\"Twitter\",\"handle\":\"twitter\",\"url\":\"\"},\"facebook\":{\"siteName\":\"Facebook\",\"handle\":\"facebook\",\"url\":\"\"},\"wikipedia\":{\"siteName\":\"Wikipedia\",\"handle\":\"wikipedia\",\"url\":\"\"},\"linkedin\":{\"siteName\":\"LinkedIn\",\"handle\":\"linkedin\",\"url\":\"\"},\"googleplus\":{\"siteName\":\"Google+\",\"handle\":\"googleplus\",\"url\":\"\"},\"youtube\":{\"siteName\":\"YouTube\",\"handle\":\"youtube\",\"url\":\"\"},\"instagram\":{\"siteName\":\"Instagram\",\"handle\":\"instagram\",\"url\":\"\"},\"pinterest\":{\"siteName\":\"Pinterest\",\"handle\":\"pinterest\",\"url\":\"\"},\"github\":{\"siteName\":\"GitHub\",\"handle\":\"github\",\"url\":\"\"},\"vimeo\":{\"siteName\":\"Vimeo\",\"handle\":\"vimeo\",\"url\":\"\"}},\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]}','{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[{\"property\":\"title\",\"field\":\"title\"},{\"property\":\"caption\",\"field\":\"\"},{\"property\":\"geo_location\",\"field\":\"\"},{\"property\":\"license\",\"field\":\"\"}],\"sitemapVideoFieldMap\":[{\"property\":\"title\",\"field\":\"title\"},{\"property\":\"description\",\"field\":\"\"},{\"property\":\"thumbnailLoc\",\"field\":\"\"},{\"property\":\"duration\",\"field\":\"\"},{\"property\":\"category\",\"field\":\"\"}]}','{\"MetaTagContainergeneral\":{\"data\":{\"generator\":{\"charset\":\"\",\"content\":\"SEOmatic\",\"httpEquiv\":\"\",\"name\":\"generator\",\"property\":null,\"include\":true,\"key\":\"generator\",\"environment\":null,\"dependencies\":{\"config\":[\"generatorEnabled\"]}},\"keywords\":{\"charset\":\"\",\"content\":\"{seomatic.meta.seoKeywords}\",\"httpEquiv\":\"\",\"name\":\"keywords\",\"property\":null,\"include\":true,\"key\":\"keywords\",\"environment\":null,\"dependencies\":null},\"description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.seoDescription}\",\"httpEquiv\":\"\",\"name\":\"description\",\"property\":null,\"include\":true,\"key\":\"description\",\"environment\":null,\"dependencies\":null},\"referrer\":{\"charset\":\"\",\"content\":\"no-referrer-when-downgrade\",\"httpEquiv\":\"\",\"name\":\"referrer\",\"property\":null,\"include\":true,\"key\":\"referrer\",\"environment\":null,\"dependencies\":null},\"robots\":{\"charset\":\"\",\"content\":\"none\",\"httpEquiv\":\"\",\"name\":\"robots\",\"property\":null,\"include\":true,\"key\":\"robots\",\"environment\":{\"live\":{\"content\":\"{seomatic.meta.robots}\"},\"staging\":{\"content\":\"none\"},\"local\":{\"content\":\"none\"}},\"dependencies\":null}},\"name\":\"General\",\"description\":\"General Meta Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTagContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTagContaineropengraph\":{\"data\":{\"fb:profile_id\":{\"charset\":\"\",\"content\":\"{seomatic.site.facebookProfileId}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"fb:profile_id\",\"include\":true,\"key\":\"fb:profile_id\",\"environment\":null,\"dependencies\":null},\"fb:app_id\":{\"charset\":\"\",\"content\":\"{seomatic.site.facebookAppId}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"fb:app_id\",\"include\":true,\"key\":\"fb:app_id\",\"environment\":null,\"dependencies\":null},\"og:locale\":{\"charset\":\"\",\"content\":\"{{ craft.app.language |replace({\\\"-\\\": \\\"_\\\"}) }}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:locale\",\"include\":true,\"key\":\"og:locale\",\"environment\":null,\"dependencies\":null},\"og:locale:alternate\":{\"charset\":\"\",\"content\":\"\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:locale:alternate\",\"include\":true,\"key\":\"og:locale:alternate\",\"environment\":null,\"dependencies\":null},\"og:site_name\":{\"charset\":\"\",\"content\":\"{seomatic.site.siteName}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:site_name\",\"include\":true,\"key\":\"og:site_name\",\"environment\":null,\"dependencies\":null},\"og:type\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogType}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:type\",\"include\":true,\"key\":\"og:type\",\"environment\":null,\"dependencies\":null},\"og:url\":{\"charset\":\"\",\"content\":\"{seomatic.meta.canonicalUrl}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:url\",\"include\":true,\"key\":\"og:url\",\"environment\":null,\"dependencies\":null},\"og:title\":{\"siteName\":\"{seomatic.site.siteName}\",\"siteNamePosition\":\"{seomatic.meta.ogSiteNamePosition}\",\"separatorChar\":\"{seomatic.config.separatorChar}\",\"charset\":\"\",\"content\":\"{seomatic.meta.ogTitle}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:title\",\"include\":true,\"key\":\"og:title\",\"environment\":null,\"dependencies\":null},\"og:description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogDescription}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:description\",\"include\":true,\"key\":\"og:description\",\"environment\":null,\"dependencies\":null},\"og:image\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogImage}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:image\",\"include\":true,\"key\":\"og:image\",\"environment\":null,\"dependencies\":null},\"og:image:width\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogImageWidth}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:image:width\",\"include\":true,\"key\":\"og:image:width\",\"environment\":null,\"dependencies\":{\"tag\":[\"og:image\"]}},\"og:image:height\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogImageHeight}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:image:height\",\"include\":true,\"key\":\"og:image:height\",\"environment\":null,\"dependencies\":{\"tag\":[\"og:image\"]}},\"og:image:alt\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogImageDescription}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:image:alt\",\"include\":true,\"key\":\"og:image:alt\",\"environment\":null,\"dependencies\":{\"tag\":[\"og:image\"]}},\"og:see_also\":{\"charset\":\"\",\"content\":\"\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:see_also\",\"include\":true,\"key\":\"og:see_also\",\"environment\":null,\"dependencies\":null}},\"name\":\"Facebook\",\"description\":\"Facebook OpenGraph Meta Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTagContainer\",\"handle\":\"opengraph\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTagContainertwitter\":{\"data\":{\"twitter:card\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterCard}\",\"httpEquiv\":\"\",\"name\":\"twitter:card\",\"property\":null,\"include\":true,\"key\":\"twitter:card\",\"environment\":null,\"dependencies\":null},\"twitter:site\":{\"charset\":\"\",\"content\":\"@{seomatic.site.twitterHandle}\",\"httpEquiv\":\"\",\"name\":\"twitter:site\",\"property\":null,\"include\":true,\"key\":\"twitter:site\",\"environment\":null,\"dependencies\":{\"site\":[\"twitterHandle\"]}},\"twitter:creator\":{\"charset\":\"\",\"content\":\"@{seomatic.meta.twitterCreator}\",\"httpEquiv\":\"\",\"name\":\"twitter:creator\",\"property\":null,\"include\":true,\"key\":\"twitter:creator\",\"environment\":null,\"dependencies\":{\"meta\":[\"twitterCreator\"]}},\"twitter:title\":{\"siteName\":\"{seomatic.site.siteName}\",\"siteNamePosition\":\"{seomatic.meta.twitterSiteNamePosition}\",\"separatorChar\":\"{seomatic.config.separatorChar}\",\"charset\":\"\",\"content\":\"{seomatic.meta.twitterTitle}\",\"httpEquiv\":\"\",\"name\":\"twitter:title\",\"property\":null,\"include\":true,\"key\":\"twitter:title\",\"environment\":null,\"dependencies\":null},\"twitter:description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterDescription}\",\"httpEquiv\":\"\",\"name\":\"twitter:description\",\"property\":null,\"include\":true,\"key\":\"twitter:description\",\"environment\":null,\"dependencies\":null},\"twitter:image\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterImage}\",\"httpEquiv\":\"\",\"name\":\"twitter:image\",\"property\":null,\"include\":true,\"key\":\"twitter:image\",\"environment\":null,\"dependencies\":null},\"twitter:image:width\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterImageWidth}\",\"httpEquiv\":\"\",\"name\":\"twitter:image:width\",\"property\":null,\"include\":true,\"key\":\"twitter:image:width\",\"environment\":null,\"dependencies\":{\"tag\":[\"twitter:image\"]}},\"twitter:image:height\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterImageHeight}\",\"httpEquiv\":\"\",\"name\":\"twitter:image:height\",\"property\":null,\"include\":true,\"key\":\"twitter:image:height\",\"environment\":null,\"dependencies\":{\"tag\":[\"twitter:image\"]}},\"twitter:image:alt\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterImageDescription}\",\"httpEquiv\":\"\",\"name\":\"twitter:image:alt\",\"property\":null,\"include\":true,\"key\":\"twitter:image:alt\",\"environment\":null,\"dependencies\":{\"tag\":[\"twitter:image\"]}}},\"name\":\"Twitter\",\"description\":\"Twitter Card Meta Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTagContainer\",\"handle\":\"twitter\",\"include\":true,\"dependencies\":{\"site\":[\"twitterHandle\"]},\"clearCache\":false},\"MetaTagContainermiscellaneous\":{\"data\":{\"google-site-verification\":{\"charset\":\"\",\"content\":\"{seomatic.site.googleSiteVerification}\",\"httpEquiv\":\"\",\"name\":\"google-site-verification\",\"property\":null,\"include\":true,\"key\":\"google-site-verification\",\"environment\":null,\"dependencies\":{\"site\":[\"googleSiteVerification\"]}},\"bing-site-verification\":{\"charset\":\"\",\"content\":\"{seomatic.site.bingSiteVerification}\",\"httpEquiv\":\"\",\"name\":\"msvalidate.01\",\"property\":null,\"include\":true,\"key\":\"bing-site-verification\",\"environment\":null,\"dependencies\":{\"site\":[\"bingSiteVerification\"]}},\"pinterest-site-verification\":{\"charset\":\"\",\"content\":\"{seomatic.site.pinterestSiteVerification}\",\"httpEquiv\":\"\",\"name\":\"p:domain_verify\",\"property\":null,\"include\":true,\"key\":\"pinterest-site-verification\",\"environment\":null,\"dependencies\":{\"site\":[\"pinterestSiteVerification\"]}}},\"name\":\"Miscellaneous\",\"description\":\"Miscellaneous Meta Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTagContainer\",\"handle\":\"miscellaneous\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaLinkContainergeneral\":{\"data\":{\"canonical\":{\"crossorigin\":\"\",\"href\":\"{seomatic.meta.canonicalUrl}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"canonical\",\"sizes\":\"\",\"type\":\"\",\"include\":true,\"key\":\"canonical\",\"environment\":null,\"dependencies\":null},\"home\":{\"crossorigin\":\"\",\"href\":\"{{ seomatic.helper.siteUrl(\\\"/\\\") }}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"home\",\"sizes\":\"\",\"type\":\"\",\"include\":true,\"key\":\"home\",\"environment\":null,\"dependencies\":null},\"author\":{\"crossorigin\":\"\",\"href\":\"{{ seomatic.helper.siteUrl(\\\"/humans.txt\\\") }}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"author\",\"sizes\":\"\",\"type\":\"text/plain\",\"include\":true,\"key\":\"author\",\"environment\":null,\"dependencies\":{\"frontend_template\":[\"humans\"]}},\"publisher\":{\"crossorigin\":\"\",\"href\":\"{seomatic.site.googlePublisherLink}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"publisher\",\"sizes\":\"\",\"type\":\"\",\"include\":true,\"key\":\"publisher\",\"environment\":null,\"dependencies\":{\"site\":[\"googlePublisherLink\"]}}},\"name\":\"General\",\"description\":\"Link Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaLinkContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaScriptContainergeneral\":{\"data\":{\"googleAnalytics\":{\"name\":\"Google Analytics\",\"description\":\"Google Analytics gives you the digital analytics tools you need to analyze data from all touchpoints in one place, for a deeper understanding of the customer experience. You can then share the insights that matter with your whole organization. [Learn More](https://www.google.com/analytics/analytics/)\",\"templatePath\":\"_frontend/scripts/googleAnalytics.twig\",\"templateString\":\"{% if trackingId.value is defined and trackingId.value %}\\n(function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\\n})(window,document,\'script\',\'{{ analyticsUrl.value }}\',\'ga\');\\nga(\'create\', \'{{ trackingId.value |raw }}\', \'auto\'{% if linker.value %}, {allowLinker: true}{% endif %});\\n{% if ipAnonymization.value %}\\nga(\'set\', \'anonymizeIp\', true);\\n{% endif %}\\n{% if displayFeatures.value %}\\nga(\'require\', \'displayfeatures\');\\n{% endif %}\\n{% if ecommerce.value %}\\nga(\'require\', \'ecommerce\');\\n{% endif %}\\n{% if enhancedEcommerce.value %}\\nga(\'require\', \'ec\');\\n{% endif %}\\n{% if enhancedLinkAttribution.value %}\\nga(\'require\', \'linkid\');\\n{% endif %}\\n{% if enhancedLinkAttribution.value %}\\nga(\'require\', \'linker\');\\n{% endif %}\\n{% set pageView = (sendPageView.value and not seomatic.helper.isPreview) %}\\n{% if pageView %}\\nga(\'send\', \'pageview\');\\n{% endif %}\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":null,\"bodyTemplateString\":null,\"bodyPosition\":2,\"vars\":{\"trackingId\":{\"title\":\"Google Analytics Tracking ID\",\"instructions\":\"Only enter the ID, e.g.: `UA-XXXXXX-XX`, not the entire script code. [Learn More](https://support.google.com/analytics/answer/1032385?hl=e)\",\"type\":\"string\",\"value\":\"\"},\"sendPageView\":{\"title\":\"Automatically send Google Analytics PageView\",\"instructions\":\"Controls whether the Google Analytics script automatically sends a PageView to Google Analytics when your pages are loaded.\",\"type\":\"bool\",\"value\":true},\"ipAnonymization\":{\"title\":\"Google Analytics IP Anonymization\",\"instructions\":\"When a customer of Analytics requests IP address anonymization, Analytics anonymizes the address as soon as technically feasible at the earliest possible stage of the collection network.\",\"type\":\"bool\",\"value\":false},\"displayFeatures\":{\"title\":\"Display Features\",\"instructions\":\"The display features plugin for analytics.js can be used to enable Advertising Features in Google Analytics, such as Remarketing, Demographics and Interest Reporting, and more. [Learn More](https://developers.google.com/analytics/devguides/collection/analyticsjs/display-features)\",\"type\":\"bool\",\"value\":false},\"ecommerce\":{\"title\":\"Ecommerce\",\"instructions\":\"Ecommerce tracking allows you to measure the number of transactions and revenue that your website generates. [Learn More](https://developers.google.com/analytics/devguides/collection/analyticsjs/ecommerce)\",\"type\":\"bool\",\"value\":false},\"enhancedEcommerce\":{\"title\":\"Enhanced Ecommerce\",\"instructions\":\"The enhanced ecommerce plug-in for analytics.js enables the measurement of user interactions with products on ecommerce websites across the user\'s shopping experience, including: product impressions, product clicks, viewing product details, adding a product to a shopping cart, initiating the checkout process, transactions, and refunds. [Learn More](https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce)\",\"type\":\"bool\",\"value\":false},\"enhancedLinkAttribution\":{\"title\":\"Enhanced Link Attribution\",\"instructions\":\"Enhanced Link Attribution improves the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs. [Learn More](https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-link-attribution)\",\"type\":\"bool\",\"value\":false},\"linker\":{\"title\":\"Linker\",\"instructions\":\"The linker plugin simplifies the process of implementing cross-domain tracking as described in the Cross-domain Tracking guide for analytics.js. [Learn More](https://developers.google.com/analytics/devguides/collection/analyticsjs/linker)\",\"type\":\"bool\",\"value\":false},\"analyticsUrl\":{\"title\":\"Google Analytics Script URL\",\"instructions\":\"The URL to the Google Analytics tracking script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://www.google-analytics.com/analytics.js\"}},\"dataLayer\":[],\"include\":false,\"key\":\"googleAnalytics\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null},\"gtag\":{\"name\":\"Google gtag.js\",\"description\":\"The global site tag (gtag.js) is a JavaScript tagging framework and API that allows you to send event data to AdWords, DoubleClick, and Google Analytics. Instead of having to manage multiple tags for different products, you can use gtag.js and more easily benefit from the latest tracking features and integrations as they become available. [Learn More](https://developers.google.com/gtagjs/)\",\"templatePath\":\"_frontend/scripts/gtagHead.twig\",\"templateString\":\"{% set gtagProperty = googleAnalyticsId.value ?? googleAdWordsId.value ?? dcFloodlightId.value ?? null %}\\n{% if gtagProperty %}\\nwindow.dataLayer = window.dataLayer || [{% if dataLayer is defined and dataLayer %}{{ dataLayer |json_encode() |raw }}{% endif %}];\\nfunction gtag(){dataLayer.push(arguments)};\\ngtag(\'js\', new Date());\\n{% set pageView = (sendPageView.value and not seomatic.helper.isPreview) %}\\n{% if googleAnalyticsId.value %}\\n{%- set gtagConfig = \\\"{\\\"\\n ~ \\\"\'send_page_view\': #{pageView ? \'true\' : \'false\'},\\\"\\n ~ \\\"\'anonymize_ip\': #{ipAnonymization.value ? \'true\' : \'false\'},\\\"\\n ~ \\\"\'link_attribution\': #{enhancedLinkAttribution.value ? \'true\' : \'false\'},\\\"\\n ~ \\\"\'allow_display_features\': #{displayFeatures.value ? \'true\' : \'false\'}\\\"\\n ~ \\\"}\\\"\\n-%}\\ngtag(\'config\', \'{{ googleAnalyticsId.value }}\', {{ gtagConfig }});\\n{% endif %}\\n{% if googleAdWordsId.value %}\\n{%- set gtagConfig = \\\"{\\\"\\n ~ \\\"\'send_page_view\': #{pageView ? \'true\' : \'false\'}\\\"\\n ~ \\\"}\\\"\\n-%}\\ngtag(\'config\', \'{{ googleAdWordsId.value }}\', {{ gtagConfig }});\\n{% endif %}\\n{% if dcFloodlightId.value %}\\n{%- set gtagConfig = \\\"{\\\"\\n ~ \\\"\'send_page_view\': #{pageView ? \'true\' : \'false\'}\\\"\\n ~ \\\"}\\\"\\n-%}\\ngtag(\'config\', \'{{ dcFloodlightId.value }}\', {{ gtagConfig }});\\n{% endif %}\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":\"_frontend/scripts/gtagBody.twig\",\"bodyTemplateString\":\"{% set gtagProperty = googleAnalyticsId.value ?? googleAdWordsId.value ?? dcFloodlightId.value ?? null %}\\n{% if gtagProperty %}\\n\\n{% endif %}\\n\",\"bodyPosition\":2,\"vars\":{\"googleAnalyticsId\":{\"title\":\"Google Analytics Tracking ID\",\"instructions\":\"Only enter the ID, e.g.: `UA-XXXXXX-XX`, not the entire script code. [Learn More](https://support.google.com/analytics/answer/1032385?hl=e)\",\"type\":\"string\",\"value\":\"\"},\"googleAdWordsId\":{\"title\":\"AdWords Conversion ID\",\"instructions\":\"Only enter the ID, e.g.: `AW-XXXXXXXX`, not the entire script code. [Learn More](https://developers.google.com/adwords-remarketing-tag/)\",\"type\":\"string\",\"value\":\"\"},\"dcFloodlightId\":{\"title\":\"DoubleClick Floodlight ID\",\"instructions\":\"Only enter the ID, e.g.: `DC-XXXXXXXX`, not the entire script code. [Learn More](https://support.google.com/dcm/partner/answer/7568534)\",\"type\":\"string\",\"value\":\"\"},\"sendPageView\":{\"title\":\"Automatically send PageView\",\"instructions\":\"Controls whether the `gtag.js` script automatically sends a PageView to Google Analytics, AdWords, and DoubleClick Floodlight when your pages are loaded.\",\"type\":\"bool\",\"value\":true},\"ipAnonymization\":{\"title\":\"Google Analytics IP Anonymization\",\"instructions\":\"In some cases, you might need to anonymize the IP addresses of hits sent to Google Analytics. [Learn More](https://developers.google.com/analytics/devguides/collection/gtagjs/ip-anonymization)\",\"type\":\"bool\",\"value\":false},\"displayFeatures\":{\"title\":\"Google Analytics Display Features\",\"instructions\":\"The display features plugin for gtag.js can be used to enable Advertising Features in Google Analytics, such as Remarketing, Demographics and Interest Reporting, and more. [Learn More](https://developers.google.com/analytics/devguides/collection/gtagjs/display-features)\",\"type\":\"bool\",\"value\":false},\"enhancedLinkAttribution\":{\"title\":\"Google Analytics Enhanced Link Attribution\",\"instructions\":\"Enhanced link attribution improves click track reporting by automatically differentiating between multiple link clicks that have the same URL on a given page. [Learn More](https://developers.google.com/analytics/devguides/collection/gtagjs/enhanced-link-attribution)\",\"type\":\"bool\",\"value\":false},\"gtagScriptUrl\":{\"title\":\"Google gtag.js Script URL\",\"instructions\":\"The URL to the Google gtag.js tracking script. Normally this should not be changed, unless you locally cache it. The JavaScript `dataLayer` will automatically be set to the `dataLayer` Twig template variable.\",\"type\":\"string\",\"value\":\"https://www.googletagmanager.com/gtag/js\"}},\"dataLayer\":[],\"include\":false,\"key\":\"gtag\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null},\"googleTagManager\":{\"name\":\"Google Tag Manager\",\"description\":\"Google Tag Manager is a tag management system that allows you to quickly and easily update tags and code snippets on your website. Once the Tag Manager snippet has been added to your website or mobile app, you can configure tags via a web-based user interface without having to alter and deploy additional code. [Learn More](https://support.google.com/tagmanager/answer/6102821?hl=en)\",\"templatePath\":\"_frontend/scripts/googleTagManagerHead.twig\",\"templateString\":\"{% if googleTagManagerId.value is defined and googleTagManagerId.value and not seomatic.helper.isPreview %}\\n{{ dataLayerVariableName.value }} = [{% if dataLayer is defined and dataLayer %}{{ dataLayer |json_encode() |raw }}{% endif %}];\\n(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'{{ googleTagManagerUrl.value }}?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'{{ dataLayerVariableName.value }}\',\'{{ googleTagManagerId.value }}\');\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":\"_frontend/scripts/googleTagManagerBody.twig\",\"bodyTemplateString\":\"{% if googleTagManagerId.value is defined and googleTagManagerId.value and not seomatic.helper.isPreview %}\\n\\n{% endif %}\\n\",\"bodyPosition\":2,\"vars\":{\"googleTagManagerId\":{\"title\":\"Google Tag Manager ID\",\"instructions\":\"Only enter the ID, e.g.: `GTM-XXXXXX`, not the entire script code. [Learn More](https://developers.google.com/tag-manager/quickstart)\",\"type\":\"string\",\"value\":\"\"},\"dataLayerVariableName\":{\"title\":\"DataLayer Variable Name\",\"instructions\":\"The name to use for the JavaScript DataLayer variable. The value of this variable will be set to the `dataLayer` Twig template variable.\",\"type\":\"string\",\"value\":\"dataLayer\"},\"googleTagManagerUrl\":{\"title\":\"Google Tag Manager Script URL\",\"instructions\":\"The URL to the Google Tag Manager script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://www.googletagmanager.com/gtm.js\"},\"googleTagManagerNoScriptUrl\":{\"title\":\"Google Tag Manager Script <noscript> URL\",\"instructions\":\"The URL to the Google Tag Manager `<noscript>`. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://www.googletagmanager.com/ns.html\"}},\"dataLayer\":[],\"include\":false,\"key\":\"googleTagManager\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null},\"facebookPixel\":{\"name\":\"Facebook Pixel\",\"description\":\"The Facebook pixel is an analytics tool that helps you measure the effectiveness of your advertising. You can use the Facebook pixel to understand the actions people are taking on your website and reach audiences you care about. [Learn More](https://www.facebook.com/business/help/651294705016616)\",\"templatePath\":\"_frontend/scripts/facebookPixelHead.twig\",\"templateString\":\"{% if facebookPixelId.value is defined and facebookPixelId.value %}\\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\\ndocument,\'script\',\'{{ facebookPixelUrl.value }}\');\\nfbq(\'init\', \'{{ facebookPixelId.value }}\');\\n{% set pageView = (sendPageView.value and not seomatic.helper.isPreview) %}\\n{% if pageView %}\\nfbq(\'track\', \'PageView\');\\n{% endif %}\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":\"_frontend/scripts/facebookPixelBody.twig\",\"bodyTemplateString\":\"{% if facebookPixelId.value is defined and facebookPixelId.value %}\\n\\n{% endif %}\\n\",\"bodyPosition\":2,\"vars\":{\"facebookPixelId\":{\"title\":\"Facebook Pixel ID\",\"instructions\":\"Only enter the ID, e.g.: `XXXXXXXXXX`, not the entire script code. [Learn More](https://developers.facebook.com/docs/facebook-pixel/api-reference)\",\"type\":\"string\",\"value\":\"\"},\"sendPageView\":{\"title\":\"Automatically send Facebook Pixel PageView\",\"instructions\":\"Controls whether the Facebook Pixel script automatically sends a PageView to Facebook Analytics when your pages are loaded.\",\"type\":\"bool\",\"value\":true},\"facebookPixelUrl\":{\"title\":\"Facebook Pixel Script URL\",\"instructions\":\"The URL to the Facebook Pixel script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://connect.facebook.net/en_US/fbevents.js\"},\"facebookPixelNoScriptUrl\":{\"title\":\"Facebook Pixel Script <noscript> URL\",\"instructions\":\"The URL to the Facebook Pixel `<noscript>`. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://www.facebook.com/tr\"}},\"dataLayer\":[],\"include\":false,\"key\":\"facebookPixel\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null},\"linkedInInsight\":{\"name\":\"LinkedIn Insight\",\"description\":\"The LinkedIn Insight Tag is a lightweight JavaScript tag that powers conversion tracking, retargeting, and web analytics for LinkedIn ad campaigns.\",\"templatePath\":\"_frontend/scripts/linkedInInsightHead.twig\",\"templateString\":\"{% if dataPartnerId.value is defined and dataPartnerId.value %}\\n_linkedin_data_partner_id = \\\"{{ dataPartnerId.value }}\\\";\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":\"_frontend/scripts/linkedInInsightBody.twig\",\"bodyTemplateString\":\"{% if dataPartnerId.value is defined and dataPartnerId.value %}\\n\\n\\n{% endif %}\\n\",\"bodyPosition\":3,\"vars\":{\"dataPartnerId\":{\"title\":\"LinkedIn Data Partner ID\",\"instructions\":\"Only enter the ID, e.g.: `XXXXXXXXXX`, not the entire script code. [Learn More](https://www.linkedin.com/help/lms/answer/65513/adding-the-linkedin-insight-tag-to-your-website?lang=en)\",\"type\":\"string\",\"value\":\"\"},\"linkedInInsightUrl\":{\"title\":\"LinkedIn Insight Script URL\",\"instructions\":\"The URL to the LinkedIn Insight script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://snap.licdn.com/li.lms-analytics/insight.min.js\"},\"linkedInInsightNoScriptUrl\":{\"title\":\"LinkedIn Insight <noscript> URL\",\"instructions\":\"The URL to the LinkedIn Insight `<noscript>`. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://dc.ads.linkedin.com/collect/\"}},\"dataLayer\":[],\"include\":false,\"key\":\"linkedInInsight\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null},\"hubSpot\":{\"name\":\"HubSpot\",\"description\":\"If you\'re not hosting your entire website on HubSpot, or have pages on your website that are not hosted on HubSpot, you\'ll need to install the HubSpot tracking code on your non-HubSpot pages in order to capture those analytics.\",\"templatePath\":null,\"templateString\":null,\"position\":1,\"bodyTemplatePath\":\"_frontend/scripts/hubSpotBody.twig\",\"bodyTemplateString\":\"{% if hubSpotId.value is defined and hubSpotId.value %}\\n\\n{% endif %}\\n\",\"bodyPosition\":3,\"vars\":{\"hubSpotId\":{\"title\":\"HubSpot ID\",\"instructions\":\"Only enter the ID, e.g.: `XXXXXXXXXX`, not the entire script code. [Learn More](https://knowledge.hubspot.com/articles/kcs_article/reports/install-the-hubspot-tracking-code)\",\"type\":\"string\",\"value\":\"\"},\"hubSpotUrl\":{\"title\":\"HubSpot Script URL\",\"instructions\":\"The URL to the HubSpot script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"//js.hs-scripts.com/\"}},\"dataLayer\":[],\"include\":false,\"key\":\"hubSpot\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null}},\"position\":1,\"name\":\"General\",\"description\":\"Script Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaScriptContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaJsonLdContainergeneral\":{\"data\":{\"mainEntityOfPage\":{\"issn\":null,\"about\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{seomatic.site.identity.genericUrl}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{seomatic.site.identity.genericUrl}#identity\"},\"copyrightYear\":null,\"correction\":null,\"creator\":{\"id\":\"{seomatic.site.creator.genericUrl}#creator\"},\"dateCreated\":null,\"dateModified\":null,\"datePublished\":null,\"discussionUrl\":null,\"editor\":null,\"educationalAlignment\":null,\"educationalUse\":null,\"encoding\":null,\"encodingFormat\":null,\"exampleOfWork\":null,\"expires\":null,\"funder\":null,\"genre\":null,\"hasPart\":null,\"headline\":null,\"inLanguage\":\"{seomatic.meta.language}\",\"interactionStatistic\":null,\"interactivityType\":null,\"isAccessibleForFree\":null,\"isBasedOn\":null,\"isFamilyFriendly\":null,\"isPartOf\":null,\"keywords\":null,\"learningResourceType\":null,\"license\":null,\"locationCreated\":null,\"mainEntity\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":null,\"publisherImprint\":null,\"publishingPrinciples\":null,\"recordedAt\":null,\"releasedEvent\":null,\"review\":null,\"schemaVersion\":null,\"sdDatePublished\":null,\"sdLicense\":null,\"sdPublisher\":null,\"sourceOrganization\":null,\"spatial\":null,\"spatialCoverage\":null,\"sponsor\":null,\"temporal\":null,\"temporalCoverage\":null,\"text\":null,\"thumbnailUrl\":null,\"timeRequired\":null,\"translationOfWork\":null,\"translator\":null,\"typicalAgeRange\":null,\"version\":null,\"video\":null,\"workExample\":null,\"workTranslation\":null,\"additionalType\":null,\"alternateName\":null,\"description\":\"{seomatic.meta.seoDescription}\",\"disambiguatingDescription\":null,\"identifier\":null,\"image\":{\"type\":\"ImageObject\",\"url\":\"{seomatic.meta.seoImage}\"},\"mainEntityOfPage\":\"{seomatic.meta.canonicalUrl}\",\"name\":\"{seomatic.meta.seoTitle}\",\"potentialAction\":{\"type\":\"SearchAction\",\"target\":\"{seomatic.site.siteLinksSearchTarget}\",\"query-input\":\"{seomatic.helper.siteLinksQueryInput()}\"},\"sameAs\":null,\"subjectOf\":null,\"url\":\"{seomatic.meta.canonicalUrl}\",\"context\":\"http://schema.org\",\"type\":\"{seomatic.meta.mainEntityOfPage}\",\"id\":null,\"graph\":null,\"include\":true,\"key\":\"mainEntityOfPage\",\"environment\":null,\"dependencies\":null},\"identity\":{\"actionableFeedbackPolicy\":null,\"address\":{\"type\":\"PostalAddress\",\"streetAddress\":\"{seomatic.site.identity.genericStreetAddress}\",\"addressLocality\":\"{seomatic.site.identity.genericAddressLocality}\",\"addressRegion\":\"{seomatic.site.identity.genericAddressRegion}\",\"postalCode\":\"{seomatic.site.identity.genericPostalCode}\",\"addressCountry\":\"{seomatic.site.identity.genericAddressCountry}\"},\"aggregateRating\":null,\"alumni\":null,\"areaServed\":null,\"award\":null,\"brand\":null,\"contactPoint\":null,\"correctionsPolicy\":null,\"department\":null,\"dissolutionDate\":null,\"diversityPolicy\":null,\"diversityStaffingReport\":null,\"duns\":\"{seomatic.site.identity.organizationDuns}\",\"email\":\"{seomatic.site.identity.genericEmail}\",\"employee\":null,\"ethicsPolicy\":null,\"event\":null,\"faxNumber\":null,\"founder\":\"{seomatic.site.identity.organizationFounder}\",\"foundingDate\":\"{seomatic.site.identity.organizationFoundingDate}\",\"foundingLocation\":\"{seomatic.site.identity.organizationFoundingLocation}\",\"funder\":null,\"globalLocationNumber\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"isicV4\":null,\"knowsAbout\":null,\"knowsLanguage\":null,\"legalName\":null,\"leiCode\":null,\"location\":null,\"logo\":{\"type\":\"ImageObject\",\"url\":\"{seomatic.helper.socialTransform(seomatic.site.identity.genericImageIds[0], \\\"schema-logo\\\")}\",\"width\":\"{seomatic.helper.socialTransformWidth(seomatic.site.identity.genericImageIds[0], \\\"schema-logo\\\")}\",\"height\":\"{seomatic.helper.socialTransformHeight(seomatic.site.identity.genericImageIds[0], \\\"schema-logo\\\")}\"},\"makesOffer\":null,\"member\":null,\"memberOf\":null,\"naics\":null,\"numberOfEmployees\":null,\"ownershipFundingInfo\":null,\"owns\":null,\"parentOrganization\":null,\"publishingPrinciples\":null,\"review\":null,\"seeks\":null,\"slogan\":null,\"sponsor\":null,\"subOrganization\":null,\"taxID\":null,\"telephone\":\"{seomatic.site.identity.genericTelephone}\",\"unnamedSourcesPolicy\":null,\"vatID\":null,\"additionalType\":null,\"alternateName\":\"{seomatic.site.identity.genericAlternateName}\",\"description\":\"{seomatic.site.identity.genericDescription}\",\"disambiguatingDescription\":null,\"identifier\":null,\"image\":{\"type\":\"ImageObject\",\"url\":\"{seomatic.site.identity.genericImage}\",\"width\":\"{seomatic.site.identity.genericImageWidth}\",\"height\":\"{seomatic.site.identity.genericImageHeight}\"},\"mainEntityOfPage\":null,\"name\":\"{seomatic.site.identity.genericName}\",\"potentialAction\":null,\"sameAs\":null,\"subjectOf\":null,\"url\":\"{seomatic.site.identity.genericUrl}\",\"context\":\"http://schema.org\",\"type\":\"{seomatic.site.identity.computedType}\",\"id\":\"{seomatic.site.identity.genericUrl}#identity\",\"graph\":null,\"include\":true,\"key\":\"identity\",\"environment\":null,\"dependencies\":null},\"creator\":{\"actionableFeedbackPolicy\":null,\"address\":{\"type\":\"PostalAddress\",\"streetAddress\":\"{seomatic.site.creator.genericStreetAddress}\",\"addressLocality\":\"{seomatic.site.creator.genericAddressLocality}\",\"addressRegion\":\"{seomatic.site.creator.genericAddressRegion}\",\"postalCode\":\"{seomatic.site.creator.genericPostalCode}\",\"addressCountry\":\"{seomatic.site.creator.genericAddressCountry}\"},\"aggregateRating\":null,\"alumni\":null,\"areaServed\":null,\"award\":null,\"brand\":null,\"contactPoint\":null,\"correctionsPolicy\":null,\"department\":null,\"dissolutionDate\":null,\"diversityPolicy\":null,\"diversityStaffingReport\":null,\"duns\":\"{seomatic.site.creator.organizationDuns}\",\"email\":\"{seomatic.site.creator.genericEmail}\",\"employee\":null,\"ethicsPolicy\":null,\"event\":null,\"faxNumber\":null,\"founder\":\"{seomatic.site.creator.organizationFounder}\",\"foundingDate\":\"{seomatic.site.creator.organizationFoundingDate}\",\"foundingLocation\":\"{seomatic.site.creator.organizationFoundingLocation}\",\"funder\":null,\"globalLocationNumber\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"isicV4\":null,\"knowsAbout\":null,\"knowsLanguage\":null,\"legalName\":null,\"leiCode\":null,\"location\":null,\"logo\":{\"type\":\"ImageObject\",\"url\":\"{seomatic.helper.socialTransform(seomatic.site.creator.genericImageIds[0], \\\"schema-logo\\\")}\",\"width\":\"{seomatic.helper.socialTransformWidth(seomatic.site.creator.genericImageIds[0], \\\"schema-logo\\\")}\",\"height\":\"{seomatic.helper.socialTransformHeight(seomatic.site.creator.genericImageIds[0], \\\"schema-logo\\\")}\"},\"makesOffer\":null,\"member\":null,\"memberOf\":null,\"naics\":null,\"numberOfEmployees\":null,\"ownershipFundingInfo\":null,\"owns\":null,\"parentOrganization\":null,\"publishingPrinciples\":null,\"review\":null,\"seeks\":null,\"slogan\":null,\"sponsor\":null,\"subOrganization\":null,\"taxID\":null,\"telephone\":\"{seomatic.site.creator.genericTelephone}\",\"unnamedSourcesPolicy\":null,\"vatID\":null,\"additionalType\":null,\"alternateName\":\"{seomatic.site.creator.genericAlternateName}\",\"description\":\"{seomatic.site.creator.genericDescription}\",\"disambiguatingDescription\":null,\"identifier\":null,\"image\":{\"type\":\"ImageObject\",\"url\":\"{seomatic.site.creator.genericImage}\",\"width\":\"{seomatic.site.creator.genericImageWidth}\",\"height\":\"{seomatic.site.creator.genericImageHeight}\"},\"mainEntityOfPage\":null,\"name\":\"{seomatic.site.creator.genericName}\",\"potentialAction\":null,\"sameAs\":null,\"subjectOf\":null,\"url\":\"{seomatic.site.creator.genericUrl}\",\"context\":\"http://schema.org\",\"type\":\"{seomatic.site.creator.computedType}\",\"id\":\"{seomatic.site.creator.genericUrl}#creator\",\"graph\":null,\"include\":true,\"key\":\"creator\",\"environment\":null,\"dependencies\":null}},\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":{\"title\":{\"title\":\"{seomatic.meta.seoTitle}\",\"siteName\":\"{seomatic.site.siteName}\",\"siteNamePosition\":\"{seomatic.meta.siteNamePosition}\",\"separatorChar\":\"{seomatic.config.separatorChar}\",\"include\":true,\"key\":\"title\",\"environment\":null,\"dependencies\":null}},\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}}','[]','{\"data\":{\"humans\":{\"templateVersion\":\"1.0.0\",\"templateString\":\"/* TEAM */\\n\\nCreator: {{ seomatic.site.creator.genericName ?? \\\"n/a\\\" }}\\nURL: {{ seomatic.site.creator.genericUrl ?? \\\"n/a\\\" }}\\nDescription: {{ seomatic.site.creator.genericDescription ?? \\\"n/a\\\" }}\\n\\n/* THANKS */\\n\\nCraft CMS - https://craftcms.com\\nPixel & Tonic - https://pixelandtonic.com\\n\\n/* SITE */\\n\\nStandards: HTML5, CSS3\\nComponents: Craft CMS 3, Yii2, PHP, JavaScript, SEOmatic\\n\",\"siteId\":null,\"include\":true,\"handle\":\"humans\",\"path\":\"humans.txt\",\"template\":\"_frontend/pages/humans.twig\",\"controller\":\"frontend-template\",\"action\":\"humans\"},\"robots\":{\"templateVersion\":\"1.0.0\",\"templateString\":\"# robots.txt for {{ siteUrl }}\\n\\nSitemap: {{ seomatic.helper.sitemapIndexForSiteId() }}\\n{% switch seomatic.config.environment %}\\n\\n{% case \\\"live\\\" %}\\n\\n# live - don\'t allow web crawlers to index cpresources/ or vendor/\\n\\nUser-agent: *\\nDisallow: /cpresources/\\nDisallow: /vendor/\\nDisallow: /.env\\nDisallow: /cache/\\n\\n{% case \\\"staging\\\" %}\\n\\n# staging - disallow all\\n\\nUser-agent: *\\nDisallow: /\\n\\n{% case \\\"local\\\" %}\\n\\n# local - disallow all\\n\\nUser-agent: *\\nDisallow: /\\n\\n{% default %}\\n\\n# default - don\'t allow web crawlers to index cpresources/ or vendor/\\n\\nUser-agent: *\\nDisallow: /cpresources/\\nDisallow: /vendor/\\nDisallow: /.env\\nDisallow: /cache/\\n\\n{% endswitch %}\\n\",\"siteId\":null,\"include\":true,\"handle\":\"robots\",\"path\":\"robots.txt\",\"template\":\"_frontend/pages/robots.twig\",\"controller\":\"frontend-template\",\"action\":\"robots\"},\"ads\":{\"templateVersion\":\"1.0.0\",\"templateString\":\"# ads.txt file for {{ siteUrl }}\\n# More info: https://support.google.com/admanager/answer/7441288?hl=en\\n{{ siteUrl }},123,DIRECT\\n\",\"siteId\":null,\"include\":true,\"handle\":\"ads\",\"path\":\"ads.txt\",\"template\":\"_frontend/pages/ads.twig\",\"controller\":\"frontend-template\",\"action\":\"ads\"}},\"name\":\"Frontend Templates\",\"description\":\"Templates that are rendered on the frontend\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":\"SeomaticEditableTemplate\",\"include\":true,\"dependencies\":null,\"clearCache\":false}','{\"siteType\":\"CreativeWork\",\"siteSubType\":\"WebSite\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"\",\"seoImageIds\":[],\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":true,\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"\",\"twitterCreatorSource\":\"sameAsSite\",\"twitterCreatorField\":\"\",\"twitterTitleSource\":\"sameAsSeo\",\"twitterTitleField\":\"\",\"twitterSiteNamePositionSource\":\"fromCustom\",\"twitterDescriptionSource\":\"sameAsSeo\",\"twitterDescriptionField\":\"\",\"twitterImageIds\":[],\"twitterImageSource\":\"sameAsSeo\",\"twitterImageField\":\"\",\"twitterImageTransform\":true,\"twitterImageTransformMode\":\"crop\",\"twitterImageDescriptionSource\":\"sameAsSeo\",\"twitterImageDescriptionField\":\"\",\"ogTitleSource\":\"sameAsSeo\",\"ogTitleField\":\"\",\"ogSiteNamePositionSource\":\"fromCustom\",\"ogDescriptionSource\":\"sameAsSeo\",\"ogDescriptionField\":\"\",\"ogImageIds\":[],\"ogImageSource\":\"sameAsSeo\",\"ogImageField\":\"\",\"ogImageTransform\":true,\"ogImageTransformMode\":\"crop\",\"ogImageDescriptionSource\":\"sameAsSeo\",\"ogImageDescriptionField\":\"\"}');
-
-/*!40000 ALTER TABLE `seomatic_metabundles` ENABLE KEYS */;
-UNLOCK TABLES;
-
-
-# Dump of table sequences
-# ------------------------------------------------------------
+--
+-- Table structure for table `sequences`
+--
DROP TABLE IF EXISTS `sequences`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sequences` (
`name` varchar(255) NOT NULL,
`next` int(11) unsigned NOT NULL DEFAULT 1,
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table sessions
-# ------------------------------------------------------------
+--
+-- Table structure for table `sessions`
+--
DROP TABLE IF EXISTS `sessions`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sessions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userId` int(11) NOT NULL,
@@ -1496,27 +1155,16 @@ CREATE TABLE `sessions` (
KEY `sessions_dateUpdated_idx` (`dateUpdated`),
KEY `sessions_userId_idx` (`userId`),
CONSTRAINT `sessions_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
-LOCK TABLES `sessions` WRITE;
-/*!40000 ALTER TABLE `sessions` DISABLE KEYS */;
-
-INSERT INTO `sessions` (`id`, `userId`, `token`, `dateCreated`, `dateUpdated`, `uid`)
-VALUES
- (1,1,'pdljTk13yVoRTN8ncvgT6uJUBdwxD3JFPEZocUZlfiIjqOSQqcszbxuVUDhu_iKxWhcRkgoCdkCJKM3RUCJioQZtQEStqeOpC_lQ','2020-03-17 15:47:45','2020-03-17 15:53:30','1434f70c-608f-43c5-9660-9266c29cb797'),
- (2,1,'KPpF47pGl23ZEzsBHWqdnymEA4vX9vRkT_uS02MT5Qj_ab9_kLhDt8xfmFmBbNyc5QXIyGP_SQbm_UF0Uz0Ve_e8wk36xAOZvPH7','2020-03-17 16:13:28','2020-03-17 16:18:45','0711ca28-00bf-482f-a671-43535e1ec187'),
- (3,1,'KjQqRHmgHooBELn8p39g_z9JhNABWNQ-GmKZcxKrLBNV-IEVBFcXIyOyucanbEvqc1Z5MbLXrSsqqcbmrT7SQpGpUAA4PS0Mxbde','2020-03-17 16:29:45','2020-03-17 16:29:45','1a027b74-04df-45d8-a357-4cfc02eae11e'),
- (4,1,'OOUZY9NrSbN_LmrJskzJgCE5y5U_aFGgxX8jLBozBtetDwafhO3tpzhuPunYjtN8MSSTjOIu_qQKmrlQJvDOMfRiN2qIcglfB-TN','2020-03-17 16:32:52','2020-03-17 16:33:09','75b22d9c-d036-45d7-ba27-5d54504cc1e5');
-
-/*!40000 ALTER TABLE `sessions` ENABLE KEYS */;
-UNLOCK TABLES;
-
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-# Dump of table shunnedmessages
-# ------------------------------------------------------------
+--
+-- Table structure for table `shunnedmessages`
+--
DROP TABLE IF EXISTS `shunnedmessages`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `shunnedmessages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userId` int(11) NOT NULL,
@@ -1529,14 +1177,15 @@ CREATE TABLE `shunnedmessages` (
UNIQUE KEY `shunnedmessages_userId_message_unq_idx` (`userId`,`message`),
CONSTRAINT `shunnedmessages_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table sitegroups
-# ------------------------------------------------------------
+--
+-- Table structure for table `sitegroups`
+--
DROP TABLE IF EXISTS `sitegroups`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sitegroups` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
@@ -1546,24 +1195,16 @@ CREATE TABLE `sitegroups` (
`uid` char(36) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `sitegroups_name_idx` (`name`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
-LOCK TABLES `sitegroups` WRITE;
-/*!40000 ALTER TABLE `sitegroups` DISABLE KEYS */;
-
-INSERT INTO `sitegroups` (`id`, `name`, `dateCreated`, `dateUpdated`, `dateDeleted`, `uid`)
-VALUES
- (1,'$SITE_NAME','2020-03-17 15:32:49','2020-03-17 15:32:49',NULL,'680ffe49-fcdf-4397-8c38-0513456a0001');
-
-/*!40000 ALTER TABLE `sitegroups` ENABLE KEYS */;
-UNLOCK TABLES;
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-# Dump of table sites
-# ------------------------------------------------------------
+--
+-- Table structure for table `sites`
+--
DROP TABLE IF EXISTS `sites`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sites` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`groupId` int(11) NOT NULL,
@@ -1584,24 +1225,16 @@ CREATE TABLE `sites` (
KEY `sites_sortOrder_idx` (`sortOrder`),
KEY `sites_groupId_fk` (`groupId`),
CONSTRAINT `sites_groupId_fk` FOREIGN KEY (`groupId`) REFERENCES `sitegroups` (`id`) ON DELETE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
-LOCK TABLES `sites` WRITE;
-/*!40000 ALTER TABLE `sites` DISABLE KEYS */;
-
-INSERT INTO `sites` (`id`, `groupId`, `primary`, `name`, `handle`, `language`, `hasUrls`, `baseUrl`, `sortOrder`, `dateCreated`, `dateUpdated`, `dateDeleted`, `uid`)
-VALUES
- (1,1,1,'$SITE_NAME','default','en-US',1,'$SITE_URL',1,'2020-03-17 15:32:49','2020-03-17 15:32:49',NULL,'3e87fd4e-2b83-46f0-8b8e-5e5032649cf1');
-
-/*!40000 ALTER TABLE `sites` ENABLE KEYS */;
-UNLOCK TABLES;
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-# Dump of table structureelements
-# ------------------------------------------------------------
+--
+-- Table structure for table `structureelements`
+--
DROP TABLE IF EXISTS `structureelements`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `structureelements` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`structureId` int(11) NOT NULL,
@@ -1623,14 +1256,15 @@ CREATE TABLE `structureelements` (
CONSTRAINT `structureelements_elementId_fk` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
CONSTRAINT `structureelements_structureId_fk` FOREIGN KEY (`structureId`) REFERENCES `structures` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table structures
-# ------------------------------------------------------------
+--
+-- Table structure for table `structures`
+--
DROP TABLE IF EXISTS `structures`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `structures` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`maxLevels` smallint(6) unsigned DEFAULT NULL,
@@ -1641,14 +1275,15 @@ CREATE TABLE `structures` (
PRIMARY KEY (`id`),
KEY `structures_dateDeleted_idx` (`dateDeleted`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table systemmessages
-# ------------------------------------------------------------
+--
+-- Table structure for table `systemmessages`
+--
DROP TABLE IF EXISTS `systemmessages`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `systemmessages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`language` varchar(255) NOT NULL,
@@ -1662,14 +1297,15 @@ CREATE TABLE `systemmessages` (
UNIQUE KEY `systemmessages_key_language_unq_idx` (`key`,`language`),
KEY `systemmessages_language_idx` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table taggroups
-# ------------------------------------------------------------
+--
+-- Table structure for table `taggroups`
+--
DROP TABLE IF EXISTS `taggroups`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `taggroups` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
@@ -1686,14 +1322,15 @@ CREATE TABLE `taggroups` (
KEY `taggroups_fieldLayoutId_fk` (`fieldLayoutId`),
CONSTRAINT `taggroups_fieldLayoutId_fk` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table tags
-# ------------------------------------------------------------
+--
+-- Table structure for table `tags`
+--
DROP TABLE IF EXISTS `tags`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tags` (
`id` int(11) NOT NULL,
`groupId` int(11) NOT NULL,
@@ -1706,14 +1343,15 @@ CREATE TABLE `tags` (
CONSTRAINT `tags_groupId_fk` FOREIGN KEY (`groupId`) REFERENCES `taggroups` (`id`) ON DELETE CASCADE,
CONSTRAINT `tags_id_fk` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table templatecacheelements
-# ------------------------------------------------------------
+--
+-- Table structure for table `templatecacheelements`
+--
DROP TABLE IF EXISTS `templatecacheelements`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `templatecacheelements` (
`cacheId` int(11) NOT NULL,
`elementId` int(11) NOT NULL,
@@ -1722,14 +1360,15 @@ CREATE TABLE `templatecacheelements` (
CONSTRAINT `templatecacheelements_cacheId_fk` FOREIGN KEY (`cacheId`) REFERENCES `templatecaches` (`id`) ON DELETE CASCADE,
CONSTRAINT `templatecacheelements_elementId_fk` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table templatecachequeries
-# ------------------------------------------------------------
+--
+-- Table structure for table `templatecachequeries`
+--
DROP TABLE IF EXISTS `templatecachequeries`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `templatecachequeries` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`cacheId` int(11) NOT NULL,
@@ -1740,14 +1379,15 @@ CREATE TABLE `templatecachequeries` (
KEY `templatecachequeries_type_idx` (`type`),
CONSTRAINT `templatecachequeries_cacheId_fk` FOREIGN KEY (`cacheId`) REFERENCES `templatecaches` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table templatecaches
-# ------------------------------------------------------------
+--
+-- Table structure for table `templatecaches`
+--
DROP TABLE IF EXISTS `templatecaches`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `templatecaches` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`siteId` int(11) NOT NULL,
@@ -1761,14 +1401,15 @@ CREATE TABLE `templatecaches` (
KEY `templatecaches_siteId_idx` (`siteId`),
CONSTRAINT `templatecaches_siteId_fk` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table tokens
-# ------------------------------------------------------------
+--
+-- 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` int(11) NOT NULL AUTO_INCREMENT,
`token` char(32) NOT NULL,
@@ -1783,14 +1424,15 @@ CREATE TABLE `tokens` (
UNIQUE KEY `tokens_token_unq_idx` (`token`),
KEY `tokens_expiryDate_idx` (`expiryDate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table usergroups
-# ------------------------------------------------------------
+--
+-- Table structure for table `usergroups`
+--
DROP TABLE IF EXISTS `usergroups`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usergroups` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
@@ -1802,14 +1444,15 @@ CREATE TABLE `usergroups` (
UNIQUE KEY `usergroups_handle_unq_idx` (`handle`),
UNIQUE KEY `usergroups_name_unq_idx` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table usergroups_users
-# ------------------------------------------------------------
+--
+-- Table structure for table `usergroups_users`
+--
DROP TABLE IF EXISTS `usergroups_users`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usergroups_users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`groupId` int(11) NOT NULL,
@@ -1823,14 +1466,15 @@ CREATE TABLE `usergroups_users` (
CONSTRAINT `usergroups_users_groupId_fk` FOREIGN KEY (`groupId`) REFERENCES `usergroups` (`id`) ON DELETE CASCADE,
CONSTRAINT `usergroups_users_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table userpermissions
-# ------------------------------------------------------------
+--
+-- Table structure for table `userpermissions`
+--
DROP TABLE IF EXISTS `userpermissions`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `userpermissions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
@@ -1840,14 +1484,15 @@ CREATE TABLE `userpermissions` (
PRIMARY KEY (`id`),
UNIQUE KEY `userpermissions_name_unq_idx` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table userpermissions_usergroups
-# ------------------------------------------------------------
+--
+-- Table structure for table `userpermissions_usergroups`
+--
DROP TABLE IF EXISTS `userpermissions_usergroups`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `userpermissions_usergroups` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`permissionId` int(11) NOT NULL,
@@ -1861,14 +1506,15 @@ CREATE TABLE `userpermissions_usergroups` (
CONSTRAINT `userpermissions_usergroups_groupId_fk` FOREIGN KEY (`groupId`) REFERENCES `usergroups` (`id`) ON DELETE CASCADE,
CONSTRAINT `userpermissions_usergroups_permissionId_fk` FOREIGN KEY (`permissionId`) REFERENCES `userpermissions` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table userpermissions_users
-# ------------------------------------------------------------
+--
+-- Table structure for table `userpermissions_users`
+--
DROP TABLE IF EXISTS `userpermissions_users`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `userpermissions_users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`permissionId` int(11) NOT NULL,
@@ -1882,37 +1528,30 @@ CREATE TABLE `userpermissions_users` (
CONSTRAINT `userpermissions_users_permissionId_fk` FOREIGN KEY (`permissionId`) REFERENCES `userpermissions` (`id`) ON DELETE CASCADE,
CONSTRAINT `userpermissions_users_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-
-# Dump of table userpreferences
-# ------------------------------------------------------------
+--
+-- Table structure for table `userpreferences`
+--
DROP TABLE IF EXISTS `userpreferences`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `userpreferences` (
`userId` int(11) NOT NULL AUTO_INCREMENT,
`preferences` text DEFAULT NULL,
PRIMARY KEY (`userId`),
CONSTRAINT `userpreferences_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
-LOCK TABLES `userpreferences` WRITE;
-/*!40000 ALTER TABLE `userpreferences` DISABLE KEYS */;
-
-INSERT INTO `userpreferences` (`userId`, `preferences`)
-VALUES
- (1,'{\"language\":\"en-US\"}');
-
-/*!40000 ALTER TABLE `userpreferences` ENABLE KEYS */;
-UNLOCK TABLES;
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-# Dump of table users
-# ------------------------------------------------------------
+--
+-- Table structure for table `users`
+--
DROP TABLE IF EXISTS `users`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `users` (
`id` int(11) NOT NULL,
`username` varchar(100) NOT NULL,
@@ -1949,23 +1588,15 @@ CREATE TABLE `users` (
CONSTRAINT `users_id_fk` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
CONSTRAINT `users_photoId_fk` FOREIGN KEY (`photoId`) REFERENCES `assets` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-LOCK TABLES `users` WRITE;
-/*!40000 ALTER TABLE `users` DISABLE KEYS */;
-
-INSERT INTO `users` (`id`, `username`, `photoId`, `firstName`, `lastName`, `email`, `password`, `admin`, `locked`, `suspended`, `pending`, `lastLoginDate`, `lastLoginAttemptIp`, `invalidLoginWindowStart`, `invalidLoginCount`, `lastInvalidLoginDate`, `lockoutDate`, `hasDashboard`, `verificationCode`, `verificationCodeIssuedDate`, `unverifiedEmail`, `passwordResetRequired`, `lastPasswordChangeDate`, `dateCreated`, `dateUpdated`, `uid`)
-VALUES
- (1,'admin',NULL,NULL,NULL,'andrew@nystudio107.com','$2y$13$YTIT1Z/90nKGJ7bRisRCDuNpkIGrk/GrpO9FurYDDzDghkIhx3yVO',1,0,0,0,'2020-03-17 16:32:52',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,0,'2020-03-17 15:32:49','2020-03-17 15:32:49','2020-03-17 16:32:52','cbbc3d22-3825-479c-ba28-e0bca86748d2');
-
-/*!40000 ALTER TABLE `users` ENABLE KEYS */;
-UNLOCK TABLES;
-
-
-# Dump of table volumefolders
-# ------------------------------------------------------------
+--
+-- Table structure for table `volumefolders`
+--
DROP TABLE IF EXISTS `volumefolders`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `volumefolders` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parentId` int(11) DEFAULT NULL,
@@ -1981,15 +1612,16 @@ CREATE TABLE `volumefolders` (
KEY `volumefolders_volumeId_idx` (`volumeId`),
CONSTRAINT `volumefolders_parentId_fk` FOREIGN KEY (`parentId`) REFERENCES `volumefolders` (`id`) ON DELETE CASCADE,
CONSTRAINT `volumefolders_volumeId_fk` FOREIGN KEY (`volumeId`) REFERENCES `volumes` (`id`) ON DELETE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
-
+) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-# Dump of table volumes
-# ------------------------------------------------------------
+--
+-- Table structure for table `volumes`
+--
DROP TABLE IF EXISTS `volumes`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `volumes` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`fieldLayoutId` int(11) DEFAULT NULL,
@@ -2010,15 +1642,16 @@ CREATE TABLE `volumes` (
KEY `volumes_fieldLayoutId_idx` (`fieldLayoutId`),
KEY `volumes_dateDeleted_idx` (`dateDeleted`),
CONSTRAINT `volumes_fieldLayoutId_fk` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-
-# Dump of table webperf_data_samples
-# ------------------------------------------------------------
+--
+-- Table structure for table `webperf_data_samples`
+--
DROP TABLE IF EXISTS `webperf_data_samples`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `webperf_data_samples` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`dateCreated` datetime NOT NULL,
@@ -2056,34 +1689,15 @@ CREATE TABLE `webperf_data_samples` (
KEY `webperf_data_samples_siteId_fk` (`siteId`),
CONSTRAINT `webperf_data_samples_siteId_fk` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-LOCK TABLES `webperf_data_samples` WRITE;
-/*!40000 ALTER TABLE `webperf_data_samples` DISABLE KEYS */;
-
-INSERT INTO `webperf_data_samples` (`id`, `dateCreated`, `dateUpdated`, `uid`, `requestId`, `siteId`, `title`, `url`, `queryString`, `dns`, `connect`, `firstByte`, `firstPaint`, `firstContentfulPaint`, `domInteractive`, `pageLoad`, `countryCode`, `device`, `browser`, `os`, `mobile`, `craftTotalMs`, `craftDbMs`, `craftDbCnt`, `craftTwigMs`, `craftTwigCnt`, `craftOtherMs`, `craftOtherCnt`, `craftTotalMemory`)
-VALUES
- (1,'2020-03-17 15:49:16','2020-03-17 15:49:16','1ae5a9d4-bb6a-44e9-b62d-7f1a412feb3a',7219243089404105062,1,'🚧 |','http://localhost:8000/',NULL,NULL,NULL,1178,NULL,NULL,1197,1300,'??','Macintosh','Safari 13.0.5','OS X Catalina 10.15',0,1725,19,37,0,0,1705,431,6753560),
- (3,'2020-03-17 15:49:36','2020-03-17 15:49:36','896983bb-496e-405a-bd64-c227d474f7d7',6874873889020294904,1,'🚧 |','http://localhost:8000/',NULL,NULL,NULL,351,NULL,NULL,419,422,'??','Macintosh','Chrome 80','OS X Catalina 10.15',0,410,16,28,0,0,393,111,6565408),
- (4,'2020-03-17 15:58:40','2020-03-17 15:58:40','a34b0d17-98e1-4158-8798-13b48771f590',6244040475410868965,1,'🚧 |','http://localhost:8000/',NULL,NULL,NULL,1158,1206,1206,1202,1205,'??','Macintosh','Chrome 80','OS X Catalina 10.15',0,1363,21,31,0,0,1342,342,7262728),
- (5,'2020-03-17 16:17:12','2020-03-17 16:17:12','43f94833-caaf-446a-87c2-a17e5b77d7b5',4457031445383885073,1,'🚧 |','http://localhost:8000/',NULL,NULL,1,1882,1941,1941,1934,1940,'??','Macintosh','Chrome 80','OS X Catalina 10.15',0,2237,26,31,0,0,2210,435,7278880),
- (6,'2020-03-17 16:17:30','2020-03-17 16:17:30','8c0d1dda-0173-4fbc-920e-0ecb11f8e85d',4827709507947154270,1,'🚧 |','http://localhost:8000/',NULL,NULL,NULL,418,NULL,NULL,456,460,'??','Macintosh','Chrome 80','OS X Catalina 10.15',0,637,17,28,0,0,619,111,6710432),
- (7,'2020-03-17 16:18:24','2020-03-17 16:18:25','199dede6-e718-4095-86d7-0d04a17d332a',6689065480365258910,1,'🚧 |','http://localhost:8000/',NULL,NULL,NULL,580,630,630,611,618,'??','Macintosh','Chrome 80','OS X Catalina 10.15',0,429,17,31,0,0,412,342,6052680),
- (8,'2020-03-17 16:18:49','2020-03-17 16:18:49','729bf66c-bcbd-4110-909a-f0fb0e663392',3938844362355440200,1,'🚧 |','http://localhost:8000/',NULL,NULL,NULL,1296,NULL,NULL,1328,1335,'??','Macintosh','Chrome 80','OS X Catalina 10.15',0,1609,19,31,0,0,1590,435,6822400),
- (10,'2020-03-17 16:22:45','2020-03-17 16:26:42','b71496ed-6bbf-4027-a553-aaa032e26c52',7003146698888495438,1,'🚧 |','http://localhost:8000/',NULL,NULL,NULL,4,NULL,NULL,29,36,'??','Macintosh','Chrome 80','OS X Catalina 10.15',0,298,16,28,0,0,282,111,6109120),
- (11,'2020-03-17 16:26:45','2020-03-17 16:26:45','1267413a-d16c-4ded-8663-d3bbcfbfc7a9',8171950937354787673,1,'🚧 |','http://localhost:8000/',NULL,NULL,NULL,614,667,667,1077,1247,'??','Macintosh','Chrome 80','OS X Catalina 10.15',0,493,18,31,0,0,474,343,5890488),
- (12,'2020-03-17 16:26:55','2020-03-17 16:26:56','49b8ec15-21ec-4aaa-ae1a-cb115755eea4',3975503173459092656,1,'🚧 |','http://localhost:8000/',NULL,NULL,NULL,398,483,483,678,823,'??','Macintosh','Chrome 80','OS X Catalina 10.15',0,489,16,28,0,0,473,111,6109120),
- (13,'2020-03-17 16:29:58','2020-03-17 16:29:59','755b1ee7-0591-477b-aab1-a798c45dac58',5604250606847390331,1,'🚧 |','http://localhost:8000/',NULL,NULL,NULL,1952,2005,2005,1993,2480,'??','Macintosh','Chrome 80','OS X Catalina 10.15',0,2290,20,31,0,0,2269,435,6868240),
- (14,'2020-03-17 16:32:28','2020-03-17 16:32:29','774388de-2ca8-45ad-9cde-58369f38ed92',4015136226679722355,1,'🚧 |','http://localhost:8000/',NULL,NULL,NULL,2754,NULL,NULL,2803,3290,'??','Macintosh','Chrome 80','OS X Catalina 10.15',0,2458,23,31,0,0,2435,435,7010184);
-
-/*!40000 ALTER TABLE `webperf_data_samples` ENABLE KEYS */;
-UNLOCK TABLES;
-
-
-# Dump of table webperf_error_samples
-# ------------------------------------------------------------
+--
+-- Table structure for table `webperf_error_samples`
+--
DROP TABLE IF EXISTS `webperf_error_samples`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `webperf_error_samples` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`dateCreated` datetime NOT NULL,
@@ -2103,34 +1717,15 @@ CREATE TABLE `webperf_error_samples` (
KEY `webperf_error_samples_siteId_fk` (`siteId`),
CONSTRAINT `webperf_error_samples_siteId_fk` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-LOCK TABLES `webperf_error_samples` WRITE;
-/*!40000 ALTER TABLE `webperf_error_samples` DISABLE KEYS */;
-
-INSERT INTO `webperf_error_samples` (`id`, `dateCreated`, `dateUpdated`, `uid`, `requestId`, `siteId`, `title`, `url`, `queryString`, `type`, `pageErrors`)
-VALUES
- (1,'2020-03-17 15:49:16','2020-03-17 15:49:16','ab5666c9-6468-48f0-9567-b17c2caa4240',7219243089404105062,1,'🚧 |','http://localhost:8000/','','craft','[{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"}]'),
- (2,'2020-03-17 15:49:21','2020-03-17 15:49:21','2c524207-706f-40c2-b7f1-588697a0c3a4',5408688328742409068,1,'🚧 |','http://localhost:8000/','','craft','[{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"}]'),
- (3,'2020-03-17 15:49:36','2020-03-17 15:49:36','2bbf8fb3-da3c-4b9e-a01f-c4ab7e908f6d',6874873889020294904,1,'🚧 |','http://localhost:8000/','','craft','[{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"}]'),
- (4,'2020-03-17 15:58:40','2020-03-17 15:58:40','d240aeac-f82a-414d-a574-4afaca4689dd',6244040475410868965,1,'🚧 |','http://localhost:8000/','','craft','[{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"}]'),
- (5,'2020-03-17 16:17:12','2020-03-17 16:17:12','0505bbb5-ad23-4dda-a22f-b8acdf686030',4457031445383885073,1,'🚧 |','http://localhost:8000/','','craft','[{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"}]'),
- (6,'2020-03-17 16:17:30','2020-03-17 16:17:30','d604cd76-c85f-4554-8fa8-517ef828a67e',4827709507947154270,1,'🚧 |','http://localhost:8000/','','craft','[{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"}]'),
- (7,'2020-03-17 16:18:24','2020-03-17 16:18:24','09a7997b-0981-4bf8-847d-bb4955ec9f2e',6689065480365258910,1,'🚧 |','http://localhost:8000/','','craft','[{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"}]'),
- (8,'2020-03-17 16:18:49','2020-03-17 16:18:49','102764b4-068f-46f4-8cd9-236f5ef6a297',3938844362355440200,1,'🚧 |','http://localhost:8000/','','craft','[{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"}]'),
- (9,'2020-03-17 16:22:44','2020-03-17 16:22:44','7870bf40-e934-411f-b486-b18b9892f0fe',4071912861662906614,1,'🚧 |','http://localhost:8000/','','craft','[{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"}]'),
- (10,'2020-03-17 16:22:45','2020-03-17 16:22:45','b4f356c0-30f8-4197-985d-45962414800e',7003146698888495438,1,'🚧 |','http://localhost:8000/','','craft','[{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"}]'),
- (11,'2020-03-17 16:26:45','2020-03-17 16:26:45','b563b019-27b6-4b52-be2e-f4a7463d8f61',8171950937354787673,1,'🚧 |','http://localhost:8000/','','craft','[{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"}]'),
- (12,'2020-03-17 16:26:55','2020-03-17 16:26:55','6bec6cf4-ecb4-4180-8d32-6334ea093859',3975503173459092656,1,'🚧 |','http://localhost:8000/','','craft','[{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"},{\"level\":\"error\",\"message\":\"Manifest file not found at: @webroot/dist/\",\"category\":\"nystudio107\\\\twigpack\\\\helpers\\\\Manifest::reportError\"}]');
-
-/*!40000 ALTER TABLE `webperf_error_samples` ENABLE KEYS */;
-UNLOCK TABLES;
-
-
-# Dump of table widgets
-# ------------------------------------------------------------
+--
+-- Table structure for table `widgets`
+--
DROP TABLE IF EXISTS `widgets`;
-
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `widgets` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userId` int(11) NOT NULL,
@@ -2145,26 +1740,766 @@ CREATE TABLE `widgets` (
PRIMARY KEY (`id`),
KEY `widgets_userId_idx` (`userId`),
CONSTRAINT `widgets_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
-LOCK TABLES `widgets` WRITE;
-/*!40000 ALTER TABLE `widgets` DISABLE KEYS */;
+--
+-- Dumping routines for database 'project'
+--
+/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
-INSERT INTO `widgets` (`id`, `userId`, `type`, `sortOrder`, `colspan`, `settings`, `enabled`, `dateCreated`, `dateUpdated`, `uid`)
-VALUES
- (1,1,'craft\\widgets\\RecentEntries',1,NULL,'{\"section\":\"*\",\"siteId\":\"1\",\"limit\":10}',1,'2020-03-17 15:47:46','2020-03-17 15:47:46','294f31fe-f176-40d7-8ad1-a1de0217a82d'),
- (2,1,'craft\\widgets\\CraftSupport',2,NULL,'[]',1,'2020-03-17 15:47:46','2020-03-17 15:47:46','50576be8-e41d-4acb-a53b-b213a416ee59'),
- (3,1,'craft\\widgets\\Updates',3,NULL,'[]',1,'2020-03-17 15:47:46','2020-03-17 15:47:46','1325c971-44d6-4f77-b9e3-58cd0fba6101'),
- (4,1,'craft\\widgets\\Feed',4,NULL,'{\"url\":\"https://craftcms.com/news.rss\",\"title\":\"Craft News\",\"limit\":5}',1,'2020-03-17 15:47:46','2020-03-17 15:47:46','af45dfb1-145b-475e-92bd-3fa4dfb90d67');
+/*!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 */;
-/*!40000 ALTER TABLE `widgets` ENABLE KEYS */;
+-- Dump completed on 2020-03-27 13:42:44
+-- MySQL dump 10.17 Distrib 10.3.22-MariaDB, for debian-linux-gnu (x86_64)
+--
+-- Host: mariadb Database: project
+-- ------------------------------------------------------
+-- Server version 10.3.22-MariaDB-1:10.3.22+maria~bionic
+
+/*!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_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 */;
+
+--
+-- Dumping data for table `assets`
+--
+
+LOCK TABLES `assets` WRITE;
+/*!40000 ALTER TABLE `assets` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `assets` ENABLE KEYS */;
UNLOCK TABLES;
+commit;
+--
+-- Dumping data for table `assettransforms`
+--
+LOCK TABLES `assettransforms` WRITE;
+/*!40000 ALTER TABLE `assettransforms` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `assettransforms` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `categories`
+--
+
+LOCK TABLES `categories` WRITE;
+/*!40000 ALTER TABLE `categories` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `categories` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `categorygroups`
+--
+
+LOCK TABLES `categorygroups` WRITE;
+/*!40000 ALTER TABLE `categorygroups` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `categorygroups` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `categorygroups_sites`
+--
+
+LOCK TABLES `categorygroups_sites` WRITE;
+/*!40000 ALTER TABLE `categorygroups_sites` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `categorygroups_sites` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `changedattributes`
+--
+
+LOCK TABLES `changedattributes` WRITE;
+/*!40000 ALTER TABLE `changedattributes` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `changedattributes` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `changedfields`
+--
+
+LOCK TABLES `changedfields` WRITE;
+/*!40000 ALTER TABLE `changedfields` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `changedfields` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `content`
+--
+
+LOCK TABLES `content` WRITE;
+/*!40000 ALTER TABLE `content` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `content` VALUES (1,1,1,NULL,'2020-03-27 13:22:43','2020-03-27 13:22:43','b77b0362-fbf0-45dd-a5d7-e1b0c971eb48',NULL,NULL),(2,2,1,'Homepage','2020-03-27 13:38:49','2020-03-27 13:38:49','7fa40164-962a-4e1b-804a-245447006340',NULL,NULL);
+/*!40000 ALTER TABLE `content` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `craftidtokens`
+--
+
+LOCK TABLES `craftidtokens` WRITE;
+/*!40000 ALTER TABLE `craftidtokens` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `craftidtokens` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `deprecationerrors`
+--
+
+LOCK TABLES `deprecationerrors` WRITE;
+/*!40000 ALTER TABLE `deprecationerrors` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `deprecationerrors` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `drafts`
+--
+
+LOCK TABLES `drafts` WRITE;
+/*!40000 ALTER TABLE `drafts` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `drafts` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `elementindexsettings`
+--
+
+LOCK TABLES `elementindexsettings` WRITE;
+/*!40000 ALTER TABLE `elementindexsettings` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `elementindexsettings` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `elements`
+--
+
+LOCK TABLES `elements` WRITE;
+/*!40000 ALTER TABLE `elements` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `elements` VALUES (1,NULL,NULL,NULL,'craft\\elements\\User',1,0,'2020-03-27 13:22:43','2020-03-27 13:22:43',NULL,'9c39b369-6229-4753-83e1-afd4da7acf29'),(2,NULL,NULL,NULL,'craft\\elements\\Entry',1,0,'2020-03-27 13:38:49','2020-03-27 13:38:49',NULL,'7526d70b-8b45-4af6-b5b8-c56c6a44e34c');
+/*!40000 ALTER TABLE `elements` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `elements_sites`
+--
+
+LOCK TABLES `elements_sites` WRITE;
+/*!40000 ALTER TABLE `elements_sites` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `elements_sites` VALUES (1,1,1,NULL,NULL,1,'2020-03-27 13:22:43','2020-03-27 13:22:43','b03adee1-4d8e-41c3-bcab-890c732ef44d'),(2,2,1,'homepage','__home__',1,'2020-03-27 13:38:49','2020-03-27 13:38:49','40928c54-598c-421b-9a79-3605cfbbcc8b');
+/*!40000 ALTER TABLE `elements_sites` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `entries`
+--
+
+LOCK TABLES `entries` WRITE;
+/*!40000 ALTER TABLE `entries` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `entries` VALUES (2,5,NULL,2,NULL,'2020-03-27 13:38:00',NULL,NULL,'2020-03-27 13:38:49','2020-03-27 13:38:49','478eec4c-16e8-46f1-8ad5-4d4d00f7ece1');
+/*!40000 ALTER TABLE `entries` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `entrytypes`
+--
+
+LOCK TABLES `entrytypes` WRITE;
+/*!40000 ALTER TABLE `entrytypes` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `entrytypes` VALUES (1,4,NULL,'Errors','errors',1,'Title',NULL,1,'2020-03-27 13:38:49','2020-03-27 13:38:49',NULL,'faceb3ed-6771-453c-9c2a-aa330847f6db'),(2,5,NULL,'Homepage','homepage',0,NULL,'{section.name|raw}',1,'2020-03-27 13:38:49','2020-03-27 13:38:49',NULL,'fb3a8f31-d1cc-4c13-903b-a501f7e51f54');
+/*!40000 ALTER TABLE `entrytypes` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `fieldgroups`
+--
+
+LOCK TABLES `fieldgroups` WRITE;
+/*!40000 ALTER TABLE `fieldgroups` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `fieldgroups` VALUES (1,'Common','2020-03-27 13:22:43','2020-03-27 13:22:43','94b4d5ac-d7ea-4241-a6cb-92b39f482f99'),(2,'Errors','2020-03-27 13:30:08','2020-03-27 13:30:08','d08a0d16-0e00-49e6-9cd4-465fa2d65d7d');
+/*!40000 ALTER TABLE `fieldgroups` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `fieldlayoutfields`
+--
+
+LOCK TABLES `fieldlayoutfields` WRITE;
+/*!40000 ALTER TABLE `fieldlayoutfields` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `fieldlayoutfields` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `fieldlayouts`
+--
+
+LOCK TABLES `fieldlayouts` WRITE;
+/*!40000 ALTER TABLE `fieldlayouts` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `fieldlayouts` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `fieldlayouttabs`
+--
+
+LOCK TABLES `fieldlayouttabs` WRITE;
+/*!40000 ALTER TABLE `fieldlayouttabs` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `fieldlayouttabs` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `fields`
+--
+
+LOCK TABLES `fields` WRITE;
+/*!40000 ALTER TABLE `fields` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `fields` VALUES (1,2,'Error Image','errorImage','global','',1,'site',NULL,'craft\\fields\\Assets','{\"useSingleFolder\":\"\",\"defaultUploadLocationSource\":\"volume:5c642d7e-b16b-4836-9575-668d75d242e5\",\"defaultUploadLocationSubpath\":\"\",\"singleUploadLocationSource\":\"volume:5c642d7e-b16b-4836-9575-668d75d242e5\",\"singleUploadLocationSubpath\":\"\",\"restrictFiles\":\"1\",\"allowedKinds\":[\"image\"],\"sources\":[\"volume:5c642d7e-b16b-4836-9575-668d75d242e5\"],\"source\":null,\"targetSiteId\":null,\"viewMode\":\"large\",\"limit\":\"1\",\"selectionLabel\":\"\",\"localizeRelations\":false,\"validateRelatedElements\":\"\"}','2020-03-27 13:30:08','2020-03-27 13:30:08','a5cb77be-c4d9-4d3e-88fb-d5384ca13941'),(2,2,'Error Headline','errorHeadline','global','',1,'none',NULL,'craft\\fields\\PlainText','{\"placeholder\":\"\",\"code\":\"\",\"multiline\":\"\",\"initialRows\":\"4\",\"charLimit\":\"\",\"columnType\":\"text\"}','2020-03-27 13:30:08','2020-03-27 13:30:08','b8ba7115-3804-4c06-8a96-501963d1fc5c'),(3,2,'Error Text','errorText','global','',1,'none',NULL,'craft\\fields\\PlainText','{\"placeholder\":\"\",\"code\":\"\",\"multiline\":\"1\",\"initialRows\":\"4\",\"charLimit\":\"\",\"columnType\":\"text\"}','2020-03-27 13:30:08','2020-03-27 13:30:08','e6d658aa-c335-4f15-bbcd-59fe05d9e913');
+/*!40000 ALTER TABLE `fields` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `globalsets`
+--
+
+LOCK TABLES `globalsets` WRITE;
+/*!40000 ALTER TABLE `globalsets` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `globalsets` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `gqlschemas`
+--
+
+LOCK TABLES `gqlschemas` WRITE;
+/*!40000 ALTER TABLE `gqlschemas` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `gqlschemas` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `gqltokens`
+--
+
+LOCK TABLES `gqltokens` WRITE;
+/*!40000 ALTER TABLE `gqltokens` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `gqltokens` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `info`
+--
+
+LOCK TABLES `info` WRITE;
+/*!40000 ALTER TABLE `info` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `info` VALUES (1,'3.4.11','3.4.10',0,'{\"dateModified\":\"@config/project.yaml\",\"email\":\"@config/project.yaml\",\"fieldGroups\":\"@config/project.yaml\",\"fields\":\"@config/project.yaml\",\"plugins\":\"@config/project.yaml\",\"sections\":\"@config/project.yaml\",\"siteGroups\":\"@config/project.yaml\",\"sites\":\"@config/project.yaml\",\"system\":\"@config/project.yaml\",\"users\":\"@config/project.yaml\",\"volumes\":\"@config/project.yaml\"}','bONgJr86mZnz','2020-03-27 13:22:43','2020-03-27 13:40:23','85f4c669-6b2b-4771-976e-a4bcdd2bd77b');
+/*!40000 ALTER TABLE `info` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `matrixblocks`
+--
+
+LOCK TABLES `matrixblocks` WRITE;
+/*!40000 ALTER TABLE `matrixblocks` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `matrixblocks` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `matrixblocktypes`
+--
+
+LOCK TABLES `matrixblocktypes` WRITE;
+/*!40000 ALTER TABLE `matrixblocktypes` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `matrixblocktypes` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `migrations`
+--
+
+LOCK TABLES `migrations` WRITE;
+/*!40000 ALTER TABLE `migrations` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `migrations` VALUES (1,NULL,'app','Install','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','255a7bd9-4a6a-445c-bac0-ec5c80eff1ca'),(2,NULL,'app','m150403_183908_migrations_table_changes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','81cb0aab-bfa1-482f-a797-8ebd6913b240'),(3,NULL,'app','m150403_184247_plugins_table_changes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','5aea1857-8cf1-419c-9c08-fc68d91fe5f4'),(4,NULL,'app','m150403_184533_field_version','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','0f589dd7-da06-4d0f-bf2a-93eaaddcd2ad'),(5,NULL,'app','m150403_184729_type_columns','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','8b25192b-bb45-40ed-bd4a-32f4ddac5aa9'),(6,NULL,'app','m150403_185142_volumes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','66017e13-b70d-49ac-a668-097db57528f9'),(7,NULL,'app','m150428_231346_userpreferences','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','39fd1888-30b1-42a5-93ce-f7d34cfb1310'),(8,NULL,'app','m150519_150900_fieldversion_conversion','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','86bcf854-22b0-4a70-96bc-2044611c597b'),(9,NULL,'app','m150617_213829_update_email_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','a0c8e602-0468-49fe-8c16-fdffa82b4643'),(10,NULL,'app','m150721_124739_templatecachequeries','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','6f320738-c1e5-46a2-bc27-91c7c1926dd2'),(11,NULL,'app','m150724_140822_adjust_quality_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','1af6d726-306c-4bf5-8cfd-eb434ab616d1'),(12,NULL,'app','m150815_133521_last_login_attempt_ip','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','2d4ec2a2-98c1-4c8a-ab2b-020217a6cf70'),(13,NULL,'app','m151002_095935_volume_cache_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','eff78c75-bac8-4447-9a3c-3ce5702ffa10'),(14,NULL,'app','m151005_142750_volume_s3_storage_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','b701ae4c-63b1-48cc-8267-59085e643f81'),(15,NULL,'app','m151016_133600_delete_asset_thumbnails','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','af500463-3e1a-46c3-b7c9-6bd5d7a4db71'),(16,NULL,'app','m151209_000000_move_logo','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','e9fdda5e-9b99-4d7b-b09d-5cfa95b48c7b'),(17,NULL,'app','m151211_000000_rename_fileId_to_assetId','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','75df1e70-a409-4c90-b7d8-ee19ed7b401c'),(18,NULL,'app','m151215_000000_rename_asset_permissions','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','14e72674-0ccb-42b0-98de-9b70dbe6dd2c'),(19,NULL,'app','m160707_000001_rename_richtext_assetsource_setting','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','7123c498-b5b5-41fb-9fa3-f7bb31c4d248'),(20,NULL,'app','m160708_185142_volume_hasUrls_setting','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','148932ce-bafe-414d-8020-4bd04635da04'),(21,NULL,'app','m160714_000000_increase_max_asset_filesize','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','0e377531-0a70-462f-bab2-f3ab80986ccf'),(22,NULL,'app','m160727_194637_column_cleanup','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','cb7e9397-4728-43b5-b974-ccbd9e08797f'),(23,NULL,'app','m160804_110002_userphotos_to_assets','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','72a8bc4b-2064-45fe-b857-349cd7241a5b'),(24,NULL,'app','m160807_144858_sites','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','30b17f8b-3acd-4b10-8394-1ad35cee1139'),(25,NULL,'app','m160829_000000_pending_user_content_cleanup','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','5ef2a4c5-1e2f-4337-b249-c667627886df'),(26,NULL,'app','m160830_000000_asset_index_uri_increase','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','b009b29a-1e7f-48e9-9d8f-2a50466b16b8'),(27,NULL,'app','m160912_230520_require_entry_type_id','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','057f602e-2110-4b74-a9b6-794e1972f92f'),(28,NULL,'app','m160913_134730_require_matrix_block_type_id','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','c67eaec1-a102-40c3-a7d5-f4a3400fbf7e'),(29,NULL,'app','m160920_174553_matrixblocks_owner_site_id_nullable','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','be379f74-f2cd-4400-8884-4dc0b2bd2114'),(30,NULL,'app','m160920_231045_usergroup_handle_title_unique','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','8373c373-51d7-4c3c-b3da-65af03c1cab3'),(31,NULL,'app','m160925_113941_route_uri_parts','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','cff3b8d3-60ae-490c-89ad-2b8317a8ce11'),(32,NULL,'app','m161006_205918_schemaVersion_not_null','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','d4e67e40-90c6-490b-98bb-ed4586b1d764'),(33,NULL,'app','m161007_130653_update_email_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','b789a9b3-8114-4d63-9bd8-9c2112323dba'),(34,NULL,'app','m161013_175052_newParentId','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','15b96b1d-f810-4f22-a3cd-0ac21cd3bf65'),(35,NULL,'app','m161021_102916_fix_recent_entries_widgets','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','603a7ae6-a3a3-4836-a363-dea7c9d4ea8e'),(36,NULL,'app','m161021_182140_rename_get_help_widget','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','6f5a896c-06e1-454d-8eb8-1b716d3eb64f'),(37,NULL,'app','m161025_000000_fix_char_columns','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','232f4ee5-f823-4421-9fab-9460a1bf2a7c'),(38,NULL,'app','m161029_124145_email_message_languages','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','d9721ac1-3111-4005-9ddf-d75ba11c4b83'),(39,NULL,'app','m161108_000000_new_version_format','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','faf44e8e-d227-4152-9778-2294550479a5'),(40,NULL,'app','m161109_000000_index_shuffle','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','0e4dcb9b-2b4c-4403-991b-58a44f5e0c0e'),(41,NULL,'app','m161122_185500_no_craft_app','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','4330d3bc-67bb-44e2-bc71-7689150cdc14'),(42,NULL,'app','m161125_150752_clear_urlmanager_cache','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','273b17f6-fd34-47a9-b66e-0e15c6c8b5e3'),(43,NULL,'app','m161220_000000_volumes_hasurl_notnull','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','e5304c92-fc2a-479e-8aab-0e5bc9851d47'),(44,NULL,'app','m170114_161144_udates_permission','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','ee9efd39-5f71-4fee-bd70-b7b2da3641c4'),(45,NULL,'app','m170120_000000_schema_cleanup','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','5047cbb6-5a6f-4868-8e05-655046bad66c'),(46,NULL,'app','m170126_000000_assets_focal_point','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','1ebab523-177b-43bc-a707-e2a172ab5ccc'),(47,NULL,'app','m170206_142126_system_name','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','56bae875-93b7-446a-8cb5-3fe91fd0fc92'),(48,NULL,'app','m170217_044740_category_branch_limits','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','fa730cd1-4608-476f-a041-1a192406e634'),(49,NULL,'app','m170217_120224_asset_indexing_columns','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','c706d06a-9fa7-4502-afe6-90b23a651a72'),(50,NULL,'app','m170223_224012_plain_text_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','459a346a-43c6-4f0f-aaa0-c863cb13a73b'),(51,NULL,'app','m170227_120814_focal_point_percentage','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','e24f0c44-46bc-4bc5-a6bc-5044981382b5'),(52,NULL,'app','m170228_171113_system_messages','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','071c531e-e2bb-48ec-9efd-fcab056d6a26'),(53,NULL,'app','m170303_140500_asset_field_source_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','7b6dcde0-b522-44a6-916e-438f05d9d586'),(54,NULL,'app','m170306_150500_asset_temporary_uploads','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','ffc146b0-577b-4e6e-9c53-73c19007bc58'),(55,NULL,'app','m170523_190652_element_field_layout_ids','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','101e4d6c-ac3b-40c8-8f0f-7b0411fc5191'),(56,NULL,'app','m170612_000000_route_index_shuffle','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','51522a51-bd55-47e3-97de-daadb68f43f7'),(57,NULL,'app','m170621_195237_format_plugin_handles','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','a32776a8-5419-42e4-a2e8-f7a0a52d8307'),(58,NULL,'app','m170630_161027_deprecation_line_nullable','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','428a77ea-a40f-4c28-8d85-9af37bd53d23'),(59,NULL,'app','m170630_161028_deprecation_changes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','0257f4e3-0265-4f2f-9a1b-3088ae972348'),(60,NULL,'app','m170703_181539_plugins_table_tweaks','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','954fa697-9999-4583-b39b-b5ff9d62d4f6'),(61,NULL,'app','m170704_134916_sites_tables','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','2f968f14-db59-4421-978a-87fa06690e07'),(62,NULL,'app','m170706_183216_rename_sequences','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','5e6c9484-b078-4c80-b28a-e90bc53db103'),(63,NULL,'app','m170707_094758_delete_compiled_traits','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','2c0bbe6e-73bf-4dd1-94a7-c29b8764f89b'),(64,NULL,'app','m170731_190138_drop_asset_packagist','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','241e0eff-622d-4a45-b5da-8ae74c7ee587'),(65,NULL,'app','m170810_201318_create_queue_table','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','5697abc2-9558-4bcf-b141-f7370b59bd31'),(66,NULL,'app','m170903_192801_longblob_for_queue_jobs','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','dab06800-69cd-4c56-a7f4-f7b692512cd1'),(67,NULL,'app','m170914_204621_asset_cache_shuffle','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','15267267-1409-4375-86e5-629713cd31fb'),(68,NULL,'app','m171011_214115_site_groups','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','4752ee77-3835-469c-a871-f814b09e30e8'),(69,NULL,'app','m171012_151440_primary_site','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','8f593dbc-14e0-48d3-99a9-05d381f8d2ec'),(70,NULL,'app','m171013_142500_transform_interlace','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','4da5a8e2-3a1b-46b6-b23c-89234119bc88'),(71,NULL,'app','m171016_092553_drop_position_select','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','3c2970ed-345f-4d3b-ac7e-cffdfa2942f0'),(72,NULL,'app','m171016_221244_less_strict_translation_method','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','afa9a878-dbee-4064-9777-0bd8ddbd0720'),(73,NULL,'app','m171107_000000_assign_group_permissions','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','0ff13617-ceac-405e-8458-0baeb2f269cd'),(74,NULL,'app','m171117_000001_templatecache_index_tune','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','77d0e773-5c44-4048-b5f4-934772d85fbe'),(75,NULL,'app','m171126_105927_disabled_plugins','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','8690b346-0b5c-4a8e-9ff2-8804a5d136c5'),(76,NULL,'app','m171130_214407_craftidtokens_table','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','5f38b70d-2fec-4fbd-9bf9-cfb37c621fba'),(77,NULL,'app','m171202_004225_update_email_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','07fe7680-763c-4f8b-bbb2-ace8bfe411eb'),(78,NULL,'app','m171204_000001_templatecache_index_tune_deux','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','a6c74f57-4c1c-44fb-8421-d7bd70312d32'),(79,NULL,'app','m171205_130908_remove_craftidtokens_refreshtoken_column','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','d6026314-995a-4815-9b18-ce2aa676655f'),(80,NULL,'app','m171218_143135_longtext_query_column','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','8f747f8e-c5b3-4fea-b886-83e18d38df8f'),(81,NULL,'app','m171231_055546_environment_variables_to_aliases','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','074ae9a8-f9ea-429c-845a-ebabaa1e0264'),(82,NULL,'app','m180113_153740_drop_users_archived_column','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','94d3dcb0-87d6-473d-b0f2-47f3e4a52314'),(83,NULL,'app','m180122_213433_propagate_entries_setting','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','54968ca4-e5a5-4d24-8c74-fe558c83c29f'),(84,NULL,'app','m180124_230459_fix_propagate_entries_values','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','eb0b9ea6-3870-4f0c-95a6-be9dcf9cdcb2'),(85,NULL,'app','m180128_235202_set_tag_slugs','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','3f0a065b-7ca2-4a1c-8305-418e15bc0053'),(86,NULL,'app','m180202_185551_fix_focal_points','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','152a8537-f013-4cf8-811c-6e5841c3efff'),(87,NULL,'app','m180217_172123_tiny_ints','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','c3e99dd8-f2be-470e-a5ba-ecef98230ef4'),(88,NULL,'app','m180321_233505_small_ints','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','64a53868-a156-4b99-994a-6201dae965c1'),(89,NULL,'app','m180328_115523_new_license_key_statuses','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','6f94253a-9490-4514-810f-e612432eba56'),(90,NULL,'app','m180404_182320_edition_changes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','095c2e7e-e262-4d27-9f4e-a6889211e77e'),(91,NULL,'app','m180411_102218_fix_db_routes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','731742bc-8e59-405e-b1e6-c111d243e2a2'),(92,NULL,'app','m180416_205628_resourcepaths_table','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','6e06ec91-db04-44db-a85d-1f370aeb2df5'),(93,NULL,'app','m180418_205713_widget_cleanup','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','31f47605-5041-4181-a9a3-7881d11d31c1'),(94,NULL,'app','m180425_203349_searchable_fields','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','dc4704d5-dcc9-422c-8a87-132be84fce1a'),(95,NULL,'app','m180516_153000_uids_in_field_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','3b4774d6-4654-4463-b2f1-97f726b62362'),(96,NULL,'app','m180517_173000_user_photo_volume_to_uid','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','48aaf568-9b71-4dbb-b398-23ea179761ab'),(97,NULL,'app','m180518_173000_permissions_to_uid','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','8c132a81-a3d6-495b-8266-cb3304906c7e'),(98,NULL,'app','m180520_173000_matrix_context_to_uids','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','7cb3202e-0875-489a-a5b3-2d8a69450b2c'),(99,NULL,'app','m180521_172900_project_config_table','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','8ddfe078-e983-44b3-8b73-6b8c3e7f8ba8'),(100,NULL,'app','m180521_173000_initial_yml_and_snapshot','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','e44637ee-d8f3-420a-84bc-59e94f33096a'),(101,NULL,'app','m180731_162030_soft_delete_sites','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','64b3c4ed-b2f0-4e9a-a79a-af12fc83dd7d'),(102,NULL,'app','m180810_214427_soft_delete_field_layouts','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','76cbbfc5-0745-4ed2-8fd4-9bd227c0c0b4'),(103,NULL,'app','m180810_214439_soft_delete_elements','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','a03e5d4d-5c49-42c4-a71a-69db678a8224'),(104,NULL,'app','m180824_193422_case_sensitivity_fixes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','c675d233-cde2-4c93-b3ca-9b37bb434053'),(105,NULL,'app','m180901_151639_fix_matrixcontent_tables','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','3ef9239e-4fdb-4613-8e7c-15a3f4125de8'),(106,NULL,'app','m180904_112109_permission_changes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','5f3c9a1a-11d2-478c-b049-ad6334598763'),(107,NULL,'app','m180910_142030_soft_delete_sitegroups','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','066fac48-7b3e-47f9-b85f-6b717b7925f4'),(108,NULL,'app','m181011_160000_soft_delete_asset_support','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','a4c72873-ccef-484e-8e2d-930ad5215921'),(109,NULL,'app','m181016_183648_set_default_user_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','028d4e4c-c46f-45cf-9d78-7a1753c2b098'),(110,NULL,'app','m181017_225222_system_config_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','230b6760-a134-400b-8428-fbd7ae846bce'),(111,NULL,'app','m181018_222343_drop_userpermissions_from_config','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','e7c9b7ec-aa66-49bd-a7eb-3915aeabb975'),(112,NULL,'app','m181029_130000_add_transforms_routes_to_config','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','599bc463-b22f-487c-8a42-aca50d00e71e'),(113,NULL,'app','m181112_203955_sequences_table','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','882f7e42-1fd5-4400-bf17-f4c1cdc33033'),(114,NULL,'app','m181121_001712_cleanup_field_configs','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','78c5b189-03f7-4708-a650-b38f69d029e7'),(115,NULL,'app','m181128_193942_fix_project_config','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','9dc406f3-6c6f-4059-b44d-59d16b0eb2b1'),(116,NULL,'app','m181130_143040_fix_schema_version','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','55663d4f-27ff-411e-956c-e14655ecac0b'),(117,NULL,'app','m181211_143040_fix_entry_type_uids','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','b1d4d9a4-6316-413a-945e-2feac788829b'),(118,NULL,'app','m181213_102500_config_map_aliases','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','89bf7bbb-44a6-443c-8206-af3ff2989eba'),(119,NULL,'app','m181217_153000_fix_structure_uids','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','846a472a-95f5-4f1f-a4f7-ca5184f269aa'),(120,NULL,'app','m190104_152725_store_licensed_plugin_editions','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','5c209aff-00dd-42d9-8a42-b6564d100cc0'),(121,NULL,'app','m190108_110000_cleanup_project_config','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','d327fadd-76d7-4503-be11-81da8a912af6'),(122,NULL,'app','m190108_113000_asset_field_setting_change','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','695f277a-ab68-4a83-82f2-e936295adb3d'),(123,NULL,'app','m190109_172845_fix_colspan','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','43910cd4-5e83-4b6d-855a-8f7b88b6247f'),(124,NULL,'app','m190110_150000_prune_nonexisting_sites','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','4cd71f29-f98a-4899-a2b4-238a61c4db65'),(125,NULL,'app','m190110_214819_soft_delete_volumes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','8335956a-2c49-4a40-8b0e-e68b208e1c30'),(126,NULL,'app','m190112_124737_fix_user_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','4698b045-e5ee-4a56-bff7-c1fff754a9f1'),(127,NULL,'app','m190112_131225_fix_field_layouts','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','902d60e1-8e2c-4f4a-9055-8f83c85f6e6d'),(128,NULL,'app','m190112_201010_more_soft_deletes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','7f9961ac-e762-4ef5-9a7a-fa1817d26bf4'),(129,NULL,'app','m190114_143000_more_asset_field_setting_changes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','e8cf4c8b-8f82-472d-b39d-f896cfc6d226'),(130,NULL,'app','m190121_120000_rich_text_config_setting','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','0dec2485-9aab-4d9d-8d46-6756b44eeb93'),(131,NULL,'app','m190125_191628_fix_email_transport_password','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','1cc76fe6-e762-4c91-beec-702c1b984b44'),(132,NULL,'app','m190128_181422_cleanup_volume_folders','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','692967b5-27b0-432e-a903-069ba83f074c'),(133,NULL,'app','m190205_140000_fix_asset_soft_delete_index','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','8ab58617-1897-42ae-94ae-0db48629922b'),(134,NULL,'app','m190208_140000_reset_project_config_mapping','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','d9b0e8dd-3d94-416f-89f5-45df90281cf2'),(135,NULL,'app','m190218_143000_element_index_settings_uid','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','76cc86f7-0364-4afe-90a6-6316792c9bdd'),(136,NULL,'app','m190312_152740_element_revisions','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','bb233c1e-c672-4022-834d-955b2f2b2c5b'),(137,NULL,'app','m190327_235137_propagation_method','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','be267a4a-fe8d-49a7-8d8f-db65a9a40281'),(138,NULL,'app','m190401_223843_drop_old_indexes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','8a3991de-610a-4423-bab3-0d7af54a2bd9'),(139,NULL,'app','m190416_014525_drop_unique_global_indexes','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','17772379-ba34-4e84-b8e1-0515ad2af06e'),(140,NULL,'app','m190417_085010_add_image_editor_permissions','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','3701bce4-d093-4d7a-adf6-fbb44d3c3696'),(141,NULL,'app','m190502_122019_store_default_user_group_uid','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','241e3fa0-c65d-44ba-93c5-7017f358b17d'),(142,NULL,'app','m190504_150349_preview_targets','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','0bc04b28-b115-4ee9-b48d-13e4f61f6553'),(143,NULL,'app','m190516_184711_job_progress_label','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','fd29213c-6dca-4b79-9a1a-6153444036ef'),(144,NULL,'app','m190523_190303_optional_revision_creators','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','6ffbf76b-3eda-4c76-a528-e8e4b5a03d16'),(145,NULL,'app','m190529_204501_fix_duplicate_uids','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','af69fe27-56cc-4d3d-9acf-9a0b395274d0'),(146,NULL,'app','m190605_223807_unsaved_drafts','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','674c3d9e-8a8d-4789-9cf2-304de25ce61d'),(147,NULL,'app','m190607_230042_entry_revision_error_tables','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','c2e80144-eafe-4417-8e5d-68ab36613f48'),(148,NULL,'app','m190608_033429_drop_elements_uid_idx','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','b46a28ab-4748-49d0-baf4-2259b7aaeda8'),(149,NULL,'app','m190617_164400_add_gqlschemas_table','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','e4256312-0939-4eaa-af6e-46e7e333887b'),(150,NULL,'app','m190624_234204_matrix_propagation_method','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','e2fdceea-2402-4dfc-b8ad-91a5bb6081ea'),(151,NULL,'app','m190711_153020_drop_snapshots','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','eabbd986-c254-43b4-9293-617dec6ced0f'),(152,NULL,'app','m190712_195914_no_draft_revisions','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','b9fa515f-0b21-4e90-8b24-55ce3b20fbdf'),(153,NULL,'app','m190723_140314_fix_preview_targets_column','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','617fa9ec-59ff-48a6-9f37-0d058a8cf10f'),(154,NULL,'app','m190820_003519_flush_compiled_templates','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','d6355a46-1036-4f2c-849c-31c1c744d5cf'),(155,NULL,'app','m190823_020339_optional_draft_creators','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','8f291ec6-25df-48b1-b0fd-832c222067cc'),(156,NULL,'app','m190913_152146_update_preview_targets','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','708fc9d8-e029-4b1b-9a8e-47e74fb3da23'),(157,NULL,'app','m191107_122000_add_gql_project_config_support','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','378c63e4-b06d-4aaf-8432-2264aeb67810'),(158,NULL,'app','m191204_085100_pack_savable_component_settings','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','6a175408-6d11-408d-b252-0604dd85b192'),(159,NULL,'app','m191206_001148_change_tracking','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','a0e210b7-bd80-4b35-8559-9cdc1da25b54'),(160,NULL,'app','m191216_191635_asset_upload_tracking','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','89b3dda9-0fa6-4741-8987-3aa30bfde7ee'),(161,NULL,'app','m191222_002848_peer_asset_permissions','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','03c80884-65ce-47b0-98cc-a7a7049a8d82'),(162,NULL,'app','m200127_172522_queue_channels','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','3fba8b65-7b25-4114-b773-430aaffc50b5'),(163,NULL,'app','m200211_175048_truncate_element_query_cache','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','79e5d574-6170-42b0-920f-e63fae0baa9d'),(164,NULL,'app','m200213_172522_new_elements_index','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','b8f132e5-cf07-4758-b90b-f0b691227577'),(165,NULL,'app','m200228_195211_long_deprecation_messages','2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:22:44','63b1b93f-c645-4d76-9eee-9f5cda47dbd1'),(166,4,'plugin','Install','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','0e0c610b-8c55-4e2d-8c60-5ccc28eac2d4'),(167,4,'plugin','m181013_122446_add_remote_ip','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','a1e1f1dd-0473-45a7-87ba-d7814e945eec'),(168,4,'plugin','m181013_171315_truncate_match_type','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','c1ec196c-0415-4a04-b526-3bf4e7617433'),(169,4,'plugin','m181013_202455_add_redirect_src_match','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','3e04542f-7efa-4c18-badf-fedb51ec9e66'),(170,4,'plugin','m181018_123901_add_stats_info','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','715c7006-7fbf-4d03-b3ed-e40317ec46e6'),(171,4,'plugin','m181018_135656_add_redirect_status','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','a76b22b4-73e5-4bc3-9f56-d53b83b24596'),(172,4,'plugin','m181213_233502_add_site_id','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','3156cf35-5002-454c-8c32-c3db5ea5bc0e'),(173,4,'plugin','m181216_043222_rebuild_indexes','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','1a713770-252d-4574-b143-e1f83be14dba'),(174,4,'plugin','m190416_212500_widget_type_update','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','e18c6d37-3358-42bd-acad-cd6083ee28e8'),(175,4,'plugin','m200109_144310_add_redirectSrcUrl_index','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','b2f8161f-b603-49b3-8508-083f6e30ad35'),(176,5,'plugin','Install','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','a5c88b79-d692-4f09-8186-8f11687f95ac'),(177,5,'plugin','m180314_002755_field_type','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','e8fd3d69-80fe-4b77-bd6e-881bd95395ef'),(178,5,'plugin','m180314_002756_base_install','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','13faed23-cc8a-430f-b785-9a9919007553'),(179,5,'plugin','m180502_202319_remove_field_metabundles','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','6a20cccd-6655-453b-899d-e9681d2a1c5c'),(180,5,'plugin','m180711_024947_commerce_products','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','2cf8cde9-e8f4-4997-9014-4a154a3f5361'),(181,5,'plugin','m190401_220828_longer_handles','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','a52c8755-967a-41cf-abb1-7a63c06754f6'),(182,5,'plugin','m190518_030221_calendar_events','2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:29:52','ab6d63b2-fe21-4fb3-bbe2-4ebd3a6ffef9'),(183,8,'plugin','Install','2020-03-27 13:30:08','2020-03-27 13:30:08','2020-03-27 13:30:08','0cd2d6e1-5403-42e8-8d52-d729f70971ac'),(184,8,'plugin','m190625_151715_add_indexes','2020-03-27 13:30:08','2020-03-27 13:30:08','2020-03-27 13:30:08','27332889-f94c-4d33-a77c-d33717bc42c0');
+/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `plugins`
+--
+
+LOCK TABLES `plugins` WRITE;
+/*!40000 ALTER TABLE `plugins` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `plugins` VALUES (1,'minify','1.2.9','1.0.0','unknown',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:39:33','e3c115e9-20f8-4e22-844e-30e17ef57531'),(2,'fastcgi-cache-bust','1.0.8','1.0.0','unknown',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:39:33','181a837f-d581-4b8f-a41f-c42ac5024864'),(3,'image-optimize','1.6.12','1.0.0','invalid',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:39:33','828d7b83-f12e-417e-83f6-92fbbb05c82f'),(4,'retour','3.1.36','3.0.9','invalid',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:39:33','d72e01fb-71aa-4d22-a59b-e3d941f64908'),(5,'seomatic','3.2.49','3.0.8','invalid',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:39:33','1f2b10de-d456-42a8-816e-278d5516bcdd'),(6,'twigpack','1.2.0','1.0.0','unknown',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2020-03-27 13:39:33','15c2583f-7cc0-434a-99f6-f9af83fe9527'),(7,'typogrify','1.1.18','1.0.0','unknown',NULL,'2020-03-27 13:30:07','2020-03-27 13:30:07','2020-03-27 13:39:33','77df8ab1-431b-47c6-9652-3b7f85c6ce9f'),(8,'webperf','1.0.18','1.0.1','invalid',NULL,'2020-03-27 13:30:07','2020-03-27 13:30:07','2020-03-27 13:39:33','adb989ac-57b2-4b98-b3d6-94e1bd76045a');
+/*!40000 ALTER TABLE `plugins` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `projectconfig`
+--
+
+LOCK TABLES `projectconfig` WRITE;
+/*!40000 ALTER TABLE `projectconfig` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `projectconfig` VALUES ('dateModified','1585315363'),('email.fromEmail','\"andrew@nystudio107.com\"'),('email.fromName','\"$SITE_NAME\"'),('email.transportType','\"craft\\\\mail\\\\transportadapters\\\\Sendmail\"'),('fieldGroups.94b4d5ac-d7ea-4241-a6cb-92b39f482f99.name','\"Common\"'),('fieldGroups.d08a0d16-0e00-49e6-9cd4-465fa2d65d7d.name','\"Errors\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.contentColumnType','\"string\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.fieldGroup','\"d08a0d16-0e00-49e6-9cd4-465fa2d65d7d\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.handle','\"errorImage\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.instructions','\"\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.name','\"Error Image\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.searchable','true'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.allowedKinds.0','\"image\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.defaultUploadLocationSource','\"volume:5c642d7e-b16b-4836-9575-668d75d242e5\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.defaultUploadLocationSubpath','\"\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.limit','\"1\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.localizeRelations','false'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.restrictFiles','\"1\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.selectionLabel','\"\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.singleUploadLocationSource','\"volume:5c642d7e-b16b-4836-9575-668d75d242e5\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.singleUploadLocationSubpath','\"\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.source','null'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.sources.0','\"volume:5c642d7e-b16b-4836-9575-668d75d242e5\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.targetSiteId','null'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.useSingleFolder','\"\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.validateRelatedElements','\"\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.settings.viewMode','\"large\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.translationKeyFormat','null'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.translationMethod','\"site\"'),('fields.a5cb77be-c4d9-4d3e-88fb-d5384ca13941.type','\"craft\\\\fields\\\\Assets\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.contentColumnType','\"text\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.fieldGroup','\"d08a0d16-0e00-49e6-9cd4-465fa2d65d7d\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.handle','\"errorHeadline\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.instructions','\"\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.name','\"Error Headline\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.searchable','true'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.settings.charLimit','\"\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.settings.code','\"\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.settings.columnType','\"text\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.settings.initialRows','\"4\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.settings.multiline','\"\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.settings.placeholder','\"\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.translationKeyFormat','null'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.translationMethod','\"none\"'),('fields.b8ba7115-3804-4c06-8a96-501963d1fc5c.type','\"craft\\\\fields\\\\PlainText\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.contentColumnType','\"text\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.fieldGroup','\"d08a0d16-0e00-49e6-9cd4-465fa2d65d7d\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.handle','\"errorText\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.instructions','\"\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.name','\"Error Text\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.searchable','true'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.settings.charLimit','\"\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.settings.code','\"\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.settings.columnType','\"text\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.settings.initialRows','\"4\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.settings.multiline','\"1\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.settings.placeholder','\"\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.translationKeyFormat','null'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.translationMethod','\"none\"'),('fields.e6d658aa-c335-4f15-bbcd-59fe05d9e913.type','\"craft\\\\fields\\\\PlainText\"'),('plugins.fastcgi-cache-bust.edition','\"standard\"'),('plugins.fastcgi-cache-bust.enabled','true'),('plugins.fastcgi-cache-bust.schemaVersion','\"1.0.0\"'),('plugins.image-optimize.edition','\"standard\"'),('plugins.image-optimize.enabled','true'),('plugins.image-optimize.licenseKey','\"$PLUGIN_IMAGEOPTIMIZE_LICENSE\"'),('plugins.image-optimize.schemaVersion','\"1.0.0\"'),('plugins.image-optimize.settings.allowUpScaledImageVariants','false'),('plugins.image-optimize.settings.assetVolumeSubFolders','true'),('plugins.image-optimize.settings.autoSharpenScaledImages','true'),('plugins.image-optimize.settings.createColorPalette','true'),('plugins.image-optimize.settings.createPlaceholderSilhouettes','false'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.0','\"nystudio107\\\\imageoptimizeimgix\\\\imagetransforms\\\\ImgixImageTransform\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.0.0','\"domain\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.0.1','\"\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.1.0','\"apiKey\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.1.1','\"\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.2.0','\"securityToken\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.2.1','\"\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.1.0','\"nystudio107\\\\imageoptimizesharp\\\\imagetransforms\\\\SharpImageTransform\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.1.1.__assoc__.0.0','\"baseUrl\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.1.1.__assoc__.0.1','\"$SERVERLESS_SHARP_CLOUDFRONT_URL\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.0','\"nystudio107\\\\imageoptimizethumbor\\\\imagetransforms\\\\ThumborImageTransform\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.0.0','\"baseUrl\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.0.1','\"\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.1.0','\"securityKey\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.1.1','\"\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.2.0','\"includeBucketPrefix\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.2.1','\"\"'),('plugins.image-optimize.settings.lowerQualityRetinaImageVariants','false'),('plugins.image-optimize.settings.transformClass','\"nystudio107\\\\imageoptimizesharp\\\\imagetransforms\\\\SharpImageTransform\"'),('plugins.minify.edition','\"standard\"'),('plugins.minify.enabled','true'),('plugins.minify.schemaVersion','\"1.0.0\"'),('plugins.retour.edition','\"standard\"'),('plugins.retour.enabled','true'),('plugins.retour.licenseKey','\"$PLUGIN_RETOUR_LICENSE\"'),('plugins.retour.schemaVersion','\"3.0.9\"'),('plugins.seomatic.edition','\"standard\"'),('plugins.seomatic.enabled','true'),('plugins.seomatic.licenseKey','\"$PLUGIN_SEOMATIC_LICENSE\"'),('plugins.seomatic.schemaVersion','\"3.0.8\"'),('plugins.twigpack.edition','\"standard\"'),('plugins.twigpack.enabled','true'),('plugins.twigpack.schemaVersion','\"1.0.0\"'),('plugins.typogrify.edition','\"standard\"'),('plugins.typogrify.enabled','true'),('plugins.typogrify.schemaVersion','\"1.0.0\"'),('plugins.webperf.edition','\"standard\"'),('plugins.webperf.enabled','true'),('plugins.webperf.licenseKey','\"$PLUGIN_WEBPERF_LICENSE\"'),('plugins.webperf.schemaVersion','\"1.0.1\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.enableVersioning','false'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.handle','\"homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.hasTitleField','false'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.name','\"Homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.sortOrder','1'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleFormat','\"{section.name|raw}\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleLabel','null'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.handle','\"homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.name','\"Homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.propagationMethod','\"all\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"index\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"__home__\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.type','\"single\"'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.enableVersioning','false'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.entryTypes.faceb3ed-6771-453c-9c2a-aa330847f6db.handle','\"errors\"'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.entryTypes.faceb3ed-6771-453c-9c2a-aa330847f6db.hasTitleField','true'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.entryTypes.faceb3ed-6771-453c-9c2a-aa330847f6db.name','\"Errors\"'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.entryTypes.faceb3ed-6771-453c-9c2a-aa330847f6db.sortOrder','1'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.entryTypes.faceb3ed-6771-453c-9c2a-aa330847f6db.titleFormat','null'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.entryTypes.faceb3ed-6771-453c-9c2a-aa330847f6db.titleLabel','\"Title\"'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.handle','\"errors\"'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.name','\"Errors\"'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.propagationMethod','\"all\"'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault','true'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','false'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','null'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','null'),('sections.a72bfe0c-3389-4f9f-8ec1-ab318ec10b29.type','\"channel\"'),('siteGroups.f89601e9-4ba9-4a48-9e99-350aa9914912.name','\"$SITE_NAME\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.baseUrl','\"$SITE_URL\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.handle','\"default\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.language','\"en-US\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.name','\"$SITE_NAME\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.primary','true'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.siteGroup','\"f89601e9-4ba9-4a48-9e99-350aa9914912\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.sortOrder','1'),('system.edition','\"solo\"'),('system.live','true'),('system.name','\"$SITE_NAME\"'),('system.schemaVersion','\"3.4.10\"'),('system.timeZone','\"America/New_York\"'),('users.allowPublicRegistration','false'),('users.defaultGroup','null'),('users.photoSubpath','\"\"'),('users.photoVolumeUid','null'),('users.requireEmailVerification','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.handle','\"site\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.hasUrls','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.name','\"Site\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.settings.path','\"@webroot/assets/site\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.sortOrder','1'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.type','\"craft\\\\volumes\\\\Local\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.url','\"@assetsUrl/assets/site\"');
+/*!40000 ALTER TABLE `projectconfig` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `queue`
+--
+
+LOCK TABLES `queue` WRITE;
+/*!40000 ALTER TABLE `queue` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `queue` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `relations`
+--
+
+LOCK TABLES `relations` WRITE;
+/*!40000 ALTER TABLE `relations` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `relations` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `resourcepaths`
+--
+
+LOCK TABLES `resourcepaths` WRITE;
+/*!40000 ALTER TABLE `resourcepaths` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `resourcepaths` VALUES ('25c2fc0','@nystudio107/webperf/assetbundles/webperf/dist'),('26a94552','@bower/jquery/dist'),('2b011dc7','@lib/jquery.payment'),('3726b22f','@lib/velocity'),('3d6450f','@craft/web/assets/dashboard/dist'),('45805e80','@craft/web/assets/craftsupport/dist'),('4d86e94d','@craft/web/assets/login/dist'),('4f17798c','@craft/web/assets/dbbackup/dist'),('5eb3cab6','@lib/vue'),('735869c3','@lib/axios'),('798f298a','@lib/jquery-ui'),('7a9563c4','@craft/web/assets/feed/dist'),('825d9a3c','@lib/fabric'),('939eea7','@lib/element-resize-detector'),('971b4e02','@lib/garnishjs'),('a2a049d2','@craft/web/assets/utilities/dist'),('a4a65984','@lib/d3'),('aa0379d5','@lib/picturefill'),('ada74517','@lib/jquery-touch-events'),('af214f9e','@lib/prismjs'),('b2eb782b','@lib/fileupload'),('ba6cbd29','@modules/sitemodule/assetbundles/sitemodule/dist'),('dc96eae7','@craft/web/assets/recententries/dist'),('e22ca889','@craft/web/assets/updateswidget/dist'),('f1294165','@craft/web/assets/pluginstore/dist'),('f41110db','@lib/xregexp'),('f665e8ae','@nystudio107/seomatic/assetbundles/seomatic/dist'),('f8527118','@craft/web/assets/cp/dist'),('fe7d5451','@lib/selectize');
+/*!40000 ALTER TABLE `resourcepaths` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `retour_redirects`
+--
+
+LOCK TABLES `retour_redirects` WRITE;
+/*!40000 ALTER TABLE `retour_redirects` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `retour_redirects` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `retour_static_redirects`
+--
+
+LOCK TABLES `retour_static_redirects` WRITE;
+/*!40000 ALTER TABLE `retour_static_redirects` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `retour_static_redirects` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `retour_stats`
+--
+
+LOCK TABLES `retour_stats` WRITE;
+/*!40000 ALTER TABLE `retour_stats` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `retour_stats` VALUES (1,'2020-03-27 13:32:33','2020-03-27 13:32:36','d51a6505-12b4-479c-8521-90eec927b370',1,'/favicon.ico','http://localhost:8000/admin','172.19.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','Template not found: favicon.ico','/var/www/project/cms/vendor/craftcms/cms/src/controllers/TemplatesController.php',90,2,'2020-03-27 13:32:36',0);
+/*!40000 ALTER TABLE `retour_stats` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `revisions`
+--
+
+LOCK TABLES `revisions` WRITE;
+/*!40000 ALTER TABLE `revisions` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `revisions` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `searchindex`
+--
+
+LOCK TABLES `searchindex` WRITE;
+/*!40000 ALTER TABLE `searchindex` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `searchindex` VALUES (1,'username',0,1,' admin '),(1,'firstname',0,1,''),(1,'lastname',0,1,''),(1,'fullname',0,1,''),(1,'email',0,1,' andrew nystudio107 com '),(1,'slug',0,1,''),(2,'slug',0,1,' homepage '),(2,'title',0,1,' homepage ');
+/*!40000 ALTER TABLE `searchindex` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `sections`
+--
+
+LOCK TABLES `sections` WRITE;
+/*!40000 ALTER TABLE `sections` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `sections` VALUES (4,NULL,'Errors','errors','channel',0,'all',NULL,'2020-03-27 13:38:49','2020-03-27 13:38:49',NULL,'a72bfe0c-3389-4f9f-8ec1-ab318ec10b29'),(5,NULL,'Homepage','homepage','single',0,'all',NULL,'2020-03-27 13:38:49','2020-03-27 13:38:49',NULL,'54e60257-f31a-44aa-960e-bbd364197e28');
+/*!40000 ALTER TABLE `sections` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `sections_sites`
+--
+
+LOCK TABLES `sections_sites` WRITE;
+/*!40000 ALTER TABLE `sections_sites` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `sections_sites` VALUES (1,4,1,0,NULL,NULL,1,'2020-03-27 13:38:49','2020-03-27 13:38:49','c343dc66-853c-45b7-bde8-93a71c6d7d5a'),(2,5,1,1,'__home__','index',1,'2020-03-27 13:38:49','2020-03-27 13:38:49','94d75213-7345-4ed4-9251-15f5d2f8a915');
+/*!40000 ALTER TABLE `sections_sites` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `seomatic_metabundles`
+--
+
+LOCK TABLES `seomatic_metabundles` WRITE;
+/*!40000 ALTER TABLE `seomatic_metabundles` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `seomatic_metabundles` VALUES (1,'2020-03-27 13:29:52','2020-03-27 13:29:52','54bcfb25-90fc-40ce-8a49-7ff73bee5bd6','1.0.46','__GLOBAL_BUNDLE__',1,'__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__','',1,'[]','2020-03-27 13:29:52','{\"language\":null,\"mainEntityOfPage\":\"WebSite\",\"seoTitle\":\"\",\"siteNamePosition\":\"before\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{seomatic.helper.safeCanonicalUrl()}\",\"robots\":\"all\",\"ogType\":\"website\",\"ogTitle\":\"{seomatic.meta.seoTitle}\",\"ogSiteNamePosition\":\"none\",\"ogDescription\":\"{seomatic.meta.seoDescription}\",\"ogImage\":\"{seomatic.meta.seoImage}\",\"ogImageWidth\":\"{seomatic.meta.seoImageWidth}\",\"ogImageHeight\":\"{seomatic.meta.seoImageHeight}\",\"ogImageDescription\":\"{seomatic.meta.seoImageDescription}\",\"twitterCard\":\"summary\",\"twitterCreator\":\"{seomatic.site.twitterHandle}\",\"twitterTitle\":\"{seomatic.meta.seoTitle}\",\"twitterSiteNamePosition\":\"none\",\"twitterDescription\":\"{seomatic.meta.seoDescription}\",\"twitterImage\":\"{seomatic.meta.seoImage}\",\"twitterImageWidth\":\"{seomatic.meta.seoImageWidth}\",\"twitterImageHeight\":\"{seomatic.meta.seoImageHeight}\",\"twitterImageDescription\":\"{seomatic.meta.seoImageDescription}\"}','{\"siteName\":\"\",\"identity\":{\"siteType\":\"Organization\",\"siteSubType\":\"LocalBusiness\",\"siteSpecificType\":\"\",\"computedType\":\"Organization\",\"genericName\":\"\",\"genericAlternateName\":\"\",\"genericDescription\":\"\",\"genericUrl\":\"\",\"genericImage\":\"\",\"genericImageWidth\":\"\",\"genericImageHeight\":\"\",\"genericImageIds\":[],\"genericTelephone\":\"\",\"genericEmail\":\"\",\"genericStreetAddress\":\"\",\"genericAddressLocality\":\"\",\"genericAddressRegion\":\"\",\"genericPostalCode\":\"\",\"genericAddressCountry\":\"\",\"genericGeoLatitude\":\"\",\"genericGeoLongitude\":\"\",\"personGender\":\"\",\"personBirthPlace\":\"\",\"organizationDuns\":\"\",\"organizationFounder\":\"\",\"organizationFoundingDate\":\"\",\"organizationFoundingLocation\":\"\",\"organizationContactPoints\":[],\"corporationTickerSymbol\":\"\",\"localBusinessPriceRange\":\"\",\"localBusinessOpeningHours\":[],\"restaurantServesCuisine\":\"\",\"restaurantMenuUrl\":\"\",\"restaurantReservationsUrl\":\"\"},\"creator\":{\"siteType\":\"Organization\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"computedType\":\"Organization\",\"genericName\":\"nystudio107\",\"genericAlternateName\":\"nys\",\"genericDescription\":\"We do technology-based consulting, branding, design, and development. Making the web better one site at a time, with a focus on performance, usability & SEO\",\"genericUrl\":\"https://nystudio107.com/\",\"genericImage\":\"https://nystudio107-ems2qegf7x6qiqq.netdna-ssl.com/img/site/nys_logo_seo.png\",\"genericImageWidth\":\"1042\",\"genericImageHeight\":\"1042\",\"genericImageIds\":[],\"genericTelephone\":\"\",\"genericEmail\":\"info@nystudio107.com\",\"genericStreetAddress\":\"\",\"genericAddressLocality\":\"Webster\",\"genericAddressRegion\":\"NY\",\"genericPostalCode\":\"14580\",\"genericAddressCountry\":\"US\",\"genericGeoLatitude\":\"43.2365384\",\"genericGeoLongitude\":\"-77.49211620000001\",\"personGender\":\"\",\"personBirthPlace\":\"\",\"organizationDuns\":\"\",\"organizationFounder\":\"Andrew Welch, Polly Welch\",\"organizationFoundingDate\":\"2013-05-02\",\"organizationFoundingLocation\":\"Webster, NY\",\"organizationContactPoints\":[],\"corporationTickerSymbol\":\"\",\"localBusinessPriceRange\":\"\",\"localBusinessOpeningHours\":[],\"restaurantServesCuisine\":\"\",\"restaurantMenuUrl\":\"\",\"restaurantReservationsUrl\":\"\"},\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":{\"twitter\":{\"siteName\":\"Twitter\",\"handle\":\"twitter\",\"url\":\"\"},\"facebook\":{\"siteName\":\"Facebook\",\"handle\":\"facebook\",\"url\":\"\"},\"wikipedia\":{\"siteName\":\"Wikipedia\",\"handle\":\"wikipedia\",\"url\":\"\"},\"linkedin\":{\"siteName\":\"LinkedIn\",\"handle\":\"linkedin\",\"url\":\"\"},\"googleplus\":{\"siteName\":\"Google+\",\"handle\":\"googleplus\",\"url\":\"\"},\"youtube\":{\"siteName\":\"YouTube\",\"handle\":\"youtube\",\"url\":\"\"},\"instagram\":{\"siteName\":\"Instagram\",\"handle\":\"instagram\",\"url\":\"\"},\"pinterest\":{\"siteName\":\"Pinterest\",\"handle\":\"pinterest\",\"url\":\"\"},\"github\":{\"siteName\":\"GitHub\",\"handle\":\"github\",\"url\":\"\"},\"vimeo\":{\"siteName\":\"Vimeo\",\"handle\":\"vimeo\",\"url\":\"\"}},\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]}','{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[{\"property\":\"title\",\"field\":\"title\"},{\"property\":\"caption\",\"field\":\"\"},{\"property\":\"geo_location\",\"field\":\"\"},{\"property\":\"license\",\"field\":\"\"}],\"sitemapVideoFieldMap\":[{\"property\":\"title\",\"field\":\"title\"},{\"property\":\"description\",\"field\":\"\"},{\"property\":\"thumbnailLoc\",\"field\":\"\"},{\"property\":\"duration\",\"field\":\"\"},{\"property\":\"category\",\"field\":\"\"}]}','{\"MetaTagContainergeneral\":{\"data\":{\"generator\":{\"charset\":\"\",\"content\":\"SEOmatic\",\"httpEquiv\":\"\",\"name\":\"generator\",\"property\":null,\"include\":true,\"key\":\"generator\",\"environment\":null,\"dependencies\":{\"config\":[\"generatorEnabled\"]}},\"keywords\":{\"charset\":\"\",\"content\":\"{seomatic.meta.seoKeywords}\",\"httpEquiv\":\"\",\"name\":\"keywords\",\"property\":null,\"include\":true,\"key\":\"keywords\",\"environment\":null,\"dependencies\":null},\"description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.seoDescription}\",\"httpEquiv\":\"\",\"name\":\"description\",\"property\":null,\"include\":true,\"key\":\"description\",\"environment\":null,\"dependencies\":null},\"referrer\":{\"charset\":\"\",\"content\":\"no-referrer-when-downgrade\",\"httpEquiv\":\"\",\"name\":\"referrer\",\"property\":null,\"include\":true,\"key\":\"referrer\",\"environment\":null,\"dependencies\":null},\"robots\":{\"charset\":\"\",\"content\":\"none\",\"httpEquiv\":\"\",\"name\":\"robots\",\"property\":null,\"include\":true,\"key\":\"robots\",\"environment\":{\"live\":{\"content\":\"{seomatic.meta.robots}\"},\"staging\":{\"content\":\"none\"},\"local\":{\"content\":\"none\"}},\"dependencies\":null}},\"name\":\"General\",\"description\":\"General Meta Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTagContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTagContaineropengraph\":{\"data\":{\"fb:profile_id\":{\"charset\":\"\",\"content\":\"{seomatic.site.facebookProfileId}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"fb:profile_id\",\"include\":true,\"key\":\"fb:profile_id\",\"environment\":null,\"dependencies\":null},\"fb:app_id\":{\"charset\":\"\",\"content\":\"{seomatic.site.facebookAppId}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"fb:app_id\",\"include\":true,\"key\":\"fb:app_id\",\"environment\":null,\"dependencies\":null},\"og:locale\":{\"charset\":\"\",\"content\":\"{{ craft.app.language |replace({\\\"-\\\": \\\"_\\\"}) }}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:locale\",\"include\":true,\"key\":\"og:locale\",\"environment\":null,\"dependencies\":null},\"og:locale:alternate\":{\"charset\":\"\",\"content\":\"\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:locale:alternate\",\"include\":true,\"key\":\"og:locale:alternate\",\"environment\":null,\"dependencies\":null},\"og:site_name\":{\"charset\":\"\",\"content\":\"{seomatic.site.siteName}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:site_name\",\"include\":true,\"key\":\"og:site_name\",\"environment\":null,\"dependencies\":null},\"og:type\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogType}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:type\",\"include\":true,\"key\":\"og:type\",\"environment\":null,\"dependencies\":null},\"og:url\":{\"charset\":\"\",\"content\":\"{seomatic.meta.canonicalUrl}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:url\",\"include\":true,\"key\":\"og:url\",\"environment\":null,\"dependencies\":null},\"og:title\":{\"siteName\":\"{seomatic.site.siteName}\",\"siteNamePosition\":\"{seomatic.meta.ogSiteNamePosition}\",\"separatorChar\":\"{seomatic.config.separatorChar}\",\"charset\":\"\",\"content\":\"{seomatic.meta.ogTitle}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:title\",\"include\":true,\"key\":\"og:title\",\"environment\":null,\"dependencies\":null},\"og:description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogDescription}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:description\",\"include\":true,\"key\":\"og:description\",\"environment\":null,\"dependencies\":null},\"og:image\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogImage}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:image\",\"include\":true,\"key\":\"og:image\",\"environment\":null,\"dependencies\":null},\"og:image:width\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogImageWidth}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:image:width\",\"include\":true,\"key\":\"og:image:width\",\"environment\":null,\"dependencies\":{\"tag\":[\"og:image\"]}},\"og:image:height\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogImageHeight}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:image:height\",\"include\":true,\"key\":\"og:image:height\",\"environment\":null,\"dependencies\":{\"tag\":[\"og:image\"]}},\"og:image:alt\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogImageDescription}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:image:alt\",\"include\":true,\"key\":\"og:image:alt\",\"environment\":null,\"dependencies\":{\"tag\":[\"og:image\"]}},\"og:see_also\":{\"charset\":\"\",\"content\":\"\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:see_also\",\"include\":true,\"key\":\"og:see_also\",\"environment\":null,\"dependencies\":null}},\"name\":\"Facebook\",\"description\":\"Facebook OpenGraph Meta Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTagContainer\",\"handle\":\"opengraph\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTagContainertwitter\":{\"data\":{\"twitter:card\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterCard}\",\"httpEquiv\":\"\",\"name\":\"twitter:card\",\"property\":null,\"include\":true,\"key\":\"twitter:card\",\"environment\":null,\"dependencies\":null},\"twitter:site\":{\"charset\":\"\",\"content\":\"@{seomatic.site.twitterHandle}\",\"httpEquiv\":\"\",\"name\":\"twitter:site\",\"property\":null,\"include\":true,\"key\":\"twitter:site\",\"environment\":null,\"dependencies\":{\"site\":[\"twitterHandle\"]}},\"twitter:creator\":{\"charset\":\"\",\"content\":\"@{seomatic.meta.twitterCreator}\",\"httpEquiv\":\"\",\"name\":\"twitter:creator\",\"property\":null,\"include\":true,\"key\":\"twitter:creator\",\"environment\":null,\"dependencies\":{\"meta\":[\"twitterCreator\"]}},\"twitter:title\":{\"siteName\":\"{seomatic.site.siteName}\",\"siteNamePosition\":\"{seomatic.meta.twitterSiteNamePosition}\",\"separatorChar\":\"{seomatic.config.separatorChar}\",\"charset\":\"\",\"content\":\"{seomatic.meta.twitterTitle}\",\"httpEquiv\":\"\",\"name\":\"twitter:title\",\"property\":null,\"include\":true,\"key\":\"twitter:title\",\"environment\":null,\"dependencies\":null},\"twitter:description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterDescription}\",\"httpEquiv\":\"\",\"name\":\"twitter:description\",\"property\":null,\"include\":true,\"key\":\"twitter:description\",\"environment\":null,\"dependencies\":null},\"twitter:image\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterImage}\",\"httpEquiv\":\"\",\"name\":\"twitter:image\",\"property\":null,\"include\":true,\"key\":\"twitter:image\",\"environment\":null,\"dependencies\":null},\"twitter:image:width\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterImageWidth}\",\"httpEquiv\":\"\",\"name\":\"twitter:image:width\",\"property\":null,\"include\":true,\"key\":\"twitter:image:width\",\"environment\":null,\"dependencies\":{\"tag\":[\"twitter:image\"]}},\"twitter:image:height\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterImageHeight}\",\"httpEquiv\":\"\",\"name\":\"twitter:image:height\",\"property\":null,\"include\":true,\"key\":\"twitter:image:height\",\"environment\":null,\"dependencies\":{\"tag\":[\"twitter:image\"]}},\"twitter:image:alt\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterImageDescription}\",\"httpEquiv\":\"\",\"name\":\"twitter:image:alt\",\"property\":null,\"include\":true,\"key\":\"twitter:image:alt\",\"environment\":null,\"dependencies\":{\"tag\":[\"twitter:image\"]}}},\"name\":\"Twitter\",\"description\":\"Twitter Card Meta Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTagContainer\",\"handle\":\"twitter\",\"include\":true,\"dependencies\":{\"site\":[\"twitterHandle\"]},\"clearCache\":false},\"MetaTagContainermiscellaneous\":{\"data\":{\"google-site-verification\":{\"charset\":\"\",\"content\":\"{seomatic.site.googleSiteVerification}\",\"httpEquiv\":\"\",\"name\":\"google-site-verification\",\"property\":null,\"include\":true,\"key\":\"google-site-verification\",\"environment\":null,\"dependencies\":{\"site\":[\"googleSiteVerification\"]}},\"bing-site-verification\":{\"charset\":\"\",\"content\":\"{seomatic.site.bingSiteVerification}\",\"httpEquiv\":\"\",\"name\":\"msvalidate.01\",\"property\":null,\"include\":true,\"key\":\"bing-site-verification\",\"environment\":null,\"dependencies\":{\"site\":[\"bingSiteVerification\"]}},\"pinterest-site-verification\":{\"charset\":\"\",\"content\":\"{seomatic.site.pinterestSiteVerification}\",\"httpEquiv\":\"\",\"name\":\"p:domain_verify\",\"property\":null,\"include\":true,\"key\":\"pinterest-site-verification\",\"environment\":null,\"dependencies\":{\"site\":[\"pinterestSiteVerification\"]}}},\"name\":\"Miscellaneous\",\"description\":\"Miscellaneous Meta Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTagContainer\",\"handle\":\"miscellaneous\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaLinkContainergeneral\":{\"data\":{\"canonical\":{\"crossorigin\":\"\",\"href\":\"{seomatic.meta.canonicalUrl}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"canonical\",\"sizes\":\"\",\"type\":\"\",\"include\":true,\"key\":\"canonical\",\"environment\":null,\"dependencies\":null},\"home\":{\"crossorigin\":\"\",\"href\":\"{{ seomatic.helper.siteUrl(\\\"/\\\") }}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"home\",\"sizes\":\"\",\"type\":\"\",\"include\":true,\"key\":\"home\",\"environment\":null,\"dependencies\":null},\"author\":{\"crossorigin\":\"\",\"href\":\"{{ seomatic.helper.siteUrl(\\\"/humans.txt\\\") }}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"author\",\"sizes\":\"\",\"type\":\"text/plain\",\"include\":true,\"key\":\"author\",\"environment\":null,\"dependencies\":{\"frontend_template\":[\"humans\"]}},\"publisher\":{\"crossorigin\":\"\",\"href\":\"{seomatic.site.googlePublisherLink}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"publisher\",\"sizes\":\"\",\"type\":\"\",\"include\":true,\"key\":\"publisher\",\"environment\":null,\"dependencies\":{\"site\":[\"googlePublisherLink\"]}}},\"name\":\"General\",\"description\":\"Link Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaLinkContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaScriptContainergeneral\":{\"data\":{\"googleAnalytics\":{\"name\":\"Google Analytics\",\"description\":\"Google Analytics gives you the digital analytics tools you need to analyze data from all touchpoints in one place, for a deeper understanding of the customer experience. You can then share the insights that matter with your whole organization. [Learn More](https://www.google.com/analytics/analytics/)\",\"templatePath\":\"_frontend/scripts/googleAnalytics.twig\",\"templateString\":\"{% if trackingId.value is defined and trackingId.value %}\\n(function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\\n})(window,document,\'script\',\'{{ analyticsUrl.value }}\',\'ga\');\\nga(\'create\', \'{{ trackingId.value |raw }}\', \'auto\'{% if linker.value %}, {allowLinker: true}{% endif %});\\n{% if ipAnonymization.value %}\\nga(\'set\', \'anonymizeIp\', true);\\n{% endif %}\\n{% if displayFeatures.value %}\\nga(\'require\', \'displayfeatures\');\\n{% endif %}\\n{% if ecommerce.value %}\\nga(\'require\', \'ecommerce\');\\n{% endif %}\\n{% if enhancedEcommerce.value %}\\nga(\'require\', \'ec\');\\n{% endif %}\\n{% if enhancedLinkAttribution.value %}\\nga(\'require\', \'linkid\');\\n{% endif %}\\n{% if enhancedLinkAttribution.value %}\\nga(\'require\', \'linker\');\\n{% endif %}\\n{% set pageView = (sendPageView.value and not seomatic.helper.isPreview) %}\\n{% if pageView %}\\nga(\'send\', \'pageview\');\\n{% endif %}\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":null,\"bodyTemplateString\":null,\"bodyPosition\":2,\"vars\":{\"trackingId\":{\"title\":\"Google Analytics Tracking ID\",\"instructions\":\"Only enter the ID, e.g.: `UA-XXXXXX-XX`, not the entire script code. [Learn More](https://support.google.com/analytics/answer/1032385?hl=e)\",\"type\":\"string\",\"value\":\"\"},\"sendPageView\":{\"title\":\"Automatically send Google Analytics PageView\",\"instructions\":\"Controls whether the Google Analytics script automatically sends a PageView to Google Analytics when your pages are loaded.\",\"type\":\"bool\",\"value\":true},\"ipAnonymization\":{\"title\":\"Google Analytics IP Anonymization\",\"instructions\":\"When a customer of Analytics requests IP address anonymization, Analytics anonymizes the address as soon as technically feasible at the earliest possible stage of the collection network.\",\"type\":\"bool\",\"value\":false},\"displayFeatures\":{\"title\":\"Display Features\",\"instructions\":\"The display features plugin for analytics.js can be used to enable Advertising Features in Google Analytics, such as Remarketing, Demographics and Interest Reporting, and more. [Learn More](https://developers.google.com/analytics/devguides/collection/analyticsjs/display-features)\",\"type\":\"bool\",\"value\":false},\"ecommerce\":{\"title\":\"Ecommerce\",\"instructions\":\"Ecommerce tracking allows you to measure the number of transactions and revenue that your website generates. [Learn More](https://developers.google.com/analytics/devguides/collection/analyticsjs/ecommerce)\",\"type\":\"bool\",\"value\":false},\"enhancedEcommerce\":{\"title\":\"Enhanced Ecommerce\",\"instructions\":\"The enhanced ecommerce plug-in for analytics.js enables the measurement of user interactions with products on ecommerce websites across the user\'s shopping experience, including: product impressions, product clicks, viewing product details, adding a product to a shopping cart, initiating the checkout process, transactions, and refunds. [Learn More](https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce)\",\"type\":\"bool\",\"value\":false},\"enhancedLinkAttribution\":{\"title\":\"Enhanced Link Attribution\",\"instructions\":\"Enhanced Link Attribution improves the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs. [Learn More](https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-link-attribution)\",\"type\":\"bool\",\"value\":false},\"linker\":{\"title\":\"Linker\",\"instructions\":\"The linker plugin simplifies the process of implementing cross-domain tracking as described in the Cross-domain Tracking guide for analytics.js. [Learn More](https://developers.google.com/analytics/devguides/collection/analyticsjs/linker)\",\"type\":\"bool\",\"value\":false},\"analyticsUrl\":{\"title\":\"Google Analytics Script URL\",\"instructions\":\"The URL to the Google Analytics tracking script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://www.google-analytics.com/analytics.js\"}},\"dataLayer\":[],\"include\":false,\"key\":\"googleAnalytics\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null},\"gtag\":{\"name\":\"Google gtag.js\",\"description\":\"The global site tag (gtag.js) is a JavaScript tagging framework and API that allows you to send event data to AdWords, DoubleClick, and Google Analytics. Instead of having to manage multiple tags for different products, you can use gtag.js and more easily benefit from the latest tracking features and integrations as they become available. [Learn More](https://developers.google.com/gtagjs/)\",\"templatePath\":\"_frontend/scripts/gtagHead.twig\",\"templateString\":\"{% set gtagProperty = googleAnalyticsId.value ?? googleAdWordsId.value ?? dcFloodlightId.value ?? null %}\\n{% if gtagProperty %}\\nwindow.dataLayer = window.dataLayer || [{% if dataLayer is defined and dataLayer %}{{ dataLayer |json_encode() |raw }}{% endif %}];\\nfunction gtag(){dataLayer.push(arguments)};\\ngtag(\'js\', new Date());\\n{% set pageView = (sendPageView.value and not seomatic.helper.isPreview) %}\\n{% if googleAnalyticsId.value %}\\n{%- set gtagConfig = \\\"{\\\"\\n ~ \\\"\'send_page_view\': #{pageView ? \'true\' : \'false\'},\\\"\\n ~ \\\"\'anonymize_ip\': #{ipAnonymization.value ? \'true\' : \'false\'},\\\"\\n ~ \\\"\'link_attribution\': #{enhancedLinkAttribution.value ? \'true\' : \'false\'},\\\"\\n ~ \\\"\'allow_display_features\': #{displayFeatures.value ? \'true\' : \'false\'}\\\"\\n ~ \\\"}\\\"\\n-%}\\ngtag(\'config\', \'{{ googleAnalyticsId.value }}\', {{ gtagConfig }});\\n{% endif %}\\n{% if googleAdWordsId.value %}\\n{%- set gtagConfig = \\\"{\\\"\\n ~ \\\"\'send_page_view\': #{pageView ? \'true\' : \'false\'}\\\"\\n ~ \\\"}\\\"\\n-%}\\ngtag(\'config\', \'{{ googleAdWordsId.value }}\', {{ gtagConfig }});\\n{% endif %}\\n{% if dcFloodlightId.value %}\\n{%- set gtagConfig = \\\"{\\\"\\n ~ \\\"\'send_page_view\': #{pageView ? \'true\' : \'false\'}\\\"\\n ~ \\\"}\\\"\\n-%}\\ngtag(\'config\', \'{{ dcFloodlightId.value }}\', {{ gtagConfig }});\\n{% endif %}\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":\"_frontend/scripts/gtagBody.twig\",\"bodyTemplateString\":\"{% set gtagProperty = googleAnalyticsId.value ?? googleAdWordsId.value ?? dcFloodlightId.value ?? null %}\\n{% if gtagProperty %}\\n\\n{% endif %}\\n\",\"bodyPosition\":2,\"vars\":{\"googleAnalyticsId\":{\"title\":\"Google Analytics Tracking ID\",\"instructions\":\"Only enter the ID, e.g.: `UA-XXXXXX-XX`, not the entire script code. [Learn More](https://support.google.com/analytics/answer/1032385?hl=e)\",\"type\":\"string\",\"value\":\"\"},\"googleAdWordsId\":{\"title\":\"AdWords Conversion ID\",\"instructions\":\"Only enter the ID, e.g.: `AW-XXXXXXXX`, not the entire script code. [Learn More](https://developers.google.com/adwords-remarketing-tag/)\",\"type\":\"string\",\"value\":\"\"},\"dcFloodlightId\":{\"title\":\"DoubleClick Floodlight ID\",\"instructions\":\"Only enter the ID, e.g.: `DC-XXXXXXXX`, not the entire script code. [Learn More](https://support.google.com/dcm/partner/answer/7568534)\",\"type\":\"string\",\"value\":\"\"},\"sendPageView\":{\"title\":\"Automatically send PageView\",\"instructions\":\"Controls whether the `gtag.js` script automatically sends a PageView to Google Analytics, AdWords, and DoubleClick Floodlight when your pages are loaded.\",\"type\":\"bool\",\"value\":true},\"ipAnonymization\":{\"title\":\"Google Analytics IP Anonymization\",\"instructions\":\"In some cases, you might need to anonymize the IP addresses of hits sent to Google Analytics. [Learn More](https://developers.google.com/analytics/devguides/collection/gtagjs/ip-anonymization)\",\"type\":\"bool\",\"value\":false},\"displayFeatures\":{\"title\":\"Google Analytics Display Features\",\"instructions\":\"The display features plugin for gtag.js can be used to enable Advertising Features in Google Analytics, such as Remarketing, Demographics and Interest Reporting, and more. [Learn More](https://developers.google.com/analytics/devguides/collection/gtagjs/display-features)\",\"type\":\"bool\",\"value\":false},\"enhancedLinkAttribution\":{\"title\":\"Google Analytics Enhanced Link Attribution\",\"instructions\":\"Enhanced link attribution improves click track reporting by automatically differentiating between multiple link clicks that have the same URL on a given page. [Learn More](https://developers.google.com/analytics/devguides/collection/gtagjs/enhanced-link-attribution)\",\"type\":\"bool\",\"value\":false},\"gtagScriptUrl\":{\"title\":\"Google gtag.js Script URL\",\"instructions\":\"The URL to the Google gtag.js tracking script. Normally this should not be changed, unless you locally cache it. The JavaScript `dataLayer` will automatically be set to the `dataLayer` Twig template variable.\",\"type\":\"string\",\"value\":\"https://www.googletagmanager.com/gtag/js\"}},\"dataLayer\":[],\"include\":false,\"key\":\"gtag\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null},\"googleTagManager\":{\"name\":\"Google Tag Manager\",\"description\":\"Google Tag Manager is a tag management system that allows you to quickly and easily update tags and code snippets on your website. Once the Tag Manager snippet has been added to your website or mobile app, you can configure tags via a web-based user interface without having to alter and deploy additional code. [Learn More](https://support.google.com/tagmanager/answer/6102821?hl=en)\",\"templatePath\":\"_frontend/scripts/googleTagManagerHead.twig\",\"templateString\":\"{% if googleTagManagerId.value is defined and googleTagManagerId.value and not seomatic.helper.isPreview %}\\n{{ dataLayerVariableName.value }} = [{% if dataLayer is defined and dataLayer %}{{ dataLayer |json_encode() |raw }}{% endif %}];\\n(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'{{ googleTagManagerUrl.value }}?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'{{ dataLayerVariableName.value }}\',\'{{ googleTagManagerId.value }}\');\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":\"_frontend/scripts/googleTagManagerBody.twig\",\"bodyTemplateString\":\"{% if googleTagManagerId.value is defined and googleTagManagerId.value and not seomatic.helper.isPreview %}\\n\\n{% endif %}\\n\",\"bodyPosition\":2,\"vars\":{\"googleTagManagerId\":{\"title\":\"Google Tag Manager ID\",\"instructions\":\"Only enter the ID, e.g.: `GTM-XXXXXX`, not the entire script code. [Learn More](https://developers.google.com/tag-manager/quickstart)\",\"type\":\"string\",\"value\":\"\"},\"dataLayerVariableName\":{\"title\":\"DataLayer Variable Name\",\"instructions\":\"The name to use for the JavaScript DataLayer variable. The value of this variable will be set to the `dataLayer` Twig template variable.\",\"type\":\"string\",\"value\":\"dataLayer\"},\"googleTagManagerUrl\":{\"title\":\"Google Tag Manager Script URL\",\"instructions\":\"The URL to the Google Tag Manager script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://www.googletagmanager.com/gtm.js\"},\"googleTagManagerNoScriptUrl\":{\"title\":\"Google Tag Manager Script <noscript> URL\",\"instructions\":\"The URL to the Google Tag Manager `<noscript>`. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://www.googletagmanager.com/ns.html\"}},\"dataLayer\":[],\"include\":false,\"key\":\"googleTagManager\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null},\"facebookPixel\":{\"name\":\"Facebook Pixel\",\"description\":\"The Facebook pixel is an analytics tool that helps you measure the effectiveness of your advertising. You can use the Facebook pixel to understand the actions people are taking on your website and reach audiences you care about. [Learn More](https://www.facebook.com/business/help/651294705016616)\",\"templatePath\":\"_frontend/scripts/facebookPixelHead.twig\",\"templateString\":\"{% if facebookPixelId.value is defined and facebookPixelId.value %}\\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\\ndocument,\'script\',\'{{ facebookPixelUrl.value }}\');\\nfbq(\'init\', \'{{ facebookPixelId.value }}\');\\n{% set pageView = (sendPageView.value and not seomatic.helper.isPreview) %}\\n{% if pageView %}\\nfbq(\'track\', \'PageView\');\\n{% endif %}\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":\"_frontend/scripts/facebookPixelBody.twig\",\"bodyTemplateString\":\"{% if facebookPixelId.value is defined and facebookPixelId.value %}\\n\\n{% endif %}\\n\",\"bodyPosition\":2,\"vars\":{\"facebookPixelId\":{\"title\":\"Facebook Pixel ID\",\"instructions\":\"Only enter the ID, e.g.: `XXXXXXXXXX`, not the entire script code. [Learn More](https://developers.facebook.com/docs/facebook-pixel/api-reference)\",\"type\":\"string\",\"value\":\"\"},\"sendPageView\":{\"title\":\"Automatically send Facebook Pixel PageView\",\"instructions\":\"Controls whether the Facebook Pixel script automatically sends a PageView to Facebook Analytics when your pages are loaded.\",\"type\":\"bool\",\"value\":true},\"facebookPixelUrl\":{\"title\":\"Facebook Pixel Script URL\",\"instructions\":\"The URL to the Facebook Pixel script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://connect.facebook.net/en_US/fbevents.js\"},\"facebookPixelNoScriptUrl\":{\"title\":\"Facebook Pixel Script <noscript> URL\",\"instructions\":\"The URL to the Facebook Pixel `<noscript>`. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://www.facebook.com/tr\"}},\"dataLayer\":[],\"include\":false,\"key\":\"facebookPixel\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null},\"linkedInInsight\":{\"name\":\"LinkedIn Insight\",\"description\":\"The LinkedIn Insight Tag is a lightweight JavaScript tag that powers conversion tracking, retargeting, and web analytics for LinkedIn ad campaigns.\",\"templatePath\":\"_frontend/scripts/linkedInInsightHead.twig\",\"templateString\":\"{% if dataPartnerId.value is defined and dataPartnerId.value %}\\n_linkedin_data_partner_id = \\\"{{ dataPartnerId.value }}\\\";\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":\"_frontend/scripts/linkedInInsightBody.twig\",\"bodyTemplateString\":\"{% if dataPartnerId.value is defined and dataPartnerId.value %}\\n\\n\\n{% endif %}\\n\",\"bodyPosition\":3,\"vars\":{\"dataPartnerId\":{\"title\":\"LinkedIn Data Partner ID\",\"instructions\":\"Only enter the ID, e.g.: `XXXXXXXXXX`, not the entire script code. [Learn More](https://www.linkedin.com/help/lms/answer/65513/adding-the-linkedin-insight-tag-to-your-website?lang=en)\",\"type\":\"string\",\"value\":\"\"},\"linkedInInsightUrl\":{\"title\":\"LinkedIn Insight Script URL\",\"instructions\":\"The URL to the LinkedIn Insight script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://snap.licdn.com/li.lms-analytics/insight.min.js\"},\"linkedInInsightNoScriptUrl\":{\"title\":\"LinkedIn Insight <noscript> URL\",\"instructions\":\"The URL to the LinkedIn Insight `<noscript>`. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://dc.ads.linkedin.com/collect/\"}},\"dataLayer\":[],\"include\":false,\"key\":\"linkedInInsight\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null},\"hubSpot\":{\"name\":\"HubSpot\",\"description\":\"If you\'re not hosting your entire website on HubSpot, or have pages on your website that are not hosted on HubSpot, you\'ll need to install the HubSpot tracking code on your non-HubSpot pages in order to capture those analytics.\",\"templatePath\":null,\"templateString\":null,\"position\":1,\"bodyTemplatePath\":\"_frontend/scripts/hubSpotBody.twig\",\"bodyTemplateString\":\"{% if hubSpotId.value is defined and hubSpotId.value %}\\n\\n{% endif %}\\n\",\"bodyPosition\":3,\"vars\":{\"hubSpotId\":{\"title\":\"HubSpot ID\",\"instructions\":\"Only enter the ID, e.g.: `XXXXXXXXXX`, not the entire script code. [Learn More](https://knowledge.hubspot.com/articles/kcs_article/reports/install-the-hubspot-tracking-code)\",\"type\":\"string\",\"value\":\"\"},\"hubSpotUrl\":{\"title\":\"HubSpot Script URL\",\"instructions\":\"The URL to the HubSpot script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"//js.hs-scripts.com/\"}},\"dataLayer\":[],\"include\":false,\"key\":\"hubSpot\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null}},\"position\":1,\"name\":\"General\",\"description\":\"Script Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaScriptContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaJsonLdContainergeneral\":{\"data\":{\"mainEntityOfPage\":{\"issn\":null,\"about\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{seomatic.site.identity.genericUrl}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{seomatic.site.identity.genericUrl}#identity\"},\"copyrightYear\":null,\"correction\":null,\"creator\":{\"id\":\"{seomatic.site.creator.genericUrl}#creator\"},\"dateCreated\":null,\"dateModified\":null,\"datePublished\":null,\"discussionUrl\":null,\"editor\":null,\"educationalAlignment\":null,\"educationalUse\":null,\"encoding\":null,\"encodingFormat\":null,\"exampleOfWork\":null,\"expires\":null,\"funder\":null,\"genre\":null,\"hasPart\":null,\"headline\":null,\"inLanguage\":\"{seomatic.meta.language}\",\"interactionStatistic\":null,\"interactivityType\":null,\"isAccessibleForFree\":null,\"isBasedOn\":null,\"isFamilyFriendly\":null,\"isPartOf\":null,\"keywords\":null,\"learningResourceType\":null,\"license\":null,\"locationCreated\":null,\"mainEntity\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":null,\"publisherImprint\":null,\"publishingPrinciples\":null,\"recordedAt\":null,\"releasedEvent\":null,\"review\":null,\"schemaVersion\":null,\"sdDatePublished\":null,\"sdLicense\":null,\"sdPublisher\":null,\"sourceOrganization\":null,\"spatial\":null,\"spatialCoverage\":null,\"sponsor\":null,\"temporal\":null,\"temporalCoverage\":null,\"text\":null,\"thumbnailUrl\":null,\"timeRequired\":null,\"translationOfWork\":null,\"translator\":null,\"typicalAgeRange\":null,\"version\":null,\"video\":null,\"workExample\":null,\"workTranslation\":null,\"additionalType\":null,\"alternateName\":null,\"description\":\"{seomatic.meta.seoDescription}\",\"disambiguatingDescription\":null,\"identifier\":null,\"image\":{\"type\":\"ImageObject\",\"url\":\"{seomatic.meta.seoImage}\"},\"mainEntityOfPage\":\"{seomatic.meta.canonicalUrl}\",\"name\":\"{seomatic.meta.seoTitle}\",\"potentialAction\":{\"type\":\"SearchAction\",\"target\":\"{seomatic.site.siteLinksSearchTarget}\",\"query-input\":\"{seomatic.helper.siteLinksQueryInput()}\"},\"sameAs\":null,\"subjectOf\":null,\"url\":\"{seomatic.meta.canonicalUrl}\",\"context\":\"http://schema.org\",\"type\":\"{seomatic.meta.mainEntityOfPage}\",\"id\":null,\"graph\":null,\"include\":true,\"key\":\"mainEntityOfPage\",\"environment\":null,\"dependencies\":null},\"identity\":{\"actionableFeedbackPolicy\":null,\"address\":{\"type\":\"PostalAddress\",\"streetAddress\":\"{seomatic.site.identity.genericStreetAddress}\",\"addressLocality\":\"{seomatic.site.identity.genericAddressLocality}\",\"addressRegion\":\"{seomatic.site.identity.genericAddressRegion}\",\"postalCode\":\"{seomatic.site.identity.genericPostalCode}\",\"addressCountry\":\"{seomatic.site.identity.genericAddressCountry}\"},\"aggregateRating\":null,\"alumni\":null,\"areaServed\":null,\"award\":null,\"brand\":null,\"contactPoint\":null,\"correctionsPolicy\":null,\"department\":null,\"dissolutionDate\":null,\"diversityPolicy\":null,\"diversityStaffingReport\":null,\"duns\":\"{seomatic.site.identity.organizationDuns}\",\"email\":\"{seomatic.site.identity.genericEmail}\",\"employee\":null,\"ethicsPolicy\":null,\"event\":null,\"faxNumber\":null,\"founder\":\"{seomatic.site.identity.organizationFounder}\",\"foundingDate\":\"{seomatic.site.identity.organizationFoundingDate}\",\"foundingLocation\":\"{seomatic.site.identity.organizationFoundingLocation}\",\"funder\":null,\"globalLocationNumber\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"isicV4\":null,\"knowsAbout\":null,\"knowsLanguage\":null,\"legalName\":null,\"leiCode\":null,\"location\":null,\"logo\":{\"type\":\"ImageObject\",\"url\":\"{seomatic.helper.socialTransform(seomatic.site.identity.genericImageIds[0], \\\"schema-logo\\\")}\",\"width\":\"{seomatic.helper.socialTransformWidth(seomatic.site.identity.genericImageIds[0], \\\"schema-logo\\\")}\",\"height\":\"{seomatic.helper.socialTransformHeight(seomatic.site.identity.genericImageIds[0], \\\"schema-logo\\\")}\"},\"makesOffer\":null,\"member\":null,\"memberOf\":null,\"naics\":null,\"numberOfEmployees\":null,\"ownershipFundingInfo\":null,\"owns\":null,\"parentOrganization\":null,\"publishingPrinciples\":null,\"review\":null,\"seeks\":null,\"slogan\":null,\"sponsor\":null,\"subOrganization\":null,\"taxID\":null,\"telephone\":\"{seomatic.site.identity.genericTelephone}\",\"unnamedSourcesPolicy\":null,\"vatID\":null,\"additionalType\":null,\"alternateName\":\"{seomatic.site.identity.genericAlternateName}\",\"description\":\"{seomatic.site.identity.genericDescription}\",\"disambiguatingDescription\":null,\"identifier\":null,\"image\":{\"type\":\"ImageObject\",\"url\":\"{seomatic.site.identity.genericImage}\",\"width\":\"{seomatic.site.identity.genericImageWidth}\",\"height\":\"{seomatic.site.identity.genericImageHeight}\"},\"mainEntityOfPage\":null,\"name\":\"{seomatic.site.identity.genericName}\",\"potentialAction\":null,\"sameAs\":null,\"subjectOf\":null,\"url\":\"{seomatic.site.identity.genericUrl}\",\"context\":\"http://schema.org\",\"type\":\"{seomatic.site.identity.computedType}\",\"id\":\"{seomatic.site.identity.genericUrl}#identity\",\"graph\":null,\"include\":true,\"key\":\"identity\",\"environment\":null,\"dependencies\":null},\"creator\":{\"actionableFeedbackPolicy\":null,\"address\":{\"type\":\"PostalAddress\",\"streetAddress\":\"{seomatic.site.creator.genericStreetAddress}\",\"addressLocality\":\"{seomatic.site.creator.genericAddressLocality}\",\"addressRegion\":\"{seomatic.site.creator.genericAddressRegion}\",\"postalCode\":\"{seomatic.site.creator.genericPostalCode}\",\"addressCountry\":\"{seomatic.site.creator.genericAddressCountry}\"},\"aggregateRating\":null,\"alumni\":null,\"areaServed\":null,\"award\":null,\"brand\":null,\"contactPoint\":null,\"correctionsPolicy\":null,\"department\":null,\"dissolutionDate\":null,\"diversityPolicy\":null,\"diversityStaffingReport\":null,\"duns\":\"{seomatic.site.creator.organizationDuns}\",\"email\":\"{seomatic.site.creator.genericEmail}\",\"employee\":null,\"ethicsPolicy\":null,\"event\":null,\"faxNumber\":null,\"founder\":\"{seomatic.site.creator.organizationFounder}\",\"foundingDate\":\"{seomatic.site.creator.organizationFoundingDate}\",\"foundingLocation\":\"{seomatic.site.creator.organizationFoundingLocation}\",\"funder\":null,\"globalLocationNumber\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"isicV4\":null,\"knowsAbout\":null,\"knowsLanguage\":null,\"legalName\":null,\"leiCode\":null,\"location\":null,\"logo\":{\"type\":\"ImageObject\",\"url\":\"{seomatic.helper.socialTransform(seomatic.site.creator.genericImageIds[0], \\\"schema-logo\\\")}\",\"width\":\"{seomatic.helper.socialTransformWidth(seomatic.site.creator.genericImageIds[0], \\\"schema-logo\\\")}\",\"height\":\"{seomatic.helper.socialTransformHeight(seomatic.site.creator.genericImageIds[0], \\\"schema-logo\\\")}\"},\"makesOffer\":null,\"member\":null,\"memberOf\":null,\"naics\":null,\"numberOfEmployees\":null,\"ownershipFundingInfo\":null,\"owns\":null,\"parentOrganization\":null,\"publishingPrinciples\":null,\"review\":null,\"seeks\":null,\"slogan\":null,\"sponsor\":null,\"subOrganization\":null,\"taxID\":null,\"telephone\":\"{seomatic.site.creator.genericTelephone}\",\"unnamedSourcesPolicy\":null,\"vatID\":null,\"additionalType\":null,\"alternateName\":\"{seomatic.site.creator.genericAlternateName}\",\"description\":\"{seomatic.site.creator.genericDescription}\",\"disambiguatingDescription\":null,\"identifier\":null,\"image\":{\"type\":\"ImageObject\",\"url\":\"{seomatic.site.creator.genericImage}\",\"width\":\"{seomatic.site.creator.genericImageWidth}\",\"height\":\"{seomatic.site.creator.genericImageHeight}\"},\"mainEntityOfPage\":null,\"name\":\"{seomatic.site.creator.genericName}\",\"potentialAction\":null,\"sameAs\":null,\"subjectOf\":null,\"url\":\"{seomatic.site.creator.genericUrl}\",\"context\":\"http://schema.org\",\"type\":\"{seomatic.site.creator.computedType}\",\"id\":\"{seomatic.site.creator.genericUrl}#creator\",\"graph\":null,\"include\":true,\"key\":\"creator\",\"environment\":null,\"dependencies\":null}},\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":{\"title\":{\"title\":\"{seomatic.meta.seoTitle}\",\"siteName\":\"{seomatic.site.siteName}\",\"siteNamePosition\":\"{seomatic.meta.siteNamePosition}\",\"separatorChar\":\"{seomatic.config.separatorChar}\",\"include\":true,\"key\":\"title\",\"environment\":null,\"dependencies\":null}},\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}}','[]','{\"data\":{\"humans\":{\"templateVersion\":\"1.0.0\",\"templateString\":\"/* TEAM */\\n\\nCreator: {{ seomatic.site.creator.genericName ?? \\\"n/a\\\" }}\\nURL: {{ seomatic.site.creator.genericUrl ?? \\\"n/a\\\" }}\\nDescription: {{ seomatic.site.creator.genericDescription ?? \\\"n/a\\\" }}\\n\\n/* THANKS */\\n\\nCraft CMS - https://craftcms.com\\nPixel & Tonic - https://pixelandtonic.com\\n\\n/* SITE */\\n\\nStandards: HTML5, CSS3\\nComponents: Craft CMS 3, Yii2, PHP, JavaScript, SEOmatic\\n\",\"siteId\":null,\"include\":true,\"handle\":\"humans\",\"path\":\"humans.txt\",\"template\":\"_frontend/pages/humans.twig\",\"controller\":\"frontend-template\",\"action\":\"humans\"},\"robots\":{\"templateVersion\":\"1.0.0\",\"templateString\":\"# robots.txt for {{ siteUrl }}\\n\\nSitemap: {{ seomatic.helper.sitemapIndexForSiteId() }}\\n{% switch seomatic.config.environment %}\\n\\n{% case \\\"live\\\" %}\\n\\n# live - don\'t allow web crawlers to index cpresources/ or vendor/\\n\\nUser-agent: *\\nDisallow: /cpresources/\\nDisallow: /vendor/\\nDisallow: /.env\\nDisallow: /cache/\\n\\n{% case \\\"staging\\\" %}\\n\\n# staging - disallow all\\n\\nUser-agent: *\\nDisallow: /\\n\\n{% case \\\"local\\\" %}\\n\\n# local - disallow all\\n\\nUser-agent: *\\nDisallow: /\\n\\n{% default %}\\n\\n# default - don\'t allow web crawlers to index cpresources/ or vendor/\\n\\nUser-agent: *\\nDisallow: /cpresources/\\nDisallow: /vendor/\\nDisallow: /.env\\nDisallow: /cache/\\n\\n{% endswitch %}\\n\",\"siteId\":null,\"include\":true,\"handle\":\"robots\",\"path\":\"robots.txt\",\"template\":\"_frontend/pages/robots.twig\",\"controller\":\"frontend-template\",\"action\":\"robots\"},\"ads\":{\"templateVersion\":\"1.0.0\",\"templateString\":\"# ads.txt file for {{ siteUrl }}\\n# More info: https://support.google.com/admanager/answer/7441288?hl=en\\n{{ siteUrl }},123,DIRECT\\n\",\"siteId\":null,\"include\":true,\"handle\":\"ads\",\"path\":\"ads.txt\",\"template\":\"_frontend/pages/ads.twig\",\"controller\":\"frontend-template\",\"action\":\"ads\"}},\"name\":\"Frontend Templates\",\"description\":\"Templates that are rendered on the frontend\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":\"SeomaticEditableTemplate\",\"include\":true,\"dependencies\":null,\"clearCache\":false}','{\"siteType\":\"CreativeWork\",\"siteSubType\":\"WebSite\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"\",\"seoImageIds\":[],\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":true,\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"\",\"twitterCreatorSource\":\"sameAsSite\",\"twitterCreatorField\":\"\",\"twitterTitleSource\":\"sameAsSeo\",\"twitterTitleField\":\"\",\"twitterSiteNamePositionSource\":\"fromCustom\",\"twitterDescriptionSource\":\"sameAsSeo\",\"twitterDescriptionField\":\"\",\"twitterImageIds\":[],\"twitterImageSource\":\"sameAsSeo\",\"twitterImageField\":\"\",\"twitterImageTransform\":true,\"twitterImageTransformMode\":\"crop\",\"twitterImageDescriptionSource\":\"sameAsSeo\",\"twitterImageDescriptionField\":\"\",\"ogTitleSource\":\"sameAsSeo\",\"ogTitleField\":\"\",\"ogSiteNamePositionSource\":\"fromCustom\",\"ogDescriptionSource\":\"sameAsSeo\",\"ogDescriptionField\":\"\",\"ogImageIds\":[],\"ogImageSource\":\"sameAsSeo\",\"ogImageField\":\"\",\"ogImageTransform\":true,\"ogImageTransformMode\":\"crop\",\"ogImageDescriptionSource\":\"sameAsSeo\",\"ogImageDescriptionField\":\"\"}'),(2,'2020-03-27 13:38:49','2020-03-27 13:38:49','5e1950fb-88fb-41ee-8b5f-051ba6490e0c','1.0.28','section',5,'Homepage','homepage','single','index',1,'{\"1\":{\"id\":\"2\",\"sectionId\":\"5\",\"siteId\":\"1\",\"enabledByDefault\":\"1\",\"hasUrls\":\"1\",\"uriFormat\":\"__home__\",\"template\":\"index\",\"language\":\"en-us\"}}','2020-03-27 13:38:49','{\"language\":null,\"mainEntityOfPage\":\"WebPage\",\"seoTitle\":\"{entry.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{entry.url}\",\"robots\":\"\",\"ogType\":\"website\",\"ogTitle\":\"{seomatic.meta.seoTitle}\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"{seomatic.meta.seoDescription}\",\"ogImage\":\"{seomatic.meta.seoImage}\",\"ogImageWidth\":\"{seomatic.meta.seoImageWidth}\",\"ogImageHeight\":\"{seomatic.meta.seoImageHeight}\",\"ogImageDescription\":\"{seomatic.meta.seoImageDescription}\",\"twitterCard\":\"summary_large_image\",\"twitterCreator\":\"{seomatic.site.twitterHandle}\",\"twitterTitle\":\"{seomatic.meta.seoTitle}\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"{seomatic.meta.seoDescription}\",\"twitterImage\":\"{seomatic.meta.seoImage}\",\"twitterImageWidth\":\"{seomatic.meta.seoImageWidth}\",\"twitterImageHeight\":\"{seomatic.meta.seoImageHeight}\",\"twitterImageDescription\":\"{seomatic.meta.seoImageDescription}\"}','{\"siteName\":\"\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]}','{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[{\"property\":\"title\",\"field\":\"title\"},{\"property\":\"caption\",\"field\":\"\"},{\"property\":\"geo_location\",\"field\":\"\"},{\"property\":\"license\",\"field\":\"\"}],\"sitemapVideoFieldMap\":[{\"property\":\"title\",\"field\":\"title\"},{\"property\":\"description\",\"field\":\"\"},{\"property\":\"thumbnailLoc\",\"field\":\"\"},{\"property\":\"duration\",\"field\":\"\"},{\"property\":\"category\",\"field\":\"\"}]}','{\"MetaTagContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"General Meta Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTagContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTagContaineropengraph\":{\"data\":[],\"name\":\"Facebook\",\"description\":\"Facebook OpenGraph Meta Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTagContainer\",\"handle\":\"opengraph\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTagContainertwitter\":{\"data\":[],\"name\":\"Twitter\",\"description\":\"Twitter Card Meta Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTagContainer\",\"handle\":\"twitter\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTagContainermiscellaneous\":{\"data\":[],\"name\":\"Miscellaneous\",\"description\":\"Miscellaneous Meta Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTagContainer\",\"handle\":\"miscellaneous\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaLinkContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Link Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaLinkContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaScriptContainergeneral\":{\"data\":[],\"position\":1,\"name\":\"General\",\"description\":\"Script Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaScriptContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaJsonLdContainergeneral\":{\"data\":{\"mainEntityOfPage\":{\"breadcrumb\":null,\"lastReviewed\":null,\"mainContentOfPage\":null,\"primaryImageOfPage\":null,\"relatedLink\":null,\"reviewedBy\":null,\"significantLink\":null,\"speakable\":null,\"specialty\":null,\"about\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{seomatic.site.identity.genericUrl}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{seomatic.site.identity.genericUrl}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creator\":{\"id\":\"{seomatic.site.identity.genericUrl}#creator\"},\"dateCreated\":false,\"dateModified\":\"{entry.dateUpdated |atom}\",\"datePublished\":\"{entry.postDate |atom}\",\"discussionUrl\":null,\"editor\":null,\"educationalAlignment\":null,\"educationalUse\":null,\"encoding\":null,\"encodingFormat\":null,\"exampleOfWork\":null,\"expires\":null,\"funder\":null,\"genre\":null,\"hasPart\":null,\"headline\":\"{seomatic.meta.seoTitle}\",\"inLanguage\":\"{seomatic.meta.language}\",\"interactionStatistic\":null,\"interactivityType\":null,\"isAccessibleForFree\":null,\"isBasedOn\":null,\"isFamilyFriendly\":null,\"isPartOf\":null,\"keywords\":null,\"learningResourceType\":null,\"license\":null,\"locationCreated\":null,\"mainEntity\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{seomatic.site.identity.genericUrl}#creator\"},\"publisherImprint\":null,\"publishingPrinciples\":null,\"recordedAt\":null,\"releasedEvent\":null,\"review\":null,\"schemaVersion\":null,\"sdDatePublished\":null,\"sdLicense\":null,\"sdPublisher\":null,\"sourceOrganization\":null,\"spatial\":null,\"spatialCoverage\":null,\"sponsor\":null,\"temporal\":null,\"temporalCoverage\":null,\"text\":null,\"thumbnailUrl\":null,\"timeRequired\":null,\"translationOfWork\":null,\"translator\":null,\"typicalAgeRange\":null,\"version\":null,\"video\":null,\"workExample\":null,\"workTranslation\":null,\"additionalType\":null,\"alternateName\":null,\"description\":\"{seomatic.meta.seoDescription}\",\"disambiguatingDescription\":null,\"identifier\":null,\"image\":{\"type\":\"ImageObject\",\"url\":\"{seomatic.meta.seoImage}\"},\"mainEntityOfPage\":\"{seomatic.meta.canonicalUrl}\",\"name\":\"{seomatic.meta.seoTitle}\",\"potentialAction\":{\"type\":\"SearchAction\",\"target\":\"{seomatic.site.siteLinksSearchTarget}\",\"query-input\":\"{seomatic.helper.siteLinksQueryInput()}\"},\"sameAs\":null,\"subjectOf\":null,\"url\":\"{seomatic.meta.canonicalUrl}\",\"context\":\"http://schema.org\",\"type\":\"{seomatic.meta.mainEntityOfPage}\",\"id\":null,\"graph\":null,\"include\":true,\"key\":\"mainEntityOfPage\",\"environment\":null,\"dependencies\":null}},\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":{\"title\":{\"title\":\"{seomatic.meta.seoTitle}\",\"siteName\":\"{seomatic.site.siteName}\",\"siteNamePosition\":\"{seomatic.meta.siteNamePosition}\",\"separatorChar\":\"{seomatic.config.separatorChar}\",\"include\":true,\"key\":\"title\",\"environment\":null,\"dependencies\":null}},\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}}','[]','{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false}','{\"siteType\":\"CreativeWork\",\"siteSubType\":\"WebPage\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromField\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"sameAsGlobal\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"\",\"seoImageIds\":[],\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":true,\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"\",\"twitterCreatorSource\":\"sameAsSite\",\"twitterCreatorField\":\"\",\"twitterTitleSource\":\"sameAsSeo\",\"twitterTitleField\":\"\",\"twitterSiteNamePositionSource\":\"sameAsGlobal\",\"twitterDescriptionSource\":\"sameAsSeo\",\"twitterDescriptionField\":\"\",\"twitterImageIds\":[],\"twitterImageSource\":\"sameAsSeo\",\"twitterImageField\":\"\",\"twitterImageTransform\":true,\"twitterImageTransformMode\":\"crop\",\"twitterImageDescriptionSource\":\"sameAsSeo\",\"twitterImageDescriptionField\":\"\",\"ogTitleSource\":\"sameAsSeo\",\"ogTitleField\":\"\",\"ogSiteNamePositionSource\":\"sameAsGlobal\",\"ogDescriptionSource\":\"sameAsSeo\",\"ogDescriptionField\":\"\",\"ogImageIds\":[],\"ogImageSource\":\"sameAsSeo\",\"ogImageField\":\"\",\"ogImageTransform\":true,\"ogImageTransformMode\":\"crop\",\"ogImageDescriptionSource\":\"sameAsSeo\",\"ogImageDescriptionField\":\"\"}');
+/*!40000 ALTER TABLE `seomatic_metabundles` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `sequences`
+--
+
+LOCK TABLES `sequences` WRITE;
+/*!40000 ALTER TABLE `sequences` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `sequences` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `shunnedmessages`
+--
+
+LOCK TABLES `shunnedmessages` WRITE;
+/*!40000 ALTER TABLE `shunnedmessages` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `shunnedmessages` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `sitegroups`
+--
+
+LOCK TABLES `sitegroups` WRITE;
+/*!40000 ALTER TABLE `sitegroups` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `sitegroups` VALUES (1,'$SITE_NAME','2020-03-27 13:22:43','2020-03-27 13:22:43',NULL,'f89601e9-4ba9-4a48-9e99-350aa9914912');
+/*!40000 ALTER TABLE `sitegroups` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `sites`
+--
+
+LOCK TABLES `sites` WRITE;
+/*!40000 ALTER TABLE `sites` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `sites` VALUES (1,1,1,'$SITE_NAME','default','en-US',1,'$SITE_URL',1,'2020-03-27 13:22:43','2020-03-27 13:22:43',NULL,'5da841b1-ca0d-46ff-8bb1-04d6c889ac54');
+/*!40000 ALTER TABLE `sites` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `structureelements`
+--
+
+LOCK TABLES `structureelements` WRITE;
+/*!40000 ALTER TABLE `structureelements` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `structureelements` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `structures`
+--
+
+LOCK TABLES `structures` WRITE;
+/*!40000 ALTER TABLE `structures` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `structures` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `systemmessages`
+--
+
+LOCK TABLES `systemmessages` WRITE;
+/*!40000 ALTER TABLE `systemmessages` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `systemmessages` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `taggroups`
+--
+
+LOCK TABLES `taggroups` WRITE;
+/*!40000 ALTER TABLE `taggroups` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `taggroups` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `tags`
+--
+
+LOCK TABLES `tags` WRITE;
+/*!40000 ALTER TABLE `tags` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `tags` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `tokens`
+--
+
+LOCK TABLES `tokens` WRITE;
+/*!40000 ALTER TABLE `tokens` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `tokens` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `usergroups`
+--
+
+LOCK TABLES `usergroups` WRITE;
+/*!40000 ALTER TABLE `usergroups` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `usergroups` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `usergroups_users`
+--
+
+LOCK TABLES `usergroups_users` WRITE;
+/*!40000 ALTER TABLE `usergroups_users` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `usergroups_users` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `userpermissions`
+--
+
+LOCK TABLES `userpermissions` WRITE;
+/*!40000 ALTER TABLE `userpermissions` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `userpermissions` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `userpermissions_usergroups`
+--
+
+LOCK TABLES `userpermissions_usergroups` WRITE;
+/*!40000 ALTER TABLE `userpermissions_usergroups` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `userpermissions_usergroups` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `userpermissions_users`
+--
+
+LOCK TABLES `userpermissions_users` WRITE;
+/*!40000 ALTER TABLE `userpermissions_users` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `userpermissions_users` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `userpreferences`
+--
+
+LOCK TABLES `userpreferences` WRITE;
+/*!40000 ALTER TABLE `userpreferences` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `userpreferences` VALUES (1,'{\"language\":\"en-US\"}');
+/*!40000 ALTER TABLE `userpreferences` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `users`
+--
+
+LOCK TABLES `users` WRITE;
+/*!40000 ALTER TABLE `users` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `users` VALUES (1,'admin',NULL,NULL,NULL,'andrew@nystudio107.com','$2y$13$1T4tNxdkGV329wX0I0nDtekV7lr97dEQUL/TNdo4cVdhoitgSYIRC',1,0,0,0,'2020-03-27 13:39:26',NULL,NULL,NULL,'2020-03-27 13:39:20',NULL,1,NULL,NULL,NULL,0,'2020-03-27 13:22:44','2020-03-27 13:22:44','2020-03-27 13:39:27','6aaac777-3f7f-4a59-9f21-06bcb8de9a13');
+/*!40000 ALTER TABLE `users` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `volumefolders`
+--
+
+LOCK TABLES `volumefolders` WRITE;
+/*!40000 ALTER TABLE `volumefolders` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `volumefolders` VALUES (1,NULL,1,'Site','','2020-03-27 13:38:49','2020-03-27 13:38:49','06e0e3c7-6e7a-4bdd-8f29-c732a9b33766'),(2,NULL,NULL,'Temporary source',NULL,'2020-03-27 13:39:48','2020-03-27 13:39:48','2bb19851-ae57-499e-adf9-c1d0aec186ae'),(3,2,NULL,'user_1','user_1/','2020-03-27 13:39:48','2020-03-27 13:39:48','34f058d0-d16c-436b-8513-c46d815c95d0');
+/*!40000 ALTER TABLE `volumefolders` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `volumes`
+--
+
+LOCK TABLES `volumes` WRITE;
+/*!40000 ALTER TABLE `volumes` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `volumes` VALUES (1,NULL,'Site','site','craft\\volumes\\Local',1,'@assetsUrl/assets/site','{\"path\":\"@webroot/assets/site\"}',1,'2020-03-27 13:38:49','2020-03-27 13:38:49',NULL,'5c642d7e-b16b-4836-9575-668d75d242e5');
+/*!40000 ALTER TABLE `volumes` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `webperf_data_samples`
+--
+
+LOCK TABLES `webperf_data_samples` WRITE;
+/*!40000 ALTER TABLE `webperf_data_samples` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `webperf_data_samples` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `webperf_error_samples`
+--
+
+LOCK TABLES `webperf_error_samples` WRITE;
+/*!40000 ALTER TABLE `webperf_error_samples` DISABLE KEYS */;
+set autocommit=0;
+/*!40000 ALTER TABLE `webperf_error_samples` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping data for table `widgets`
+--
+
+LOCK TABLES `widgets` WRITE;
+/*!40000 ALTER TABLE `widgets` DISABLE KEYS */;
+set autocommit=0;
+INSERT INTO `widgets` VALUES (1,1,'craft\\widgets\\RecentEntries',1,NULL,'{\"section\":\"*\",\"siteId\":\"1\",\"limit\":10}',1,'2020-03-27 13:39:27','2020-03-27 13:39:27','2f8142d5-2827-4555-a01d-6febb92a5a37'),(2,1,'craft\\widgets\\CraftSupport',2,NULL,'[]',1,'2020-03-27 13:39:27','2020-03-27 13:39:27','ce3eb9de-186b-4978-afa5-ec0ed9dc8ddb'),(3,1,'craft\\widgets\\Updates',3,NULL,'[]',1,'2020-03-27 13:39:27','2020-03-27 13:39:27','8fe2cacd-6ad5-45be-a48d-c9c9ba814765'),(4,1,'craft\\widgets\\Feed',4,NULL,'{\"url\":\"https://craftcms.com/news.rss\",\"title\":\"Craft News\",\"limit\":5}',1,'2020-03-27 13:39:27','2020-03-27 13:39:27','fc1f719e-cf8d-4f24-a58f-d980812b3b32');
+/*!40000 ALTER TABLE `widgets` ENABLE KEYS */;
+UNLOCK TABLES;
+commit;
+
+--
+-- Dumping routines for database 'project'
+--
+/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
-/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_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 2020-03-27 13:42:44