From 09d906b12a034326732771db20f3361e44632b55 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 31 Jan 2022 08:08:27 -0500 Subject: [PATCH 01/51] feat: Initial Craft v4 work --- .gitignore | 15 +- ...-0242b54b-89fc-4bc4-b2ba-308cca715ba7.yaml | 14 - {cms => cms_v3}/bootstrap.php | 0 {cms => cms_v3}/composer.json | 4 +- {cms => cms_v3}/config/_configs/mysql/db.php | 0 .../config/_configs/mysql/general.php | 0 .../config/_configs/postgres/db.php | 0 .../config/_configs/postgres/general.php | 0 {cms => cms_v3}/config/app.console.php | 0 {cms => cms_v3}/config/app.php | 0 {cms => cms_v3}/config/app.web.php | 0 {cms => cms_v3}/config/db.php | 0 {cms => cms_v3}/config/fastcgi-cache-bust.php | 0 {cms => cms_v3}/config/general.php | 0 .../config/htmlpurifier/Default.json | 0 ...-b8fd3909-9af1-42c4-8c5e-2716a2a1957e.yaml | 0 ...-6a117ef0-054c-4147-acb6-6fe57d48c4ae.yaml | 0 ...-f923795f-139e-4b59-b27c-eaa0be4f847c.yaml | 0 ...-407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml | 0 ...-c4536798-743d-4bf0-9669-192827bfb26c.yaml | 2 +- ...-fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml | 0 ...-626b0987-e067-4dd2-9918-1d209373265a.yaml | 0 .../94b4d5ac-d7ea-4241-a6cb-92b39f482f99.yaml | 0 ...-3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.yaml | 0 ...-21903cb2-5b82-49ea-9766-e120d0951ea3.yaml | 0 ...-abcda4a4-b1db-4677-b5d6-69588443704f.yaml | 0 ...-4a0cb371-14a6-415d-84db-fc0512410ec8.yaml | 0 ...-3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.yaml | 0 ...-110568c4-6978-4a9d-ae96-44c45c0739c1.yaml | 0 ...-a0587a0b-d71c-4085-9c28-f0165af2b925.yaml | 0 ...-aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml | 0 .../config/project/graphql/graphql.yaml | 0 .../6005c2f9-5d85-4442-b712-22e070096ac8.yaml | 0 {cms => cms_v3}/config/project/project.yaml | 28 +- ...-de308a7d-1794-448f-9176-29e2eace7ecf.yaml | 0 ...-54e60257-f31a-44aa-960e-bbd364197e28.yaml | 0 .../f89601e9-4ba9-4a48-9e99-350aa9914912.yaml | 0 ...-5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml | 0 ...-ec473f07-152f-423b-90df-ac425e6068a1.yaml | 0 ...-5c642d7e-b16b-4836-9575-668d75d242e5.yaml | 0 {cms => cms_v3}/config/redactor/Default.json | 0 {cms => cms_v3}/config/redactor/Simple.json | 0 {cms => cms_v3}/config/routes.php | 0 .../seomatic-config/globalmeta/Creator.php | 0 {cms => cms_v3}/config/twigpack.php | 0 {cms => cms_v3}/craft | 0 {cms => cms_v3}/craft.bat | 0 {cms => cms_v3}/example.env | 6 +- .../modules/sitemodule/.craftplugin | 0 {cms => cms_v3}/modules/sitemodule/.gitignore | 0 .../modules/sitemodule/CHANGELOG.md | 0 {cms => cms_v3}/modules/sitemodule/LICENSE.md | 0 {cms => cms_v3}/modules/sitemodule/README.md | 0 .../modules/sitemodule/src/SiteModule.php | 0 .../sitemodule/SiteModuleAsset.php | 0 .../sitemodule/dist/css/SiteModule.css | 0 .../sitemodule/dist/img/SiteModule-icon.svg | 0 .../sitemodule/dist/js/SiteModule.js | 0 .../modules/sitemodule/src/config.php | 0 .../modules/sitemodule/src/helpers/Config.php | 0 .../sitemodule/src/services/Helper.php | 0 .../src/translations/en/site-module.php | 0 .../sitemodule/src/variables/SiteVariable.php | 0 {cms => cms_v3}/templates/.gitkeep | 0 .../_layouts/base-ajax-layout.twig | 0 .../_layouts/base-html-layout.twig | 0 .../_layouts/base-web-layout.twig | 0 .../templates/_layouts/error-page-layout.twig | 0 .../_layouts/generic-page-layout.twig | 0 .../templates/_layouts/global-variables.twig | 0 .../templates/_partials/global-footer.twig | 0 .../templates/_partials/info-footer.twig | 0 .../templates/_partials/info-header.twig | 0 .../templates/_partials/navbar.twig | 0 {cms => cms_v3}/templates/blog/_entry.twig | 0 {cms => cms_v3}/templates/blog/index.twig | 0 {cms => cms_v3}/templates/index.twig | 0 {cms => cms_v3}/web/.htaccess | 0 {cms => cms_v3}/web/assets/.gitignore | 0 {cms => cms_v3}/web/cpresources/.gitignore | 0 .../web/img/site/login-background-image.png | Bin .../logo => cms_v3/web/img/site}/nys-logo.svg | 0 {cms => cms_v3}/web/index.php | 0 {cms => cms_v3}/web/offline.svg | 0 {cms => cms_v3}/web/web.config | 0 cms_v4/bootstrap.php | 20 + cms_v4/composer.json | 60 + cms_v4/config/_configs/mysql/db.php | 23 + cms_v4/config/_configs/mysql/general.php | 45 + cms_v4/config/_configs/postgres/db.php | 23 + cms_v4/config/_configs/postgres/general.php | 45 + cms_v4/config/app.console.php | 21 + cms_v4/config/app.php | 54 + cms_v4/config/app.web.php | 37 + cms_v4/config/db.php | 23 + cms_v4/config/fastcgi-cache-bust.php | 30 + cms_v4/config/general.php | 45 + cms_v4/config/htmlpurifier/Default.json | 11 + ...-6a117ef0-054c-4147-acb6-6fe57d48c4ae.yaml | 6 + ...-f923795f-139e-4b59-b27c-eaa0be4f847c.yaml | 6 + ...-407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml | 49 + ...-c4536798-743d-4bf0-9669-192827bfb26c.yaml | 65 + ...-fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml | 65 + .../94b4d5ac-d7ea-4241-a6cb-92b39f482f99.yaml | 1 + ...-21903cb2-5b82-49ea-9766-e120d0951ea3.yaml | 18 + ...-aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml | 27 + cms_v4/config/project/graphql/graphql.yaml | 3 + .../6005c2f9-5d85-4442-b712-22e070096ac8.yaml | 2 + cms_v4/config/project/project.yaml | 35 + ...-de308a7d-1794-448f-9176-29e2eace7ecf.yaml | 28 + ...-54e60257-f31a-44aa-960e-bbd364197e28.yaml | 28 + .../f89601e9-4ba9-4a48-9e99-350aa9914912.yaml | 1 + ...-5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml | 9 + ...-ec473f07-152f-423b-90df-ac425e6068a1.yaml | 9 + ...-5c642d7e-b16b-4836-9575-668d75d242e5.yaml | 47 + cms_v4/config/redactor/Default.json | 20 + cms_v4/config/redactor/Simple.json | 5 + cms_v4/config/routes.php | 23 + .../seomatic-config/globalmeta/Creator.php | 55 + cms_v4/config/twigpack.php | 61 + cms_v4/craft | 14 + cms_v4/craft.bat | 15 + cms_v4/example.env | 38 + cms_v4/modules/sitemodule/.craftplugin | 1 + cms_v4/modules/sitemodule/.gitignore | 32 + cms_v4/modules/sitemodule/CHANGELOG.md | 9 + cms_v4/modules/sitemodule/LICENSE.md | 9 + cms_v4/modules/sitemodule/README.md | 52 + cms_v4/modules/sitemodule/src/SiteModule.php | 140 + .../sitemodule/SiteModuleAsset.php | 48 + .../sitemodule/dist/css/SiteModule.css | 20 + .../sitemodule/dist/img}/SiteModule-icon.svg | 0 .../sitemodule/dist/js/SiteModule.js | 11 + cms_v4/modules/sitemodule/src/config.php | 22 + .../modules/sitemodule/src/helpers/Config.php | 81 + .../sitemodule/src/services/Helper.php | 24 + .../src/translations/en/site-module.php | 18 + .../sitemodule/src/variables/SiteVariable.php | 26 + cms_v4/templates/.gitkeep | 0 .../_layouts/base-ajax-layout.twig | 23 + .../_layouts/base-html-layout.twig | 72 + .../_layouts/base-web-layout.twig | 54 + .../templates/_layouts/error-page-layout.twig | 43 + .../_layouts/generic-page-layout.twig | 63 + .../templates/_layouts/global-variables.twig | 24 + cms_v4/templates/_partials/global-footer.twig | 7 + cms_v4/templates/_partials/info-footer.twig | 3 + cms_v4/templates/_partials/info-header.twig | 3 + cms_v4/templates/_partials/navbar.twig | 3 + cms_v4/templates/blog/_entry.twig | 21 + cms_v4/templates/blog/index.twig | 19 + cms_v4/templates/index.twig | 19 + cms_v4/web/.htaccess | 9 + .../web/assets}/.gitignore | 1 + cms_v4/web/cpresources/.gitignore | 2 + .../web/img/site/login-background-image.png | Bin 0 -> 7711 bytes {cms => cms_v4}/web/img/site/nys-logo.svg | 0 cms_v4/web/index.php | 12 + cms_v4/web/offline.svg | 1 + cms_v4/web/web.config | 27 + docker-compose.yml | 156 +- docker-config/nginx/default.conf | 22 +- docker-config/php-prod-craft/Dockerfile | 12 +- docker-config/php-prod-craft/run_queue.sh | 2 +- mysql-db-seed/db_init.sh | 42 + mysql-db-seed/db_seeds/project_v3.sql | 4571 +++++++++++++ mysql-db-seed/db_seeds/project_v4.sql | 4474 +++++++++++++ .../plugindev--2021-08-04-200044--v3.7.7.sql | 5724 ----------------- 168 files changed, 11192 insertions(+), 5846 deletions(-) delete mode 100644 cms/config/project/fields/longform--0242b54b-89fc-4bc4-b2ba-308cca715ba7.yaml rename {cms => cms_v3}/bootstrap.php (100%) rename {cms => cms_v3}/composer.json (97%) rename {cms => cms_v3}/config/_configs/mysql/db.php (100%) rename {cms => cms_v3}/config/_configs/mysql/general.php (100%) rename {cms => cms_v3}/config/_configs/postgres/db.php (100%) rename {cms => cms_v3}/config/_configs/postgres/general.php (100%) rename {cms => cms_v3}/config/app.console.php (100%) rename {cms => cms_v3}/config/app.php (100%) rename {cms => cms_v3}/config/app.web.php (100%) rename {cms => cms_v3}/config/db.php (100%) rename {cms => cms_v3}/config/fastcgi-cache-bust.php (100%) rename {cms => cms_v3}/config/general.php (100%) rename {cms => cms_v3}/config/htmlpurifier/Default.json (100%) rename {cms => cms_v3}/config/project/categoryGroups/category--b8fd3909-9af1-42c4-8c5e-2716a2a1957e.yaml (100%) rename {cms => cms_v3}/config/project/commerce/gateways/dummy--6a117ef0-054c-4147-acb6-6fe57d48c4ae.yaml (100%) rename {cms => cms_v3}/config/project/commerce/orderStatuses/new--f923795f-139e-4b59-b27c-eaa0be4f847c.yaml (100%) rename {cms => cms_v3}/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml (100%) rename {cms => cms_v3}/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml (96%) rename {cms => cms_v3}/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml (100%) rename {cms => cms_v3}/config/project/entryTypes/review--626b0987-e067-4dd2-9918-1d209373265a.yaml (100%) rename {cms => cms_v3}/config/project/fieldGroups/94b4d5ac-d7ea-4241-a6cb-92b39f482f99.yaml (100%) rename {cms => cms_v3}/config/project/fields/optimizedImages--3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.yaml (100%) rename {cms => cms_v3}/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml (100%) rename {cms => cms_v3}/config/project/fields/richText--abcda4a4-b1db-4677-b5d6-69588443704f.yaml (100%) rename {cms => cms_v3}/config/project/fields/seo--4a0cb371-14a6-415d-84db-fc0512410ec8.yaml (100%) rename {cms => cms_v3}/config/project/fields/someImages--3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.yaml (100%) rename {cms => cms_v3}/config/project/formie/statuses/new--110568c4-6978-4a9d-ae96-44c45c0739c1.yaml (100%) rename {cms => cms_v3}/config/project/formie/stencils/contactForm--a0587a0b-d71c-4085-9c28-f0165af2b925.yaml (100%) rename {cms => cms_v3}/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml (100%) rename {cms => cms_v3}/config/project/graphql/graphql.yaml (100%) rename {cms => cms_v3}/config/project/graphql/schemas/6005c2f9-5d85-4442-b712-22e070096ac8.yaml (100%) rename {cms => cms_v3}/config/project/project.yaml (90%) rename {cms => cms_v3}/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml (100%) rename {cms => cms_v3}/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml (100%) rename {cms => cms_v3}/config/project/siteGroups/f89601e9-4ba9-4a48-9e99-350aa9914912.yaml (100%) rename {cms => cms_v3}/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml (100%) rename {cms => cms_v3}/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml (100%) rename {cms => cms_v3}/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml (100%) rename {cms => cms_v3}/config/redactor/Default.json (100%) rename {cms => cms_v3}/config/redactor/Simple.json (100%) rename {cms => cms_v3}/config/routes.php (100%) rename {cms => cms_v3}/config/seomatic-config/globalmeta/Creator.php (100%) rename {cms => cms_v3}/config/twigpack.php (100%) rename {cms => cms_v3}/craft (100%) rename {cms => cms_v3}/craft.bat (100%) rename {cms => cms_v3}/example.env (83%) rename {cms => cms_v3}/modules/sitemodule/.craftplugin (100%) rename {cms => cms_v3}/modules/sitemodule/.gitignore (100%) rename {cms => cms_v3}/modules/sitemodule/CHANGELOG.md (100%) rename {cms => cms_v3}/modules/sitemodule/LICENSE.md (100%) rename {cms => cms_v3}/modules/sitemodule/README.md (100%) rename {cms => cms_v3}/modules/sitemodule/src/SiteModule.php (100%) rename {cms => cms_v3}/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php (100%) rename {cms => cms_v3}/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css (100%) rename {cms => cms_v3}/modules/sitemodule/src/assetbundles/sitemodule/dist/img/SiteModule-icon.svg (100%) rename {cms => cms_v3}/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js (100%) rename {cms => cms_v3}/modules/sitemodule/src/config.php (100%) rename {cms => cms_v3}/modules/sitemodule/src/helpers/Config.php (100%) rename {cms => cms_v3}/modules/sitemodule/src/services/Helper.php (100%) rename {cms => cms_v3}/modules/sitemodule/src/translations/en/site-module.php (100%) rename {cms => cms_v3}/modules/sitemodule/src/variables/SiteVariable.php (100%) rename {cms => cms_v3}/templates/.gitkeep (100%) rename {cms => cms_v3}/templates/_boilerplate/_layouts/base-ajax-layout.twig (100%) rename {cms => cms_v3}/templates/_boilerplate/_layouts/base-html-layout.twig (100%) rename {cms => cms_v3}/templates/_boilerplate/_layouts/base-web-layout.twig (100%) rename {cms => cms_v3}/templates/_layouts/error-page-layout.twig (100%) rename {cms => cms_v3}/templates/_layouts/generic-page-layout.twig (100%) rename {cms => cms_v3}/templates/_layouts/global-variables.twig (100%) rename {cms => cms_v3}/templates/_partials/global-footer.twig (100%) rename {cms => cms_v3}/templates/_partials/info-footer.twig (100%) rename {cms => cms_v3}/templates/_partials/info-header.twig (100%) rename {cms => cms_v3}/templates/_partials/navbar.twig (100%) rename {cms => cms_v3}/templates/blog/_entry.twig (100%) rename {cms => cms_v3}/templates/blog/index.twig (100%) rename {cms => cms_v3}/templates/index.twig (100%) rename {cms => cms_v3}/web/.htaccess (100%) rename {cms => cms_v3}/web/assets/.gitignore (100%) rename {cms => cms_v3}/web/cpresources/.gitignore (100%) rename {cms => cms_v3}/web/img/site/login-background-image.png (100%) rename {cms/storage/rebrand/logo => cms_v3/web/img/site}/nys-logo.svg (100%) rename {cms => cms_v3}/web/index.php (100%) rename {cms => cms_v3}/web/offline.svg (100%) rename {cms => cms_v3}/web/web.config (100%) create mode 100644 cms_v4/bootstrap.php create mode 100644 cms_v4/composer.json create mode 100644 cms_v4/config/_configs/mysql/db.php create mode 100644 cms_v4/config/_configs/mysql/general.php create mode 100644 cms_v4/config/_configs/postgres/db.php create mode 100644 cms_v4/config/_configs/postgres/general.php create mode 100644 cms_v4/config/app.console.php create mode 100644 cms_v4/config/app.php create mode 100644 cms_v4/config/app.web.php create mode 100644 cms_v4/config/db.php create mode 100644 cms_v4/config/fastcgi-cache-bust.php create mode 100644 cms_v4/config/general.php create mode 100644 cms_v4/config/htmlpurifier/Default.json create mode 100644 cms_v4/config/project/commerce/gateways/dummy--6a117ef0-054c-4147-acb6-6fe57d48c4ae.yaml create mode 100644 cms_v4/config/project/commerce/orderStatuses/new--f923795f-139e-4b59-b27c-eaa0be4f847c.yaml create mode 100644 cms_v4/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml create mode 100644 cms_v4/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml create mode 100644 cms_v4/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml create mode 100644 cms_v4/config/project/fieldGroups/94b4d5ac-d7ea-4241-a6cb-92b39f482f99.yaml create mode 100644 cms_v4/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml create mode 100644 cms_v4/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml create mode 100644 cms_v4/config/project/graphql/graphql.yaml create mode 100644 cms_v4/config/project/graphql/schemas/6005c2f9-5d85-4442-b712-22e070096ac8.yaml create mode 100644 cms_v4/config/project/project.yaml create mode 100644 cms_v4/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml create mode 100644 cms_v4/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml create mode 100644 cms_v4/config/project/siteGroups/f89601e9-4ba9-4a48-9e99-350aa9914912.yaml create mode 100644 cms_v4/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml create mode 100644 cms_v4/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml create mode 100644 cms_v4/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml create mode 100644 cms_v4/config/redactor/Default.json create mode 100644 cms_v4/config/redactor/Simple.json create mode 100644 cms_v4/config/routes.php create mode 100644 cms_v4/config/seomatic-config/globalmeta/Creator.php create mode 100644 cms_v4/config/twigpack.php create mode 100755 cms_v4/craft create mode 100644 cms_v4/craft.bat create mode 100644 cms_v4/example.env create mode 100644 cms_v4/modules/sitemodule/.craftplugin create mode 100755 cms_v4/modules/sitemodule/.gitignore create mode 100755 cms_v4/modules/sitemodule/CHANGELOG.md create mode 100755 cms_v4/modules/sitemodule/LICENSE.md create mode 100755 cms_v4/modules/sitemodule/README.md create mode 100755 cms_v4/modules/sitemodule/src/SiteModule.php create mode 100755 cms_v4/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php create mode 100755 cms_v4/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css rename {cms/storage/rebrand/icon => cms_v4/modules/sitemodule/src/assetbundles/sitemodule/dist/img}/SiteModule-icon.svg (100%) create mode 100755 cms_v4/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js create mode 100644 cms_v4/modules/sitemodule/src/config.php create mode 100644 cms_v4/modules/sitemodule/src/helpers/Config.php create mode 100644 cms_v4/modules/sitemodule/src/services/Helper.php create mode 100755 cms_v4/modules/sitemodule/src/translations/en/site-module.php create mode 100644 cms_v4/modules/sitemodule/src/variables/SiteVariable.php create mode 100644 cms_v4/templates/.gitkeep create mode 100644 cms_v4/templates/_boilerplate/_layouts/base-ajax-layout.twig create mode 100644 cms_v4/templates/_boilerplate/_layouts/base-html-layout.twig create mode 100644 cms_v4/templates/_boilerplate/_layouts/base-web-layout.twig create mode 100644 cms_v4/templates/_layouts/error-page-layout.twig create mode 100644 cms_v4/templates/_layouts/generic-page-layout.twig create mode 100644 cms_v4/templates/_layouts/global-variables.twig create mode 100755 cms_v4/templates/_partials/global-footer.twig create mode 100755 cms_v4/templates/_partials/info-footer.twig create mode 100755 cms_v4/templates/_partials/info-header.twig create mode 100755 cms_v4/templates/_partials/navbar.twig create mode 100755 cms_v4/templates/blog/_entry.twig create mode 100755 cms_v4/templates/blog/index.twig create mode 100755 cms_v4/templates/index.twig create mode 100644 cms_v4/web/.htaccess rename {mysql-db-seed => cms_v4/web/assets}/.gitignore (85%) create mode 100644 cms_v4/web/cpresources/.gitignore create mode 100644 cms_v4/web/img/site/login-background-image.png rename {cms => cms_v4}/web/img/site/nys-logo.svg (100%) create mode 100644 cms_v4/web/index.php create mode 100644 cms_v4/web/offline.svg create mode 100644 cms_v4/web/web.config create mode 100755 mysql-db-seed/db_init.sh create mode 100644 mysql-db-seed/db_seeds/project_v3.sql create mode 100644 mysql-db-seed/db_seeds/project_v4.sql delete mode 100644 mysql-db-seed/plugindev--2021-08-04-200044--v3.7.7.sql diff --git a/.gitignore b/.gitignore index 49bd2ea..9cb767a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ # CRAFT ENVIRONMENT .env* +license.key* # COMPOSER */vendor/* @@ -22,20 +23,18 @@ !*/storage/.gitkeep # ASSETS -/cms/web/assets/* -/cms/web/cpresources/* -/cms/web/dist/* -/cms/web/favicon.* -/cms/web/sw.* +/cms_v3/web/assets/* +/cms_v3/web/cpresources/* +/cms_v3/web/dist/* +/cms_v4/web/assets/* +/cms_v4/web/cpresources/* +/cms_v4/web/dist/* # BUILD FILES node_modules yarn-error.log npm-debug.log -# TRANSCODER -/cms/web/transcoder/* - # MISC FILES .cache .DS_Store diff --git a/cms/config/project/fields/longform--0242b54b-89fc-4bc4-b2ba-308cca715ba7.yaml b/cms/config/project/fields/longform--0242b54b-89fc-4bc4-b2ba-308cca715ba7.yaml deleted file mode 100644 index 80bf44d..0000000 --- a/cms/config/project/fields/longform--0242b54b-89fc-4bc4-b2ba-308cca715ba7.yaml +++ /dev/null @@ -1,14 +0,0 @@ -columnSuffix: null -contentColumnType: string -fieldGroup: 94b4d5ac-d7ea-4241-a6cb-92b39f482f99 # Common -handle: longform -instructions: '' -name: Longform -searchable: false -settings: - errorMessage: 'Unable to find component class ''verbb\vizy\fields\VizyField''.' - expectedType: verbb\vizy\fields\VizyField - settings: '{"availableTransforms":"*","availableVolumes":"*","columnType":"text","configSelectionMode":"choose","defaultTransform":"","fieldData":[{"id":"group-9u4U9ASooD","name":"Default","blockTypes":[{"id":"type-IXfgwp16KQ","name":"Text","handle":"text","icon":{"label":"HireAHelper","value":"hire-a-helper-brands"},"enabled":true,"layoutUid":"b262e1c1-d257-4432-94ba-dc5c168284bc"}]}],"manualConfig":"","showUnpermittedFiles":false,"showUnpermittedVolumes":false,"vizyConfig":""}' -translationKeyFormat: null -translationMethod: none -type: craft\fields\MissingField diff --git a/cms/bootstrap.php b/cms_v3/bootstrap.php similarity index 100% rename from cms/bootstrap.php rename to cms_v3/bootstrap.php diff --git a/cms/composer.json b/cms_v3/composer.json similarity index 97% rename from cms/composer.json rename to cms_v3/composer.json index 05d209e..a2cfd2b 100644 --- a/cms/composer.json +++ b/cms_v3/composer.json @@ -30,7 +30,7 @@ "nystudio107/craft-twigprofiler": "^1.0.0", "nystudio107/craft-typogrify": "^1.1.5", "nystudio107/craft-units": "^1.0.0", - "nystudio107/craft-vanillaforums": "^1.0.0", + "nystudio107/craft-vanillaforums": "^3.0.0", "nystudio107/craft-webperf": "^1.0.0", "nystudio107/craft-youtubeliveembed": "^1.0.0", "nystudio107/craft-vite": "^1.0.0" @@ -52,7 +52,7 @@ "optimize-autoloader": true, "sort-packages": true, "platform": { - "php": "7.2.5" + "php": "7.2.5" } }, "repositories": [ diff --git a/cms/config/_configs/mysql/db.php b/cms_v3/config/_configs/mysql/db.php similarity index 100% rename from cms/config/_configs/mysql/db.php rename to cms_v3/config/_configs/mysql/db.php diff --git a/cms/config/_configs/mysql/general.php b/cms_v3/config/_configs/mysql/general.php similarity index 100% rename from cms/config/_configs/mysql/general.php rename to cms_v3/config/_configs/mysql/general.php diff --git a/cms/config/_configs/postgres/db.php b/cms_v3/config/_configs/postgres/db.php similarity index 100% rename from cms/config/_configs/postgres/db.php rename to cms_v3/config/_configs/postgres/db.php diff --git a/cms/config/_configs/postgres/general.php b/cms_v3/config/_configs/postgres/general.php similarity index 100% rename from cms/config/_configs/postgres/general.php rename to cms_v3/config/_configs/postgres/general.php diff --git a/cms/config/app.console.php b/cms_v3/config/app.console.php similarity index 100% rename from cms/config/app.console.php rename to cms_v3/config/app.console.php diff --git a/cms/config/app.php b/cms_v3/config/app.php similarity index 100% rename from cms/config/app.php rename to cms_v3/config/app.php diff --git a/cms/config/app.web.php b/cms_v3/config/app.web.php similarity index 100% rename from cms/config/app.web.php rename to cms_v3/config/app.web.php diff --git a/cms/config/db.php b/cms_v3/config/db.php similarity index 100% rename from cms/config/db.php rename to cms_v3/config/db.php diff --git a/cms/config/fastcgi-cache-bust.php b/cms_v3/config/fastcgi-cache-bust.php similarity index 100% rename from cms/config/fastcgi-cache-bust.php rename to cms_v3/config/fastcgi-cache-bust.php diff --git a/cms/config/general.php b/cms_v3/config/general.php similarity index 100% rename from cms/config/general.php rename to cms_v3/config/general.php diff --git a/cms/config/htmlpurifier/Default.json b/cms_v3/config/htmlpurifier/Default.json similarity index 100% rename from cms/config/htmlpurifier/Default.json rename to cms_v3/config/htmlpurifier/Default.json diff --git a/cms/config/project/categoryGroups/category--b8fd3909-9af1-42c4-8c5e-2716a2a1957e.yaml b/cms_v3/config/project/categoryGroups/category--b8fd3909-9af1-42c4-8c5e-2716a2a1957e.yaml similarity index 100% rename from cms/config/project/categoryGroups/category--b8fd3909-9af1-42c4-8c5e-2716a2a1957e.yaml rename to cms_v3/config/project/categoryGroups/category--b8fd3909-9af1-42c4-8c5e-2716a2a1957e.yaml diff --git a/cms/config/project/commerce/gateways/dummy--6a117ef0-054c-4147-acb6-6fe57d48c4ae.yaml b/cms_v3/config/project/commerce/gateways/dummy--6a117ef0-054c-4147-acb6-6fe57d48c4ae.yaml similarity index 100% rename from cms/config/project/commerce/gateways/dummy--6a117ef0-054c-4147-acb6-6fe57d48c4ae.yaml rename to cms_v3/config/project/commerce/gateways/dummy--6a117ef0-054c-4147-acb6-6fe57d48c4ae.yaml diff --git a/cms/config/project/commerce/orderStatuses/new--f923795f-139e-4b59-b27c-eaa0be4f847c.yaml b/cms_v3/config/project/commerce/orderStatuses/new--f923795f-139e-4b59-b27c-eaa0be4f847c.yaml similarity index 100% rename from cms/config/project/commerce/orderStatuses/new--f923795f-139e-4b59-b27c-eaa0be4f847c.yaml rename to cms_v3/config/project/commerce/orderStatuses/new--f923795f-139e-4b59-b27c-eaa0be4f847c.yaml diff --git a/cms/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml b/cms_v3/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml similarity index 100% rename from cms/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml rename to cms_v3/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml diff --git a/cms/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml b/cms_v3/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml similarity index 96% rename from cms/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml rename to cms_v3/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml index b80d11d..3c35211 100644 --- a/cms/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml +++ b/cms_v3/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml @@ -45,7 +45,7 @@ fieldLayouts: warning: null width: 100 - - fieldUid: 0242b54b-89fc-4bc4-b2ba-308cca715ba7 # Longform + fieldUid: 0242b54b-89fc-4bc4-b2ba-308cca715ba7 instructions: null label: null required: false diff --git a/cms/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml b/cms_v3/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml similarity index 100% rename from cms/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml rename to cms_v3/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml diff --git a/cms/config/project/entryTypes/review--626b0987-e067-4dd2-9918-1d209373265a.yaml b/cms_v3/config/project/entryTypes/review--626b0987-e067-4dd2-9918-1d209373265a.yaml similarity index 100% rename from cms/config/project/entryTypes/review--626b0987-e067-4dd2-9918-1d209373265a.yaml rename to cms_v3/config/project/entryTypes/review--626b0987-e067-4dd2-9918-1d209373265a.yaml diff --git a/cms/config/project/fieldGroups/94b4d5ac-d7ea-4241-a6cb-92b39f482f99.yaml b/cms_v3/config/project/fieldGroups/94b4d5ac-d7ea-4241-a6cb-92b39f482f99.yaml similarity index 100% rename from cms/config/project/fieldGroups/94b4d5ac-d7ea-4241-a6cb-92b39f482f99.yaml rename to cms_v3/config/project/fieldGroups/94b4d5ac-d7ea-4241-a6cb-92b39f482f99.yaml diff --git a/cms/config/project/fields/optimizedImages--3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.yaml b/cms_v3/config/project/fields/optimizedImages--3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.yaml similarity index 100% rename from cms/config/project/fields/optimizedImages--3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.yaml rename to cms_v3/config/project/fields/optimizedImages--3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.yaml diff --git a/cms/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml b/cms_v3/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml similarity index 100% rename from cms/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml rename to cms_v3/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml diff --git a/cms/config/project/fields/richText--abcda4a4-b1db-4677-b5d6-69588443704f.yaml b/cms_v3/config/project/fields/richText--abcda4a4-b1db-4677-b5d6-69588443704f.yaml similarity index 100% rename from cms/config/project/fields/richText--abcda4a4-b1db-4677-b5d6-69588443704f.yaml rename to cms_v3/config/project/fields/richText--abcda4a4-b1db-4677-b5d6-69588443704f.yaml diff --git a/cms/config/project/fields/seo--4a0cb371-14a6-415d-84db-fc0512410ec8.yaml b/cms_v3/config/project/fields/seo--4a0cb371-14a6-415d-84db-fc0512410ec8.yaml similarity index 100% rename from cms/config/project/fields/seo--4a0cb371-14a6-415d-84db-fc0512410ec8.yaml rename to cms_v3/config/project/fields/seo--4a0cb371-14a6-415d-84db-fc0512410ec8.yaml diff --git a/cms/config/project/fields/someImages--3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.yaml b/cms_v3/config/project/fields/someImages--3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.yaml similarity index 100% rename from cms/config/project/fields/someImages--3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.yaml rename to cms_v3/config/project/fields/someImages--3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.yaml diff --git a/cms/config/project/formie/statuses/new--110568c4-6978-4a9d-ae96-44c45c0739c1.yaml b/cms_v3/config/project/formie/statuses/new--110568c4-6978-4a9d-ae96-44c45c0739c1.yaml similarity index 100% rename from cms/config/project/formie/statuses/new--110568c4-6978-4a9d-ae96-44c45c0739c1.yaml rename to cms_v3/config/project/formie/statuses/new--110568c4-6978-4a9d-ae96-44c45c0739c1.yaml diff --git a/cms/config/project/formie/stencils/contactForm--a0587a0b-d71c-4085-9c28-f0165af2b925.yaml b/cms_v3/config/project/formie/stencils/contactForm--a0587a0b-d71c-4085-9c28-f0165af2b925.yaml similarity index 100% rename from cms/config/project/formie/stencils/contactForm--a0587a0b-d71c-4085-9c28-f0165af2b925.yaml rename to cms_v3/config/project/formie/stencils/contactForm--a0587a0b-d71c-4085-9c28-f0165af2b925.yaml diff --git a/cms/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml b/cms_v3/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml similarity index 100% rename from cms/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml rename to cms_v3/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml diff --git a/cms/config/project/graphql/graphql.yaml b/cms_v3/config/project/graphql/graphql.yaml similarity index 100% rename from cms/config/project/graphql/graphql.yaml rename to cms_v3/config/project/graphql/graphql.yaml diff --git a/cms/config/project/graphql/schemas/6005c2f9-5d85-4442-b712-22e070096ac8.yaml b/cms_v3/config/project/graphql/schemas/6005c2f9-5d85-4442-b712-22e070096ac8.yaml similarity index 100% rename from cms/config/project/graphql/schemas/6005c2f9-5d85-4442-b712-22e070096ac8.yaml rename to cms_v3/config/project/graphql/schemas/6005c2f9-5d85-4442-b712-22e070096ac8.yaml diff --git a/cms/config/project/project.yaml b/cms_v3/config/project/project.yaml similarity index 90% rename from cms/config/project/project.yaml rename to cms_v3/config/project/project.yaml index ff1581d..bd4249f 100644 --- a/cms/config/project/project.yaml +++ b/cms_v3/config/project/project.yaml @@ -1,4 +1,4 @@ -dateModified: 1628107078 +dateModified: 1643632413 email: fromEmail: andrew@nystudio107.com fromName: Craft @@ -13,7 +13,6 @@ meta: 6a117ef0-054c-4147-acb6-6fe57d48c4ae: Dummy # Dummy 54e60257-f31a-44aa-960e-bbd364197e28: Homepage # Homepage 94b4d5ac-d7ea-4241-a6cb-92b39f482f99: Common # Common - 0242b54b-89fc-4bc4-b2ba-308cca715ba7: Longform # Longform 407fe253-2ada-4a88-b1a4-fb6c2004cd9b: Clothing # Clothing 626b0987-e067-4dd2-9918-1d209373265a: Review # Review 6005c2f9-5d85-4442-b712-22e070096ac8: 'Public Schema' # Public Schema @@ -30,20 +29,11 @@ meta: f923795f-139e-4b59-b27c-eaa0be4f847c: New # New fb3a8f31-d1cc-4c13-903b-a501f7e51f54: Homepage # Homepage plugins: - autocomplete: - edition: standard - enabled: true - schemaVersion: 1.0.0 - campaign: - edition: lite - enabled: true - licenseKey: F3MN89XHBHVI5DAPSIVIYT8V - schemaVersion: 1.18.0 commerce: edition: lite enabled: true licenseKey: J2NBXBI5X4R7LD6QH69N51OY - schemaVersion: 3.4.11 + schemaVersion: 3.4.12 cookies: edition: standard enabled: true @@ -56,11 +46,6 @@ plugins: edition: standard enabled: true schemaVersion: 1.0.0 - formie: - edition: standard - enabled: true - licenseKey: P7DFF2O1GLQSRR9AH5IS9Q4R - schemaVersion: 1.1.11 image-optimize: edition: standard enabled: true @@ -155,7 +140,7 @@ plugins: edition: standard enabled: true licenseKey: ZTMAKHNCRNLVSBCTDHIJUPQW - schemaVersion: 3.0.10 + schemaVersion: 3.0.11 templatecomments: edition: standard enabled: false @@ -177,11 +162,6 @@ plugins: edition: standard enabled: true schemaVersion: 1.0.0 - vizy: - edition: standard - enabled: true - licenseKey: 0NNHVEL0DM3VA58KBCKVWRSJ - schemaVersion: 0.9.0 webperf: edition: standard enabled: false @@ -192,7 +172,7 @@ system: live: true name: plugindev retryDuration: 60 - schemaVersion: 3.7.7 + schemaVersion: 3.7.8 timeZone: America/New_York users: allowPublicRegistration: false diff --git a/cms/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml b/cms_v3/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml similarity index 100% rename from cms/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml rename to cms_v3/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml diff --git a/cms/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml b/cms_v3/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml similarity index 100% rename from cms/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml rename to cms_v3/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml diff --git a/cms/config/project/siteGroups/f89601e9-4ba9-4a48-9e99-350aa9914912.yaml b/cms_v3/config/project/siteGroups/f89601e9-4ba9-4a48-9e99-350aa9914912.yaml similarity index 100% rename from cms/config/project/siteGroups/f89601e9-4ba9-4a48-9e99-350aa9914912.yaml rename to cms_v3/config/project/siteGroups/f89601e9-4ba9-4a48-9e99-350aa9914912.yaml diff --git a/cms/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml b/cms_v3/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml similarity index 100% rename from cms/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml rename to cms_v3/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml diff --git a/cms/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml b/cms_v3/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml similarity index 100% rename from cms/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml rename to cms_v3/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml diff --git a/cms/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml b/cms_v3/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml similarity index 100% rename from cms/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml rename to cms_v3/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml diff --git a/cms/config/redactor/Default.json b/cms_v3/config/redactor/Default.json similarity index 100% rename from cms/config/redactor/Default.json rename to cms_v3/config/redactor/Default.json diff --git a/cms/config/redactor/Simple.json b/cms_v3/config/redactor/Simple.json similarity index 100% rename from cms/config/redactor/Simple.json rename to cms_v3/config/redactor/Simple.json diff --git a/cms/config/routes.php b/cms_v3/config/routes.php similarity index 100% rename from cms/config/routes.php rename to cms_v3/config/routes.php diff --git a/cms/config/seomatic-config/globalmeta/Creator.php b/cms_v3/config/seomatic-config/globalmeta/Creator.php similarity index 100% rename from cms/config/seomatic-config/globalmeta/Creator.php rename to cms_v3/config/seomatic-config/globalmeta/Creator.php diff --git a/cms/config/twigpack.php b/cms_v3/config/twigpack.php similarity index 100% rename from cms/config/twigpack.php rename to cms_v3/config/twigpack.php diff --git a/cms/craft b/cms_v3/craft similarity index 100% rename from cms/craft rename to cms_v3/craft diff --git a/cms/craft.bat b/cms_v3/craft.bat similarity index 100% rename from cms/craft.bat rename to cms_v3/craft.bat diff --git a/cms/example.env b/cms_v3/example.env similarity index 83% rename from cms/example.env rename to cms_v3/example.env index d60a393..2e55ece 100644 --- a/cms/example.env +++ b/cms_v3/example.env @@ -1,6 +1,7 @@ # Craft general settings ALLOW_UPDATES=1 ALLOW_ADMIN_CHANGES=1 +APP_ID=project_v3 BACKUP_ON_UPDATE=0 DEV_MODE=1 ENABLE_GRAPHQL_CACHING=0 @@ -13,14 +14,15 @@ SITE_NAME=plugindev # Craft database settings DB_USER=project DB_PASSWORD=project -DB_DATABASE=project +DB_DATABASE=project_v3 DB_SCHEMA=public DB_TABLE_PREFIX= # URL & path settings ASSETS_URL=http://localhost:8000 SITE_URL=http://localhost:8000 -WEB_ROOT_PATH=/var/www/project/cms/web +WEB_ROOT_PATH=/var/www/project/cms_v3/web +CMS_ROOT_PATH=/var/www/project/cms_v3 # Redis settings REDIS_HOSTNAME=redis diff --git a/cms/modules/sitemodule/.craftplugin b/cms_v3/modules/sitemodule/.craftplugin similarity index 100% rename from cms/modules/sitemodule/.craftplugin rename to cms_v3/modules/sitemodule/.craftplugin diff --git a/cms/modules/sitemodule/.gitignore b/cms_v3/modules/sitemodule/.gitignore similarity index 100% rename from cms/modules/sitemodule/.gitignore rename to cms_v3/modules/sitemodule/.gitignore diff --git a/cms/modules/sitemodule/CHANGELOG.md b/cms_v3/modules/sitemodule/CHANGELOG.md similarity index 100% rename from cms/modules/sitemodule/CHANGELOG.md rename to cms_v3/modules/sitemodule/CHANGELOG.md diff --git a/cms/modules/sitemodule/LICENSE.md b/cms_v3/modules/sitemodule/LICENSE.md similarity index 100% rename from cms/modules/sitemodule/LICENSE.md rename to cms_v3/modules/sitemodule/LICENSE.md diff --git a/cms/modules/sitemodule/README.md b/cms_v3/modules/sitemodule/README.md similarity index 100% rename from cms/modules/sitemodule/README.md rename to cms_v3/modules/sitemodule/README.md diff --git a/cms/modules/sitemodule/src/SiteModule.php b/cms_v3/modules/sitemodule/src/SiteModule.php similarity index 100% rename from cms/modules/sitemodule/src/SiteModule.php rename to cms_v3/modules/sitemodule/src/SiteModule.php diff --git a/cms/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php b/cms_v3/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php similarity index 100% rename from cms/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php rename to cms_v3/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php diff --git a/cms/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css b/cms_v3/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css similarity index 100% rename from cms/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css rename to cms_v3/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css diff --git a/cms/modules/sitemodule/src/assetbundles/sitemodule/dist/img/SiteModule-icon.svg b/cms_v3/modules/sitemodule/src/assetbundles/sitemodule/dist/img/SiteModule-icon.svg similarity index 100% rename from cms/modules/sitemodule/src/assetbundles/sitemodule/dist/img/SiteModule-icon.svg rename to cms_v3/modules/sitemodule/src/assetbundles/sitemodule/dist/img/SiteModule-icon.svg diff --git a/cms/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js b/cms_v3/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js similarity index 100% rename from cms/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js rename to cms_v3/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js diff --git a/cms/modules/sitemodule/src/config.php b/cms_v3/modules/sitemodule/src/config.php similarity index 100% rename from cms/modules/sitemodule/src/config.php rename to cms_v3/modules/sitemodule/src/config.php diff --git a/cms/modules/sitemodule/src/helpers/Config.php b/cms_v3/modules/sitemodule/src/helpers/Config.php similarity index 100% rename from cms/modules/sitemodule/src/helpers/Config.php rename to cms_v3/modules/sitemodule/src/helpers/Config.php diff --git a/cms/modules/sitemodule/src/services/Helper.php b/cms_v3/modules/sitemodule/src/services/Helper.php similarity index 100% rename from cms/modules/sitemodule/src/services/Helper.php rename to cms_v3/modules/sitemodule/src/services/Helper.php diff --git a/cms/modules/sitemodule/src/translations/en/site-module.php b/cms_v3/modules/sitemodule/src/translations/en/site-module.php similarity index 100% rename from cms/modules/sitemodule/src/translations/en/site-module.php rename to cms_v3/modules/sitemodule/src/translations/en/site-module.php diff --git a/cms/modules/sitemodule/src/variables/SiteVariable.php b/cms_v3/modules/sitemodule/src/variables/SiteVariable.php similarity index 100% rename from cms/modules/sitemodule/src/variables/SiteVariable.php rename to cms_v3/modules/sitemodule/src/variables/SiteVariable.php diff --git a/cms/templates/.gitkeep b/cms_v3/templates/.gitkeep similarity index 100% rename from cms/templates/.gitkeep rename to cms_v3/templates/.gitkeep diff --git a/cms/templates/_boilerplate/_layouts/base-ajax-layout.twig b/cms_v3/templates/_boilerplate/_layouts/base-ajax-layout.twig similarity index 100% rename from cms/templates/_boilerplate/_layouts/base-ajax-layout.twig rename to cms_v3/templates/_boilerplate/_layouts/base-ajax-layout.twig diff --git a/cms/templates/_boilerplate/_layouts/base-html-layout.twig b/cms_v3/templates/_boilerplate/_layouts/base-html-layout.twig similarity index 100% rename from cms/templates/_boilerplate/_layouts/base-html-layout.twig rename to cms_v3/templates/_boilerplate/_layouts/base-html-layout.twig diff --git a/cms/templates/_boilerplate/_layouts/base-web-layout.twig b/cms_v3/templates/_boilerplate/_layouts/base-web-layout.twig similarity index 100% rename from cms/templates/_boilerplate/_layouts/base-web-layout.twig rename to cms_v3/templates/_boilerplate/_layouts/base-web-layout.twig diff --git a/cms/templates/_layouts/error-page-layout.twig b/cms_v3/templates/_layouts/error-page-layout.twig similarity index 100% rename from cms/templates/_layouts/error-page-layout.twig rename to cms_v3/templates/_layouts/error-page-layout.twig diff --git a/cms/templates/_layouts/generic-page-layout.twig b/cms_v3/templates/_layouts/generic-page-layout.twig similarity index 100% rename from cms/templates/_layouts/generic-page-layout.twig rename to cms_v3/templates/_layouts/generic-page-layout.twig diff --git a/cms/templates/_layouts/global-variables.twig b/cms_v3/templates/_layouts/global-variables.twig similarity index 100% rename from cms/templates/_layouts/global-variables.twig rename to cms_v3/templates/_layouts/global-variables.twig diff --git a/cms/templates/_partials/global-footer.twig b/cms_v3/templates/_partials/global-footer.twig similarity index 100% rename from cms/templates/_partials/global-footer.twig rename to cms_v3/templates/_partials/global-footer.twig diff --git a/cms/templates/_partials/info-footer.twig b/cms_v3/templates/_partials/info-footer.twig similarity index 100% rename from cms/templates/_partials/info-footer.twig rename to cms_v3/templates/_partials/info-footer.twig diff --git a/cms/templates/_partials/info-header.twig b/cms_v3/templates/_partials/info-header.twig similarity index 100% rename from cms/templates/_partials/info-header.twig rename to cms_v3/templates/_partials/info-header.twig diff --git a/cms/templates/_partials/navbar.twig b/cms_v3/templates/_partials/navbar.twig similarity index 100% rename from cms/templates/_partials/navbar.twig rename to cms_v3/templates/_partials/navbar.twig diff --git a/cms/templates/blog/_entry.twig b/cms_v3/templates/blog/_entry.twig similarity index 100% rename from cms/templates/blog/_entry.twig rename to cms_v3/templates/blog/_entry.twig diff --git a/cms/templates/blog/index.twig b/cms_v3/templates/blog/index.twig similarity index 100% rename from cms/templates/blog/index.twig rename to cms_v3/templates/blog/index.twig diff --git a/cms/templates/index.twig b/cms_v3/templates/index.twig similarity index 100% rename from cms/templates/index.twig rename to cms_v3/templates/index.twig diff --git a/cms/web/.htaccess b/cms_v3/web/.htaccess similarity index 100% rename from cms/web/.htaccess rename to cms_v3/web/.htaccess diff --git a/cms/web/assets/.gitignore b/cms_v3/web/assets/.gitignore similarity index 100% rename from cms/web/assets/.gitignore rename to cms_v3/web/assets/.gitignore diff --git a/cms/web/cpresources/.gitignore b/cms_v3/web/cpresources/.gitignore similarity index 100% rename from cms/web/cpresources/.gitignore rename to cms_v3/web/cpresources/.gitignore diff --git a/cms/web/img/site/login-background-image.png b/cms_v3/web/img/site/login-background-image.png similarity index 100% rename from cms/web/img/site/login-background-image.png rename to cms_v3/web/img/site/login-background-image.png diff --git a/cms/storage/rebrand/logo/nys-logo.svg b/cms_v3/web/img/site/nys-logo.svg similarity index 100% rename from cms/storage/rebrand/logo/nys-logo.svg rename to cms_v3/web/img/site/nys-logo.svg diff --git a/cms/web/index.php b/cms_v3/web/index.php similarity index 100% rename from cms/web/index.php rename to cms_v3/web/index.php diff --git a/cms/web/offline.svg b/cms_v3/web/offline.svg similarity index 100% rename from cms/web/offline.svg rename to cms_v3/web/offline.svg diff --git a/cms/web/web.config b/cms_v3/web/web.config similarity index 100% rename from cms/web/web.config rename to cms_v3/web/web.config diff --git a/cms_v4/bootstrap.php b/cms_v4/bootstrap.php new file mode 100644 index 0000000..2502887 --- /dev/null +++ b/cms_v4/bootstrap.php @@ -0,0 +1,20 @@ +safeLoad(); +} + +// Define additional PHP constants +// (see https://craftcms.com/docs/3.x/config/#php-constants) +define('CRAFT_ENVIRONMENT', getenv('ENVIRONMENT') ?: 'production'); diff --git a/cms_v4/composer.json b/cms_v4/composer.json new file mode 100644 index 0000000..2d3234b --- /dev/null +++ b/cms_v4/composer.json @@ -0,0 +1,60 @@ +{ + "name": "nystudio107/plugindev", + "description": "This is a project scaffolding package for Craft 3 CMS plugin development.", + "require": { + "craftcms/cms": "4.0.x-dev as 4.0.0-alpha", + "vlucas/phpdotenv": "^5.4.0", + "yiisoft/yii2-redis": "^2.0.6" + }, + "require-dev": { + "yiisoft/yii2-shell": "^2.0.3" + }, + "autoload": { + "psr-4": { + "modules\\sitemodule\\": "modules/sitemodule/src/" + } + }, + "config": { + "allow-plugins": { + "craftcms/plugin-installer": true, + "yiisoft/yii2-composer": true + }, + "optimize-autoloader": true, + "sort-packages": true, + "platform": { + "php": "8.0.0" + } + }, + "repositories": [ + { + "type": "path", + "url": "/Users/andrew/webdev/craft/*", + "options": { + "symlink": true + } + } + ], + "scripts": { + "craft-update": [ + "@pre-craft-update", + "@post-craft-update" + ], + "pre-craft-update": [ + ], + "post-craft-update": [ + "@php craft install/check && php craft clear-caches/all --interactive=0 || exit 0", + "@php craft install/check && php craft migrate/all --interactive=0 || exit 0", + "@php craft install/check && php craft project-config/apply --interactive=0 || exit 0" + ], + "post-root-package-install": [ + "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" + ], + "post-create-project-cmd": [ + "@php craft setup/welcome" + ], + "pre-update-cmd": "@pre-craft-update", + "pre-install-cmd": "@pre-craft-update", + "post-update-cmd": "@post-craft-update", + "post-install-cmd": "@post-craft-update" + } +} diff --git a/cms_v4/config/_configs/mysql/db.php b/cms_v4/config/_configs/mysql/db.php new file mode 100644 index 0000000..c026bbe --- /dev/null +++ b/cms_v4/config/_configs/mysql/db.php @@ -0,0 +1,23 @@ + App::env('DB_DSN') ?: null, + 'driver' => 'mysql', + 'server' => 'mysql', + 'port' => 3306, + 'database' => App::env('DB_DATABASE'), + 'user' => App::env('DB_USER'), + 'password' => App::env('DB_PASSWORD'), + 'schema' => App::env('DB_SCHEMA'), + 'tablePrefix' => App::env('DB_TABLE_PREFIX'), +]; diff --git a/cms_v4/config/_configs/mysql/general.php b/cms_v4/config/_configs/mysql/general.php new file mode 100644 index 0000000..08ba436 --- /dev/null +++ b/cms_v4/config/_configs/mysql/general.php @@ -0,0 +1,45 @@ + 'CraftSessionIdMySQL', + // Craft config settings from .env variables + 'aliases' => [ + '@assetsUrl' => App::env('ASSETS_URL'), + '@cloudfrontUrl' => App::env('CLOUDFRONT_URL'), + '@web' => App::env('SITE_URL'), + '@webroot' => App::env('WEB_ROOT_PATH'), + ], + 'allowUpdates' => (bool)App::env('ALLOW_UPDATES'), + 'allowAdminChanges' => (bool)App::env('ALLOW_ADMIN_CHANGES'), + 'backupOnUpdate' => (bool)App::env('BACKUP_ON_UPDATE'), + 'devMode' => (bool)App::env('DEV_MODE'), + 'enableTemplateCaching' => (bool)App::env('ENABLE_TEMPLATE_CACHING'), + 'resourceBasePath' => App::env('WEB_ROOT_PATH').'/cpresources', + 'runQueueAutomatically' => (bool)App::env('RUN_QUEUE_AUTOMATICALLY'), + 'securityKey' => App::env('SECURITY_KEY'), + // Craft config settings from constants + 'cacheDuration' => false, + 'defaultSearchTermOptions' => [ + 'subLeft' => true, + 'subRight' => true, + ], + 'defaultTokenDuration' => 'P2W', + 'enableCsrfProtection' => true, + 'generateTransformsBeforePageLoad' => true, + 'maxCachedCloudImageSize' => 3000, + 'maxUploadFileSize' => '100M', + 'omitScriptNameInUrls' => true, + 'useEmailAsUsername' => false, + 'usePathInfo' => true, + 'useProjectConfigFile' => true, +]; diff --git a/cms_v4/config/_configs/postgres/db.php b/cms_v4/config/_configs/postgres/db.php new file mode 100644 index 0000000..7704169 --- /dev/null +++ b/cms_v4/config/_configs/postgres/db.php @@ -0,0 +1,23 @@ + App::env('DB_DSN') ?: null, + 'driver' => 'pgsql', + 'server' => 'postgres', + 'port' => 5432, + 'database' => App::env('DB_DATABASE'), + 'user' => App::env('DB_USER'), + 'password' => App::env('DB_PASSWORD'), + 'schema' => App::env('DB_SCHEMA'), + 'tablePrefix' => App::env('DB_TABLE_PREFIX'), +]; diff --git a/cms_v4/config/_configs/postgres/general.php b/cms_v4/config/_configs/postgres/general.php new file mode 100644 index 0000000..b3201eb --- /dev/null +++ b/cms_v4/config/_configs/postgres/general.php @@ -0,0 +1,45 @@ + 'CraftSessionIdPostgres', + // Craft config settings from .env variables + 'aliases' => [ + '@assetsUrl' => App::env('ASSETS_URL'), + '@cloudfrontUrl' => App::env('CLOUDFRONT_URL'), + '@web' => App::env('SITE_URL'), + '@webroot' => App::env('WEB_ROOT_PATH'), + ], + 'allowUpdates' => (bool)App::env('ALLOW_UPDATES'), + 'allowAdminChanges' => (bool)App::env('ALLOW_ADMIN_CHANGES'), + 'backupOnUpdate' => (bool)App::env('BACKUP_ON_UPDATE'), + 'devMode' => (bool)App::env('DEV_MODE'), + 'enableTemplateCaching' => (bool)App::env('ENABLE_TEMPLATE_CACHING'), + 'resourceBasePath' => App::env('WEB_ROOT_PATH').'/cpresources', + 'runQueueAutomatically' => (bool)App::env('RUN_QUEUE_AUTOMATICALLY'), + 'securityKey' => App::env('SECURITY_KEY'), + // Craft config settings from constants + 'cacheDuration' => false, + 'defaultSearchTermOptions' => [ + 'subLeft' => true, + 'subRight' => true, + ], + 'defaultTokenDuration' => 'P2W', + 'enableCsrfProtection' => true, + 'generateTransformsBeforePageLoad' => true, + 'maxCachedCloudImageSize' => 3000, + 'maxUploadFileSize' => '100M', + 'omitScriptNameInUrls' => true, + 'useEmailAsUsername' => false, + 'usePathInfo' => true, + 'useProjectConfigFile' => true, +]; diff --git a/cms_v4/config/app.console.php b/cms_v4/config/app.console.php new file mode 100644 index 0000000..50a4d87 --- /dev/null +++ b/cms_v4/config/app.console.php @@ -0,0 +1,21 @@ + App::env('APP_ID') ?: 'CraftCMS', + 'modules' => [ + 'site-module' => [ + 'class' => \modules\sitemodule\SiteModule::class, + ], + ], + 'bootstrap' => ['site-module'], + 'components' => [ + 'cache' => [ + 'class' => yii\redis\Cache::class, + 'keyPrefix' => App::env('APP_ID') ?: 'CraftCMS', + 'redis' => [ + 'hostname' => App::env('REDIS_HOSTNAME'), + 'port' => App::env('REDIS_PORT'), + 'database' => App::env('REDIS_CRAFT_DB'), + ], + ], + 'deprecator' => [ + 'throwExceptions' => App::env('DEV_MODE'), + ], + 'queue' => [ + 'class' => craft\queue\Queue::class, + 'ttr' => 10 * 60, + ], + 'redis' => [ + 'class' => yii\redis\Connection::class, + 'hostname' => App::env('REDIS_HOSTNAME'), + 'port' => App::env('REDIS_PORT'), + 'database' => App::env('REDIS_DEFAULT_DB'), + ], + ], +]; diff --git a/cms_v4/config/app.web.php b/cms_v4/config/app.web.php new file mode 100644 index 0000000..bce148b --- /dev/null +++ b/cms_v4/config/app.web.php @@ -0,0 +1,37 @@ + [ + 'session' => static function() { + // Get the default component config + $config = App::sessionConfig(); + // Override the class to use Redis' session class and our config settings + $config['class'] = yii\redis\Session::class; + $config['keyPrefix'] = App::env('APP_ID') ?: 'CraftCMS'; + $config['redis'] = [ + 'hostname' => App::env('REDIS_HOSTNAME'), + 'port' => App::env('REDIS_PORT'), + 'database' => App::env('REDIS_DEFAULT_DB'), + ]; + // Instantiate and return it + return Craft::createObject($config); + }, + ], +]; diff --git a/cms_v4/config/db.php b/cms_v4/config/db.php new file mode 100644 index 0000000..c026bbe --- /dev/null +++ b/cms_v4/config/db.php @@ -0,0 +1,23 @@ + App::env('DB_DSN') ?: null, + 'driver' => 'mysql', + 'server' => 'mysql', + 'port' => 3306, + 'database' => App::env('DB_DATABASE'), + 'user' => App::env('DB_USER'), + 'password' => App::env('DB_PASSWORD'), + 'schema' => App::env('DB_SCHEMA'), + 'tablePrefix' => App::env('DB_TABLE_PREFIX'), +]; diff --git a/cms_v4/config/fastcgi-cache-bust.php b/cms_v4/config/fastcgi-cache-bust.php new file mode 100644 index 0000000..9618c0f --- /dev/null +++ b/cms_v4/config/fastcgi-cache-bust.php @@ -0,0 +1,30 @@ + App::env('FAST_CGI_CACHE_PATH'), +]; diff --git a/cms_v4/config/general.php b/cms_v4/config/general.php new file mode 100644 index 0000000..3d68a5e --- /dev/null +++ b/cms_v4/config/general.php @@ -0,0 +1,45 @@ + 'CraftSessionIdMySQL', + // Craft config settings from .env variables + 'aliases' => [ + '@assetsUrl' => App::env('ASSETS_URL'), + '@cloudfrontUrl' => App::env('CLOUDFRONT_URL'), + '@web' => App::env('SITE_URL'), + '@webroot' => App::env('WEB_ROOT_PATH'), + ], + 'allowUpdates' => (bool)App::env('ALLOW_UPDATES'), + 'allowAdminChanges' => (bool)App::env('ALLOW_ADMIN_CHANGES'), + 'backupOnUpdate' => (bool)App::env('BACKUP_ON_UPDATE'), + 'devMode' => (bool)App::env('DEV_MODE'), + 'enableGraphqlCaching' => (bool)App::env('ENABLE_GRAPHQL_CACHING'), + 'enableTemplateCaching' => (bool)App::env('ENABLE_TEMPLATE_CACHING'), + 'resourceBasePath' => App::env('WEB_ROOT_PATH') . '/cpresources', + 'runQueueAutomatically' => (bool)App::env('RUN_QUEUE_AUTOMATICALLY'), + 'securityKey' => App::env('SECURITY_KEY'), + // Craft config settings from constants + 'cacheDuration' => false, + 'defaultSearchTermOptions' => [ + 'subLeft' => true, + 'subRight' => true, + ], + 'defaultTokenDuration' => 'P2W', + 'enableCsrfProtection' => true, + 'generateTransformsBeforePageLoad' => true, + 'maxCachedCloudImageSize' => 3000, + 'maxUploadFileSize' => '100M', + 'omitScriptNameInUrls' => true, + 'useEmailAsUsername' => false, + 'usePathInfo' => true, +]; diff --git a/cms_v4/config/htmlpurifier/Default.json b/cms_v4/config/htmlpurifier/Default.json new file mode 100644 index 0000000..7529111 --- /dev/null +++ b/cms_v4/config/htmlpurifier/Default.json @@ -0,0 +1,11 @@ +{ + "Attr.AllowedFrameTargets": [ + "_blank" + ], + "Attr.EnableID": true, + "HTML.AllowedComments": [ + "pagebreak" + ], + "HTML.SafeIframe": true, + "URI.SafeIframeRegexp": "%^(https?:)?//(www.youtube.com/embed/|player.vimeo.com/video/)%" +} diff --git a/cms_v4/config/project/commerce/gateways/dummy--6a117ef0-054c-4147-acb6-6fe57d48c4ae.yaml b/cms_v4/config/project/commerce/gateways/dummy--6a117ef0-054c-4147-acb6-6fe57d48c4ae.yaml new file mode 100644 index 0000000..7356f73 --- /dev/null +++ b/cms_v4/config/project/commerce/gateways/dummy--6a117ef0-054c-4147-acb6-6fe57d48c4ae.yaml @@ -0,0 +1,6 @@ +handle: dummy +isFrontendEnabled: true +name: Dummy +paymentType: purchase +sortOrder: 99 +type: craft\commerce\gateways\Dummy diff --git a/cms_v4/config/project/commerce/orderStatuses/new--f923795f-139e-4b59-b27c-eaa0be4f847c.yaml b/cms_v4/config/project/commerce/orderStatuses/new--f923795f-139e-4b59-b27c-eaa0be4f847c.yaml new file mode 100644 index 0000000..e7bcc95 --- /dev/null +++ b/cms_v4/config/project/commerce/orderStatuses/new--f923795f-139e-4b59-b27c-eaa0be4f847c.yaml @@ -0,0 +1,6 @@ +color: green +default: true +description: null +handle: new +name: New +sortOrder: 99 diff --git a/cms_v4/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml b/cms_v4/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml new file mode 100644 index 0000000..b53fee6 --- /dev/null +++ b/cms_v4/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml @@ -0,0 +1,49 @@ +descriptionFormat: '' +handle: clothing +hasDimensions: true +hasProductTitleField: true +hasVariantTitleField: true +hasVariants: false +name: Clothing +productFieldLayouts: + 08766548-0b7c-493b-bdce-20f096719426: + tabs: + - + elements: + - + autocapitalize: true + autocomplete: false + autocorrect: true + class: null + disabled: false + id: null + instructions: null + label: null + max: null + min: null + name: null + orientation: null + placeholder: null + readonly: false + requirable: false + size: null + step: null + tip: null + title: null + type: craft\commerce\fieldlayoutelements\ProductTitleField + warning: null + width: 100 + name: Content + sortOrder: 1 +productTitleFormat: '' +siteSettings: + 5da841b1-ca0d-46ff-8bb1-04d6c889ac54: # English + hasUrls: true + template: shop/products/_product + uriFormat: 'shop/products/{slug}' + ec473f07-152f-423b-90df-ac425e6068a1: # Spanish + hasUrls: true + template: shop/products/_product + uriFormat: 'shop/products/{slug}' +skuFormat: '' +titleFormat: '{product.title}' diff --git a/cms_v4/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml b/cms_v4/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml new file mode 100644 index 0000000..6717c09 --- /dev/null +++ b/cms_v4/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml @@ -0,0 +1,65 @@ +fieldLayouts: + 44918e94-126a-4108-98da-1f66e19d2b2d: + tabs: + - + elements: + - + autocapitalize: true + autocomplete: false + autocorrect: true + class: null + disabled: false + id: null + instructions: null + label: null + max: null + min: null + name: null + orientation: null + placeholder: null + readonly: false + requirable: false + size: null + step: null + tip: null + title: null + type: craft\fieldlayoutelements\EntryTitleField + warning: null + width: 100 + - + fieldUid: 21903cb2-5b82-49ea-9766-e120d0951ea3 + instructions: null + label: null + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + warning: null + width: 100 + - + fieldUid: abcda4a4-b1db-4677-b5d6-69588443704f + instructions: null + label: null + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + warning: null + width: 100 + - + fieldUid: 4a0cb371-14a6-415d-84db-fc0512410ec8 + instructions: null + label: null + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + warning: null + width: 100 + name: Content + sortOrder: 1 +handle: blog +hasTitleField: true +name: Blog +section: de308a7d-1794-448f-9176-29e2eace7ecf +sortOrder: 1 +titleFormat: null +titleTranslationKeyFormat: null +titleTranslationMethod: site diff --git a/cms_v4/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml b/cms_v4/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml new file mode 100644 index 0000000..28ca0e9 --- /dev/null +++ b/cms_v4/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml @@ -0,0 +1,65 @@ +fieldLayouts: + 3079b909-ff31-4f40-98a0-10c57767ab1f: + tabs: + - + elements: + - + autocapitalize: true + autocomplete: false + autocorrect: true + class: null + disabled: false + id: null + instructions: null + label: null + max: null + min: null + name: null + orientation: null + placeholder: null + readonly: false + requirable: false + size: null + step: null + tip: null + title: null + type: craft\fieldlayoutelements\EntryTitleField + warning: null + width: 100 + - + fieldUid: 21903cb2-5b82-49ea-9766-e120d0951ea3 + instructions: null + label: null + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + warning: null + width: 100 + - + fieldUid: abcda4a4-b1db-4677-b5d6-69588443704f + instructions: null + label: null + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + warning: null + width: 100 + - + fieldUid: 4a0cb371-14a6-415d-84db-fc0512410ec8 + instructions: null + label: null + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + warning: null + width: 100 + name: Content + sortOrder: 1 +handle: homepage +hasTitleField: false +name: Homepage +section: 54e60257-f31a-44aa-960e-bbd364197e28 +sortOrder: 1 +titleFormat: '{section.name|raw}' +titleTranslationKeyFormat: null +titleTranslationMethod: none diff --git a/cms_v4/config/project/fieldGroups/94b4d5ac-d7ea-4241-a6cb-92b39f482f99.yaml b/cms_v4/config/project/fieldGroups/94b4d5ac-d7ea-4241-a6cb-92b39f482f99.yaml new file mode 100644 index 0000000..7ed0a01 --- /dev/null +++ b/cms_v4/config/project/fieldGroups/94b4d5ac-d7ea-4241-a6cb-92b39f482f99.yaml @@ -0,0 +1 @@ +name: Common diff --git a/cms_v4/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml b/cms_v4/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml new file mode 100644 index 0000000..83b2f79 --- /dev/null +++ b/cms_v4/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml @@ -0,0 +1,18 @@ +contentColumnType: text +fieldGroup: 94b4d5ac-d7ea-4241-a6cb-92b39f482f99 # Common +handle: plainText +instructions: '' +name: 'Plain Text' +searchable: false +settings: + byteLimit: null + charLimit: null + code: '' + columnType: null + initialRows: '4' + multiline: '' + placeholder: null + uiMode: normal +translationKeyFormat: null +translationMethod: none +type: craft\fields\PlainText diff --git a/cms_v4/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml b/cms_v4/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml new file mode 100644 index 0000000..c77bdb1 --- /dev/null +++ b/cms_v4/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml @@ -0,0 +1,27 @@ +fieldLayouts: + e1ad1c2a-97c8-4b64-9d59-41e897a98298: + tabs: + - + elements: + - + fieldUid: 21903cb2-5b82-49ea-9766-e120d0951ea3 + instructions: null + label: null + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + warning: null + width: 100 + - + fieldUid: abcda4a4-b1db-4677-b5d6-69588443704f + instructions: null + label: null + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + warning: null + width: 100 + name: Default + sortOrder: 1 +handle: globals +name: Globals diff --git a/cms_v4/config/project/graphql/graphql.yaml b/cms_v4/config/project/graphql/graphql.yaml new file mode 100644 index 0000000..fd4ca55 --- /dev/null +++ b/cms_v4/config/project/graphql/graphql.yaml @@ -0,0 +1,3 @@ +publicToken: + enabled: false + expiryDate: null diff --git a/cms_v4/config/project/graphql/schemas/6005c2f9-5d85-4442-b712-22e070096ac8.yaml b/cms_v4/config/project/graphql/schemas/6005c2f9-5d85-4442-b712-22e070096ac8.yaml new file mode 100644 index 0000000..6288789 --- /dev/null +++ b/cms_v4/config/project/graphql/schemas/6005c2f9-5d85-4442-b712-22e070096ac8.yaml @@ -0,0 +1,2 @@ +isPublic: true +name: 'Public Schema' diff --git a/cms_v4/config/project/project.yaml b/cms_v4/config/project/project.yaml new file mode 100644 index 0000000..9bba518 --- /dev/null +++ b/cms_v4/config/project/project.yaml @@ -0,0 +1,35 @@ +dateModified: 1643632348 +email: + fromEmail: andrew@nystudio107.com + fromName: Craft + transportType: craft\mail\transportadapters\Sendmail +fs: + site: + hasUrls: true + name: Site + settings: + path: '@webroot/assets/site' + type: craft\fs\Local + url: '@assetsUrl/assets/site' +meta: + __names__: + 5c642d7e-b16b-4836-9575-668d75d242e5: Site # Site + 5da841b1-ca0d-46ff-8bb1-04d6c889ac54: English # English + 94b4d5ac-d7ea-4241-a6cb-92b39f482f99: Common # Common + c4536798-743d-4bf0-9669-192827bfb26c: Blog # Blog + ec473f07-152f-423b-90df-ac425e6068a1: Spanish # Spanish + f89601e9-4ba9-4a48-9e99-350aa9914912: plugindev # plugindev +system: + edition: pro + live: true + name: plugindev + retryDuration: 60 + schemaVersion: 4.0.0 + timeZone: America/New_York +users: + allowPublicRegistration: false + deactivateByDefault: false + defaultGroup: null + photoSubpath: '' + photoVolumeUid: null + requireEmailVerification: true diff --git a/cms_v4/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml b/cms_v4/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml new file mode 100644 index 0000000..7e81edd --- /dev/null +++ b/cms_v4/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml @@ -0,0 +1,28 @@ +enableVersioning: true +handle: blog +name: Blog +previewTargets: + - + __assoc__: + - + - label + - 'Primary entry page' + - + - urlFormat + - '{url}' + - + - refresh + - '1' +propagationMethod: all +siteSettings: + 5da841b1-ca0d-46ff-8bb1-04d6c889ac54: # English + enabledByDefault: true + hasUrls: true + template: blog/_entry + uriFormat: 'blog/{slug}' + ec473f07-152f-423b-90df-ac425e6068a1: # Spanish + enabledByDefault: true + hasUrls: true + template: blog/_entry + uriFormat: 'blog/{slug}' +type: channel diff --git a/cms_v4/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml b/cms_v4/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml new file mode 100644 index 0000000..2902214 --- /dev/null +++ b/cms_v4/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml @@ -0,0 +1,28 @@ +enableVersioning: false +handle: homepage +name: Homepage +previewTargets: + - + __assoc__: + - + - label + - Entry + - + - urlFormat + - / + - + - refresh + - '1' +propagationMethod: all +siteSettings: + 5da841b1-ca0d-46ff-8bb1-04d6c889ac54: # English + enabledByDefault: true + hasUrls: true + template: index + uriFormat: __home__ + ec473f07-152f-423b-90df-ac425e6068a1: # Spanish + enabledByDefault: true + hasUrls: true + template: index + uriFormat: __home__ +type: single diff --git a/cms_v4/config/project/siteGroups/f89601e9-4ba9-4a48-9e99-350aa9914912.yaml b/cms_v4/config/project/siteGroups/f89601e9-4ba9-4a48-9e99-350aa9914912.yaml new file mode 100644 index 0000000..5b3d60c --- /dev/null +++ b/cms_v4/config/project/siteGroups/f89601e9-4ba9-4a48-9e99-350aa9914912.yaml @@ -0,0 +1 @@ +name: plugindev diff --git a/cms_v4/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml b/cms_v4/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml new file mode 100644 index 0000000..7d4d9c1 --- /dev/null +++ b/cms_v4/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml @@ -0,0 +1,9 @@ +baseUrl: '@web/' +enabled: true +handle: default +hasUrls: true +language: en-US +name: English +primary: true +siteGroup: f89601e9-4ba9-4a48-9e99-350aa9914912 # plugindev +sortOrder: 1 diff --git a/cms_v4/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml b/cms_v4/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml new file mode 100644 index 0000000..0e6fa80 --- /dev/null +++ b/cms_v4/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml @@ -0,0 +1,9 @@ +baseUrl: '@web/es' +enabled: true +handle: spanish +hasUrls: true +language: es +name: Spanish +primary: false +siteGroup: f89601e9-4ba9-4a48-9e99-350aa9914912 # plugindev +sortOrder: 2 diff --git a/cms_v4/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml b/cms_v4/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml new file mode 100644 index 0000000..4b4bcda --- /dev/null +++ b/cms_v4/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml @@ -0,0 +1,47 @@ +fieldLayouts: + e73b4186-2fad-4c0f-8eae-bbb884932c58: + tabs: + - + elements: + - + autocapitalize: true + autocomplete: false + autocorrect: true + class: null + disabled: false + id: null + instructions: null + label: null + max: null + min: null + name: null + orientation: null + placeholder: null + readonly: false + requirable: false + size: null + step: null + tip: null + title: null + type: craft\fieldlayoutelements\AssetTitleField + warning: null + width: 100 + - + fieldUid: 3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5 + instructions: null + label: null + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + warning: null + width: 100 + name: Content + sortOrder: 1 +fs: site +handle: site +hasUrls: true +name: Site +sortOrder: 0 +titleTranslationKeyFormat: null +titleTranslationMethod: site +url: '@assetsUrl/assets/site' diff --git a/cms_v4/config/redactor/Default.json b/cms_v4/config/redactor/Default.json new file mode 100644 index 0000000..7382a85 --- /dev/null +++ b/cms_v4/config/redactor/Default.json @@ -0,0 +1,20 @@ +{ + "buttons": [ + "html", + "formatting", + "bold", + "italic", + "unorderedlist", + "orderedlist", + "link", + "image", + "video" + ], + "plugins": [ + "fullscreen", + "video", + "richvariables" + ], + "linkNewTab": true, + "toolbarFixed": true +} diff --git a/cms_v4/config/redactor/Simple.json b/cms_v4/config/redactor/Simple.json new file mode 100644 index 0000000..e7d72fc --- /dev/null +++ b/cms_v4/config/redactor/Simple.json @@ -0,0 +1,5 @@ +{ + "buttons": ["bold", "italic"], + "toolbarFixed": true, + "plugins": ["richvariables"] +} diff --git a/cms_v4/config/routes.php b/cms_v4/config/routes.php new file mode 100644 index 0000000..25ce1a6 --- /dev/null +++ b/cms_v4/config/routes.php @@ -0,0 +1,23 @@ +' => ['template' => 'blog/_archive'], + * + * That example would match URIs such as `/blog/archive/2012`, and pass the + * request along to the `blog/_archive` template, providing it a `year` variable + * set to the value `2012`. + */ + +return [ + 'amp' => ['template' => 'amp-index'], +]; diff --git a/cms_v4/config/seomatic-config/globalmeta/Creator.php b/cms_v4/config/seomatic-config/globalmeta/Creator.php new file mode 100644 index 0000000..4f83c9e --- /dev/null +++ b/cms_v4/config/seomatic-config/globalmeta/Creator.php @@ -0,0 +1,55 @@ + [ + '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' => '', + ], +]; diff --git a/cms_v4/config/twigpack.php b/cms_v4/config/twigpack.php new file mode 100644 index 0000000..f7669c8 --- /dev/null +++ b/cms_v4/config/twigpack.php @@ -0,0 +1,61 @@ + App::env('DEV_MODE'), + // The JavaScript entry from the manifest.json to inject on Twig error pages + 'errorEntry' => ['runtime.js', 'app.js'], + // Manifest file names + 'manifest' => [ + 'legacy' => 'manifest-legacy.json', + 'modern' => 'manifest.json', + ], + // Public server config + 'server' => [ + 'manifestPath' => '@webroot/dist/', + 'publicPath' => '/', + ], + // webpack-dev-server config + 'devServer' => [ + 'manifestPath' => App::env('TWIGPACK_DEV_SERVER_MANIFEST_PATH'), + 'publicPath' => App::env('TWIGPACK_DEV_SERVER_PUBLIC_PATH'), + ], + // Bundle to use with the webpack-dev-server + 'devServerBuildType' => 'modern', + // Whether to include a Content Security Policy "nonce" for inline + // CSS or JavaScript. Valid values are 'header' or 'tag' for how the CSP + // should be included. c.f.: + // https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#Unsafe_inline_script + 'cspNonce' => '', + // Local files config + 'localFiles' => [ + 'basePath' => '@webroot/', + 'criticalPrefix' => 'dist/criticalcss/', + 'criticalSuffix' => '_critical.min.css', + ], +]; diff --git a/cms_v4/craft b/cms_v4/craft new file mode 100755 index 0000000..547e508 --- /dev/null +++ b/cms_v4/craft @@ -0,0 +1,14 @@ +#!/usr/bin/env php +run(); +exit($exitCode); diff --git a/cms_v4/craft.bat b/cms_v4/craft.bat new file mode 100644 index 0000000..f8bf519 --- /dev/null +++ b/cms_v4/craft.bat @@ -0,0 +1,15 @@ +@echo off + +rem ------------------------------------------------------------- +rem Craft command line bootstrap script for Windows +rem ------------------------------------------------------------- + +@setlocal + +set CRAFT_PATH=%~dp0 + +if "%PHP_COMMAND%" == "" set PHP_COMMAND=php.exe + +"%PHP_COMMAND%" "%CRAFT_PATH%craft" %* + +@endlocal diff --git a/cms_v4/example.env b/cms_v4/example.env new file mode 100644 index 0000000..76392fa --- /dev/null +++ b/cms_v4/example.env @@ -0,0 +1,38 @@ +# Craft general settings +ALLOW_UPDATES=1 +ALLOW_ADMIN_CHANGES=1 +APP_ID=project_v4 +BACKUP_ON_UPDATE=0 +DEV_MODE=1 +ENABLE_GRAPHQL_CACHING=0 +ENABLE_TEMPLATE_CACHING=0 +ENVIRONMENT=dev +RUN_QUEUE_AUTOMATICALLY=0 +SECURITY_KEY=EOdiVBONceb8zFGJP7InMui2pMkvNACz +SITE_NAME=plugindev + +# Craft database settings +DB_USER=project +DB_PASSWORD=project +DB_DATABASE=project_v4 +DB_SCHEMA=public +DB_TABLE_PREFIX= + +# URL & path settings +ASSETS_URL=http://localhost:8001 +SITE_URL=http://localhost:8001 +WEB_ROOT_PATH=/var/www/project/cms_v4/web +CMS_ROOT_PATH=/var/www/project/cms_v4 + +# Redis settings +REDIS_HOSTNAME=redis +REDIS_PORT=6379 +REDIS_DEFAULT_DB=0 +REDIS_CRAFT_DB=1 + +# Xdebug Settings +DBGP_IDEKEY=phpstorm + +# Plugin debug +NYS_PLUGIN_DEVSERVER=1 +VITE_PLUGIN_DEVSERVER=1 diff --git a/cms_v4/modules/sitemodule/.craftplugin b/cms_v4/modules/sitemodule/.craftplugin new file mode 100644 index 0000000..b3d5911 --- /dev/null +++ b/cms_v4/modules/sitemodule/.craftplugin @@ -0,0 +1 @@ +{"pluginName":"Site","pluginDescription":"An example module for Craft CMS 3 that lets you enhance your websites with a custom site module","pluginVersion":"1.0.0","pluginAuthorName":"nystudio107","pluginVendorName":"nystudio107","pluginAuthorUrl":"https://nystudio107.com/","codeComments":[],"pluginComponents":[],"apiVersion":"module_api_version_3_0"} \ No newline at end of file diff --git a/cms_v4/modules/sitemodule/.gitignore b/cms_v4/modules/sitemodule/.gitignore new file mode 100755 index 0000000..a17970c --- /dev/null +++ b/cms_v4/modules/sitemodule/.gitignore @@ -0,0 +1,32 @@ +# CRAFT ENVIRONMENT +.env.php +.env.sh +.env + +# COMPOSER +/vendor + +# BUILD FILES +/bower_components/* +/node_modules/* +/build/* +/yarn-error.log + +# MISC FILES +.cache +.DS_Store +.idea +.project +.settings +*.esproj +*.sublime-workspace +*.sublime-project +*.tmproj +*.tmproject +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +config.codekit3 +prepros-6.config diff --git a/cms_v4/modules/sitemodule/CHANGELOG.md b/cms_v4/modules/sitemodule/CHANGELOG.md new file mode 100755 index 0000000..6e0a347 --- /dev/null +++ b/cms_v4/modules/sitemodule/CHANGELOG.md @@ -0,0 +1,9 @@ +# Site Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). + +## 1.0.0 - 2018-01-19 +### Added +- Initial release diff --git a/cms_v4/modules/sitemodule/LICENSE.md b/cms_v4/modules/sitemodule/LICENSE.md new file mode 100755 index 0000000..db2cb88 --- /dev/null +++ b/cms_v4/modules/sitemodule/LICENSE.md @@ -0,0 +1,9 @@ +The MIT License (MIT) + +Copyright (c) 2018 nystudio107 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/cms_v4/modules/sitemodule/README.md b/cms_v4/modules/sitemodule/README.md new file mode 100755 index 0000000..0e1b86e --- /dev/null +++ b/cms_v4/modules/sitemodule/README.md @@ -0,0 +1,52 @@ +# Site module for Craft CMS 3.x + +An example module for Craft CMS 3 that lets you enhance your websites with a custom site module + +## Requirements + +This module requires Craft CMS 3.0.0-RC1 or later. + +## Installation + +To install the module, follow these instructions. + +First, you'll need to add the contents of the `app.php` file to your `config/app.php` (or just copy it there if it does not exist). This ensures that your module will get loaded for each request. The file might look something like this: +``` +return [ + 'modules' => [ + 'site-module' => [ + 'class' => \modules\sitemodule\SiteModule::class, + ], + ], + 'bootstrap' => ['site-module'], +]; +``` +You'll also need to make sure that you add the following to your project's `composer.json` file so that Composer can find your module: + + "autoload": { + "psr-4": { + "modules\\sitemodule\\": "modules/sitemodule/src/" + } + }, + +After you have added this, you will need to do: + + composer dump-autoload + + …from the project’s root directory, to rebuild the Composer autoload map. This will happen automatically any time you do a `composer install` or `composer update` as well. + +## Site Overview + +-Insert text here- + +## Using Site + +-Insert text here- + +## Site Roadmap + +Some things to do, and ideas for potential features: + +* Release it + +Brought to you by [nystudio107](https://nystudio107.com/) diff --git a/cms_v4/modules/sitemodule/src/SiteModule.php b/cms_v4/modules/sitemodule/src/SiteModule.php new file mode 100755 index 0000000..82f0b5e --- /dev/null +++ b/cms_v4/modules/sitemodule/src/SiteModule.php @@ -0,0 +1,140 @@ +getBasePath()); + $this->controllerNamespace = 'modules\sitemodule\controllers'; + + // Translation category + $i18n = Craft::$app->getI18n(); + /** @noinspection UnSafeIsSetOverArrayInspection */ + if (!isset($i18n->translations[$id]) && !isset($i18n->translations[$id.'*'])) { + $i18n->translations[$id] = [ + 'class' => PhpMessageSource::class, + 'sourceLanguage' => 'en-US', + 'basePath' => '@modules/sitemodule/translations', + 'forceTranslation' => true, + 'allowOverrides' => true, + ]; + } + + // Base template directory + Event::on(View::class, View::EVENT_REGISTER_CP_TEMPLATE_ROOTS, function (RegisterTemplateRootsEvent $e) { + if (is_dir($baseDir = $this->getBasePath().DIRECTORY_SEPARATOR.'templates')) { + $e->roots[$this->id] = $baseDir; + } + }); + + // Set this as the global instance of this module class + static::setInstance($this); + + parent::__construct($id, $parent, $config); + } + + /** + * @inheritdoc + */ + public function init() + { + parent::init(); + self::$instance = $this; + + // Register our components + $this->setComponents([ + 'helper' => [ + 'class' => Helper::class, + ] + ]); + + // Register our variables + Event::on( + CraftVariable::class, + CraftVariable::EVENT_INIT, + function (Event $event) { + /** @var CraftVariable $variable */ + $variable = $event->sender; + $variable->set('site', SiteVariable::class); + } + ); + + // Register our Asset bundle for CP requests + if (Craft::$app->getRequest()->getIsCpRequest()) { + Event::on( + View::class, + View::EVENT_BEFORE_RENDER_TEMPLATE, + function (TemplateEvent $event) { + try { + Craft::$app->getView()->registerAssetBundle(SiteModuleAsset::class); + } catch (InvalidConfigException $e) { + Craft::error( + 'Error registering AssetBundle - '.$e->getMessage(), + __METHOD__ + ); + } + } + ); + } + + Craft::info( + Craft::t( + 'site-module', + '{name} module loaded', + ['name' => 'Site'] + ), + __METHOD__ + ); + } + + // Protected Methods + // ========================================================================= +} diff --git a/cms_v4/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php b/cms_v4/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php new file mode 100755 index 0000000..798d841 --- /dev/null +++ b/cms_v4/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php @@ -0,0 +1,48 @@ +sourcePath = "@modules/sitemodule/assetbundles/sitemodule/dist"; + + $this->depends = [ + CpAsset::class, + ]; + + $this->js = [ + 'js/SiteModule.js', + ]; + + $this->css = [ + 'css/SiteModule.css', + ]; + + parent::init(); + } +} diff --git a/cms_v4/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css b/cms_v4/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css new file mode 100755 index 0000000..ea77417 --- /dev/null +++ b/cms_v4/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css @@ -0,0 +1,20 @@ +/** + * Site module for Craft CMS + * + * Site CSS + * + * @author nystudio107 + * @copyright Copyright (c) 2018 nystudio107 + * @link https://nystudio107.com/ + * @package SiteModule + * @since 1.0.0 + */ + +body.login { + background-color: #FFF; + background-image: url('/img/site/login-background-image.png'); +} + +body.login label, body.login #forgot-password { + background-color: #FFF; +} diff --git a/cms/storage/rebrand/icon/SiteModule-icon.svg b/cms_v4/modules/sitemodule/src/assetbundles/sitemodule/dist/img/SiteModule-icon.svg similarity index 100% rename from cms/storage/rebrand/icon/SiteModule-icon.svg rename to cms_v4/modules/sitemodule/src/assetbundles/sitemodule/dist/img/SiteModule-icon.svg diff --git a/cms_v4/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js b/cms_v4/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js new file mode 100755 index 0000000..5c02cad --- /dev/null +++ b/cms_v4/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js @@ -0,0 +1,11 @@ +/** + * Site module for Craft CMS + * + * Site JS + * + * @author nystudio107 + * @copyright Copyright (c) 2018 nystudio107 + * @link https://nystudio107.com/ + * @package SiteModule + * @since 1.0.0 + */ diff --git a/cms_v4/modules/sitemodule/src/config.php b/cms_v4/modules/sitemodule/src/config.php new file mode 100644 index 0000000..6e1f265 --- /dev/null +++ b/cms_v4/modules/sitemodule/src/config.php @@ -0,0 +1,22 @@ +getConfig()->env; + + // Try craft/config first + $path = Craft::getAlias('@config/'.$fileName, false); + if ($path === false || !file_exists($path)) { + // Now try our own internal config + $path = Craft::getAlias('@modules/sitemodule/'.$fileName, false); + if ($path === false || !file_exists($path)) { + return []; + } + } + + if (!is_array($config = @include $path)) { + return []; + } + + // If it's not a multi-environment config, return the whole thing + if (!array_key_exists('*', $config)) { + return $config; + } + + // If no environment was specified, just look in the '*' array + if ($currentEnv === null) { + return $config['*']; + } + + $mergedConfig = []; + foreach ($config as $env => $envConfig) { + if ($env === '*' || StringHelper::contains($currentEnv, $env)) { + $mergedConfig = ArrayHelper::merge($mergedConfig, $envConfig); + } + } + + return $mergedConfig; + } + + // Private Methods + // ========================================================================= +} diff --git a/cms_v4/modules/sitemodule/src/services/Helper.php b/cms_v4/modules/sitemodule/src/services/Helper.php new file mode 100644 index 0000000..a92933e --- /dev/null +++ b/cms_v4/modules/sitemodule/src/services/Helper.php @@ -0,0 +1,24 @@ + 'Site plugin loaded', +]; diff --git a/cms_v4/modules/sitemodule/src/variables/SiteVariable.php b/cms_v4/modules/sitemodule/src/variables/SiteVariable.php new file mode 100644 index 0000000..80c0ba3 --- /dev/null +++ b/cms_v4/modules/sitemodule/src/variables/SiteVariable.php @@ -0,0 +1,26 @@ +No content block defined. + {% endblock content %} + {% endminify %} +{% endblock htmlPage %} diff --git a/cms_v4/templates/_boilerplate/_layouts/base-html-layout.twig b/cms_v4/templates/_boilerplate/_layouts/base-html-layout.twig new file mode 100644 index 0000000..15fc424 --- /dev/null +++ b/cms_v4/templates/_boilerplate/_layouts/base-html-layout.twig @@ -0,0 +1,72 @@ +{# -- Base HTML layout template that all HTML requests inherit from -- #} +{# +┌─────────────────────────────────────────────────────────────────────────────┐ +│ ┌─────────────────────────────────────────────────────────────────────────┐ │ +│ │ headMeta │ │ +│ └─────────────────────────────────────────────────────────────────────────┘ │ +│ ┌─────────────────────────────────────────────────────────────────────────┐ │ +│ │ headLinks │ │ +│ └─────────────────────────────────────────────────────────────────────────┘ │ +│ ┌─────────────────────────────────────────────────────────────────────────┐ │ +│ │ headJs │ │ +│ └─────────────────────────────────────────────────────────────────────────┘ │ +│ ┌─────────────────────────────────────────────────────────────────────────┐ │ +│ │ headCss │ │ +│ └─────────────────────────────────────────────────────────────────────────┘ │ +│ │ +│ headContent │ +└─────────────────────────────────────────────────────────────────────────────┘ +┌─────────────────────────────────────────────────────────────────────────────┐ +│ ┌─────────────────────────────────────────────────────────────────────────┐ │ +│ │ bodyHtml │ │ +│ └─────────────────────────────────────────────────────────────────────────┘ │ +│ ┌─────────────────────────────────────────────────────────────────────────┐ │ +│ │ bodyJs │ │ +│ └─────────────────────────────────────────────────────────────────────────┘ │ +│ │ +│ bodyContent │ +└─────────────────────────────────────────────────────────────────────────────┘ +#} +{% extends craft.app.request.isAjax() and not craft.app.request.getIsPreview() + ? "_boilerplate/_layouts/base-ajax-layout.twig" + : "_boilerplate/_layouts/base-web-layout.twig" +%} + +{% block htmlTag %} + +{% endblock htmlTag %} + +{# -- Page content that should be included in the -- #} +{% block headContent %} + {# -- Any tags that should be included in the #} + {% block headMeta %} + {% endblock headMeta %} + + {# -- Any tags that should be included in the #} + {% block headLinks %} + {% endblock headLinks %} + + {# -- Any JavaScript that should be included before -- #} + {% block headJs %} + {% endblock headJs %} + + {# -- Inline and critical CSS #} + + +{% endblock headContent %} + +{# -- Page content that should be included in the -- #} +{% block bodyContent %} + {# -- Page content that should be included in the -- #} + {% block bodyHtml %} + {% endblock bodyHtml %} + + {# -- Any JavaScript that should be included before -- #} + {% block bodyJs %} + {% endblock bodyJs %} +{% endblock bodyContent %} diff --git a/cms_v4/templates/_boilerplate/_layouts/base-web-layout.twig b/cms_v4/templates/_boilerplate/_layouts/base-web-layout.twig new file mode 100644 index 0000000..6d9f4e9 --- /dev/null +++ b/cms_v4/templates/_boilerplate/_layouts/base-web-layout.twig @@ -0,0 +1,54 @@ +{# -- Base web layout template that all web requests inherit from -- #} +{# + ┌─────────────────────────────────────────────────────────────────────────────┐ + │ ┌─────────────────────────────────────────────────────────────────────────┐ │ + │ │ htmlTag │ │ + │ └─────────────────────────────────────────────────────────────────────────┘ │ + │ ┌─────────────────────────────────────────────────────────────────────────┐ │ + │ │ headTag │ │ + │ └─────────────────────────────────────────────────────────────────────────┘ │ + │ ┌─────────────────────────────────────────────────────────────────────────┐ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ headContent │ │ + │ └─────────────────────────────────────────────────────────────────────────┘ │ + │ ┌─────────────────────────────────────────────────────────────────────────┐ │ + │ │ bodyTag │ │ + │ └─────────────────────────────────────────────────────────────────────────┘ │ + │ ┌─────────────────────────────────────────────────────────────────────────┐ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ bodyContent │ │ + │ └─────────────────────────────────────────────────────────────────────────┘ │ + │ │ + │ htmlPage │ + └─────────────────────────────────────────────────────────────────────────────┘ +#} +{% extends "_layouts/global-variables.twig" %} + +{%- block htmlPage -%} + {% minify %} + + {% block htmlTag %} + + {% endblock htmlTag %} + {% block headTag %} + + {% endblock headTag %} + {# -- Page content that should be included in the -- #} + {% block headContent %} + {% endblock headContent %} + + + {% block bodyTag %} + + {% endblock bodyTag %} + {# -- Page content that should be included in the -- #} + {% block bodyContent %} + {% endblock bodyContent %} + + + {% endminify %} +{%- endblock htmlPage -%} diff --git a/cms_v4/templates/_layouts/error-page-layout.twig b/cms_v4/templates/_layouts/error-page-layout.twig new file mode 100644 index 0000000..ca420e2 --- /dev/null +++ b/cms_v4/templates/_layouts/error-page-layout.twig @@ -0,0 +1,43 @@ +{# -- Layout template for error pages -- #} +{# + ┌─────────────────────────────────────────────────────────────────────────────┐ + │ ┌─────────────────────────────────────────────────────────────────────────┐ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ content │ │ + │ └─────────────────────────────────────────────────────────────────────────┘ │ + │ ┌─────────────────────────────────────────────────────────────────────────┐ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ subContent │ │ + │ └─────────────────────────────────────────────────────────────────────────┘ │ + │ │ + │ bodyHtml │ + └─────────────────────────────────────────────────────────────────────────────┘ +#} +{% extends "_layouts/generic-page-layout.twig" %} + +{% block content %} +{% endblock %} + +{% block subcontent %} +
+
+
+

+ {{ entry.errorHeadline ?? 'Error' }} +

+

+ {{ (entry.errorText ?? 'An error has occurred.') |nl2br }} +

+
+
+
+ +{% endblock %} + +{# -- Any JavaScript that should be included before -- #} +{% block bodyJs %} +{% endblock bodyJs %} diff --git a/cms_v4/templates/_layouts/generic-page-layout.twig b/cms_v4/templates/_layouts/generic-page-layout.twig new file mode 100644 index 0000000..f46b13a --- /dev/null +++ b/cms_v4/templates/_layouts/generic-page-layout.twig @@ -0,0 +1,63 @@ +{# -- Layout template for HTML pages -- #} +{# + ┌─────────────────────────────────────────────────────────────────────────────┐ + │ ┌─────────────────────────────────────────────────────────────────────────┐ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ content │ │ + │ └─────────────────────────────────────────────────────────────────────────┘ │ + │ ┌─────────────────────────────────────────────────────────────────────────┐ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ subContent │ │ + │ └─────────────────────────────────────────────────────────────────────────┘ │ + │ │ + │ bodyHtml │ + └─────────────────────────────────────────────────────────────────────────────┘ +#} +{% extends "_boilerplate/_layouts/base-html-layout.twig" %} + +{# -- Any tags that should be included in the #} +{% block headMeta %} +{% endblock headMeta %} + +{# -- Any tags that should be included in the #} +{% block headLinks %} +{% endblock headLinks %} + +{# -- Any CSS that should be included before -- #} +{% block headCss %} +{% endblock headCss %} + +{# -- Page body -- #} +{% block bodyHtml %} +
+
+
+
+ + {# -- Info header, including _navbar.twig -- #} + {% include "_partials/info-header.twig" %} + +
+
+ {# -- Primary content block -- #} + {% block content %} + {% endblock %} +
+
+
+ + {# -- Content that appears below the primary content block -- #} + {% block subcontent %} + {% endblock %} + + {# -- Info footer -- #} + {% include "_partials/info-footer.twig" %} + + {# -- HTML Footer -- #} + {% include "_partials/global-footer.twig" %} +
+{% endblock bodyHtml %} diff --git a/cms_v4/templates/_layouts/global-variables.twig b/cms_v4/templates/_layouts/global-variables.twig new file mode 100644 index 0000000..e407eda --- /dev/null +++ b/cms_v4/templates/_layouts/global-variables.twig @@ -0,0 +1,24 @@ +{# -- Root global variables that all templates inherit from -- #} +{# -- This allows for defining site-wide Twig variables as needed -- #} +{# + ┌─────────────────────────────────────────────────────────────────────────────┐ + │ │ + │ │ + │ │ + │ htmlPage │ + └─────────────────────────────────────────────────────────────────────────────┘ +#} +{% spaceless %} + +{# -- Prefetch & preconnect headers and links -- #} +{% set prefetchUrls = [ + alias("@assetsUrl"), +] %} +{# -- General global variables -- #} +{% set baseUrl = alias('@assetsUrl') ~ '/' %} + +{# -- Twig output from the render; this must be in a block -- #} +{% block htmlPage %} +{% endblock %} + +{% endspaceless %} diff --git a/cms_v4/templates/_partials/global-footer.twig b/cms_v4/templates/_partials/global-footer.twig new file mode 100755 index 0000000..ee9d365 --- /dev/null +++ b/cms_v4/templates/_partials/global-footer.twig @@ -0,0 +1,7 @@ +{#-- Global footer --#} + +{#-- Browser fixes --#} + diff --git a/cms_v4/templates/_partials/info-footer.twig b/cms_v4/templates/_partials/info-footer.twig new file mode 100755 index 0000000..25a9f84 --- /dev/null +++ b/cms_v4/templates/_partials/info-footer.twig @@ -0,0 +1,3 @@ + diff --git a/cms_v4/templates/_partials/info-header.twig b/cms_v4/templates/_partials/info-header.twig new file mode 100755 index 0000000..62f6fe7 --- /dev/null +++ b/cms_v4/templates/_partials/info-header.twig @@ -0,0 +1,3 @@ + diff --git a/cms_v4/templates/_partials/navbar.twig b/cms_v4/templates/_partials/navbar.twig new file mode 100755 index 0000000..0d8cfa2 --- /dev/null +++ b/cms_v4/templates/_partials/navbar.twig @@ -0,0 +1,3 @@ + diff --git a/cms_v4/templates/blog/_entry.twig b/cms_v4/templates/blog/_entry.twig new file mode 100755 index 0000000..c573996 --- /dev/null +++ b/cms_v4/templates/blog/_entry.twig @@ -0,0 +1,21 @@ +{% extends "_layouts/generic-page-layout.twig" %} + +{% block content %} +
+

{{ entry.title }}

+

content

+

{{ entry.richText }}

+
+{% endblock %} + +{% block subcontent %} +
+

subcontent

+

{{ entry.plainText }}

+
+{% endblock %} + +{# -- Any JavaScript that should be included before -- #} +{% block bodyJs %} + {{ parent() }} +{% endblock bodyJs %} diff --git a/cms_v4/templates/blog/index.twig b/cms_v4/templates/blog/index.twig new file mode 100755 index 0000000..84655bd --- /dev/null +++ b/cms_v4/templates/blog/index.twig @@ -0,0 +1,19 @@ +{% extends "_layouts/generic-page-layout.twig" %} + +{% block content %} +
+

Blog Index

+

content

+
+{% endblock %} + +{% block subcontent %} +
+

subcontent

+
+{% endblock %} + +{# -- Any JavaScript that should be included before -- #} +{% block bodyJs %} + {{ parent() }} +{% endblock bodyJs %} diff --git a/cms_v4/templates/index.twig b/cms_v4/templates/index.twig new file mode 100755 index 0000000..bc1570b --- /dev/null +++ b/cms_v4/templates/index.twig @@ -0,0 +1,19 @@ +{% extends "_layouts/generic-page-layout.twig" %} + +{% block content %} +
+

{{ entry.title }}

+

content

+
+{% endblock %} + +{% block subcontent %} +
+

subcontent

+
+{% endblock %} + +{# -- Any JavaScript that should be included before -- #} +{% block bodyJs %} + {{ parent() }} +{% endblock bodyJs %} diff --git a/cms_v4/web/.htaccess b/cms_v4/web/.htaccess new file mode 100644 index 0000000..712b922 --- /dev/null +++ b/cms_v4/web/.htaccess @@ -0,0 +1,9 @@ + + RewriteEngine On + + # Send would-be 404 requests to Craft + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_URI} !^/(favicon\.ico|apple-touch-icon.*\.png)$ [NC] + RewriteRule (.+) index.php?p=$1 [QSA,L] + diff --git a/mysql-db-seed/.gitignore b/cms_v4/web/assets/.gitignore similarity index 85% rename from mysql-db-seed/.gitignore rename to cms_v4/web/assets/.gitignore index f935021..d6b7ef3 100644 --- a/mysql-db-seed/.gitignore +++ b/cms_v4/web/assets/.gitignore @@ -1 +1,2 @@ +* !.gitignore diff --git a/cms_v4/web/cpresources/.gitignore b/cms_v4/web/cpresources/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/cms_v4/web/cpresources/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/cms_v4/web/img/site/login-background-image.png b/cms_v4/web/img/site/login-background-image.png new file mode 100644 index 0000000000000000000000000000000000000000..44701ad51fade6e2d99a1093ecd7f42ae142942a GIT binary patch literal 7711 zcmeHMXH?T^vrj_M0ILRA#DXRwur>%HC{kij5UC<6B1#hx1p=W-s7chTt}e!kf;0<7 zfdFa%>At9}ihxR!uBf4is2C9~v;~x@itg1SB&>#PholMpr2l)jdufRVV+nq&QsijT(Lo+;R1U?#U z2=sIh_7B|V@9#_hb5M-lT#6-%X({T@4(^aODs%H zwz2U8ZTAAYe^;8;b#D%SiBx(@2q9Ldj#pwhy{RL#mcAtBhV-m+yz}?`NQ#G~>}1j& zPcOD}WT-XwG_`jo#H!VebqqJBmYZr8(_$tJRc6j|ZYtHS$!#9j{;B=7v`dyl#fT#% zdnnIuTfb6G)#%<`bc$Tq<3AbP z3U$Jmx^fen**UzfqqCFqw4qi16vudQjGsDI%UK+oU6xu@;!w^V+A{H52)mR!6j16c z7dqPgwtDM$HN_(TyZNEGDi29Dp~n0jzL|c9J0u@&+&bB3JaXv-jae z*WUH^F*7T^M1Gsm=&)s25rYCzgFt8`-rq0<1qVFdCo@Gdg%m~jN_f2pgAv0mlTjXm zANE)5k&IVKB$Av~hk!La1L*|5f#_ytD@mVH5MV7l!M$Ml^<00n=#w~=Xyt__nyQ&_+5kQ=6S7PCGtHJeDB{YHp6`1t4Pkh z^{n+0CYrGwq84&%R27TbEg6#I%O0jRiuW>zx53URba5|)PD98z z5BRfm_CcaHvLr{FQ_e3CI4$w`<*5Q864d}b8dZV=sNke>xfkr4T9D{D&~whCNf(RN zX?sS6U|wpya5W}ccb&^^c+;$hY`+fX+4nhJ#zgmn9`C^S z@yK?2FmGwdU+g9$IWWK{N6yIDxLq8@DGz?z8yxN&-tI&6R$|e;6SKDH%r zgm3AWU$VVxU|@hhL~$@wOr2@hZUM#VddY0sZntoHxGUc7o9PA4R^DJ|`GlmTtKUXh zIEQCROyFBiyAh*Ccro;9@xRonXRBkUIzieyC6#rct5<{DRd6_o3Wg>W49(51gXroN z03|Y+W=J#^?2Ap$2}LM@_Iu$-!&M~u1oS+4(PW5FVhSkvm-iNg5>G(M+ur^}gc4P% zo4UJj2|~#&K*{GXVp|O1YVzdVv$;;^5lW!ac!!OK|AN_mmPB&2aMZNKMDIY25*kI7 zB7|EIiCJn{f3ce>R=2!OPSP<1CFi}72>O#Qex+1>3g{Kr=Oo&uH`PZtu1n(%<aDf>oI%driRUqZt&Za1EDT}7#*rLxLyohZq@VJtPle^8Iy^U} z?A>AZn_=_EEeZV1y#|!zJvRrh@>$}L@9~2o^EHC2`?3ei8}uURk*0;CUxV>jU>RLH z08|~?j;W^T0Qa|DRTOf(;#h@PiK(0wtTF;mT!IT^ZYF9kNF6OeM->A60>U% z*sTFR8thgCLorkXagBo)!j=ZWP_cxGU>FW=gnMPKLNGiBFqG-YN1~;mr}TEiT+EBp z7L1C=ME_j~hAsfZj+cGEVc7az4SK+#0!>WRE(dzRpl`@V3|o5@$hkWAT4OQMj2+Me zLh}t!3)X=i5ZA@D!bIzrLk}?Am56#k9Ki5zc9S>GHY&4joqzOI0OC!_$0R|?wN|AD z6e|Ol%$*e@8DT}?t;@8HDPv*xj%A-LN@i#hy7fCkoQLhK){RnGR(Mf&Y<%NQ8>ldm zrjD&g#2ZjxfPUQKGw>+hOo%sAv0)a9w==|>PLM_r6Usz>KU2(^D{Y(pqCZTc1BIqeLE2t81!?wq)-xHKdFsGuC~7G?b)qdYhX{Rk5Id;aR_1QJ;Fm%)vU@MbN2E zdu-W8<^csWKVs4`=P^c2iG5J$`{GhNtXHCI&7gVb3LmyD{B3T1$WsW0O zkK<(ns2xoH&5;F$iS2b`SQ6rR(2Di&pAb8z=0YWJS=JLh1##%b@mw|{_T*-utW2fg zb*Rp}K{K{t7@?Vf3QXrI(K<0>%~q#7_NY=nj~`V>Qx*0fE$-jN=TWT3$H#Cy|cL9k>)!Ho+HuApyzT>6YAxsVfA2n+y~M56dQ=j z)4Tms9DNC}ulqto=j+lSD(~7tknL(!anLMlfo)d>tcnIY#>kKT6 z$a*8^Ql`?SBz_qz7UIl`<3vVg zDd9X|-oJRgo`?vgkGocK)+~l4&?@g3mqoy)=&B`zXPQ%GSshr6MU~Ig*X21}5aA>ju1_g{y|AFo4vl&bjXPKtR`MAefvoL2KhJ{N6{*H3eRY=5IAdkb z&OXWT-~_#MIQ(hphedY9u*H-d5f_+Mj5J@pIPOA`Pg|2Oh3eiV$nfS0A!4i7fxkVU z-^#;sV!t(HxNlbrqEgRc{OgSwK;x+{EJ^fMvj$MJ>xBaJ<>5ipzURU8FmHb0K~$Z- zKmiK(Fhs;J22v?z#_nQNox-7zmF6u#o&F(&;o&raGb&`IP{=x(XChG#(BmQ1q=opT z3luVc-|48luY^LD$Md;}*}e&e>D0g6&Gt`hmGsu%y1(g1`PEjXzvvCA9eb~2K82p& zl-fg`hfD6159M9&7M>>nOA;hg`Zo$)RCszf8l8M=7 zgnCir3fqhh0TY-R{>${I9ITZ|$F8^jA?xO_w>`rrckF5ftXqFN1s zgFST;7MqOCz@Pln4A9a_2ktd)x?2Q_BOT&c7T0$ill^^#w#4jOrS`XlXQ~h9MJ?n( zb1yrafE>1DGXEXdDrrY$?Z9MBzoSSi$D8RFTpz!YQ`B-}y(D1`IdUS^=#YRNWO zeh0H2qt5XfI!A!lH63)m9h_fxZz*ci$6~5SW_2^M|_U`|^o9c>eTfee>9>Kw&b#u1Sscz?{kXgw^&1S@TiY)qM zZqgK3bgkDdV|ys_A8h^5t~uo(ME|QyKOejOW*FI865EcV{2PF498heeVELC@%;1c# zt1oH~6)xhX5CHAs-SMmBgXxbSFYk(cBQA*W1&;J_epd64{nQ>g1?K3ky7Op3dLOn; zduq)?ka`}d=WW=EC>ePdqvC`yr2$RO(tr}_nKqA*tS?lJuaVo(>g;ErElT>j>WC`k z0ZN*Ow)_JRW$bW!x<+$^ZPbyh99hvGd+=?t1ES|i!nEEOv bOyJ$a^m2CG&uWrun(); diff --git a/cms_v4/web/offline.svg b/cms_v4/web/offline.svg new file mode 100644 index 0000000..85ff6a6 --- /dev/null +++ b/cms_v4/web/offline.svg @@ -0,0 +1 @@ +Offlineoffline diff --git a/cms_v4/web/web.config b/cms_v4/web/web.config new file mode 100644 index 0000000..4274da5 --- /dev/null +++ b/cms_v4/web/web.config @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docker-compose.yml b/docker-compose.yml index e8d862e..75d24da 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,63 +6,114 @@ services: build: context: ./docker-config/nginx dockerfile: ./Dockerfile - env_file: &env - - ./cms/.env init: true ports: - - "8000:80" + - "8000:8000" + - "8001:8001" volumes: - - cpresources:/var/www/project/cms/web/cpresources:delegated - - ./cms/web:/var/www/project/cms/web:cached - # php - run php-fpm - php: - build: &php-build + - cpresources_v3:/var/www/project/cms_v3/web/cpresources:delegated + - cpresources_v4:/var/www/project/cms_v4/web/cpresources:delegated + - ./cms_v3/web:/var/www/project/cms_v3/web:cached + - ./cms_v4/web:/var/www/project/cms_v4/web:cached + # mysql - database + mysql: + build: + context: ./docker-config/mysql + dockerfile: ./Dockerfile + cap_add: + - SYS_NICE # CAP_SYS_NICE + environment: + MYSQL_ROOT_PASSWORD: secret + MYSQL_DATABASES: "project_v3 project_v4" + MYSQL_USER: project + MYSQL_PASSWORD: project + init: true + ports: + - "3306:3306" + volumes: + - mysql-db-data:/var/lib/mysql + - ./mysql-db-seed:/docker-entrypoint-initdb.d + # php_v3 - run php-fpm + php_v3: + build: &php-build_v3 context: ./docker-config/php-prod-craft dockerfile: ./Dockerfile depends_on: - "mysql" - "postgres" - "redis" - env_file: - *env - expose: - - "9000" + env_file: &env_v3 + - ./cms_v3/.env + init: true + tty: true + volumes: &php-volumes_v3 + # Change the path below to map to your local plugin repositories + - /Users/andrew/webdev/craft:/Users/andrew/webdev/craft + - cpresources_v3:/var/www/project/cms_v3/web/cpresources:delegated + - storage_v3:/var/www/project/cms_v3/storage:delegated + - ./cms_v3:/var/www/project/cms_v3:cached + # Specific directories that need to be bind-mounted + - ./cms_v3/storage/logs:/var/www/project/cms_v3/storage/logs:delegated + - ./cms_v3/storage/runtime/compiled_templates:/var/www/project/cms_v3/storage/runtime/compiled_templates:delegated + - ./cms_v3/storage/runtime/compiled_classes:/var/www/project/cms_v3/storage/runtime/compiled_classes:delegated + - ./cms_v3/vendor:/var/www/project/cms_v3/vendor:delegated + - ./cms_v3/storage/rebrand:/var/www/project/cms_v3/storage/rebrand:delegated + # php_v4 - run php-fpm + php_v4: + build: &php-build_v4 + context: ./docker-config/php-prod-craft + dockerfile: ./Dockerfile + depends_on: + - "mysql" + - "postgres" + - "redis" + env_file: &env_v4 + - ./cms_v4/.env init: true tty: true - volumes: &php-volumes - # Change the path below to map to your local plugin repositories + volumes: &php-volumes_v4 + # Change the path below to map to your local plugin repositories - /Users/andrew/webdev/craft:/Users/andrew/webdev/craft - - cpresources:/var/www/project/cms/web/cpresources:delegated - - storage:/var/www/project/cms/storage:delegated - - ./cms:/var/www/project/cms:cached + - cpresources_v4:/var/www/project/cms_v4/web/cpresources:delegated + - storage_v4:/var/www/project/cms_v4/storage:delegated + - ./cms_v4:/var/www/project/cms_v4:cached # Specific directories that need to be bind-mounted - - ./cms/storage/logs:/var/www/project/cms/storage/logs:delegated - - ./cms/storage/runtime/compiled_templates:/var/www/project/cms/storage/runtime/compiled_templates:delegated - - ./cms/storage/runtime/compiled_classes:/var/www/project/cms/storage/runtime/compiled_classes:delegated - - ./cms/vendor:/var/www/project/cms/vendor:delegated - - ./cms/storage/rebrand:/var/www/project/cms/storage/rebrand:delegated - # php - run php-fpm with xdebug - php_xdebug: + - ./cms_v4/storage/logs:/var/www/project/cms_v4/storage/logs:delegated + - ./cms_v4/storage/runtime/compiled_templates:/var/www/project/cms_v4/storage/runtime/compiled_templates:delegated + - ./cms_v4/storage/runtime/compiled_classes:/var/www/project/cms_v4/storage/runtime/compiled_classes:delegated + - ./cms_v4/vendor:/var/www/project/cms_v4/vendor:delegated + - ./cms_v4/storage/rebrand:/var/www/project/cms_v4/storage/rebrand:delegated + # php_xdebug_v3 - run php-fpm with xdebug + php_xdebug_v3: build: context: ./docker-config/php-dev-craft dockerfile: ./Dockerfile depends_on: - - "php" + - "php_v3" env_file: - *env - expose: - - "9000" + *env_v3 + init: true + tty: true + volumes: + *php-volumes_v3 + # php_xdebug_v4 - run php-fpm with xdebug + php_xdebug_v4: + build: + context: ./docker-config/php-dev-craft + dockerfile: ./Dockerfile + depends_on: + - "php_v4" + env_file: + *env_v4 init: true tty: true volumes: - *php-volumes + *php-volumes_v4 # postgres - database postgres: build: context: ./docker-config/postgres dockerfile: ./Dockerfile - env_file: - *env environment: POSTGRES_DB: project POSTGRES_USER: project @@ -73,39 +124,32 @@ services: volumes: - postgres-db-data:/usr/local/pgsql/data - ./postgres-db-seed/:/docker-entrypoint-initdb.d - # queue - runs queue jobs via php craft queue/listen - queue: + # queue_v3 - runs queue jobs via php craft queue/listen + queue_v3: build: - *php-build + *php-build_v3 command: /var/www/project/run_queue.sh depends_on: - - "php" + - "php_v3" env_file: - *env + *env_v3 init: true tty: true volumes: - *php-volumes - # mysql - database - mysql: + *php-volumes_v3 + # queue_v4 - runs queue jobs via php craft queue/listen + queue_v4: build: - context: ./docker-config/mysql - dockerfile: ./Dockerfile - cap_add: - - SYS_NICE # CAP_SYS_NICE + *php-build_v4 + command: /var/www/project/run_queue.sh + depends_on: + - "php_v4" env_file: - *env - environment: - MYSQL_ROOT_PASSWORD: secret - MYSQL_DATABASE: project - MYSQL_USER: project - MYSQL_PASSWORD: project + *env_v4 init: true - ports: - - "3306:3306" + tty: true volumes: - - mysql-db-data:/var/lib/mysql - - ./mysql-db-seed:/docker-entrypoint-initdb.d + *php-volumes_v4 # redis - key/value database for caching & php sessions redis: build: @@ -118,5 +162,7 @@ services: volumes: mysql-db-data: postgres-db-data: - cpresources: - storage: + cpresources_v3: + cpresources_v4: + storage_v3: + storage_v4: diff --git a/docker-config/nginx/default.conf b/docker-config/nginx/default.conf index a483bca..d83519a 100755 --- a/docker-config/nginx/default.conf +++ b/docker-config/nginx/default.conf @@ -3,17 +3,27 @@ resolver 127.0.0.11; # If a cookie doesn't exist, it evaluates to an empty string, so if neither cookie exists, it'll match : # (empty string on either side of the :), but if either or both cookies are set, it won't match, and will hit the default rule -map $cookie_XDEBUG_SESSION:$cookie_XDEBUG_PROFILE $my_fastcgi_pass { +map $cookie_XDEBUG_SESSION:$cookie_XDEBUG_PROFILE $container_name { default php_xdebug; ':' php; } +map $server_port $craft_cms_version { + 8000 v3; + 8001 v4; +} + server { - listen 80; - listen [::]:80; + listen 8000; + listen [::]:8000; + listen 8001; + listen [::]:8001; + + set $fast_cgi_pass "${container_name}_${craft_cms_version}"; + set $craft_server_root "/var/www/project/cms_${craft_cms_version}/web"; server_name _; - root /var/www/project/cms/web; + root $craft_server_root; index index.html index.htm index.php; charset utf-8; @@ -31,13 +41,13 @@ server { location = /favicon.ico { access_log off; log_not_found off; } location / { - try_files $uri/index.html $uri $uri/ /index.php?$query_string; + try_files $uri/index.html $uri $uri/ /index.php?$query_string =404; } location ~ [^/]\.php(/|$) { try_files $uri $uri/ /index.php?$query_string; fastcgi_split_path_info ^(.+\.php)(/.+)$; - fastcgi_pass $my_fastcgi_pass:9000; + fastcgi_pass $fast_cgi_pass:9000; fastcgi_index index.php; include fastcgi_params; fastcgi_param PATH_INFO $fastcgi_path_info; diff --git a/docker-config/php-prod-craft/Dockerfile b/docker-config/php-prod-craft/Dockerfile index 43ffacb..de748fb 100755 --- a/docker-config/php-prod-craft/Dockerfile +++ b/docker-config/php-prod-craft/Dockerfile @@ -53,15 +53,7 @@ RUN set -eux; \ WORKDIR /var/www/project COPY ./run_queue.sh . -RUN chmod a+x run_queue.sh \ - && \ - mkdir -p /var/www/project/cms/storage \ - && \ - mkdir -p /var/www/project/cms/web/cpresources \ - && \ - chown -R www-data:www-data /var/www/project - -WORKDIR /var/www/project/cms +RUN chmod a+x run_queue.sh # Force permissions, update Craft, and start php-fpm @@ -73,6 +65,8 @@ WORKDIR /var/www/project/cms # but saves far more time in not having to deal with out of sync versions # when working with teams or multiple environments CMD chown -R www-data:www-data /var/www/project \ + && \ + cd $CMS_ROOT_PATH \ && \ su-exec www-data composer install --verbose --no-progress --no-scripts --optimize-autoloader --no-interaction \ && \ diff --git a/docker-config/php-prod-craft/run_queue.sh b/docker-config/php-prod-craft/run_queue.sh index 05b4b25..b9159d4 100755 --- a/docker-config/php-prod-craft/run_queue.sh +++ b/docker-config/php-prod-craft/run_queue.sh @@ -13,7 +13,7 @@ while true do - cd /var/www/project/cms + cd $CMS_ROOT_PATH su-exec www-data php craft queue/listen 10 echo "-> craft queue/listen will retry in 60 seconds" sleep 60 diff --git a/mysql-db-seed/db_init.sh b/mysql-db-seed/db_init.sh new file mode 100755 index 0000000..71e268a --- /dev/null +++ b/mysql-db-seed/db_init.sh @@ -0,0 +1,42 @@ +#!/bin/bash +MYSQL_DB_SEED_DIR="db_seeds" +MYSQL_DATABASES_ARRAY=( $MYSQL_DATABASES ) + +# from: https://github.com/mysql/mysql-docker/blob/main/mysql-server/8.0/docker-entrypoint.sh +# Check if entrypoint (and the container) is running as root +if [ $(id -u) = "0" ]; then + is_root=1 + install_devnull="install /dev/null -m0600 -omysql -gmysql" + MYSQLD_USER=mysql +else + install_devnull="install /dev/null -m0600" + MYSQLD_USER=$(id -u) +fi +# To avoid using password on commandline, put it in a temporary file. +# The file is only populated when and if the root password is set. +PASSFILE=$(mktemp -u /var/lib/mysql-files/XXXXXXXXXX) +$install_devnull "$PASSFILE" +if [ ! -z "$MYSQL_ROOT_PASSWORD" ]; then + # Put the password into the temporary config file + cat >"$PASSFILE" <Some Rich Text

','Some plain text',NULL),(31,17,2,'My first blog','2021-03-15 15:41:19','2021-03-15 16:17:37','a8ffc233-ab15-4c0c-977b-4b436fc31066',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:40:51-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}','

Some Rich Text

','Some plain text',NULL),(32,18,1,'My first blog','2021-03-15 15:41:19','2021-03-15 15:41:19','e84e777f-98c7-4cf7-b7cb-80a77833b218',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:40:51-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}','

Some Rich Text!

','Some plain text',NULL),(33,18,2,'My first blog','2021-03-15 15:41:19','2021-03-15 15:41:19','8a3aaead-866b-416d-a8f4-12db80ad4f1e',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:40:51-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}','

Some Rich Text!

','Some plain text',NULL),(34,19,1,NULL,'2021-03-15 15:55:30','2022-01-31 03:40:29','855856c1-048c-485c-aff8-d182d305d5c0',NULL,NULL,'

Some global rich text

','Some global plain text',NULL),(35,19,2,NULL,'2021-03-15 15:55:30','2022-01-31 03:40:29','e237f398-3087-4d0c-a281-0ec3ab25d3f6',NULL,NULL,'

Some global rich text

','Some global plain text',NULL),(36,20,1,'My first blog','2021-03-15 16:17:37','2021-03-15 16:17:37','5506cc52-6de9-405e-92ae-ff23a3ed6f86',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:40:51-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}','

Some Rich Text

','Some plain text',NULL),(37,20,2,'My first blog','2021-03-15 16:17:37','2021-03-15 16:17:37','6b7f8578-24eb-4928-8738-97805a747c17',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:40:51-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}','

Some Rich Text

','Some plain text',NULL),(38,21,1,'Puppies','2021-04-01 02:35:35','2021-04-01 02:35:35','dfb9075a-6ba9-4904-81dd-79b4adda4fd0',NULL,NULL,NULL,NULL,NULL),(39,21,2,'Puppies','2021-04-01 02:35:35','2021-04-01 02:35:35','62dbcf58-01eb-441b-9c99-ecab0559dbbb',NULL,NULL,NULL,NULL,NULL),(40,22,1,'Kitties','2021-04-01 02:35:44','2021-04-01 02:35:44','1f5f6c95-0339-484d-adc8-741217ccd0ca',NULL,NULL,NULL,NULL,NULL),(41,22,2,'Kitties','2021-04-01 02:35:44','2021-04-01 02:35:44','1666d380-3f6f-485b-9d7b-2f688e67a050',NULL,NULL,NULL,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,NULL,'craft\\elements\\User',1,0,'2020-03-27 13:22:43','2021-03-15 14:56:59',NULL,NULL,'9c39b369-6229-4753-83e1-afd4da7acf29'),(2,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2020-03-27 13:38:49','2021-03-15 15:40:42',NULL,NULL,'7526d70b-8b45-4af6-b5b8-c56c6a44e34c'),(3,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Donation',1,0,'2021-03-15 15:24:15','2021-03-15 15:24:15',NULL,NULL,'526a5ea3-767b-4df7-8712-580157c88145'),(4,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'7081584e-e3df-4024-9257-7f8e8ec95a28'),(5,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'45269718-1004-4930-859b-07c56d970e17'),(6,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'61078ac7-642e-4108-a552-fb0d0e45881d'),(7,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'642ecb15-e397-4658-b878-22c399183f63'),(8,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'c6b705ef-f5e8-4a57-9e37-efac1cf06d20'),(9,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'a71ddf46-2c55-41c0-92de-fc0ddf3080fa'),(10,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'6406a158-0467-4e91-8504-afa784805abe'),(11,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'4131ac3a-b08d-4811-9909-ad9aaec47e99'),(12,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'d909722a-a9ac-400a-83ae-c43cd44e7064'),(13,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'8f5e64bc-8282-42a9-a462-e13aff72917d'),(14,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'cc3c2113-f0bd-47d2-bad9-5a7c585228a9'),(15,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'e17cdcbf-cf0b-4ff5-9943-f04e7b8d821a'),(17,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2021-03-15 15:41:19','2021-03-15 16:17:36',NULL,NULL,'251c74e8-9611-447e-a7a0-7c3e48dd315c'),(18,17,NULL,1,5,'craft\\elements\\Entry',1,0,'2021-03-15 15:41:19','2021-03-15 15:41:19',NULL,NULL,'903b23f3-a446-4282-89bb-c18c3a2b8bec'),(19,NULL,NULL,NULL,6,'craft\\elements\\GlobalSet',1,0,'2021-03-15 15:55:30','2022-01-31 03:40:29',NULL,NULL,'aa7c6968-88ec-4d2a-af47-d3c40b582a68'),(20,17,NULL,2,5,'craft\\elements\\Entry',1,0,'2021-03-15 16:17:36','2021-03-15 16:17:36',NULL,NULL,'9e157ef9-368f-49aa-bff9-901e83da4e14'),(21,NULL,NULL,NULL,9,'craft\\elements\\Category',1,0,'2021-04-01 02:35:35','2021-04-01 02:35:35',NULL,'2022-01-31 03:40:28','0b5e2d02-58de-4965-b9c6-280dfecedd34'),(22,NULL,NULL,NULL,9,'craft\\elements\\Category',1,0,'2021-04-01 02:35:44','2021-04-01 02:35:44',NULL,'2022-01-31 03:40:28','8deb5a7a-2202-4eac-8415-2ef70a523974'); +/*!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'),(3,2,2,'homepage','__home__',1,'2021-03-15 15:04:42','2021-03-15 15:04:42','ad754d68-f573-4b4d-9b50-dab3ab22348c'),(4,3,1,NULL,NULL,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a61f7646-3787-4cc3-9daf-3475f78d6c3e'),(5,4,1,'ant-001','shop/products/ant-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','6b386ce1-85e7-4598-8d63-754c9a8cd5b3'),(6,5,1,'ant-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','8d337ed7-4895-4a25-a34d-93188989c8d2'),(7,4,2,'ant-001','shop/products/ant-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','686befc9-91a8-450a-a6f6-694cd0f3360a'),(8,5,2,'ant-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','5cb47b5e-d6e2-4014-b8de-ec121c0e94a3'),(9,6,1,'psb-001','shop/products/psb-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','8f4800bd-b82f-45fc-b0c5-7e5cf3fbdd96'),(10,7,1,'psb-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','9aa280fc-64a1-4ca2-8b7e-d0967fcb59b9'),(11,6,2,'psb-001','shop/products/psb-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','e1f53b4e-b9ac-46d1-bd70-32a0f3949930'),(12,7,2,'psb-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','e7fa30a7-09ab-40dc-8f2e-a6dab095794c'),(13,8,1,'rre-001','shop/products/rre-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','7b9e5f9b-02db-4766-92dd-f194343d03de'),(14,9,1,'rre-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','1f53e93c-1959-4d16-8965-0edaaa21d59b'),(15,8,2,'rre-001','shop/products/rre-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','b6b41b1f-7271-4634-b846-6eb6beabe9ed'),(16,9,2,'rre-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','dacad1bf-d166-4d23-a24f-4d9e164d8a0d'),(17,10,1,'tfa-001','shop/products/tfa-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','8157cac0-7325-4e85-883d-f9fc771e7279'),(18,11,1,'tfa-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','e2335aeb-76a3-4b6e-b319-41b93374a1c0'),(19,10,2,'tfa-001','shop/products/tfa-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','e0f3240c-3359-4bfc-9dd8-268be0cbb622'),(20,11,2,'tfa-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','9a01543b-dd90-4ca3-ae77-10ad166b1b4a'),(21,12,1,'lkh-001','shop/products/lkh-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','2313ce7f-f021-4dc8-b703-e5f2659bee07'),(22,13,1,'lkh-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','66168322-cd47-456d-b311-9d82e98e19c3'),(23,12,2,'lkh-001','shop/products/lkh-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','7983a1e7-57c8-4a28-bce4-58415204e59d'),(24,13,2,'lkh-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','1236004d-2c97-45f1-8d91-58913df68155'),(25,14,1,'fdb-001','shop/products/fdb-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','c76617ea-9d23-43e7-8a4f-beee6c1c287a'),(26,15,1,'fdb-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','93ca9c74-7665-42e6-ade5-4fbea4a22207'),(27,14,2,'fdb-001','shop/products/fdb-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','bf3dedc6-8751-41c9-b950-908d0ff3dd78'),(28,15,2,'fdb-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','7bc767c8-49af-4dd6-8810-6f964d1d0a97'),(31,17,1,'my-first-blog','blog/my-first-blog',1,'2021-03-15 15:41:19','2021-03-15 15:41:19','63a271a3-7312-4bec-b3e8-e7b86621e999'),(32,17,2,'my-first-blog','blog/my-first-blog',1,'2021-03-15 15:41:19','2021-03-15 15:41:19','5102c9da-9a13-4193-81e7-947fb09b7881'),(33,18,1,'my-first-blog','blog/my-first-blog',1,'2021-03-15 15:41:19','2021-03-15 15:41:19','4ee22583-ddef-491d-951e-9e8b12a7f98b'),(34,18,2,'my-first-blog','blog/my-first-blog',1,'2021-03-15 15:41:19','2021-03-15 15:41:19','85cd3c31-091d-4dab-addc-310ce17e129c'),(35,19,1,NULL,NULL,1,'2021-03-15 15:55:30','2021-03-15 15:55:30','cb7c4fe6-7ae8-4d1b-813c-932c555613a0'),(36,19,2,NULL,NULL,1,'2021-03-15 15:55:30','2021-03-15 15:55:30','0cbf45ed-ffae-4d47-93c6-8b5dfd332f57'),(37,20,1,'my-first-blog','blog/my-first-blog',1,'2021-03-15 16:17:37','2021-03-15 16:17:37','c73e9643-9ff4-4a8e-9955-e409b588e21b'),(38,20,2,'my-first-blog','blog/my-first-blog',1,'2021-03-15 16:17:37','2021-03-15 16:17:37','96bdf772-209b-4465-9ab0-4a132e5b1655'),(39,21,1,'puppies','category/puppies',1,'2021-04-01 02:35:35','2021-04-01 02:35:46','51530c40-112f-484f-addd-8abf4dfa39d6'),(40,21,2,'puppies','category/puppies',1,'2021-04-01 02:35:35','2021-04-01 02:35:46','5c01578e-7c8c-41de-8a01-58f5b38e7195'),(41,22,1,'kitties','category/kitties',1,'2021-04-01 02:35:44','2021-04-01 02:35:48','2373a4d8-4ee0-4e70-9cc3-6d3b6dd054c3'),(42,22,2,'kitties','category/kitties',1,'2021-04-01 02:35:44','2021-04-01 02:35:48','41ed619d-71c4-48fe-b548-b3d3d8373620'); +/*!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'),(17,6,NULL,3,1,'2021-03-15 15:40:00',NULL,NULL,'2021-03-15 15:41:19','2021-03-15 15:41:19','dbc93ca5-a2b1-4abc-bf44-6458f314f186'),(18,6,NULL,3,1,'2021-03-15 15:40:00',NULL,NULL,'2021-03-15 15:41:19','2021-03-15 15:41:19','08ea7070-095b-49a5-b170-edf35eb3b9b0'),(20,6,NULL,3,1,'2021-03-15 15:40:00',NULL,NULL,'2021-03-15 16:17:37','2021-03-15 16:17:37','1e2703e8-7642-434d-a9b6-3dd6baad0ed7'); +/*!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,'',NULL,NULL,1,'2020-03-27 13:38:49','2020-10-16 15:16:16','2021-03-15 15:09:11','faceb3ed-6771-453c-9c2a-aa330847f6db'),(2,5,1,'Homepage','homepage',0,'none',NULL,'{section.name|raw}',1,'2020-03-27 13:38:49','2021-03-15 15:40:41',NULL,'fb3a8f31-d1cc-4c13-903b-a501f7e51f54'),(3,6,5,'Blog','blog',1,'site',NULL,NULL,1,'2021-03-15 15:39:25','2021-03-15 15:39:25',NULL,'c4536798-743d-4bf0-9669-192827bfb26c'),(4,6,8,'Review','review',1,'site',NULL,NULL,2,'2021-04-01 02:34:33','2021-04-01 02:34:33','2022-01-31 03:40:28','f631db8b-3a6f-47c4-9001-54fa8733f2c9'),(5,6,11,'Review','review',1,'site',NULL,NULL,2,'2022-01-31 03:40:28','2022-01-31 03:40:28',NULL,'626b0987-e067-4dd2-9918-1d209373265a'); +/*!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',NULL,'94b4d5ac-d7ea-4241-a6cb-92b39f482f99'),(2,'Errors','2020-03-27 13:30:08','2020-03-27 13:30:08','2021-03-15 15:13:19','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; +INSERT INTO `fieldlayoutfields` VALUES (5,1,5,7,0,1,'2021-03-15 15:40:41','2021-03-15 15:40:41','5ad24cfd-cd33-43e5-bc34-3a55e7065fb7'),(6,1,5,6,0,2,'2021-03-15 15:40:41','2021-03-15 15:40:41','b51f0845-d0f4-4e30-829a-b331b243a0db'),(7,1,5,5,0,3,'2021-03-15 15:40:41','2021-03-15 15:40:41','ba3eee15-07ad-4f97-88f3-921529ad9345'),(11,8,8,7,0,1,'2021-04-01 02:34:33','2021-04-01 02:34:33','e885c6ca-529d-4f94-b132-20d4fe01364b'),(12,8,8,6,0,2,'2021-04-01 02:34:33','2021-04-01 02:34:33','cb13a5ac-ed09-4955-8ca1-874160c145ce'),(13,8,8,5,0,3,'2021-04-01 02:34:33','2021-04-01 02:34:33','cdb8edd0-c830-4cc1-b9b3-5107c092584f'),(14,5,10,7,0,1,'2022-01-31 03:40:28','2022-01-31 03:40:28','1ea523dd-283f-449a-a3ac-e63db4785544'),(15,5,10,6,0,2,'2022-01-31 03:40:28','2022-01-31 03:40:28','19ae9a7b-9adc-47bc-aaa5-13f8447e95b6'),(17,5,10,5,0,4,'2022-01-31 03:40:28','2022-01-31 03:40:28','bd243e99-2dea-499d-9c6a-d0cb72b62dd2'),(21,7,13,4,0,1,'2022-01-31 03:40:28','2022-01-31 03:40:28','6fc78e9e-17f5-4426-a32f-718079b11ab1'),(22,7,13,9,0,2,'2022-01-31 03:40:28','2022-01-31 03:40:28','cc55a474-4a6e-4561-8b9d-7dc78a3c229c'),(23,11,15,7,0,1,'2022-01-31 03:40:29','2022-01-31 03:40:29','af5e848d-c483-460e-97b1-b34e16f68832'),(24,11,15,6,0,2,'2022-01-31 03:40:29','2022-01-31 03:40:29','3092cf91-ebbe-4b70-abc8-d9cda65aeaf7'),(25,11,15,5,0,3,'2022-01-31 03:40:29','2022-01-31 03:40:29','16f81b05-303b-4096-b7bf-bc4d4ba860e0'),(26,6,16,7,0,0,'2022-01-31 03:40:29','2022-01-31 03:40:29','dc41030c-d435-44ef-b4dc-fef71b9117c0'),(27,6,16,6,0,1,'2022-01-31 03:40:29','2022-01-31 03:40:29','ce23591d-c106-4b35-b224-8360303a6976'); +/*!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; +INSERT INTO `fieldlayouts` VALUES (1,'craft\\elements\\Entry','2021-03-03 22:29:11','2021-03-03 22:29:11',NULL,'3079b909-ff31-4f40-98a0-10c57767ab1f'),(2,'craft\\commerce\\elements\\Order','2021-03-15 15:24:15','2021-03-15 15:24:15',NULL,'030fdf45-9155-498b-8850-e2358400347b'),(3,'craft\\commerce\\elements\\Product','2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,'08766548-0b7c-493b-bdce-20f096719426'),(4,'craft\\commerce\\elements\\Variant','2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,'80c2837d-4f73-465a-bc55-085b035da781'),(5,'craft\\elements\\Entry','2021-03-15 15:39:25','2021-03-15 15:39:25',NULL,'44918e94-126a-4108-98da-1f66e19d2b2d'),(6,'craft\\elements\\GlobalSet','2021-03-15 15:55:30','2021-03-15 15:55:30',NULL,'e1ad1c2a-97c8-4b64-9d59-41e897a98298'),(7,'craft\\elements\\Asset','2021-03-15 16:13:40','2021-03-15 16:13:40',NULL,'e73b4186-2fad-4c0f-8eae-bbb884932c58'),(8,'craft\\elements\\Entry','2021-04-01 02:34:33','2021-04-01 02:34:33','2022-01-31 03:40:28','e66084b1-4fac-4681-b142-cd25eab4c076'),(9,'craft\\elements\\Category','2021-04-01 02:35:21','2021-04-01 02:35:21','2022-01-31 03:40:28','461e3853-0a60-4277-8682-5f5b7993c5e1'),(10,'craft\\elements\\Category','2022-01-31 03:40:28','2022-01-31 03:40:28',NULL,'4e420bac-c389-4bea-9708-e3e7c19f3cc1'),(11,'craft\\elements\\Entry','2022-01-31 03:40:28','2022-01-31 03:40:28',NULL,'446fae8b-775a-4b1b-a6dc-ef009aede404'); +/*!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; +INSERT INTO `fieldlayouttabs` VALUES (2,3,'Content','[{\"type\":\"craft\\\\commerce\\\\fieldlayoutelements\\\\ProductTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100}]',1,'2021-03-15 15:24:16','2021-03-15 15:24:16','1cc0a6e3-5b8f-46fc-9f03-904e8ebe4d0e'),(5,1,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\"}]',1,'2021-03-15 15:40:41','2021-03-15 15:40:41','602a1b6a-3cbc-46cf-9b2f-3139e7237e35'),(8,8,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\"}]',1,'2021-04-01 02:34:33','2021-04-01 02:34:33','25a0770e-d1aa-4fbe-9d40-8253aebcfd83'),(9,9,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\TitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100}]',1,'2021-04-01 02:35:21','2021-04-01 02:35:21','13b26387-d6dc-4355-9bdd-963a2889fd1b'),(10,5,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"0242b54b-89fc-4bc4-b2ba-308cca715ba7\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\"}]',1,'2022-01-31 03:40:28','2022-01-31 03:40:28','a9a02354-ebff-499e-b0eb-4a64081ebc21'),(13,7,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\AssetTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"3ac44e69-f6b1-48f7-a9a6-f4cf14261b16\"}]',1,'2022-01-31 03:40:28','2022-01-31 03:40:28','df409993-2677-4707-b253-ef4348c9ac87'),(14,10,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\TitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100}]',1,'2022-01-31 03:40:29','2022-01-31 03:40:29','0351b547-f097-4f7e-8510-37eddda82e95'),(15,11,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\"}]',1,'2022-01-31 03:40:29','2022-01-31 03:40:29','65861b73-9a91-477e-8fda-3f79d63b3795'),(16,6,'Default','[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\"}]',1,'2022-01-31 03:40:29','2022-01-31 03:40:29','728a3ab8-d1fb-44be-9b08-d8631fa8791a'); +/*!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 (4,1,'Optimized Images','optimizedImages','global',NULL,'',0,'none',NULL,'nystudio107\\imageoptimize\\fields\\OptimizedImages','{\"displayDominantColorPalette\":\"1\",\"displayLazyLoadPlaceholderImages\":\"1\",\"displayOptimizedImageVariants\":\"1\",\"variants\":[{\"width\":\"1200\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"16\",\"aspectRatioY\":\"9\",\"retinaSizes\":[\"1\"],\"quality\":\"82\",\"format\":\"jpg\"},{\"width\":\"992\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"16\",\"aspectRatioY\":\"9\",\"retinaSizes\":[\"1\"],\"quality\":\"82\",\"format\":\"jpg\"},{\"width\":\"768\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"4\",\"aspectRatioY\":\"3\",\"retinaSizes\":[\"1\"],\"quality\":\"60\",\"format\":\"jpg\"},{\"width\":\"576\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"4\",\"aspectRatioY\":\"3\",\"retinaSizes\":[\"1\"],\"quality\":\"60\",\"format\":\"jpg\"}]}','2021-03-02 00:00:09','2021-03-02 00:00:09','3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5'),(5,1,'SEO','seo','global',NULL,'',0,'none',NULL,'nystudio107\\seomatic\\fields\\SeoSettings','{\"elementDisplayPreviewType\":\"google\",\"facebookTabEnabled\":\"\",\"generalEnabledFields\":[\"seoPreview\",\"mainEntityOfPage\",\"seoTitle\",\"siteNamePosition\",\"seoDescription\",\"seoKeywords\",\"seoImage\",\"seoImageTransform\",\"seoImageTransformMode\",\"seoImageDescription\",\"robots\",\"canonicalUrl\"],\"generalTabEnabled\":\"1\",\"sitemapEnabledFields\":[\"sitemapUrls\",\"sitemapAssets\",\"sitemapFiles\",\"sitemapAltLinks\",\"sitemapChangeFreq\",\"sitemapPriority\",\"sitemapLimit\"],\"sitemapTabEnabled\":\"\",\"twitterTabEnabled\":\"\"}','2021-03-03 22:28:54','2022-01-31 03:40:28','4a0cb371-14a6-415d-84db-fc0512410ec8'),(6,1,'Rich Text','richText','global',NULL,'',0,'none',NULL,'craft\\redactor\\Field','{\"availableTransforms\":\"*\",\"availableVolumes\":\"*\",\"cleanupHtml\":true,\"columnType\":\"text\",\"configSelectionMode\":\"choose\",\"defaultTransform\":\"\",\"manualConfig\":\"\",\"purifierConfig\":\"\",\"purifyHtml\":\"1\",\"redactorConfig\":\"Simple.json\",\"removeEmptyTags\":\"1\",\"removeInlineStyles\":\"1\",\"removeNbsp\":\"1\",\"showHtmlButtonForNonAdmins\":\"\",\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"uiMode\":\"enlarged\"}','2021-03-15 15:39:54','2021-03-15 15:39:54','abcda4a4-b1db-4677-b5d6-69588443704f'),(7,1,'Plain Text','plainText','global',NULL,'',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":\"\",\"columnType\":null,\"initialRows\":\"4\",\"multiline\":\"\",\"placeholder\":null,\"uiMode\":\"normal\"}','2021-03-15 15:40:05','2021-03-15 15:40:05','21903cb2-5b82-49ea-9766-e120d0951ea3'),(9,1,'Some Images','someImages','global','hjezvijy','',0,'none',NULL,'nystudio107\\imageoptimize\\fields\\OptimizedImages','{\"displayDominantColorPalette\":\"1\",\"displayLazyLoadPlaceholderImages\":\"1\",\"displayOptimizedImageVariants\":\"1\",\"variants\":[{\"width\":\"1200\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"16\",\"aspectRatioY\":\"9\",\"retinaSizes\":[\"1\"],\"quality\":\"82\",\"format\":\"jpg\"},{\"width\":\"992\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"16\",\"aspectRatioY\":\"9\",\"retinaSizes\":[\"1\"],\"quality\":\"82\",\"format\":\"jpg\"},{\"width\":\"768\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"4\",\"aspectRatioY\":\"3\",\"retinaSizes\":[\"1\"],\"quality\":\"60\",\"format\":\"jpg\"},{\"width\":\"576\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"4\",\"aspectRatioY\":\"3\",\"retinaSizes\":[\"1\"],\"quality\":\"60\",\"format\":\"jpg\"}]}','2022-01-31 03:40:28','2022-01-31 03:40:28','3ac44e69-f6b1-48f7-a9a6-f4cf14261b16'); +/*!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; +INSERT INTO `globalsets` VALUES (19,'Globals','globals',6,2,'2021-03-15 15:55:30','2022-01-31 03:40:29','aa7c6968-88ec-4d2a-af47-d3c40b582a68'); +/*!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; +INSERT INTO `gqlschemas` VALUES (1,'Public Schema','[]',1,'2021-02-28 19:56:45','2021-02-28 19:56:45','6005c2f9-5d85-4442-b712-22e070096ac8'); +/*!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; +INSERT INTO `gqltokens` VALUES (1,'Public Token','__PUBLIC__',0,NULL,NULL,1,'2020-10-16 15:16:16','2021-02-28 19:56:45','1b9fd892-85aa-46c0-9bed-c7c82bf46416'); +/*!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.7.30.1','3.7.8',0,'zbaofolzbnhu','2@ojtirpvakp','2020-03-27 13:22:43','2022-01-31 12:33:33','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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'),(185,'craft','m200306_054652_disabled_sites','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abc2f9d4-4653-4583-82f4-7e483a13f888'),(186,'craft','m200522_191453_clear_template_caches','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b3cf261a-7c72-494f-b0d3-f90f37dd8697'),(187,'craft','m200606_231117_migration_tracks','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','bc34bce4-9616-413c-8c68-5e9b60eb7210'),(188,'craft','m200619_215137_title_translation_method','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','d7391893-a7b0-481b-bac7-bb8124f56aa2'),(189,'craft','m200620_005028_user_group_descriptions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abd003bc-e99d-4929-8d42-fdb5adfa8c90'),(190,'craft','m200620_230205_field_layout_changes','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','43b71a32-5238-4c70-90a2-6531b2042268'),(191,'craft','m200625_131100_move_entrytypes_to_top_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','2b86d78a-0825-4c90-acf7-629463148de8'),(192,'craft','m200629_112700_remove_project_config_legacy_files','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','35da89d2-87af-4f31-98d4-d028e5f44f03'),(193,'craft','m200630_183000_drop_configmap','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','6e888e11-fff0-4cf6-83ed-ac62cce76ef0'),(194,'craft','m200715_113400_transform_index_error_flag','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b7bae372-1ba0-4109-ade5-b1f9af4a63a6'),(195,'craft','m200716_110900_replace_file_asset_permissions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','3a1671c1-3334-478b-92d3-35dce55d87ae'),(196,'craft','m200716_153800_public_token_settings_in_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','9fcbf070-3ff5-40a0-910b-ed0c0e5ad88d'),(197,'craft','m200720_175543_drop_unique_constraints','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','deaeab5a-092d-4e0f-95fb-18ef08d6489e'),(198,'craft','m200825_051217_project_config_version','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','6e096de1-fcd8-4f96-92b3-37db41a29a25'),(199,'plugin:seomatic','m200419_203444_add_type_id','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','25f0ab31-c74b-40da-b18b-e82f19c3855c'),(202,'plugin:webperf','Install','2020-11-18 21:24:48','2020-11-18 21:24:48','2020-11-18 21:24:48','798d71aa-fb25-4b75-9293-964b80035f2a'),(203,'plugin:webperf','m190625_151715_add_indexes','2020-11-18 21:24:48','2020-11-18 21:24:48','2020-11-18 21:24:48','49b8b2be-5c9e-4821-9851-60c597186b3e'),(204,'craft','m201116_190500_asset_title_translation_method','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','94da610f-2014-4abf-adcb-175d1b85f4bb'),(205,'craft','m201124_003555_plugin_trials','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','2f1fd1a7-9419-4809-b2d7-ea1c23107884'),(206,'craft','m210209_135503_soft_delete_field_groups','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','a4136522-77e7-4bec-96d9-08066118c154'),(207,'craft','m210212_223539_delete_invalid_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','e4608336-f165-4108-89c7-67d5d70cf2d2'),(208,'craft','m210214_202731_track_saved_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','9b5948e1-7f7f-458f-8276-fefeee254ff2'),(209,'plugin:redactor','m180430_204710_remove_old_plugins','2021-03-03 03:34:37','2021-03-03 03:34:37','2021-03-03 03:34:37','b0472ab6-c3d8-4f76-b74e-e8f5dad83e08'),(210,'plugin:redactor','Install','2021-03-03 03:34:37','2021-03-03 03:34:37','2021-03-03 03:34:37','51e288ad-c556-4464-afc9-3c8e0e435f05'),(211,'plugin:redactor','m190225_003922_split_cleanup_html_settings','2021-03-03 03:34:37','2021-03-03 03:34:37','2021-03-03 03:34:37','e4a9d217-2a04-4f07-9d3a-6e7956b7cdd2'),(212,'craft','m210223_150900_add_new_element_gql_schema_components','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','aef28876-0de8-4eca-bd90-392d818d7740'),(213,'craft','m210224_162000_add_projectconfignames_table','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','0eb6eb5a-2c3d-4321-901a-7fd2629fcc56'),(214,'plugin:commerce','Install','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f26be053-2fd4-42f1-99b2-b140b9825be9'),(215,'plugin:commerce','m160531_154500_craft3_upgrade','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','87692049-d66e-4ca6-9268-84896969a473'),(216,'plugin:commerce','m170616_154500_productTypeSites_upgrade','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','33202f25-8ecd-422a-8546-efef9a5ca2a0'),(217,'plugin:commerce','m170705_154500_i18n_to_sites','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','fda264ab-9f5e-406a-93fe-1ebbe742a265'),(218,'plugin:commerce','m170705_155000_order_shippingmethod_to_shippingmethodhandle','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','48512d60-624e-4348-bda5-acc24e4d12ef'),(219,'plugin:commerce','m170718_150000_paymentmethod_class_to_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','fce9cd50-bf20-40a2-905a-f766a4378e53'),(220,'plugin:commerce','m170725_130000_paymentmethods_are_now_gateways','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','269b27ae-b5bd-47d1-ba36-253b1561cfe6'),(221,'plugin:commerce','m170810_130000_sendCartInfo_per_gateway','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b1ddb294-a438-4036-93db-08d86007fb83'),(222,'plugin:commerce','m170828_130000_transaction_gatewayProcessing_flag','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b986c5c9-c60d-45fa-be24-9fd8f3d5aa38'),(223,'plugin:commerce','m170830_130000_order_refactor','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','94ebefe6-eba7-4616-9273-6cfd2d08de95'),(224,'plugin:commerce','m170831_130000_paymentCurreny_primary_not_null','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','187822c8-2e95-4889-83ed-f9bc5834a6b4'),(225,'plugin:commerce','m170904_130000_processing_transactions','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f2a76bd6-a17e-42cb-95b8-cdac6cc37548'),(226,'plugin:commerce','m171010_170000_stock_location','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','381e7782-b1d8-4b24-baf7-8cb8b547b5bf'),(227,'plugin:commerce','m171202_180000_promotions_for_all_purchasables','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','47912c19-f6a3-42d2-8365-de9225ad6dfc'),(228,'plugin:commerce','m171204_213000_payment_sources','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','065fc0fd-6e79-408a-8b5d-7594090c6cee'),(229,'plugin:commerce','m171207_160000_order_can_store_payment_sources','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','62b788df-78a1-4d96-bc28-bcc98ee5bce1'),(230,'plugin:commerce','m171221_120000_subscriptions','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0538afbf-c4d5-4e36-9a1d-8a82f8c9ef9a'),(231,'plugin:commerce','m171221_120500_missing_indexes','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0a951f26-0cf7-4a7a-b885-d35eb056ae15'),(232,'plugin:commerce','m180205_150646_create_state_abbreviation_index','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f14e42ec-bfa7-4071-a66a-af5e9a4de07b'),(233,'plugin:commerce','m180209_115000_plan_description','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','a55e44d8-78e2-4e1f-be54-bac7f8e6965b'),(234,'plugin:commerce','m180216_130000_rename_store_location','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','23a2f3d9-f752-4b80-abc1-bb4038c73013'),(235,'plugin:commerce','m180217_130000_sale_migration','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5d350d40-ab77-4230-bd63-77ec745702bf'),(236,'plugin:commerce','m180218_130000_sale_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','afbcaa97-6cfc-4d86-81d4-ac7cb9cef704'),(237,'plugin:commerce','m180219_130000_sale_can_stop_processing','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','6a432cf2-59a4-4b48-a89c-a09f7315f759'),(238,'plugin:commerce','m180220_130000_sale_can_ignore_previous','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','3b94e29e-df65-486e-b0d9-f9dbab1bd591'),(239,'plugin:commerce','m180221_130000_sale_fixSort','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','2f63a5f0-3b98-4eb5-bc5b-7809c77a722f'),(240,'plugin:commerce','m180222_130000_lineitemsubtotal','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','2210298f-b28f-4351-b59a-ccc10ee3ef9f'),(241,'plugin:commerce','m180306_130000_renamed','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9f88a129-5c45-4ac5-87db-382264c20f3a'),(242,'plugin:commerce','m180307_130000_order_paid_status','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0f81731d-0b11-428c-b623-d8564f179f62'),(243,'plugin:commerce','m180308_130000_update_order_paid_status','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0b828e9d-0fc7-485c-a208-a38c83f163c3'),(244,'plugin:commerce','m180308_130001_has_and_is','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','de0f127c-e76d-4c35-b563-64d2c816b98a'),(245,'plugin:commerce','m180312_130001_countryBased','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','380f3663-e5e4-4195-b17d-2611aab4891a'),(246,'plugin:commerce','m180319_130001_fieldSettings','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ff73d648-4e41-4bd5-ae5d-1f83685d3a00'),(247,'plugin:commerce','m180326_130001_cascadeDeleteVariants','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9365eaa9-7641-4800-a15d-386ca4eb2788'),(248,'plugin:commerce','m180329_161901_gateway_send_cart_info','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','89bd512c-a5d5-4da9-a547-452fc58bc862'),(249,'plugin:commerce','m180401_150701_primary_addresses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c7ed8d24-bfdd-4283-a5d1-bc84f45d789a'),(250,'plugin:commerce','m180401_161901_first_last_name_optional','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f1b1c791-e524-4798-92ec-13ed45904c50'),(251,'plugin:commerce','m180402_161901_increase_size_of_snapshot','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c447bc1b-57e4-4d74-8b52-ac3a723e09d5'),(252,'plugin:commerce','m180402_161902_email_discount_usage','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','bb4cca07-ae34-44cb-87e4-054345d44461'),(253,'plugin:commerce','m180402_161903_primary_customer_addresses_relations','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d391b76c-a6a1-4167-9517-ea4611b9c017'),(254,'plugin:commerce','m180402_161904_order_addresses_relations','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c5274ba4-4294-4834-b7f4-f5aa4494955e'),(255,'plugin:commerce','m180417_161904_fix_purchasables','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','407cd2ab-1074-4998-b277-071e1edf47a2'),(256,'plugin:commerce','m180421_161904_transaction_note','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d9a0faab-506f-4e81-870f-e61b5cc81c95'),(257,'plugin:commerce','m180525_161904_available_for_purchase','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','26928449-a809-4306-b253-a40219332414'),(258,'plugin:commerce','m180601_161904_fix_orderLanguage','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5a04fabd-1241-407f-923a-7509e8517852'),(259,'plugin:commerce','m180620_161904_fix_primaryAddressCascade','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','979c6011-14b0-468e-bfcd-0c1b1050394c'),(260,'plugin:commerce','m180718_161906_add_orderPdfAttachment','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','4f93d976-0387-4536-af90-a21b2e64501a'),(261,'plugin:commerce','m180818_161906_fix_discountPurchasableType','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','a340450b-dc9d-404c-a095-5095c9f4a581'),(262,'plugin:commerce','m180818_161907_fix_orderPaidWithAddresses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','58da852d-8516-4b18-bde1-1b313ec122ba'),(263,'plugin:commerce','m180918_161907_fix_uniqueEmailDiscountsUses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','706e2765-14f2-404a-a86c-666b30f812ea'),(264,'plugin:commerce','m180918_161908_fix_messageLengthOnOrder','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','92c0e30f-98d4-4fc3-aaba-4000a5221070'),(265,'plugin:commerce','m181024_100600_gateway_project_config_support','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d1741fdf-d7d0-4196-bd86-c41241770b0e'),(266,'plugin:commerce','m181113_161908_addReferenceToOrder','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','094ce2cc-26a7-4b92-9fbd-ab3c6e7a5c43'),(267,'plugin:commerce','m181119_100600_lite_shipping_and_tax','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','7ceec82e-bd27-4ab2-a2d5-09c879869802'),(268,'plugin:commerce','m181203_130000_order_status_archivable','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','48d4eb5d-3b7c-41ce-aa26-38bc41383868'),(269,'plugin:commerce','m181203_162000_gateway_unique_index_drop','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5648383b-d285-4788-b13b-a7eb6b01c923'),(270,'plugin:commerce','m181206_120000_remaining_project_config_support','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','12727cd3-9281-4ec4-91ff-5a5833a5beab'),(271,'plugin:commerce','m181221_120000_sort_order_for_plans','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b96bacbe-2d76-4a80-9087-8dcfbff52f6f'),(272,'plugin:commerce','m190109_223402_set_edition','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','6fcf5c06-10b5-4fb0-9159-194d233f3c6f'),(273,'plugin:commerce','m190111_161909_lineItemTotalCanBeNegative','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f5c17949-326b-4a05-9131-62715f49bbac'),(274,'plugin:commerce','m190117_161909_replace_product_ref_tags','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5c619bf5-0020-4529-93e7-6d78123c363d'),(275,'plugin:commerce','m190126_000856_restore_variants_with_products','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','05b37412-6c17-4a0a-aba9-eaa9b5d09360'),(276,'plugin:commerce','m190129_000857_insert_cached_data','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','44f797b3-ac4c-4294-a82d-54a2088a7657'),(277,'plugin:commerce','m190131_000858_add_donation_purchasable','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0e55840a-9f26-4f03-b380-5815f2cea2a2'),(278,'plugin:commerce','m190213_000858_discount_free_shipping_changes','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9afcd71e-f00b-4a15-8054-1c861dbbd855'),(279,'plugin:commerce','m190222_161405_permissions_to_uid','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','65f272d9-6323-4997-91ca-5d58102b0832'),(280,'plugin:commerce','m190301_161406_unique_sku_constraint_in_app','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','58553162-ff8b-4104-bffa-1e7257147c73'),(281,'plugin:commerce','m190311_161910_order_total','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','79293f46-dd19-4136-915f-69f1fb513a22'),(282,'plugin:commerce','m190322_161911_register_on_checkout','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','dc097964-0bd0-4e54-9a65-a72576bb1cd9'),(283,'plugin:commerce','m190523_150000_fix_lineItems_dateCreated','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ec46e8bf-519d-49d4-baf4-63490773988f'),(284,'plugin:commerce','m190523_161912_line_item_statuses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1669602f-cb79-47f5-8b03-f905df2894e9'),(285,'plugin:commerce','m190527_161913_order_recalc_mode','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','082aae35-43d6-430d-afee-6a6a3b158cb7'),(286,'plugin:commerce','m190527_161914_admin_note_on_lineitem','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','100b83e4-4ad6-413a-bc79-9280b682ad16'),(287,'plugin:commerce','m190528_161915_description_on_purchasable','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ba24795c-143f-4208-b794-0ef28343a0f7'),(288,'plugin:commerce','m190622_161916_origin_on_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9bbe0b08-8e8b-4e66-ad01-6d1ea31793cb'),(289,'plugin:commerce','m190725_141100_subscription_suspension_fields','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1ae88730-3996-43b7-87f0-e07d2f1c2319'),(290,'plugin:commerce','m190821_150226_discount_purchaseTotal_update','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c5538566-4d80-412e-9ba7-b551de93b217'),(291,'plugin:commerce','m190823_071838_taxCategoryId_allow_null','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1fcb4563-a2e6-49ac-a5e9-46ef1dc3bda0'),(292,'plugin:commerce','m190923_131716_update_overpaid_status','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','69f5240b-7c55-4b26-b220-e376f6092611'),(293,'plugin:commerce','m190923_132226_update_paidStatuses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0bbbd93d-077a-4f5d-bfc2-fba4b8b59714'),(294,'plugin:commerce','m190924_184909_taxCategory_allow_null_postgres','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','61a3e366-88dd-4df2-b46e-939fc63435bd'),(295,'plugin:commerce','m191004_184910_orderPaidDate','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9c764a06-da15-4fd1-9e95-da0f12fccd33'),(296,'plugin:commerce','m191007_184911_orderStatus_from_archived_to_deleted','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c3b0ffa2-681c-4faf-9273-85318a8fe337'),(297,'plugin:commerce','m191008_153947_add_relationship_type_to_discounts','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c2366278-a69c-4291-9a5f-cc1718e67ae4'),(298,'plugin:commerce','m191008_155732_add_relationship_type_to_sales','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ed2d96a6-c093-4c72-a609-4f4908371493'),(299,'plugin:commerce','m191009_002748_add_ignoreSales_to_discounts','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c1a6d170-0f7b-4f95-a9c5-081f35ef19da'),(300,'plugin:commerce','m191009_184912_zipCode_match_added_to_shipping_and_tax_address_zones','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','73a51a91-f577-4717-82e8-9ce58481c3d6'),(301,'plugin:commerce','m191015_194704_add_description_to_orderStatus','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','224fe532-30bd-444e-b265-cdac0e59b835'),(302,'plugin:commerce','m191015_201444_add_code_to_taxRates','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9b54cfd8-1b11-41b6-8061-cbb9161e629e'),(303,'plugin:commerce','m191016_231143_add_sortOrder_to_countries','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','503e427b-7f21-40ff-99c6-1511442a3d6f'),(304,'plugin:commerce','m191017_183550_add_extra_address_fields','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','25521e42-a5c6-46fe-b669-0fc30b4cd321'),(305,'plugin:commerce','m191018_183551_cc_replyTo_emails','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b40e268c-f864-42e1-a586-a2ff9979fb16'),(306,'plugin:commerce','m191021_184436_add_estimated_fields_to_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','aa3058e1-7e31-46f7-9edc-11662020682c'),(307,'plugin:commerce','m191021_190018_add_estimated_flag_to_addresses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','82034769-2f10-4a50-a7d3-25c919bc1f2f'),(308,'plugin:commerce','m191022_162628_add_estimated_toadjustments','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','669a30a2-0131-44dd-86f5-dbd25a4bd515'),(309,'plugin:commerce','m191113_111954_add_plain_text_template_path','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b4c5320b-108e-4298-8255-68a1ed05eae1'),(310,'plugin:commerce','m191114_115600_remove_customer_info_field','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0cf36149-20b0-4555-b880-0632d4c5329d'),(311,'plugin:commerce','m191114_133817_add_base_discount_type_attribute','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0bc557fc-2401-4615-91fe-59add2712a52'),(312,'plugin:commerce','m191115_103105_add_totalDiscountUses_column','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','98918e0f-6038-47f1-a2f6-87e355e71c43'),(313,'plugin:commerce','m191115_103501_update_totalDiscountUses_with_current_uses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','71c4501d-b397-4c1e-ab74-906d4cabf6d1'),(314,'plugin:commerce','m191115_105329_add_totalDiscountUseLimit','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','06d9076e-c218-408a-9568-af714ebfe19b'),(315,'plugin:commerce','m191125_150308_add_enabled_countries','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','524b891f-63b2-4c02-9c57-3b3992ca4bdb'),(316,'plugin:commerce','m191125_150315_add_enabled_states','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9df41cd3-75fd-4f43-9b85-c81c5f78420c'),(317,'plugin:commerce','m191202_220748_updated_zipCodeConditional_column_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','e73e22a7-915a-401e-9386-958287e349c9'),(318,'plugin:commerce','m191203_163242_add_titleLabel_to_product_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d662bfc0-b76f-47f7-bfc8-5ef27e8c6dd0'),(319,'plugin:commerce','m200101_114320_remove_orphan_customers','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','74622095-cef0-44b2-bc3a-84f430bdabb2'),(320,'plugin:commerce','m200102_141910_add_variantTitleLabel_attribute','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','cdc79e8d-252e-4866-942c-deb1853d3b24'),(321,'plugin:commerce','m200102_185704_update_totalDiscountUseLimit_with_current_totalUseLimit','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','08b0d690-201f-4d0f-9be9-ccc62688d25f'),(322,'plugin:commerce','m200102_185839_remove_totalUses_and_totalUseLimit','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1f955dfa-1689-4779-ba41-de53a49c7323'),(323,'plugin:commerce','m200108_114623_consolidate_customer_records','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','468f81cc-ba31-49ed-b523-d0b6e89a476a'),(324,'plugin:commerce','m200112_220749_cache_totalDiscount_totalTax_totalShipping','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','eb47fe4a-ea46-4085-ab70-fe5307a076a0'),(325,'plugin:commerce','m200127_235254_replace_old_revenue_widget','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','906a32ab-11e3-4148-ab3a-7d1a53859cd0'),(326,'plugin:commerce','m200129_161705_create_missing_customer_records_for_users','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d05f41e9-6fb8-4fd6-acef-8c58f33e45e7'),(327,'plugin:commerce','m200206_161706_date_authorized','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','47813381-95b3-4936-8503-879c3ad1dc70'),(328,'plugin:commerce','m200207_161707_sku_description_on_lineitem','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','7f964fdd-05bd-4481-921b-c47823ccb4ff'),(329,'plugin:commerce','m200218_231144_add_sortOrder_to_states','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','309008b6-562d-41eb-a592-92933ae05056'),(330,'plugin:commerce','m200218_231199_add_appliesTo_to_discounts','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','205d65e7-1ac2-4526-a6f8-d37962a076a7'),(331,'plugin:commerce','m200320_161708_add_index_order_email','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d17e6eeb-1b67-41b0-85d7-b6fc3900797e'),(332,'plugin:commerce','m200402_172412_add_order_condition_formula','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ca2918cd-014c-470d-bddb-46bdcd938aba'),(333,'plugin:commerce','m200602_172413_fix_orders_without_customerId','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','3b59df4f-c1bd-459c-b81d-eb8d0f76dac2'),(334,'plugin:commerce','m200617_172414_fix_country_state_sort_orders','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','18727517-eeda-40bb-bc1a-7f3556bd9db5'),(335,'plugin:commerce','m200722_172699_product_title_format','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','58e36c45-bf8f-44a8-a85e-0f74d9f56430'),(336,'plugin:commerce','m200723_072632_add_shippingMethodName_to_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','40ca8ba3-d92a-4fea-b133-11321f0bd7c6'),(337,'plugin:commerce','m200730_233644_field_layout_changes','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','a285344b-f983-4a5c-8b5b-e50b55804aac'),(338,'plugin:commerce','m200801_233755_pdfs','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9bd05a92-7f43-4f9f-9870-aff9bd44a258'),(339,'plugin:commerce','m200804_185727_fix_productTitleFormat','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','29561ea2-9db0-4ac0-ac5c-79a0f4118fe0'),(340,'plugin:commerce','m200901_094328_add_lineItem_description_column_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','3682554f-cf15-466d-be97-7ffc9ad223d2'),(341,'plugin:commerce','m200902_071515_add_itemSubtotal_order_column','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ff851a5c-fed8-4a5f-948d-32466d42a625'),(342,'plugin:commerce','m200907_132553_fix_donation_siteIds','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','dcf13b67-4911-4537-bbd3-68309e76fe63'),(343,'plugin:commerce','m200910_134928_fix_productType_title_format_columns','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9c03b2c6-9478-4d57-80b6-05213e4e040b'),(344,'plugin:commerce','m201005_169999_add_orderSiteId','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','eb72f3f3-b7d8-4117-872f-ca5f5b9cf4ab'),(345,'plugin:commerce','m201013_064230_add_subscription_id_fk','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','beee0471-e4b9-40fe-a797-d408e919c084'),(346,'plugin:commerce','m201102_064231_fix_deletedWithProduct_bool','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','89ea0ea6-981c-482e-87bb-1193a73e0772'),(347,'plugin:commerce','m201120_093135_add_locale_setting_to_email_and_pdf','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','79bb5914-9d51-4463-bba4-200191d399d2'),(348,'craft','m210326_132000_invalidate_projectconfig_cache','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','27d82ddb-2a06-4353-ab3c-21f1e89ee847'),(349,'plugin:commerce','m210302_050822_change_adjust_type_to_lowercase','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','c398363e-f42a-4782-9a43-d8b2b7931045'),(350,'plugin:commerce','m210317_050824_taxIncluded_update','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','260cbb22-f711-4920-9e31-8c379ccf946d'),(351,'plugin:commerce','m210317_093136_includedTax_fix','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','2250df4f-8928-4e68-802b-5f33c15a195c'),(352,'craft','m210302_212318_canonical_elements','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','840369ab-1d11-4d8c-8c05-08df54df46cb'),(353,'craft','m210329_214847_field_column_suffixes','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','039d6288-68d4-4290-8b60-95c5cc2e1d17'),(354,'craft','m210331_220322_null_author','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','b8898fdd-44ec-4d9e-9a83-8eeecf2d8fd6'),(355,'craft','m210405_231315_provisional_drafts','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','fc1e8415-1fb2-46d2-83d7-d4048720e5f9'),(356,'craft','m210602_111300_project_config_names_in_config','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','dcd2ca74-1f87-4111-ab3c-80e2090a0a67'),(357,'craft','m210611_233510_default_placement_settings','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','5e42a2c4-cab6-4147-a99c-77d896dcc200'),(358,'craft','m210613_145522_sortable_global_sets','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','38439777-cc4f-4c21-84ff-07a0eced32c9'),(359,'craft','m210613_184103_announcements','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','d4d95618-88ac-4049-ac61-dd18c82c390a'),(360,'craft','m210829_000000_element_index_tweak','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','14cbfa2a-bb97-4484-8b89-b59e6ecd9caa'),(361,'plugin:commerce','m201111_064232_order_notices','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','475880a8-6495-497c-9c3a-e5cf3936ce2c'),(362,'plugin:commerce','m201218_103541_add_user_condition_column_in_promotions','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','76fdf40e-88de-4703-b0ae-001fd25f25f9'),(363,'plugin:commerce','m210113_093199_add_minMaxTotalType_to_shipping_rules','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','1bbaed5d-1e2a-497e-a69f-d9a4662b8d6d'),(364,'plugin:commerce','m210114_093299_add_orderConditionFormula_to_shipping_rules','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','8061e290-90d2-4ca6-80ec-a5a3d85c0c02'),(365,'plugin:commerce','m210317_093137_add_type_to_notices','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','d4fb2376-506b-483e-ba3e-6db260cd14c2'),(366,'plugin:commerce','m210608_093199_add_remove_included_to_taxrates','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','16d257c5-75d0-475e-b6be-ddceb8f9b313'),(367,'plugin:commerce','m210611_093299_add_remove_vat_included_to_taxrates','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','74bdfcc3-9ced-42c6-a749-099d515fde6d'),(368,'plugin:commerce','m210616_152013_change_return_cancel_url_column_type','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','05fde82a-af6a-4bda-8858-a658e700d52b'),(369,'plugin:commerce','m210703_060852_store_location_index','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','f60ebdf3-87ab-4e17-9060-d3d79b4d82a6'),(370,'plugin:commerce','m210901_222634_drop_column','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','97c74d0a-edc9-4a2b-806f-6214e61e4939'),(371,'plugin:retour','m210603_221000_add_gql_schema_components','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','e8d7cab8-2c0f-4fd1-9852-88375a209930'),(372,'plugin:seomatic','m210603_213100_add_gql_schema_components','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','f36316fa-3250-469f-90b4-068c39556b6e'),(373,'plugin:seomatic','m210817_230853_announcement_v3_4','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','49cdffbb-24b5-412e-928d-0a074fdf8ae5'); +/*!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.10','1.0.0','unknown',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-01-31 12:57:22','e3c115e9-20f8-4e22-844e-30e17ef57531'),(2,'fastcgi-cache-bust','1.0.9','1.0.0','unknown',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-01-31 12:57:22','181a837f-d581-4b8f-a41f-c42ac5024864'),(3,'image-optimize','1.6.41','1.0.0','trial',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-01-31 12:57:22','828d7b83-f12e-417e-83f6-92fbbb05c82f'),(4,'retour','3.1.70','3.0.10','trial',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-01-31 12:57:22','d72e01fb-71aa-4d22-a59b-e3d941f64908'),(5,'seomatic','3.4.23','3.0.11','trial',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-01-31 12:57:22','1f2b10de-d456-42a8-816e-278d5516bcdd'),(7,'typogrify','1.1.18','1.0.0','unknown',NULL,'2020-03-27 13:30:07','2020-03-27 13:30:07','2022-01-31 12:57:22','77df8ab1-431b-47c6-9652-3b7f85c6ce9f'),(9,'twigpack','1.2.15','1.0.0','unknown',NULL,'2020-10-16 15:31:32','2020-10-16 15:31:32','2022-01-31 12:57:22','08169dff-2660-4224-bd82-b9a0a82101f2'),(11,'templatecomments','1.1.2','1.0.0','unknown',NULL,'2020-11-18 21:24:48','2020-11-18 21:24:48','2022-01-31 12:57:22','a144af0d-92ee-4913-97be-0e42d90b5aaa'),(12,'webperf','1.0.27','1.0.1','trial',NULL,'2020-11-18 21:24:48','2020-11-18 21:24:48','2022-01-31 12:57:22','f7222098-e07d-4101-b8d3-ef05b8e67f4d'),(13,'instant-analytics','1.1.14','1.0.0','trial',NULL,'2021-03-03 01:18:23','2021-03-03 01:18:23','2022-01-31 12:57:22','df13a92a-4d28-48f7-a0a2-da7d343e79d8'),(15,'redactor','2.8.8','2.3.0','unknown',NULL,'2021-03-03 03:34:37','2021-03-03 03:34:37','2022-01-31 12:57:22','74c9084c-7baf-438b-8786-eb738e4d5670'),(16,'rich-variables','1.0.30','1.0.0','trial',NULL,'2021-03-03 03:35:04','2021-03-03 03:35:04','2022-01-31 12:57:22','d4213a31-b058-48df-bc28-fd6960afe7e9'),(17,'transcoder','1.2.21','1.0.0','trial',NULL,'2021-03-03 03:37:37','2021-03-03 03:37:37','2022-01-31 12:57:22','9960f34f-2a1d-416c-839a-063df166583e'),(18,'commerce','3.4.10.1','3.4.12','trial',NULL,'2021-03-15 15:24:09','2021-03-15 15:24:09','2022-01-31 12:57:22','11fc64db-82ac-455f-88bc-f8ee055b7d8a'),(19,'cookies','1.1.15','1.0.0','unknown',NULL,'2022-01-31 03:39:37','2022-01-31 03:39:37','2022-01-31 12:57:22','d16bded3-8fd3-44b8-9735-db7238307ed7'),(20,'disqus','1.1.3','1.0.0','unknown',NULL,'2022-01-31 03:40:26','2022-01-31 03:40:26','2022-01-31 12:57:22','5090a31f-c7c1-4f99-ab1e-844de8ebdb97'),(21,'vite','1.0.23','1.0.0','unknown',NULL,'2022-01-31 03:40:27','2022-01-31 03:40:27','2022-01-31 12:57:22','10435868-04fa-45e7-b09f-8594522774d3'); +/*!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 ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.defaultPlacement','\"end\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocapitalize','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocomplete','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocorrect','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.class','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.disabled','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.id','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.instructions','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.label','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.max','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.min','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.name','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.orientation','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.placeholder','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.readonly','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.requirable','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.size','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.step','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.tip','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.title','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\TitleField\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.warning','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.width','100'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.name','\"Content\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.sortOrder','1'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.handle','\"category\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.name','\"Category\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"category/{slug}\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"category/{slug}\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.structure.maxLevels','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.structure.uid','\"7955d443-a120-44f2-bdbe-c741d59fadf4\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.handle','\"dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.isFrontendEnabled','true'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.name','\"Dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.paymentType','\"purchase\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.settings','null'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.sortOrder','99'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.type','\"craft\\\\commerce\\\\gateways\\\\Dummy\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.color','\"green\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.default','true'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.description','null'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.handle','\"new\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.name','\"New\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.sortOrder','99'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.descriptionFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.handle','\"clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasDimensions','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasProductTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariants','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariantTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.name','\"Clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocapitalize','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocomplete','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocorrect','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.class','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.disabled','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.id','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.instructions','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.label','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.max','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.min','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.name','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.orientation','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.placeholder','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.readonly','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.requirable','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.size','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.step','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.tip','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.title','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.type','\"craft\\\\commerce\\\\fieldlayoutelements\\\\ProductTitleField\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.warning','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.width','100'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.name','\"Content\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.sortOrder','1'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productTitleFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.skuFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.titleFormat','\"{product.title}\"'),('dateModified','1643632413'),('email.fromEmail','\"andrew@nystudio107.com\"'),('email.fromName','\"Craft\"'),('email.transportType','\"craft\\\\mail\\\\transportadapters\\\\Sendmail\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocapitalize','true'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocomplete','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocorrect','true'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.class','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.disabled','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.id','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.max','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.min','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.name','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.orientation','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.placeholder','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.readonly','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.requirable','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.size','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.step','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.title','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.required','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.required','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.required','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.name','\"Content\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.sortOrder','1'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.handle','\"review\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.hasTitleField','true'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.name','\"Review\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.section','\"de308a7d-1794-448f-9176-29e2eace7ecf\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.sortOrder','2'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleFormat','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleTranslationKeyFormat','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleTranslationMethod','\"site\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocapitalize','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocomplete','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocorrect','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.class','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.disabled','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.id','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.max','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.min','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.name','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.orientation','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.placeholder','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.readonly','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.requirable','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.size','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.step','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.title','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.fieldUid','\"0242b54b-89fc-4bc4-b2ba-308cca715ba7\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.name','\"Content\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.handle','\"blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.hasTitleField','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.name','\"Blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.section','\"de308a7d-1794-448f-9176-29e2eace7ecf\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationKeyFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationMethod','\"site\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocapitalize','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocomplete','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocorrect','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.class','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.disabled','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.id','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.max','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.min','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.name','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.orientation','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.placeholder','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.readonly','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.requirable','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.size','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.step','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.title','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.name','\"Content\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.handle','\"homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.hasTitleField','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.name','\"Homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.section','\"54e60257-f31a-44aa-960e-bbd364197e28\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleFormat','\"{section.name|raw}\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationKeyFormat','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationMethod','\"none\"'),('fieldGroups.94b4d5ac-d7ea-4241-a6cb-92b39f482f99.name','\"Common\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.columnSuffix','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.contentColumnType','\"text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.handle','\"plainText\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.instructions','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.name','\"Plain Text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.searchable','false'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.byteLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.charLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.code','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.columnType','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.initialRows','\"4\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.multiline','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.placeholder','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.uiMode','\"normal\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationKeyFormat','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationMethod','\"none\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.type','\"craft\\\\fields\\\\PlainText\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.columnSuffix','\"hjezvijy\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.contentColumnType','\"text\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.handle','\"someImages\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.instructions','\"\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.name','\"Some Images\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.searchable','false'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.displayDominantColorPalette','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.displayLazyLoadPlaceholderImages','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.displayOptimizedImageVariants','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.0.1','\"1200\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.2.1','\"16\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.3.1','\"9\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.5.1','\"82\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.0.1','\"992\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.2.1','\"16\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.3.1','\"9\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.5.1','\"82\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.0.1','\"768\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.2.1','\"4\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.3.1','\"3\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.5.1','\"60\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.0.1','\"576\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.2.1','\"4\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.3.1','\"3\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.5.1','\"60\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.translationKeyFormat','null'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.translationMethod','\"none\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.type','\"nystudio107\\\\imageoptimize\\\\fields\\\\OptimizedImages\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.columnSuffix','null'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.contentColumnType','\"text\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.handle','\"optimizedImages\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.instructions','\"\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.name','\"Optimized Images\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.searchable','false'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayDominantColorPalette','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayLazyLoadPlaceholderImages','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayOptimizedImageVariants','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.0.1','\"1200\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.2.1','\"16\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.3.1','\"9\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.5.1','\"82\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.0.1','\"992\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.2.1','\"16\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.3.1','\"9\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.5.1','\"82\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.0.1','\"768\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.2.1','\"4\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.3.1','\"3\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.5.1','\"60\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.0.1','\"576\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.2.1','\"4\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.3.1','\"3\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.5.1','\"60\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.translationKeyFormat','null'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.translationMethod','\"none\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.type','\"nystudio107\\\\imageoptimize\\\\fields\\\\OptimizedImages\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.columnSuffix','null'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.contentColumnType','\"text\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.handle','\"seo\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.instructions','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.name','\"SEO\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.searchable','false'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.elementDisplayPreviewType','\"google\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.facebookTabEnabled','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.0','\"seoPreview\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.1','\"mainEntityOfPage\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.10','\"robots\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.11','\"canonicalUrl\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.2','\"seoTitle\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.3','\"siteNamePosition\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.4','\"seoDescription\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.5','\"seoKeywords\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.6','\"seoImage\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.7','\"seoImageTransform\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.8','\"seoImageTransformMode\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.9','\"seoImageDescription\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalTabEnabled','\"1\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.0','\"sitemapUrls\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.1','\"sitemapAssets\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.2','\"sitemapFiles\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.3','\"sitemapAltLinks\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.4','\"sitemapChangeFreq\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.5','\"sitemapPriority\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.6','\"sitemapLimit\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapTabEnabled','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.twitterTabEnabled','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.translationKeyFormat','null'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.translationMethod','\"none\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.type','\"nystudio107\\\\seomatic\\\\fields\\\\SeoSettings\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.columnSuffix','null'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.contentColumnType','\"text\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.handle','\"richText\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.instructions','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.name','\"Rich Text\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.searchable','false'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.availableTransforms','\"*\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.availableVolumes','\"*\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.cleanupHtml','true'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.columnType','\"text\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.configSelectionMode','\"choose\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.defaultTransform','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.manualConfig','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.purifierConfig','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.purifyHtml','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.redactorConfig','\"Simple.json\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeEmptyTags','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeInlineStyles','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeNbsp','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showHtmlButtonForNonAdmins','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showUnpermittedFiles','false'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showUnpermittedVolumes','false'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.uiMode','\"enlarged\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.translationKeyFormat','null'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.translationMethod','\"none\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.type','\"craft\\\\redactor\\\\Field\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.color','\"green\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.description','null'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.handle','\"new\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.isDefault','true'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.name','\"New\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.sortOrder','1'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availability','\"always\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availabilityFrom','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availabilitySubmissions','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availabilityTo','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.dataRetention','\"forever\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.dataRetentionValue','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.fileUploadsAction','\"retain\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.attachFiles','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.content','\"[{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"A user submission has been made on the \\\\\\\"\\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Form Name\\\",\\\"value\\\":\\\"{formName}\\\"}},{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"\\\\\\\" form on \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Site Name\\\",\\\"value\\\":\\\"{siteName}\\\"}},{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\" at \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Timestamp (yyyy-mm-dd hh:mm:ss)\\\",\\\"value\\\":\\\"{timestamp}\\\"}}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Their submission details are:\\\"}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"All Form Fields\\\",\\\"value\\\":\\\"{allFields}\\\"}}]}]\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.enabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.from','\"{field.emailAddress}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.id','\"new981-8077\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.name','\"Admin Notification\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.replyTo','\"{field.emailAddress}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.subject','\"A new submission was made on \\\"{formName}\\\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.templateId','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.to','\"{systemEmail}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.attachFiles','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.content','\"[{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Thanks again for contacting us. Our team will get back to you as soon as we can.\\\"}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"As a reminder, you submitted the following details at \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Timestamp (yyyy-mm-dd hh:mm:ss)\\\",\\\"value\\\":\\\"{timestamp}\\\"}}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"All Form Fields\\\",\\\"value\\\":\\\"{allFields}\\\"}}]}]\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.enabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.id','\"new7052-5168\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.name','\"User Notification\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.subject','\"Thanks for contacting us!\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.templateId','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.to','\"{field.emailAddress}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.id','\"new1272610411\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.label','\"Page 1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.brandNewField','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.columnWidth','12'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.handle','\"yourName\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.hasLabel','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.id','\"new7715-7348\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.label','\"Your Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameCollapsed','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameEnabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameLabel','\"First Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNamePlaceholder','\"e.g. Peter\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameRequired','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.handle','\"yourName\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.instructions','\"Please enter your full name.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.instructionsPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.label','\"Your Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.labelPosition','\"verbb\\\\formie\\\\positions\\\\Hidden\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameCollapsed','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameEnabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameLabel','\"Last Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNamePlaceholder','\"e.g. Sherman\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameRequired','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.limitType','\"characters\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameCollapsed','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameEnabled','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameLabel','\"Middle Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.placeholder','\"Your name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixCollapsed','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixEnabled','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixLabel','\"Prefix\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.subfieldLabelPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.useMultipleFields','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.type','\"verbb\\\\formie\\\\fields\\\\formfields\\\\Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.id','\"new8990-9934\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.brandNewField','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.columnWidth','12'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.handle','\"emailAddress\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.hasLabel','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.id','\"new6482-9528\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.label','\"Email Address\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.handle','\"emailAddress\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.instructions','\"Please enter your email so we can get in touch.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.instructionsPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.label','\"Email Address\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.labelPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.limitType','\"characters\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.placeholder','\"e.g. psherman@wallaby.com\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.required','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.type','\"verbb\\\\formie\\\\fields\\\\formfields\\\\Email\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.id','\"new9524-8509\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.brandNewField','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.columnWidth','12'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.handle','\"message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.hasLabel','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.id','\"new982-7322\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.label','\"Message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.handle','\"message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.instructions','\"Please enter your comments.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.instructionsPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.label','\"Message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.labelPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.limitType','\"characters\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.placeholder','\"e.g. The reason for my enquiry is...\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.required','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.type','\"verbb\\\\formie\\\\fields\\\\formfields\\\\MultiLineText\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.id','\"new2177-9685\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.backButtonLabel','\"Back\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.buttonsPosition','\"left\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.label','\"Page 1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.showBackButton','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.submitButtonLabel','\"Contact us\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.sortOrder','0'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.requireUser','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.availabilityMessage','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.availabilityMessageDate','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.availabilityMessageSubmissions','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.collectIp','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.collectUser','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.dataRetention','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.dataRetentionValue','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.defaultEmailTemplateId','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.defaultInstructionsPosition','\"verbb\\\\formie\\\\positions\\\\AboveInput\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.defaultLabelPosition','\"verbb\\\\formie\\\\positions\\\\AboveInput\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayCurrentPageTitle','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayFormTitle','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayPageProgress','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayPageTabs','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessage.0.content.0.text','\"Couldn’t save submission due to errors.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessage.0.content.0.type','\"text\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessage.0.type','\"paragraph\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessagePosition','\"top-form\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.fileUploadsAction','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.loadingIndicator','\"spinner\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.loadingIndicatorText','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.progressPosition','\"end\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.redirectUrl','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.storeData','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submissionTitleFormat','\"{timestamp}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitAction','\"message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionFormHide','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessage.0.content.0.text','\"Thank you for contacting us! Our team will get in touch shortly to follow up on your message.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessage.0.content.0.type','\"text\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessage.0.type','\"paragraph\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessagePosition','\"top-form\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessageTimeout','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionTab','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionUrl','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitMethod','\"ajax\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.userDeletedAction','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.validationOnFocus','\"1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.validationOnSubmit','\"1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.userDeletedAction','\"retain\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.defaultStatusId','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.handle','\"contactForm\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.name','\"Contact Form\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.templateId','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.name','\"Default\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.sortOrder','1'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.handle','\"globals\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.name','\"Globals\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.sortOrder','2'),('graphql.publicToken.enabled','false'),('graphql.publicToken.expiryDate','null'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.isPublic','true'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.name','\"Public Schema\"'),('meta.__names__.110568c4-6978-4a9d-ae96-44c45c0739c1','\"New\"'),('meta.__names__.21903cb2-5b82-49ea-9766-e120d0951ea3','\"Plain Text\"'),('meta.__names__.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16','\"Some Images\"'),('meta.__names__.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5','\"Optimized Images\"'),('meta.__names__.407fe253-2ada-4a88-b1a4-fb6c2004cd9b','\"Clothing\"'),('meta.__names__.4a0cb371-14a6-415d-84db-fc0512410ec8','\"SEO\"'),('meta.__names__.54e60257-f31a-44aa-960e-bbd364197e28','\"Homepage\"'),('meta.__names__.5c642d7e-b16b-4836-9575-668d75d242e5','\"Site\"'),('meta.__names__.5da841b1-ca0d-46ff-8bb1-04d6c889ac54','\"English\"'),('meta.__names__.6005c2f9-5d85-4442-b712-22e070096ac8','\"Public Schema\"'),('meta.__names__.626b0987-e067-4dd2-9918-1d209373265a','\"Review\"'),('meta.__names__.6a117ef0-054c-4147-acb6-6fe57d48c4ae','\"Dummy\"'),('meta.__names__.94b4d5ac-d7ea-4241-a6cb-92b39f482f99','\"Common\"'),('meta.__names__.a0587a0b-d71c-4085-9c28-f0165af2b925','\"Contact Form\"'),('meta.__names__.aa7c6968-88ec-4d2a-af47-d3c40b582a68','\"Globals\"'),('meta.__names__.abcda4a4-b1db-4677-b5d6-69588443704f','\"Rich Text\"'),('meta.__names__.b8fd3909-9af1-42c4-8c5e-2716a2a1957e','\"Category\"'),('meta.__names__.c4536798-743d-4bf0-9669-192827bfb26c','\"Blog\"'),('meta.__names__.de308a7d-1794-448f-9176-29e2eace7ecf','\"Blog\"'),('meta.__names__.ec473f07-152f-423b-90df-ac425e6068a1','\"Spanish\"'),('meta.__names__.f89601e9-4ba9-4a48-9e99-350aa9914912','\"plugindev\"'),('meta.__names__.f923795f-139e-4b59-b27c-eaa0be4f847c','\"New\"'),('meta.__names__.fb3a8f31-d1cc-4c13-903b-a501f7e51f54','\"Homepage\"'),('plugins.commerce.edition','\"lite\"'),('plugins.commerce.enabled','true'),('plugins.commerce.licenseKey','\"J2NBXBI5X4R7LD6QH69N51OY\"'),('plugins.commerce.schemaVersion','\"3.4.12\"'),('plugins.cookies.edition','\"standard\"'),('plugins.cookies.enabled','true'),('plugins.cookies.schemaVersion','\"1.0.0\"'),('plugins.disqus.edition','\"standard\"'),('plugins.disqus.enabled','true'),('plugins.disqus.schemaVersion','\"1.0.0\"'),('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','\"HYZ5UZV03GNJM5VK9QNV9SEX\"'),('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','true'),('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__.0.1.__assoc__.3.0','\"unsharpMask\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.3.1','\"20\"'),('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','\"\"'),('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.lowerQualityRetinaImageVariants','true'),('plugins.image-optimize.settings.sharpenScaledImagePercentage','50'),('plugins.image-optimize.settings.transformClass','\"nystudio107\\\\imageoptimize\\\\imagetransforms\\\\CraftImageTransform\"'),('plugins.instant-analytics.edition','\"standard\"'),('plugins.instant-analytics.enabled','true'),('plugins.instant-analytics.licenseKey','\"M7PU5DVTK7247SS1V3DVBVL3\"'),('plugins.instant-analytics.schemaVersion','\"1.0.0\"'),('plugins.minify.edition','\"standard\"'),('plugins.minify.enabled','true'),('plugins.minify.schemaVersion','\"1.0.0\"'),('plugins.redactor.edition','\"standard\"'),('plugins.redactor.enabled','true'),('plugins.redactor.schemaVersion','\"2.3.0\"'),('plugins.retour.edition','\"standard\"'),('plugins.retour.enabled','true'),('plugins.retour.licenseKey','\"4LL2ODYFR0QG87WCCW3XYYFQ\"'),('plugins.retour.schemaVersion','\"3.0.10\"'),('plugins.retour.settings.additionalHeaders','\"\"'),('plugins.retour.settings.alwaysStripQueryString','false'),('plugins.retour.settings.automaticallyTrimStatistics','\"1\"'),('plugins.retour.settings.createUriChangeRedirects','true'),('plugins.retour.settings.dynamicRedirectDisplayLimit','100'),('plugins.retour.settings.enableApiEndpoint','\"\"'),('plugins.retour.settings.excludePatterns','\"\"'),('plugins.retour.settings.pluginName','\"Retour\"'),('plugins.retour.settings.preserveQueryString','false'),('plugins.retour.settings.recordRemoteIp','true'),('plugins.retour.settings.refreshIntervalSecs','5'),('plugins.retour.settings.staticRedirectDisplayLimit','100'),('plugins.retour.settings.statisticsRateLimitMs','\"3600000\"'),('plugins.retour.settings.statsDisplayLimit','1000'),('plugins.retour.settings.statsStoredLimit','1000'),('plugins.retour.settings.stripQueryStringFromStats','false'),('plugins.retour.settings.uriChangeRedirectSrcMatch','\"pathonly\"'),('plugins.rich-variables.edition','\"standard\"'),('plugins.rich-variables.enabled','true'),('plugins.rich-variables.licenseKey','\"XCDGZ4TWFI5W87892QH9WX6T\"'),('plugins.rich-variables.schemaVersion','\"1.0.0\"'),('plugins.seomatic.edition','\"standard\"'),('plugins.seomatic.enabled','true'),('plugins.seomatic.licenseKey','\"ZTMAKHNCRNLVSBCTDHIJUPQW\"'),('plugins.seomatic.schemaVersion','\"3.0.11\"'),('plugins.templatecomments.edition','\"standard\"'),('plugins.templatecomments.enabled','false'),('plugins.templatecomments.schemaVersion','\"1.0.0\"'),('plugins.transcoder.edition','\"standard\"'),('plugins.transcoder.enabled','true'),('plugins.transcoder.licenseKey','\"MCJR0325X9EMZYDAHCDXHP8R\"'),('plugins.transcoder.schemaVersion','\"1.0.0\"'),('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.vite.edition','\"standard\"'),('plugins.vite.enabled','true'),('plugins.vite.schemaVersion','\"1.0.0\"'),('plugins.webperf.edition','\"standard\"'),('plugins.webperf.enabled','false'),('plugins.webperf.licenseKey','\"SP5V7EIW3GYBJR4R20D30Q0I\"'),('plugins.webperf.schemaVersion','\"1.0.1\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.defaultPlacement','\"end\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.enableVersioning','false'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.handle','\"homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.name','\"Homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.1','\"Entry\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.1','\"/\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.1','\"1\"'),('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.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"index\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"__home__\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.type','\"single\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.defaultPlacement','\"end\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.enableVersioning','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.handle','\"blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.name','\"Blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.1','\"{url}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.1','\"1\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.propagationMethod','\"all\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.type','\"channel\"'),('siteGroups.f89601e9-4ba9-4a48-9e99-350aa9914912.name','\"plugindev\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.baseUrl','\"@web/\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabled','true'),('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','\"English\"'),('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'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.baseUrl','\"@web/es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.enabled','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.handle','\"spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.language','\"es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.name','\"Spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.primary','false'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.siteGroup','\"f89601e9-4ba9-4a48-9e99-350aa9914912\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.sortOrder','2'),('system.edition','\"pro\"'),('system.live','true'),('system.name','\"plugindev\"'),('system.retryDuration','60'),('system.schemaVersion','\"3.7.8\"'),('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.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocapitalize','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocomplete','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocorrect','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.class','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.disabled','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.id','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.max','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.min','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.name','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.orientation','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.placeholder','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.readonly','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.requirable','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.size','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.step','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.title','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\AssetTitleField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.fieldUid','\"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.required','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.fieldUid','\"3ac44e69-f6b1-48f7-a9a6-f4cf14261b16\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.required','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.name','\"Content\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.sortOrder','1'),('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','0'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationKeyFormat','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationMethod','\"site\"'),('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 `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','2021-04-01 02:19:45','d51a6505-12b4-479c-8521-90eec927b370',1,'/favicon.ico','http://localhost:8000/cpresources/fe0714e7/nys-logo.svg','172.24.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36','Template not found: favicon.ico','/var/www/project/cms/vendor/craftcms/cms/src/controllers/TemplatesController.php',92,11,'2021-04-01 02:19:45',0),(2,'2020-10-16 15:31:42','2020-10-16 15:31:42','32f201b5-aa6a-47cb-9167-8f4455303414',1,'/webperf/metrics/beacon','http://localhost:8000/','172.26.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36','Template not found: webperf/metrics/beacon','/var/www/project/cms/vendor/craftcms/cms/src/controllers/TemplatesController.php',92,1,'2020-10-16 15:31:42',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; +INSERT INTO `revisions` VALUES (1,17,1,1,''),(2,17,1,2,''); +/*!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 '),(2,'slug',0,2,' homepage '),(2,'title',0,2,' homepage '),(3,'slug',0,1,''),(17,'title',0,2,' my first blog '),(17,'slug',0,2,' my first blog '),(17,'slug',0,1,' my first blog '),(17,'title',0,1,' my first blog '),(19,'slug',0,2,''),(19,'slug',0,1,''),(21,'title',0,2,' puppies '),(21,'slug',0,2,' puppies '),(21,'slug',0,1,' puppies '),(21,'title',0,1,' puppies '),(22,'title',0,2,' kitties '),(22,'slug',0,2,' kitties '),(22,'slug',0,1,' kitties '),(22,'title',0,1,' kitties '); +/*!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','end',NULL,'2020-03-27 13:38:49','2020-03-27 13:38:49','2021-03-15 15:09:11','a72bfe0c-3389-4f9f-8ec1-ab318ec10b29'),(5,NULL,'Homepage','homepage','single',0,'all','end','[{\"label\":\"Entry\",\"urlFormat\":\"/\",\"refresh\":\"1\"}]','2020-03-27 13:38:49','2021-03-15 15:04:41',NULL,'54e60257-f31a-44aa-960e-bbd364197e28'),(6,NULL,'Blog','blog','channel',1,'all','end','[{\"label\":\"Primary entry page\",\"urlFormat\":\"{url}\",\"refresh\":\"1\"}]','2021-03-15 15:39:25','2021-03-15 15:39:25',NULL,'de308a7d-1794-448f-9176-29e2eace7ecf'); +/*!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'),(3,5,2,1,'__home__','index',1,'2021-03-15 15:04:41','2021-03-15 15:04:50','32282537-65b3-4b3d-911c-c34090f0d571'),(4,6,1,1,'blog/{slug}','blog/_entry',1,'2021-03-15 15:39:25','2021-03-15 15:39:25','f134ef0e-b422-449e-971f-5465a6c43bf5'),(5,6,2,1,'blog/{slug}','blog/_entry',1,'2021-03-15 15:39:25','2021-03-15 15:39:25','641ed1e3-0154-4912-bb57-a2d3a179842d'); +/*!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','2022-01-31 03:39:38','54bcfb25-90fc-40ce-8a49-7ff73bee5bd6','1.0.59','__GLOBAL_BUNDLE__',1,'__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__',NULL,'',1,'[]','2022-01-31 03:39:38','{\"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}\",\"inherited\":[],\"overrides\":[]}','{\"siteName\":\"Project\",\"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\":\"\",\"facebookSiteVerification\":\"\",\"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\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":\"\"}],\"inherited\":[],\"overrides\":[]}','{\"MetaTagContainergeneral\":{\"data\":{\"generator\":{\"charset\":\"\",\"content\":\"SEOmatic\",\"httpEquiv\":\"\",\"name\":\"generator\",\"property\":null,\"include\":true,\"key\":\"generator\",\"environment\":null,\"dependencies\":{\"config\":[\"generatorEnabled\"]},\"tagAttrs\":[]},\"keywords\":{\"charset\":\"\",\"content\":\"{seomatic.meta.seoKeywords}\",\"httpEquiv\":\"\",\"name\":\"keywords\",\"property\":null,\"include\":true,\"key\":\"keywords\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.seoDescription}\",\"httpEquiv\":\"\",\"name\":\"description\",\"property\":null,\"include\":true,\"key\":\"description\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"referrer\":{\"charset\":\"\",\"content\":\"{seomatic.site.referrer}\",\"httpEquiv\":\"\",\"name\":\"referrer\",\"property\":null,\"include\":true,\"key\":\"referrer\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"robots\":{\"charset\":\"\",\"content\":\"{seomatic.meta.robots}\",\"httpEquiv\":\"\",\"name\":\"robots\",\"property\":null,\"include\":true,\"key\":\"robots\",\"environment\":{\"live\":{\"content\":\"{seomatic.meta.robots}\"},\"staging\":{\"content\":\"none\"},\"local\":{\"content\":\"none\"}},\"dependencies\":null,\"tagAttrs\":[]}},\"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,\"tagAttrs\":[]},\"fb:app_id\":{\"charset\":\"\",\"content\":\"{seomatic.site.facebookAppId}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"fb:app_id\",\"include\":true,\"key\":\"fb:app_id\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:locale\":{\"charset\":\"\",\"content\":\"{{ craft.app.language |replace({\\\"-\\\": \\\"_\\\"}) }}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:locale\",\"include\":true,\"key\":\"og:locale\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:locale:alternate\":{\"charset\":\"\",\"content\":\"\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:locale:alternate\",\"include\":true,\"key\":\"og:locale:alternate\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:site_name\":{\"charset\":\"\",\"content\":\"{seomatic.site.siteName}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:site_name\",\"include\":true,\"key\":\"og:site_name\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:type\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogType}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:type\",\"include\":true,\"key\":\"og:type\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:url\":{\"charset\":\"\",\"content\":\"{seomatic.meta.canonicalUrl}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:url\",\"include\":true,\"key\":\"og:url\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"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,\"tagAttrs\":[]},\"og:description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogDescription}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:description\",\"include\":true,\"key\":\"og:description\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:image\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogImage}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:image\",\"include\":true,\"key\":\"og:image\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"og:see_also\":{\"charset\":\"\",\"content\":\"\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:see_also\",\"include\":true,\"key\":\"og:see_also\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"facebook-site-verification\":{\"charset\":\"\",\"content\":\"{seomatic.site.facebookSiteVerification}\",\"httpEquiv\":\"\",\"name\":\"facebook-domain-verification\",\"property\":null,\"include\":true,\"key\":\"facebook-site-verification\",\"environment\":null,\"dependencies\":{\"site\":[\"facebookSiteVerification\"]},\"tagAttrs\":[]}},\"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,\"tagAttrs\":[]},\"twitter:site\":{\"charset\":\"\",\"content\":\"@{seomatic.site.twitterHandle}\",\"httpEquiv\":\"\",\"name\":\"twitter:site\",\"property\":null,\"include\":true,\"key\":\"twitter:site\",\"environment\":null,\"dependencies\":{\"site\":[\"twitterHandle\"]},\"tagAttrs\":[]},\"twitter:creator\":{\"charset\":\"\",\"content\":\"@{seomatic.meta.twitterCreator}\",\"httpEquiv\":\"\",\"name\":\"twitter:creator\",\"property\":null,\"include\":true,\"key\":\"twitter:creator\",\"environment\":null,\"dependencies\":{\"meta\":[\"twitterCreator\"]},\"tagAttrs\":[]},\"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,\"tagAttrs\":[]},\"twitter:description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterDescription}\",\"httpEquiv\":\"\",\"name\":\"twitter:description\",\"property\":null,\"include\":true,\"key\":\"twitter:description\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"twitter:image\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterImage}\",\"httpEquiv\":\"\",\"name\":\"twitter:image\",\"property\":null,\"include\":true,\"key\":\"twitter:image\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]}},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]}},\"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,\"tagAttrs\":[]},\"home\":{\"crossorigin\":\"\",\"href\":\"{{ seomatic.helper.siteUrl(\\\"/\\\") }}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"home\",\"sizes\":\"\",\"type\":\"\",\"include\":true,\"key\":\"home\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"publisher\":{\"crossorigin\":\"\",\"href\":\"{seomatic.site.googlePublisherLink}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"publisher\",\"sizes\":\"\",\"type\":\"\",\"include\":true,\"key\":\"publisher\",\"environment\":null,\"dependencies\":{\"site\":[\"googlePublisherLink\"]},\"tagAttrs\":[]}},\"name\":\"General\",\"description\":\"Link Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaLinkContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaScriptContainergeneral\":{\"data\":{\"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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":null},\"pinterestTag\":{\"name\":\"Pinterest Tag\",\"description\":\"The Pinterest tag allows you to track actions people take on your website after viewing your Promoted Pin. You can use this information to measure return on ad spend (RoAS) and create audiences to target on your Promoted Pins. [Learn More](https://help.pinterest.com/en/business/article/track-conversions-with-pinterest-tag)\",\"templatePath\":\"_frontend/scripts/pinterestTagHead.twig\",\"templateString\":\"{% if pinterestTagId.value is defined and pinterestTagId.value %}\\n!function(e){if(!window.pintrk){window.pintrk=function(){window.pintrk.queue.push(\\nArray.prototype.slice.call(arguments))};var\\nn=window.pintrk;n.queue=[],n.version=\\\"3.0\\\";var\\nt=document.createElement(\\\"script\\\");t.async=!0,t.src=e;var\\nr=document.getElementsByTagName(\\\"script\\\")[0];r.parentNode.insertBefore(t,r)}}(\\\"{{ pinterestTagUrl.value }}\\\");\\npintrk(\'load\', \'{{ pinterestTagId.value }}\');\\n{% set pageView = (sendPageView.value and not seomatic.helper.isPreview) %}\\n{% if pageView %}\\npintrk(\'page\');\\n{% endif %}\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":\"_frontend/scripts/pinterestTagBody.twig\",\"bodyTemplateString\":\"{% if pinterestTagId.value is defined and pinterestTagId.value %}\\n\\n{% endif %}\\n\",\"bodyPosition\":2,\"vars\":{\"pinterestTagId\":{\"title\":\"Pinterest Tag ID\",\"instructions\":\"Only enter the ID, e.g.: `XXXXXXXXXX`, not the entire script code. [Learn More](https://developers.pinterest.com/docs/ad-tools/conversion-tag/)\",\"type\":\"string\",\"value\":\"\"},\"sendPageView\":{\"title\":\"Automatically send Pinterest Tag PageView\",\"instructions\":\"Controls whether the Pinterest Tag script automatically sends a PageView to when your pages are loaded.\",\"type\":\"bool\",\"value\":true},\"pinterestTagUrl\":{\"title\":\"Pinterest Tag Script URL\",\"instructions\":\"The URL to the Pinterest Tag script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://s.pinimg.com/ct/core.js\"},\"pinterestTagNoScriptUrl\":{\"title\":\"Pinterest Tag Script <noscript> URL\",\"instructions\":\"The URL to the Pinterest Tag `<noscript>`. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://ct.pinterest.com/v3/\"}},\"dataLayer\":[],\"include\":false,\"key\":\"pinterestTag\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null,\"tagAttrs\":[],\"nonce\":null},\"fathom\":{\"name\":\"Fathom\",\"description\":\"Fathom is a simple, light-weight, privacy-first alternative to Google Analytics. So, stop scrolling through pages of reports and collecting gobs of personal data about your visitors, both of which you probably don’t need. [Learn More](https://usefathom.com/)\",\"templatePath\":\"_frontend/scripts/fathomAnalytics.twig\",\"templateString\":\"{% if siteId.value is defined and siteId.value %}\\n(function() {\\nvar tag = document.createElement(\'script\');\\ntag.src = \\\"{{ scriptUrl.value }}\\\";\\ntag.defer = true;\\ntag.setAttribute(\\\"data-site\\\", \\\"{{ siteId.value | raw }}\\\");\\n{% if honorDnt.value %}\\ntag.setAttribute(\\\"data-honor-dnt\\\", \\\"true\\\");\\n{% endif %}\\n{% if disableAutoTracking.value %}\\ntag.setAttribute(\\\"data-auto\\\", \\\"false\\\");\\n{% endif %}\\n{% if ignoreCanonicals.value %}\\ntag.setAttribute(\\\"data-canonical\\\", \\\"false\\\");\\n{% endif %}\\n{% if excludedDomains.value | length %}\\ntag.setAttribute(\\\"data-excluded-domains\\\", \\\"{{ excludedDomains.value | raw }}\\\");\\n{% endif %}\\n{% if includedDomains.value | length %}\\ntag.setAttribute(\\\"data-included-domains\\\", \\\"{{ includedDomains.value | raw }}\\\");\\n{% endif %}\\nvar firstScriptTag = document.getElementsByTagName(\'script\')[0];\\nfirstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\\n})();\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":null,\"bodyTemplateString\":null,\"bodyPosition\":2,\"vars\":{\"siteId\":{\"title\":\"Site ID\",\"instructions\":\"Only enter the Site ID, not the entire script code. [Learn More](https://usefathom.com/support/tracking)\",\"type\":\"string\",\"value\":\"\"},\"honorDnt\":{\"title\":\"Honoring Do Not Track (DNT)\",\"instructions\":\"By default we track every visitor to your website, regardless of them having DNT turned on or not. [Learn More](https://usefathom.com/support/tracking-advanced)\",\"type\":\"bool\",\"value\":false},\"disableAutoTracking\":{\"title\":\"Disable automatic tracking\",\"instructions\":\"By default, we track a page view every time a visitor to your website loads a page with our script on it. [Learn More](https://usefathom.com/support/tracking-advanced)\",\"type\":\"bool\",\"value\":false},\"ignoreCanonicals\":{\"title\":\"Ignore canonicals\",\"instructions\":\"If there’s a canonical URL in place, then by default we use it instead of the current URL. [Learn More](https://usefathom.com/support/tracking-advanced)\",\"type\":\"bool\",\"value\":false},\"excludedDomains\":{\"title\":\"Excluded Domains\",\"instructions\":\"You exclude one or several domains, so our tracker will track things on every domain, except the ones excluded. [Learn More](https://usefathom.com/support/tracking-advanced)\",\"type\":\"string\",\"value\":\"\"},\"includedDomains\":{\"title\":\"Included Domains\",\"instructions\":\"If you want to go in the opposite direction and only track stats on a specific domain. [Learn More](https://usefathom.com/support/tracking-advanced)\",\"type\":\"string\",\"value\":\"\"},\"scriptUrl\":{\"title\":\"Fathom Script URL\",\"instructions\":\"The URL to the Fathom tracking script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://cdn.usefathom.com/script.js\"}},\"dataLayer\":[],\"include\":false,\"key\":\"fathom\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null,\"tagAttrs\":[],\"nonce\":null},\"matomo\":{\"name\":\"Matomo\",\"description\":\"Matomo is a Google Analytics alternative that protects your data and your customers\' privacy [Learn More](https://matomo.org/)\",\"templatePath\":\"_frontend/scripts/matomoAnalytics.twig\",\"templateString\":\"{% if siteId.value is defined and siteId.value and scriptUrl.value is defined and scriptUrl.value | length %}\\nvar _paq = window._paq = window._paq || [];\\n{% if sendPageView.value %}\\n_paq.push([\'trackPageView\']);\\n{% endif %}\\n{% if sendPageView.value %}\\n_paq.push([\'enableLinkTracking\']);\\n{% endif %}\\n(function() {\\nvar u=\\\"{{ scriptUrl.value }}\\\";\\n_paq.push([\'setTrackerUrl\', u+\'matomo.php\']);\\n_paq.push([\'setSiteId\', {{ siteId.value }}]);\\nvar d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0];\\ng.type=\'text/javascript\'; g.async=true; g.src=u+\'matomo.js\'; s.parentNode.insertBefore(g,s);\\n})();\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":null,\"bodyTemplateString\":null,\"bodyPosition\":2,\"vars\":{\"siteId\":{\"title\":\"Site ID\",\"instructions\":\"Only enter the Site ID, not the entire script code. [Learn More](https://developer.matomo.org/guides/tracking-javascript-guide)\",\"type\":\"string\",\"value\":\"\"},\"sendPageView\":{\"title\":\"Automatically send Matomo PageView\",\"instructions\":\"Controls whether the Matomo script automatically sends a PageView when your pages are loaded. [Learn More](https://developer.matomo.org/api-reference/tracking-javascript)\",\"type\":\"bool\",\"value\":true},\"enableLinkTracking\":{\"title\":\"Enable Link Tracking\",\"instructions\":\"Install link tracking on all applicable link elements. [Learn More](https://developer.matomo.org/api-reference/tracking-javascript)\",\"type\":\"bool\",\"value\":true},\"scriptUrl\":{\"title\":\"Matomo Script URL\",\"instructions\":\"The URL to the Matomo tracking script. This will vary depending on whether you are using Matomo Cloud or Matomo On-Premise. [Learn More](https://developer.matomo.org/guides/tracking-javascript-guide)\",\"type\":\"string\",\"value\":\"\"}},\"dataLayer\":[],\"include\":false,\"key\":\"matomo\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null,\"tagAttrs\":[],\"nonce\":null},\"plausible\":{\"name\":\"Plausible\",\"description\":\"Plausible is a lightweight and open-source website analytics tool. No cookies and fully compliant with GDPR, CCPA and PECR. [Learn More](https://plausible.io/)\",\"templatePath\":\"_frontend/scripts/plausibleAnalytics.twig\",\"templateString\":\"{% if siteDomain.value is defined and siteDomain.value %}\\n(function() {\\nvar tag = document.createElement(\'script\');\\ntag.src = \\\"{{ scriptUrl.value }}\\\";\\ntag.defer = true;\\ntag.setAttribute(\\\"data-domain\\\", \\\"{{ siteDomain.value | raw }}\\\");\\nvar firstScriptTag = document.getElementsByTagName(\'script\')[0];\\nfirstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\\n})();\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":null,\"bodyTemplateString\":null,\"bodyPosition\":2,\"vars\":{\"siteDomain\":{\"title\":\"Site Domain\",\"instructions\":\"Only enter the site domain, not the entire script code. [Learn More](https://plausible.io/docs/plausible-script)\",\"type\":\"string\",\"value\":\"\"},\"scriptUrl\":{\"title\":\"Plausible Script URL\",\"instructions\":\"The URL to the Plausible tracking script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://plausible.io/js/plausible.js\"}},\"dataLayer\":[],\"include\":false,\"key\":\"plausible\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null,\"tagAttrs\":[],\"nonce\":null},\"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,\"tagAttrs\":[],\"nonce\":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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":null,\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":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,\"usageInfo\":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\":{\"type\":\"EntryPoint\",\"urlTemplate\":\"{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,\"tagAttrs\":[],\"nonce\":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,\"hasCredential\":null,\"hasMerchantReturnPolicy\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"interactionStatistic\":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\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\",\"graph\":null,\"include\":true,\"key\":\"identity\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[],\"nonce\":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,\"hasCredential\":null,\"hasMerchantReturnPolicy\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"interactionStatistic\":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\":\"{parseEnv(seomatic.site.creator.genericUrl)}#creator\",\"graph\":null,\"include\":true,\"key\":\"creator\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\"},\"security\":{\"templateVersion\":\"1.0.0\",\"templateString\":\"# security.txt file for {{ siteUrl }} - more info: https://securitytxt.org/\\n# (required) Contact email address for security issues\\nContact: {% set adminUser = craft.app.getUsers().userById(1) %}{{ adminUser.email ?? \'user@example.com\' }}\\n\\n# (required) Expiration date for the security information herein\\nExpiration: {{ date(\'1year\')|atom }}\\n\\n# (optional) OpenPGP key:\\nEncryption: {{ siteUrl }}pgp-key.txt\\n\\n# (optional) Security policy page:\\nPolicy: {{ siteUrl }}security-policy\\n\\n# (optional) Security acknowledgements page:\\nAcknowledgements: {{ siteUrl }}hall-of-fame\\n\",\"siteId\":null,\"include\":true,\"handle\":\"security\",\"path\":\"security.txt\",\"template\":\"_frontend/pages/security.twig\",\"controller\":\"frontend-template\",\"action\":\"security\"}},\"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','2022-01-31 03:40:29','5e1950fb-88fb-41ee-8b5f-051ba6490e0c','1.0.29','section',5,'Homepage','homepage','single',NULL,'index',1,'{\"1\":{\"id\":2,\"sectionId\":5,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"__home__\",\"template\":\"index\",\"language\":\"en-us\"}}','2021-03-15 15:40:42','{\"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}\",\"inherited\":[],\"overrides\":[]}','{\"siteName\":\"Friends of Webster Trails\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":\"\"}],\"inherited\":[],\"overrides\":[]}','{\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\":\"\"}'),(3,'2021-03-15 15:04:42','2022-01-31 03:40:29','3bebe8ad-f57a-4cc3-8849-3701daca07a1','1.0.29','section',5,'Homepage','homepage','single',NULL,'',2,'{\"1\":{\"id\":2,\"sectionId\":5,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"__home__\",\"template\":\"index\",\"language\":\"en-us\"},\"2\":{\"id\":3,\"sectionId\":5,\"siteId\":2,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"__home__\",\"template\":null,\"language\":\"es\"}}','2021-03-15 15:40:42','{\"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}\",\"inherited\":[],\"overrides\":[]}','{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":\"\"}],\"inherited\":[],\"overrides\":[]}','{\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\":\"\"}'),(4,'2021-03-15 15:24:20','2021-03-15 15:24:20','ab4e123a-e7d5-4716-a325-7bfa6f7c553d','1.0.33','product',1,'Clothing','clothing','product',NULL,'shop/products/_product',2,'{\"1\":{\"id\":\"1\",\"productTypeId\":\"1\",\"siteId\":\"1\",\"hasUrls\":\"1\",\"uriFormat\":\"shop/products/{slug}\",\"template\":\"shop/products/_product\",\"uriFormatIsRequired\":true,\"language\":\"en-us\"},\"2\":{\"id\":\"2\",\"productTypeId\":\"1\",\"siteId\":\"2\",\"hasUrls\":\"1\",\"uriFormat\":\"shop/products/{slug}\",\"template\":\"shop/products/_product\",\"uriFormatIsRequired\":true,\"language\":\"es\"}}','2021-03-15 15:24:16','{\"language\":null,\"mainEntityOfPage\":\"Product\",\"seoTitle\":\"{product.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{product.url}\",\"robots\":\"all\",\"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\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":{\"additionalProperty\":null,\"aggregateRating\":null,\"audience\":null,\"award\":null,\"brand\":null,\"category\":null,\"color\":null,\"depth\":null,\"gtin\":null,\"gtin12\":null,\"gtin13\":null,\"gtin14\":null,\"gtin8\":null,\"hasMerchantReturnPolicy\":null,\"height\":null,\"isAccessoryOrSparePartFor\":null,\"isConsumableFor\":null,\"isRelatedTo\":null,\"isSimilarTo\":null,\"itemCondition\":null,\"logo\":null,\"manufacturer\":null,\"material\":null,\"model\":null,\"mpn\":null,\"nsn\":null,\"offers\":{\"type\":\"Offer\",\"url\":\"{seomatic.meta.canonicalUrl}\",\"price\":\"{product.getDefaultVariant().getPrice()|number_format(2, \\\".\\\", \\\"\\\")}\",\"priceCurrency\":\"{{craft.commerce.paymentCurrencies.primaryPaymentCurrencyIso()}}\",\"offeredBy\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"seller\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"availability\":\"http://schema.org/{% if object.product.hasUnlimitedStock or object.product.totalStock > 0 %}InStock{% else %}OutOfStock{% endif %}\"},\"productID\":null,\"productionDate\":null,\"purchaseDate\":null,\"releaseDate\":null,\"review\":null,\"sku\":\"{product.getDefaultVariant().getSku()}\",\"slogan\":null,\"weight\":null,\"width\":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,\"nonce\":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\":\"Product\",\"siteSubType\":\"\",\"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\":\"\"}'),(5,'2021-03-15 15:24:20','2021-03-15 15:24:20','2ffcb07b-9e3f-4a82-8ba8-b5e909291818','1.0.33','product',1,'Clothing','clothing','product',NULL,'shop/products/_product',1,'{\"1\":{\"id\":\"1\",\"productTypeId\":\"1\",\"siteId\":\"1\",\"hasUrls\":\"1\",\"uriFormat\":\"shop/products/{slug}\",\"template\":\"shop/products/_product\",\"uriFormatIsRequired\":true,\"language\":\"en-us\"},\"2\":{\"id\":\"2\",\"productTypeId\":\"1\",\"siteId\":\"2\",\"hasUrls\":\"1\",\"uriFormat\":\"shop/products/{slug}\",\"template\":\"shop/products/_product\",\"uriFormatIsRequired\":true,\"language\":\"es\"}}','2021-03-15 15:24:16','{\"language\":null,\"mainEntityOfPage\":\"Product\",\"seoTitle\":\"{product.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{product.url}\",\"robots\":\"all\",\"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\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":{\"additionalProperty\":null,\"aggregateRating\":null,\"audience\":null,\"award\":null,\"brand\":null,\"category\":null,\"color\":null,\"depth\":null,\"gtin\":null,\"gtin12\":null,\"gtin13\":null,\"gtin14\":null,\"gtin8\":null,\"hasMerchantReturnPolicy\":null,\"height\":null,\"isAccessoryOrSparePartFor\":null,\"isConsumableFor\":null,\"isRelatedTo\":null,\"isSimilarTo\":null,\"itemCondition\":null,\"logo\":null,\"manufacturer\":null,\"material\":null,\"model\":null,\"mpn\":null,\"nsn\":null,\"offers\":{\"type\":\"Offer\",\"url\":\"{seomatic.meta.canonicalUrl}\",\"price\":\"{product.getDefaultVariant().getPrice()|number_format(2, \\\".\\\", \\\"\\\")}\",\"priceCurrency\":\"{{craft.commerce.paymentCurrencies.primaryPaymentCurrencyIso()}}\",\"offeredBy\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"seller\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"availability\":\"http://schema.org/{% if object.product.hasUnlimitedStock or object.product.totalStock > 0 %}InStock{% else %}OutOfStock{% endif %}\"},\"productID\":null,\"productionDate\":null,\"purchaseDate\":null,\"releaseDate\":null,\"review\":null,\"sku\":\"{product.getDefaultVariant().getSku()}\",\"slogan\":null,\"weight\":null,\"width\":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,\"nonce\":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\":\"Product\",\"siteSubType\":\"\",\"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\":\"\"}'),(6,'2021-03-15 15:39:25','2022-01-31 03:40:29','55e209e4-06d9-4b7d-9d4f-b8c5464ca10a','1.0.29','section',6,'Blog','blog','channel',NULL,'blog/_entry',1,'{\"1\":{\"id\":4,\"sectionId\":6,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"en-us\"},\"2\":{\"id\":5,\"sectionId\":6,\"siteId\":2,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"es\"}}','2021-03-15 16:17:36','{\"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}\",\"inherited\":[],\"overrides\":[]}','{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":\"\"}],\"inherited\":[],\"overrides\":[]}','{\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\":\"\"}'),(7,'2021-03-15 15:39:25','2022-01-31 03:40:29','00513103-9fae-41ce-a47d-707c58b06b0f','1.0.29','section',6,'Blog','blog','channel',NULL,'blog/_entry',2,'{\"1\":{\"id\":4,\"sectionId\":6,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"en-us\"},\"2\":{\"id\":5,\"sectionId\":6,\"siteId\":2,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"es\"}}','2021-03-15 16:17:36','{\"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}\",\"inherited\":[],\"overrides\":[]}','{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":\"\"}],\"inherited\":[],\"overrides\":[]}','{\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\":\"\"}'),(8,'2021-03-15 15:50:58','2021-03-15 15:50:58','24580179-74c1-467c-93bf-aaec35939a7c','1.0.49','__GLOBAL_BUNDLE__',1,'__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__',NULL,'',2,'[]','2021-03-15 15:50:58','{\"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\":\"Project\",\"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\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":\"{seomatic.site.referrer}\",\"httpEquiv\":\"\",\"name\":\"referrer\",\"property\":null,\"include\":true,\"key\":\"referrer\",\"environment\":null,\"dependencies\":null},\"robots\":{\"charset\":\"\",\"content\":\"{seomatic.meta.robots}\",\"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,\"nonce\":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,\"nonce\":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,\"nonce\":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,\"nonce\":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,\"nonce\":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,\"nonce\":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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":null,\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":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,\"usageInfo\":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,\"nonce\":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,\"hasCredential\":null,\"hasMerchantReturnPolicy\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"interactionStatistic\":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\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\",\"graph\":null,\"include\":true,\"key\":\"identity\",\"environment\":null,\"dependencies\":null,\"nonce\":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,\"hasCredential\":null,\"hasMerchantReturnPolicy\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"interactionStatistic\":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\":\"{parseEnv(seomatic.site.creator.genericUrl)}#creator\",\"graph\":null,\"include\":true,\"key\":\"creator\",\"environment\":null,\"dependencies\":null,\"nonce\":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\":\"\"}'),(11,'2022-01-31 03:40:28','2022-01-31 03:40:28','cea651d5-308a-499a-9b8b-488a3290699b','1.0.26','categorygroup',2,'Category','category','category',NULL,'',1,'{\"1\":{\"id\":3,\"groupId\":2,\"siteId\":1,\"hasUrls\":1,\"uriFormat\":\"category/{slug}\",\"template\":null,\"language\":\"en-us\"},\"2\":{\"id\":4,\"groupId\":2,\"siteId\":2,\"hasUrls\":1,\"uriFormat\":\"category/{slug}\",\"template\":null,\"language\":\"es\"}}','2022-01-31 03:40:28','{\"language\":null,\"mainEntityOfPage\":\"WebPage\",\"seoTitle\":\"{category.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{category.url}\",\"robots\":\"all\",\"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}\",\"inherited\":[],\"overrides\":[]}','{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":\"\"}],\"inherited\":[],\"overrides\":[]}','{\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{category.dateCreated |date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#creator\"},\"dateCreated\":false,\"dateModified\":\"{category.dateUpdated |atom}\",\"datePublished\":\"{category.dateCreated |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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\":\"\"}'),(12,'2022-01-31 03:40:28','2022-01-31 03:40:28','63a679d7-08c4-4e89-988f-6e1b9ca61e3e','1.0.26','categorygroup',2,'Category','category','category',NULL,'',2,'{\"1\":{\"id\":3,\"groupId\":2,\"siteId\":1,\"hasUrls\":1,\"uriFormat\":\"category/{slug}\",\"template\":null,\"language\":\"en-us\"},\"2\":{\"id\":4,\"groupId\":2,\"siteId\":2,\"hasUrls\":1,\"uriFormat\":\"category/{slug}\",\"template\":null,\"language\":\"es\"}}','2022-01-31 03:40:28','{\"language\":null,\"mainEntityOfPage\":\"WebPage\",\"seoTitle\":\"{category.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{category.url}\",\"robots\":\"all\",\"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}\",\"inherited\":[],\"overrides\":[]}','{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":\"\"}],\"inherited\":[],\"overrides\":[]}','{\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{category.dateCreated |date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#creator\"},\"dateCreated\":false,\"dateModified\":\"{category.dateUpdated |atom}\",\"datePublished\":\"{category.dateCreated |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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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,'plugindev','2020-03-27 13:22:43','2021-03-15 15:01:27',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,1,'English','default','en-US',1,'@web/',1,'2020-03-27 13:22:43','2021-03-15 15:02:45',NULL,'5da841b1-ca0d-46ff-8bb1-04d6c889ac54'),(2,1,0,1,'Spanish','spanish','es',1,'@web/es',2,'2021-03-15 15:02:36','2021-03-15 15:02:36',NULL,'ec473f07-152f-423b-90df-ac425e6068a1'); +/*!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; +INSERT INTO `structureelements` VALUES (1,1,NULL,1,1,2,0,'2021-04-01 02:35:35','2022-01-31 03:40:28','49453ac8-b940-462b-9de9-8b45aa3efa99'); +/*!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; +INSERT INTO `structures` VALUES (1,NULL,'2021-04-01 02:35:21','2021-04-01 02:35:21','2022-01-31 03:40:28','720df5b4-5784-490a-b196-dcbd886a2803'),(2,NULL,'2022-01-31 03:40:28','2022-01-31 03:40:28',NULL,'7955d443-a120-44f2-bdbe-c741d59fadf4'); +/*!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\",\"locale\":null,\"weekStartDay\":\"1\",\"useShapes\":false,\"underlineLinks\":false,\"showFieldHandles\":false,\"enableDebugToolbarForSite\":false,\"enableDebugToolbarForCp\":false,\"showExceptionView\":false,\"profileTemplates\":false}'); +/*!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,'','','andrew@nystudio107.com','$2y$13$EuMO1jWoObzUT.7T6IMJ4.U1GB2uIGV8LbrzGKT/HEimvXCPC65Ji',1,0,0,0,'2022-01-31 12:57:29',NULL,NULL,NULL,'2021-03-01 03:52:45',NULL,1,NULL,NULL,NULL,0,'2021-03-15 14:57:00','2020-03-27 13:22:44','2022-01-31 12:57:29','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,7,'Site','site','craft\\volumes\\Local',1,'@assetsUrl/assets/site','site',NULL,'{\"path\":\"@webroot/assets/site\"}',0,'2020-03-27 13:38:49','2021-03-15 16:13:40',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; +INSERT INTO `webperf_data_samples` VALUES (1,'2020-11-18 21:37:26','2020-11-18 21:37:27','ea0ce6d2-0729-438c-a965-aa494b278c10',8947159563722028624,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,1587,1736,1736,1689,2022,'??','Macintosh','Chrome 86.0.4240.198','OS X Catalina 10.15',0,1722,50,49,0,0,1672,488,9581568),(3,'2020-12-02 16:08:42','2020-12-02 16:08:42','4a9f192e-8cfa-4a02-8710-90cf1a0816cf',8824185223071447740,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,1189,1329,1329,1282,1525,'??','Macintosh','Chrome 87.0.4280.67','OS X Catalina 10.15',0,971,36,49,0,0,935,487,8870288),(4,'2020-12-06 22:47:55','2020-12-06 22:47:56','97d226f0-3c08-4411-864e-4c83a52fe704',5704165093160125832,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,1211,1409,1409,1308,1539,'??','Macintosh','Chrome 87.0.4280.67','OS X Catalina 10.15',0,1031,28,45,0,0,1002,488,8758504),(6,'2021-02-28 23:50:04','2021-02-28 23:50:05','ea368a63-7837-4705-a373-9769bdad7041',5021158955426407940,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,2438,2625,2625,2535,2540,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,424,26,31,0,0,398,115,7669224),(7,'2021-03-02 00:00:19','2021-03-02 00:00:20','0ec9fd8c-1a9f-4fa6-844a-ff85e12deaeb',9066497417661839779,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,2735,NULL,NULL,2764,2780,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,1741,91,50,0,0,1649,473,6527136),(8,'2021-03-02 00:00:30','2021-03-02 00:00:30','e1a76836-03ef-44ab-8a44-2ea663e0979b',6183991056336560919,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,484,532,532,520,536,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,469,35,31,0,0,434,115,6195960),(10,'2021-03-03 15:51:51','2021-03-03 15:51:52','f02c49fb-a83c-45f4-b4e9-67dced5169a6',6164079075040411519,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,2817,2891,2891,2861,2866,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,1576,101,57,0,0,1475,474,6416504),(12,'2021-03-04 18:47:56','2021-03-04 18:47:56','16ec8283-a3b2-4d1d-ae10-527b6e6a7d8f',6724523139216755323,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,3812,NULL,NULL,3864,3878,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,3754,102,53,0,0,3652,476,6383096),(13,'2021-03-15 15:50:08','2021-03-15 15:50:08','2755a6dc-41fb-4c80-a40d-bafb660d1409',8084825374695554793,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,1752,1813,1813,1814,1842,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,1227,34,61,0,0,1193,486,5286616),(14,'2021-03-15 15:50:37','2021-03-15 15:50:38','0931819f-85fd-4cf4-a28c-e838e2a2d080',8339846145763819515,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,653,721,721,685,686,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,816,36,61,0,0,779,199,8754440),(15,'2021-03-15 15:50:44','2021-03-15 15:50:45','edd8ef72-bf67-4a3f-9bdd-5478da3237d8',4774729439798297718,1,'🚧 Project','http://localhost:8000/blog',NULL,NULL,NULL,466,500,500,499,522,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,267,20,37,0,0,246,340,3990056),(16,'2021-03-15 15:50:51','2021-03-15 15:50:51','629b7897-c19e-47aa-ae73-15d6e6fa25a6',4234256945667735932,1,'🚧 Project | My first blog','http://localhost:8000/blog/my-first-blog',NULL,NULL,NULL,585,NULL,NULL,615,617,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,365,34,65,0,0,330,393,3997232),(17,'2021-03-15 15:51:04','2021-03-15 15:51:05','a1579171-7a8c-4fd2-88dd-02843abcc1a2',2480923588497879388,2,'🚧 Project | My first blog','http://localhost:8000/es/blog/my-first-blog',NULL,NULL,NULL,445,NULL,NULL,475,478,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,195,25,40,0,0,170,369,4847616),(20,'2021-03-15 15:53:12','2021-03-15 15:53:12','217b8217-0f07-4e41-8d47-de40e2b36846',3355934282910147199,1,'🚧 Project | My first blog','http://localhost:8000/blog/my-first-blog',NULL,NULL,NULL,548,605,605,590,591,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,378,36,65,0,0,342,392,9078888); +/*!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_v3' +-- +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!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 2022-01-31 12:57:32 diff --git a/mysql-db-seed/db_seeds/project_v4.sql b/mysql-db-seed/db_seeds/project_v4.sql new file mode 100644 index 0000000..56a4ee8 --- /dev/null +++ b/mysql-db-seed/db_seeds/project_v4.sql @@ -0,0 +1,4474 @@ +-- MariaDB dump 10.19 Distrib 10.5.13-MariaDB, for Linux (aarch64) +-- +-- Host: mysql Database: project_v4 +-- ------------------------------------------------------ +-- Server version 8.0.28 + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `announcements` +-- + +DROP TABLE IF EXISTS `announcements`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `announcements` ( + `id` int NOT NULL AUTO_INCREMENT, + `userId` int NOT NULL, + `pluginId` int DEFAULT NULL, + `heading` varchar(255) NOT NULL, + `body` text NOT NULL, + `unread` tinyint(1) NOT NULL DEFAULT '1', + `dateRead` datetime DEFAULT NULL, + `dateCreated` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `idx_ngxmjfibgjtbttfpjbdjgntboiqzcvdoxbha` (`userId`,`unread`,`dateRead`,`dateCreated`), + KEY `idx_wrhyhakazjifkkyqkbbfnxmaljhfqaqszcss` (`dateRead`), + KEY `fk_iqpnryhmlixkutyuuadnhqgdjtyhcyfnflpk` (`pluginId`), + CONSTRAINT `fk_gwdgwdahaubxwtfhiwhhldzpatczeuxcqmfk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_iqpnryhmlixkutyuuadnhqgdjtyhcyfnflpk` FOREIGN KEY (`pluginId`) REFERENCES `plugins` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `sessionId` int NOT NULL, + `volumeId` int NOT NULL, + `uri` text, + `size` bigint unsigned DEFAULT NULL, + `timestamp` datetime DEFAULT NULL, + `isDir` tinyint(1) DEFAULT '0', + `recordId` int DEFAULT NULL, + `isSkipped` tinyint(1) DEFAULT '0', + `inProgress` tinyint(1) DEFAULT '0', + `completed` tinyint(1) DEFAULT '0', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `assetindexdata_sessionId_volumeId_idx` (`volumeId`), + KEY `assetindexdata_volumeId_idx` (`volumeId`), + KEY `fk_gtzgwzjxxecfmzzluqybbssvaetpvlzatgsa` (`sessionId`), + CONSTRAINT `assetindexdata_volumeId_fk` FOREIGN KEY (`volumeId`) REFERENCES `volumes` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_gtzgwzjxxecfmzzluqybbssvaetpvlzatgsa` FOREIGN KEY (`sessionId`) REFERENCES `assetindexingsessions` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `assetindexingsessions` +-- + +DROP TABLE IF EXISTS `assetindexingsessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `assetindexingsessions` ( + `id` int NOT NULL AUTO_INCREMENT, + `indexedVolumes` text, + `totalEntries` int DEFAULT NULL, + `processedEntries` int NOT NULL DEFAULT '0', + `cacheRemoteImages` tinyint(1) DEFAULT NULL, + `isCli` tinyint(1) DEFAULT '0', + `actionRequired` tinyint(1) DEFAULT '0', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL, + `volumeId` int DEFAULT NULL, + `folderId` int NOT NULL, + `uploaderId` int DEFAULT NULL, + `filename` varchar(255) NOT NULL, + `kind` varchar(50) NOT NULL DEFAULT 'unknown', + `alt` text, + `width` int unsigned DEFAULT NULL, + `height` int unsigned DEFAULT NULL, + `size` bigint unsigned DEFAULT NULL, + `focalPoint` varchar(13) DEFAULT NULL, + `deletedWithVolume` tinyint(1) DEFAULT NULL, + `keptFile` tinyint(1) DEFAULT NULL, + `dateModified` datetime DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `assets_filename_folderId_idx` (`filename`,`folderId`), + KEY `assets_folderId_idx` (`folderId`), + KEY `assets_volumeId_idx` (`volumeId`), + KEY `assets_uploaderId_fk` (`uploaderId`), + CONSTRAINT `assets_folderId_fk` FOREIGN KEY (`folderId`) REFERENCES `volumefolders` (`id`) ON DELETE CASCADE, + CONSTRAINT `assets_id_fk` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL, + `groupId` int NOT NULL, + `parentId` int DEFAULT NULL, + `deletedWithGroup` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `categories_groupId_idx` (`groupId`), + KEY `categories_parentId_fk` (`parentId`), + CONSTRAINT `categories_groupId_fk` FOREIGN KEY (`groupId`) REFERENCES `categorygroups` (`id`) ON DELETE CASCADE, + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `structureId` int NOT NULL, + `fieldLayoutId` int DEFAULT NULL, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `defaultPlacement` enum('beginning','end') NOT NULL DEFAULT 'end', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `dateDeleted` datetime DEFAULT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `categorygroups_name_idx` (`name`), + KEY `categorygroups_handle_idx` (`handle`), + KEY `categorygroups_structureId_idx` (`structureId`), + KEY `categorygroups_fieldLayoutId_idx` (`fieldLayoutId`), + KEY `categorygroups_dateDeleted_idx` (`dateDeleted`), + 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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `groupId` int NOT NULL, + `siteId` int NOT NULL, + `hasUrls` tinyint(1) NOT NULL DEFAULT '1', + `uriFormat` text, + `template` varchar(500) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `categorygroups_sites_groupId_siteId_unq_idx` (`groupId`,`siteId`), + KEY `categorygroups_sites_siteId_idx` (`siteId`), + 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 AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL, + `siteId` int NOT NULL, + `attribute` varchar(255) NOT NULL, + `dateUpdated` datetime NOT NULL, + `propagated` tinyint(1) NOT NULL, + `userId` int DEFAULT NULL, + PRIMARY KEY (`elementId`,`siteId`,`attribute`), + KEY `changedattributes_elementId_siteId_dateUpdated_idx` (`elementId`,`siteId`,`dateUpdated`), + KEY `changedattributes_siteId_fk` (`siteId`), + KEY `changedattributes_userId_fk` (`userId`), + CONSTRAINT `changedattributes_elementId_fk` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL, + `siteId` int NOT NULL, + `fieldId` int NOT NULL, + `dateUpdated` datetime NOT NULL, + `propagated` tinyint(1) NOT NULL, + `userId` int DEFAULT NULL, + PRIMARY KEY (`elementId`,`siteId`,`fieldId`), + KEY `changedfields_elementId_siteId_dateUpdated_idx` (`elementId`,`siteId`,`dateUpdated`), + KEY `changedfields_siteId_fk` (`siteId`), + KEY `changedfields_fieldId_fk` (`fieldId`), + KEY `changedfields_userId_fk` (`userId`), + CONSTRAINT `changedfields_elementId_fk` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `changedfields_fieldId_fk` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_addresses` +-- + +DROP TABLE IF EXISTS `commerce_addresses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_addresses` ( + `id` int NOT NULL AUTO_INCREMENT, + `countryId` int DEFAULT NULL, + `stateId` int DEFAULT NULL, + `isStoreLocation` tinyint(1) NOT NULL DEFAULT '0', + `attention` varchar(255) DEFAULT NULL, + `title` varchar(255) DEFAULT NULL, + `firstName` varchar(255) DEFAULT NULL, + `lastName` varchar(255) DEFAULT NULL, + `fullName` varchar(255) DEFAULT NULL, + `address1` varchar(255) DEFAULT NULL, + `address2` varchar(255) DEFAULT NULL, + `address3` varchar(255) DEFAULT NULL, + `city` varchar(255) DEFAULT NULL, + `zipCode` varchar(255) DEFAULT NULL, + `phone` varchar(255) DEFAULT NULL, + `alternativePhone` varchar(255) DEFAULT NULL, + `label` varchar(255) DEFAULT NULL, + `notes` text, + `businessName` varchar(255) DEFAULT NULL, + `businessTaxId` varchar(255) DEFAULT NULL, + `businessId` varchar(255) DEFAULT NULL, + `stateName` varchar(255) DEFAULT NULL, + `custom1` varchar(255) DEFAULT NULL, + `custom2` varchar(255) DEFAULT NULL, + `custom3` varchar(255) DEFAULT NULL, + `custom4` varchar(255) DEFAULT NULL, + `isEstimated` tinyint(1) NOT NULL DEFAULT '0', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_koiwidptkzqjfzidnpltsyrgvykgjkhaxykv` (`countryId`), + KEY `idx_fczzdeyhpmozrnvmeqglnlzksiftfzdmfciy` (`stateId`), + CONSTRAINT `fk_awyvnrcgsoycedkkspskokdgccxasereunjh` FOREIGN KEY (`countryId`) REFERENCES `commerce_countries` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_wwwmrgbqmyektzccowdrfkuemvriijcmtwla` FOREIGN KEY (`stateId`) REFERENCES `commerce_states` (`id`) ON DELETE SET NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_countries` +-- + +DROP TABLE IF EXISTS `commerce_countries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_countries` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `iso` varchar(2) NOT NULL, + `isStateRequired` tinyint(1) DEFAULT NULL, + `sortOrder` int DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_ybrywppncxxpysixukmwyjqjsahcxniakaby` (`name`), + UNIQUE KEY `idx_nsagonuonzvxjyvemtrobtjathsuqggvbszq` (`iso`) +) ENGINE=InnoDB AUTO_INCREMENT=250 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_customer_discountuses` +-- + +DROP TABLE IF EXISTS `commerce_customer_discountuses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_customer_discountuses` ( + `id` int NOT NULL AUTO_INCREMENT, + `discountId` int NOT NULL, + `customerId` int NOT NULL, + `uses` int unsigned NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_xxirsmofnddeknbjcmqixgoowrfgsobkuhdx` (`customerId`,`discountId`), + KEY `idx_sfknqzhusiosljbqnoxcpwifaqoexcziufyx` (`discountId`), + CONSTRAINT `fk_brdlncpgontqmksmaaegzcjpjuyymlxfhvzj` FOREIGN KEY (`discountId`) REFERENCES `commerce_discounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_kdbiqhykeoomfdywbfwrxtxuroyzaftwvcuj` FOREIGN KEY (`customerId`) REFERENCES `commerce_customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_customers` +-- + +DROP TABLE IF EXISTS `commerce_customers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_customers` ( + `id` int NOT NULL AUTO_INCREMENT, + `userId` int DEFAULT NULL, + `primaryBillingAddressId` int DEFAULT NULL, + `primaryShippingAddressId` int DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_vwvtcdjntxgjjrqpoixlurmokbtuxarcqrza` (`userId`), + KEY `idx_hccbezfubxoenngzawanxokiepizmxbsgiep` (`primaryBillingAddressId`), + KEY `idx_dlittghypfpshwosvoifuhnmgucragzwbgfw` (`primaryShippingAddressId`), + CONSTRAINT `fk_mwxoxwocervrxeworbvswsdlccrtzabdnvzx` FOREIGN KEY (`primaryShippingAddressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_vkcvhtrpelvkjnlccebhustppgmkypvplqrw` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_yttiikuygnazdaputnyiiiehmimkbotxbylc` FOREIGN KEY (`primaryBillingAddressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE SET NULL +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_customers_addresses` +-- + +DROP TABLE IF EXISTS `commerce_customers_addresses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_customers_addresses` ( + `id` int NOT NULL AUTO_INCREMENT, + `customerId` int NOT NULL, + `addressId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_zwfnkwvzdnqwrwgbvjjowgfsbvqmdkgnhtgg` (`customerId`,`addressId`), + KEY `fk_tejwvlsohsgkvkxexnlnxgbiwtkomcqkcvdz` (`addressId`), + CONSTRAINT `fk_frrfjdlsixorwfmsmhkahffwvhldpzrazvcp` FOREIGN KEY (`customerId`) REFERENCES `commerce_customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_tejwvlsohsgkvkxexnlnxgbiwtkomcqkcvdz` FOREIGN KEY (`addressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_discount_categories` +-- + +DROP TABLE IF EXISTS `commerce_discount_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_discount_categories` ( + `id` int NOT NULL AUTO_INCREMENT, + `discountId` int NOT NULL, + `categoryId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_eylupwtawvdrzibkdxbkdagvdztfczkejaew` (`discountId`,`categoryId`), + KEY `idx_gygdmmdpfwndczwvbvyflmbgcogemvakrsyv` (`categoryId`), + CONSTRAINT `fk_wosplisoipqxqleaocabwbapqzqbzffjwsxw` FOREIGN KEY (`categoryId`) REFERENCES `categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_xjjuzxnwxoyfyqgrcsnhidnhqivwhitfokfe` FOREIGN KEY (`discountId`) REFERENCES `commerce_discounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_discount_purchasables` +-- + +DROP TABLE IF EXISTS `commerce_discount_purchasables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_discount_purchasables` ( + `id` int NOT NULL AUTO_INCREMENT, + `discountId` int NOT NULL, + `purchasableId` int NOT NULL, + `purchasableType` varchar(255) NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_xrsqwzetheumyvpqmucinwyuyorlapeymiyw` (`discountId`,`purchasableId`), + KEY `idx_estzamjtfpaakdrzyjnvfwrlhxcziikjnppj` (`purchasableId`), + CONSTRAINT `fk_bgojgrqznhqfshqrdhvmikobueftbynqlikg` FOREIGN KEY (`purchasableId`) REFERENCES `commerce_purchasables` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_cbhlleaakybhcqlprgcosseevzczvpaxxcdd` FOREIGN KEY (`discountId`) REFERENCES `commerce_discounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_discount_usergroups` +-- + +DROP TABLE IF EXISTS `commerce_discount_usergroups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_discount_usergroups` ( + `id` int NOT NULL AUTO_INCREMENT, + `discountId` int NOT NULL, + `userGroupId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_reronkkckwajrjubmngilwepzqoxgcwokoyi` (`discountId`,`userGroupId`), + KEY `idx_linivkrabazpwrdbevdyrhfhkzojjbylnhin` (`userGroupId`), + CONSTRAINT `fk_ejvkihzpdybadnizidfpianvwyvjrtalpgcr` FOREIGN KEY (`discountId`) REFERENCES `commerce_discounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_wajmjhzvosnvwfmfbsxnlcxfwjkfpyoimhhl` FOREIGN KEY (`userGroupId`) REFERENCES `usergroups` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_discounts` +-- + +DROP TABLE IF EXISTS `commerce_discounts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_discounts` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` text, + `code` varchar(255) DEFAULT NULL, + `perUserLimit` int unsigned NOT NULL DEFAULT '0', + `perEmailLimit` int unsigned NOT NULL DEFAULT '0', + `totalDiscountUses` int unsigned NOT NULL DEFAULT '0', + `totalDiscountUseLimit` int unsigned NOT NULL DEFAULT '0', + `dateFrom` datetime DEFAULT NULL, + `dateTo` datetime DEFAULT NULL, + `purchaseTotal` decimal(14,4) NOT NULL DEFAULT '0.0000', + `purchaseQty` int NOT NULL DEFAULT '0', + `maxPurchaseQty` int NOT NULL DEFAULT '0', + `baseDiscount` decimal(14,4) NOT NULL DEFAULT '0.0000', + `baseDiscountType` enum('value','percentTotal','percentTotalDiscounted','percentItems','percentItemsDiscounted') NOT NULL DEFAULT 'value', + `perItemDiscount` decimal(14,4) NOT NULL DEFAULT '0.0000', + `percentDiscount` decimal(14,4) NOT NULL DEFAULT '0.0000', + `percentageOffSubject` enum('original','discounted') NOT NULL, + `excludeOnSale` tinyint(1) DEFAULT NULL, + `hasFreeShippingForMatchingItems` tinyint(1) DEFAULT NULL, + `hasFreeShippingForOrder` tinyint(1) DEFAULT NULL, + `allGroups` tinyint(1) DEFAULT NULL, + `allPurchasables` tinyint(1) DEFAULT NULL, + `allCategories` tinyint(1) DEFAULT NULL, + `appliedTo` enum('matchingLineItems','allLineItems') NOT NULL DEFAULT 'matchingLineItems', + `categoryRelationshipType` enum('element','sourceElement','targetElement') NOT NULL DEFAULT 'element', + `orderConditionFormula` text, + `enabled` tinyint(1) DEFAULT NULL, + `stopProcessing` tinyint(1) DEFAULT NULL, + `ignoreSales` tinyint(1) NOT NULL DEFAULT '0', + `sortOrder` int DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_jbsniuyholpgdylbqsiyqjjtnizcevaphtbd` (`code`), + KEY `idx_ftzktmjhnhcmeycezwqlsmwbusxvlxkraqxc` (`dateFrom`), + KEY `idx_exvobdyficshxlqheekaegpvzixxvxdntbnm` (`dateTo`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_donations` +-- + +DROP TABLE IF EXISTS `commerce_donations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_donations` ( + `id` int NOT NULL AUTO_INCREMENT, + `sku` varchar(255) NOT NULL, + `availableForPurchase` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + CONSTRAINT `fk_daisrdihbgoaspxrfrtcdvffrxqpohbzleun` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_email_discountuses` +-- + +DROP TABLE IF EXISTS `commerce_email_discountuses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_email_discountuses` ( + `id` int NOT NULL AUTO_INCREMENT, + `discountId` int NOT NULL, + `email` varchar(255) NOT NULL, + `uses` int unsigned NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_ktrwfkokyxclurjufwbfnubhrpnlmrtuqznn` (`email`,`discountId`), + KEY `idx_lbudoeoylejnmrxavzjmadadalhyxlczyuck` (`discountId`), + CONSTRAINT `fk_uhcwjasjqokongfrhyyvhtsrjkybyvilhtuo` FOREIGN KEY (`discountId`) REFERENCES `commerce_discounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_emails` +-- + +DROP TABLE IF EXISTS `commerce_emails`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_emails` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `subject` varchar(255) NOT NULL, + `recipientType` enum('customer','custom') DEFAULT 'custom', + `to` varchar(255) DEFAULT NULL, + `bcc` varchar(255) DEFAULT NULL, + `cc` varchar(255) DEFAULT NULL, + `replyTo` varchar(255) DEFAULT NULL, + `enabled` tinyint(1) DEFAULT NULL, + `templatePath` varchar(255) NOT NULL, + `plainTextTemplatePath` varchar(255) DEFAULT NULL, + `pdfId` int DEFAULT NULL, + `language` varchar(255) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `fk_kgckjmgnqlkdunlpqddxmoqncunxhnmbjcxy` (`pdfId`), + CONSTRAINT `fk_kgckjmgnqlkdunlpqddxmoqncunxhnmbjcxy` FOREIGN KEY (`pdfId`) REFERENCES `commerce_pdfs` (`id`) ON DELETE SET NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_gateways` +-- + +DROP TABLE IF EXISTS `commerce_gateways`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_gateways` ( + `id` int NOT NULL AUTO_INCREMENT, + `type` varchar(255) NOT NULL, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `settings` text, + `paymentType` enum('authorize','purchase') NOT NULL DEFAULT 'purchase', + `isFrontendEnabled` tinyint(1) DEFAULT NULL, + `sendCartInfo` tinyint(1) DEFAULT NULL, + `isArchived` tinyint(1) DEFAULT NULL, + `dateArchived` datetime DEFAULT NULL, + `sortOrder` int DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_megligqmclimrarxoriuidbdkwjxyqisfrrt` (`handle`), + KEY `idx_wcczewnmhqbjkrsoelckdolswzqbskjbvqdh` (`isArchived`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_lineitems` +-- + +DROP TABLE IF EXISTS `commerce_lineitems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_lineitems` ( + `id` int NOT NULL AUTO_INCREMENT, + `orderId` int NOT NULL, + `purchasableId` int DEFAULT NULL, + `taxCategoryId` int NOT NULL, + `shippingCategoryId` int NOT NULL, + `description` text, + `options` text, + `optionsSignature` varchar(255) NOT NULL, + `price` decimal(14,4) unsigned NOT NULL, + `saleAmount` decimal(14,4) NOT NULL DEFAULT '0.0000', + `salePrice` decimal(14,4) NOT NULL DEFAULT '0.0000', + `sku` varchar(255) DEFAULT NULL, + `weight` decimal(14,4) unsigned NOT NULL DEFAULT '0.0000', + `height` decimal(14,4) unsigned NOT NULL DEFAULT '0.0000', + `length` decimal(14,4) unsigned NOT NULL DEFAULT '0.0000', + `width` decimal(14,4) unsigned NOT NULL DEFAULT '0.0000', + `subtotal` decimal(14,4) unsigned NOT NULL DEFAULT '0.0000', + `total` decimal(14,4) NOT NULL DEFAULT '0.0000', + `qty` int unsigned NOT NULL, + `note` text, + `privateNote` text, + `snapshot` longtext, + `lineItemStatusId` int DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_wnppqbckcfzburzrffptfpljdasujnmcbpaa` (`orderId`,`purchasableId`,`optionsSignature`), + KEY `idx_lefzvtqzccizhogfzbpnsmdurbrdwgcydwbr` (`purchasableId`), + KEY `idx_vizhutcwrtvdnzusvtselphfvaxgxoetjkkx` (`taxCategoryId`), + KEY `idx_pvclkbxteoauzezlqzkasonjgrwrlgofzylh` (`shippingCategoryId`), + CONSTRAINT `fk_abwhabsuftnqghugxuzxgtoyvyqiegqpwmvz` FOREIGN KEY (`purchasableId`) REFERENCES `elements` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, + CONSTRAINT `fk_qqywxgcswjldqpokesuahggktwdwskehmcgx` FOREIGN KEY (`orderId`) REFERENCES `commerce_orders` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_rwgnppghopbxddhkehlnysrszcyguuqtslta` FOREIGN KEY (`taxCategoryId`) REFERENCES `commerce_taxcategories` (`id`) ON UPDATE CASCADE, + CONSTRAINT `fk_xsqkodzrwpdylcionmzbsqdvctcemfwyjrff` FOREIGN KEY (`shippingCategoryId`) REFERENCES `commerce_shippingcategories` (`id`) ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_lineitemstatuses` +-- + +DROP TABLE IF EXISTS `commerce_lineitemstatuses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_lineitemstatuses` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `color` enum('green','orange','red','blue','yellow','pink','purple','turquoise','light','grey','black') NOT NULL DEFAULT 'green', + `isArchived` tinyint(1) NOT NULL DEFAULT '0', + `dateArchived` datetime DEFAULT NULL, + `sortOrder` int DEFAULT NULL, + `default` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_orderadjustments` +-- + +DROP TABLE IF EXISTS `commerce_orderadjustments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_orderadjustments` ( + `id` int NOT NULL AUTO_INCREMENT, + `orderId` int NOT NULL, + `lineItemId` int DEFAULT NULL, + `type` varchar(255) NOT NULL, + `name` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `amount` decimal(14,4) NOT NULL, + `included` tinyint(1) DEFAULT NULL, + `isEstimated` tinyint(1) NOT NULL DEFAULT '0', + `sourceSnapshot` longtext, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_tlbumtmqavbygzmwufixhohenuojavqkdkqx` (`orderId`), + CONSTRAINT `fk_ablanritntojmgmtryzqlnyksqonefkbibdq` FOREIGN KEY (`orderId`) REFERENCES `commerce_orders` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_orderhistories` +-- + +DROP TABLE IF EXISTS `commerce_orderhistories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_orderhistories` ( + `id` int NOT NULL AUTO_INCREMENT, + `orderId` int NOT NULL, + `customerId` int NOT NULL, + `prevStatusId` int DEFAULT NULL, + `newStatusId` int DEFAULT NULL, + `message` text, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_awthiznswemttpitgvzocmiclrxegaueunya` (`orderId`), + KEY `idx_gmkvxygudpkpcrhdtgwsfsheazdssbnughqp` (`prevStatusId`), + KEY `idx_uvxefcariyejibtejymrauzzvglqoaaiahhn` (`newStatusId`), + KEY `idx_xwiduocdfuloqpyhyvancswowyyhagipxfyy` (`customerId`), + CONSTRAINT `fk_ggbdblhvkpibrfhoywthqonohyjjbwatdxss` FOREIGN KEY (`orderId`) REFERENCES `commerce_orders` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_qxrevybfjeheiaqzwobaxgkerzjpkijbwflr` FOREIGN KEY (`newStatusId`) REFERENCES `commerce_orderstatuses` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, + CONSTRAINT `fk_uyyjrcaabftezxmmasurhustktgjeobevnzw` FOREIGN KEY (`customerId`) REFERENCES `commerce_customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_xzgnzqfaojshmvkqctdxgulrriaopdeyzzve` FOREIGN KEY (`prevStatusId`) REFERENCES `commerce_orderstatuses` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_orders` +-- + +DROP TABLE IF EXISTS `commerce_orders`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_orders` ( + `id` int NOT NULL, + `billingAddressId` int DEFAULT NULL, + `shippingAddressId` int DEFAULT NULL, + `estimatedBillingAddressId` int DEFAULT NULL, + `estimatedShippingAddressId` int DEFAULT NULL, + `gatewayId` int DEFAULT NULL, + `paymentSourceId` int DEFAULT NULL, + `customerId` int DEFAULT NULL, + `orderStatusId` int DEFAULT NULL, + `number` varchar(32) DEFAULT NULL, + `reference` varchar(255) DEFAULT NULL, + `couponCode` varchar(255) DEFAULT NULL, + `itemTotal` decimal(14,4) DEFAULT '0.0000', + `itemSubtotal` decimal(14,4) DEFAULT '0.0000', + `total` decimal(14,4) DEFAULT '0.0000', + `totalPrice` decimal(14,4) DEFAULT '0.0000', + `totalPaid` decimal(14,4) DEFAULT '0.0000', + `totalDiscount` decimal(14,4) DEFAULT '0.0000', + `totalTax` decimal(14,4) DEFAULT '0.0000', + `totalTaxIncluded` decimal(14,4) DEFAULT '0.0000', + `totalShippingCost` decimal(14,4) DEFAULT '0.0000', + `paidStatus` enum('paid','partial','unpaid','overPaid') DEFAULT NULL, + `email` varchar(255) DEFAULT NULL, + `isCompleted` tinyint(1) DEFAULT NULL, + `dateOrdered` datetime DEFAULT NULL, + `datePaid` datetime DEFAULT NULL, + `dateAuthorized` datetime DEFAULT NULL, + `currency` varchar(255) DEFAULT NULL, + `paymentCurrency` varchar(255) DEFAULT NULL, + `lastIp` varchar(255) DEFAULT NULL, + `orderLanguage` varchar(12) NOT NULL, + `origin` enum('web','cp','remote') NOT NULL DEFAULT 'web', + `message` text, + `registerUserOnOrderComplete` tinyint(1) DEFAULT NULL, + `recalculationMode` enum('all','none','adjustmentsOnly') NOT NULL DEFAULT 'all', + `returnUrl` varchar(255) DEFAULT NULL, + `cancelUrl` varchar(255) DEFAULT NULL, + `shippingMethodHandle` varchar(255) DEFAULT NULL, + `shippingMethodName` varchar(255) DEFAULT NULL, + `orderSiteId` int DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_fyxngxsdywwknwvdcpnkjdgxlnngayotaaui` (`number`), + KEY `idx_nqiodkrqkbrbtqwngnerfmfhapyhoecuvjne` (`reference`), + KEY `idx_dujvmdeaorpjqhmtglhjmewuelnklsmxptur` (`billingAddressId`), + KEY `idx_hghwlrujlefqjosuagvnzobgabjfyvlhdvws` (`shippingAddressId`), + KEY `idx_ngbebsnuuscsoltftccspxguwpklweevtqum` (`gatewayId`), + KEY `idx_kxqczjstrzmqbizbxhuusiotrlukdrbqayxf` (`customerId`), + KEY `idx_uqlbfdvufcfxdwpispflxugwnfysrndmodqs` (`orderStatusId`), + KEY `idx_nonposlykoyfwdogvbozwdkeghbtsmzxdbjq` (`email`), + KEY `fk_umqghwfnfoealqdjijrczwnwzslhwyjqexoj` (`paymentSourceId`), + KEY `fk_ggmtjoofoyvoguydodidtibjtgpmuicmpfqg` (`estimatedShippingAddressId`), + KEY `fk_vplfhqdvyvtluczpbhvnineigefbxzmuxmne` (`estimatedBillingAddressId`), + CONSTRAINT `fk_ehehlyjbzpyhusvfcpvrubltjyycskztwvno` FOREIGN KEY (`shippingAddressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_ggmtjoofoyvoguydodidtibjtgpmuicmpfqg` FOREIGN KEY (`estimatedShippingAddressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_pilgjvglzbpsxdscxlvdizmhaumhmqwzmpbg` FOREIGN KEY (`gatewayId`) REFERENCES `commerce_gateways` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_umqghwfnfoealqdjijrczwnwzslhwyjqexoj` FOREIGN KEY (`paymentSourceId`) REFERENCES `commerce_paymentsources` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_vazxartvawbxylrheavhhoouykrcsuoukile` FOREIGN KEY (`customerId`) REFERENCES `commerce_customers` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_vplfhqdvyvtluczpbhvnineigefbxzmuxmne` FOREIGN KEY (`estimatedBillingAddressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_xotxivpfgvmcczdlcbgdiyadbhusywhmtore` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_yysbamgeylnfokgebwrsbybzxvunesqhmxqe` FOREIGN KEY (`billingAddressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_zhgcpxxvdlgwyfgbnnxwqvwkshljtyrrfrkt` FOREIGN KEY (`orderStatusId`) REFERENCES `commerce_orderstatuses` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_orderstatus_emails` +-- + +DROP TABLE IF EXISTS `commerce_orderstatus_emails`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_orderstatus_emails` ( + `id` int NOT NULL AUTO_INCREMENT, + `orderStatusId` int NOT NULL, + `emailId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_inaoffklvicniozpqbxjbmznriaoxzmhsdwh` (`orderStatusId`), + KEY `idx_gjooglyvpukyghscmskyumdwesvrcmsnirio` (`emailId`), + CONSTRAINT `fk_ihndkfgbbwiiesamjtjloekbwevjdeejyeud` FOREIGN KEY (`emailId`) REFERENCES `commerce_emails` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_xfkjvinastolpicpdovaoqzxszpfklzdlzvk` FOREIGN KEY (`orderStatusId`) REFERENCES `commerce_orderstatuses` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_orderstatuses` +-- + +DROP TABLE IF EXISTS `commerce_orderstatuses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_orderstatuses` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `color` enum('green','orange','red','blue','yellow','pink','purple','turquoise','light','grey','black') NOT NULL DEFAULT 'green', + `description` varchar(255) DEFAULT NULL, + `dateDeleted` datetime DEFAULT NULL, + `sortOrder` int DEFAULT NULL, + `default` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_paymentcurrencies` +-- + +DROP TABLE IF EXISTS `commerce_paymentcurrencies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_paymentcurrencies` ( + `id` int NOT NULL AUTO_INCREMENT, + `iso` varchar(3) NOT NULL, + `primary` tinyint(1) NOT NULL DEFAULT '0', + `rate` decimal(14,4) NOT NULL DEFAULT '0.0000', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_jdspahyxsgwlwmuwetmznqyiuqwgdqzgijbf` (`iso`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_paymentsources` +-- + +DROP TABLE IF EXISTS `commerce_paymentsources`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_paymentsources` ( + `id` int NOT NULL AUTO_INCREMENT, + `userId` int NOT NULL, + `gatewayId` int NOT NULL, + `token` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `response` text, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `fk_frjafpwqgtuqzrivavfcalydcjqepjphxsah` (`gatewayId`), + KEY `fk_ohtmvviupaublsokgbxslihcemtmblklobdf` (`userId`), + CONSTRAINT `fk_frjafpwqgtuqzrivavfcalydcjqepjphxsah` FOREIGN KEY (`gatewayId`) REFERENCES `commerce_gateways` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_ohtmvviupaublsokgbxslihcemtmblklobdf` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_pdfs` +-- + +DROP TABLE IF EXISTS `commerce_pdfs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_pdfs` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `templatePath` varchar(255) NOT NULL, + `fileNameFormat` varchar(255) DEFAULT NULL, + `enabled` tinyint(1) DEFAULT NULL, + `isDefault` tinyint(1) DEFAULT NULL, + `sortOrder` int DEFAULT NULL, + `language` varchar(255) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_yrhrhwhahitbcoerykznhpowqxdeaxwelfpb` (`handle`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_plans` +-- + +DROP TABLE IF EXISTS `commerce_plans`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_plans` ( + `id` int NOT NULL AUTO_INCREMENT, + `gatewayId` int DEFAULT NULL, + `planInformationId` int DEFAULT NULL, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `reference` varchar(255) NOT NULL, + `enabled` tinyint(1) NOT NULL, + `planData` text, + `isArchived` tinyint(1) NOT NULL, + `dateArchived` datetime DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `sortOrder` int DEFAULT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_joiignzwookhezhlmywuudrprymwhaliilrv` (`handle`), + KEY `idx_lashgihgbybpkgjaetwaajrgbcrehodfzebr` (`gatewayId`), + KEY `idx_luubpwjkgrqcajdufjaagscjgsrnadoolmqr` (`reference`), + KEY `fk_tastxaibhkkmqyblgkkpxmrrygopgdqhtmhd` (`planInformationId`), + CONSTRAINT `fk_caoqvfmgilttgplykyzdecntiuviptqooxtj` FOREIGN KEY (`gatewayId`) REFERENCES `commerce_gateways` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_tastxaibhkkmqyblgkkpxmrrygopgdqhtmhd` FOREIGN KEY (`planInformationId`) REFERENCES `elements` (`id`) ON DELETE SET NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_products` +-- + +DROP TABLE IF EXISTS `commerce_products`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_products` ( + `id` int NOT NULL, + `typeId` int DEFAULT NULL, + `taxCategoryId` int NOT NULL, + `shippingCategoryId` int NOT NULL, + `defaultVariantId` int DEFAULT NULL, + `postDate` datetime DEFAULT NULL, + `expiryDate` datetime DEFAULT NULL, + `promotable` tinyint(1) DEFAULT NULL, + `availableForPurchase` tinyint(1) DEFAULT NULL, + `freeShipping` tinyint(1) DEFAULT NULL, + `defaultSku` varchar(255) DEFAULT NULL, + `defaultPrice` decimal(14,4) DEFAULT NULL, + `defaultHeight` decimal(14,4) DEFAULT NULL, + `defaultLength` decimal(14,4) DEFAULT NULL, + `defaultWidth` decimal(14,4) DEFAULT NULL, + `defaultWeight` decimal(14,4) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_efqzwbsyisbalptwkpqnhuyxuhajmmwwcljw` (`typeId`), + KEY `idx_dwreydcwtdvqugyzvmmoaxrvjyvkqegayeyx` (`postDate`), + KEY `idx_crznvcbboqbflqnhnfdfnfzgyesifbfquofr` (`expiryDate`), + KEY `idx_qdbkslwafydyogfdsaxcwgtuaczoxcolosqb` (`taxCategoryId`), + KEY `idx_twzitorbcrhvjxmmcvqokseakibavdlldxdw` (`shippingCategoryId`), + CONSTRAINT `fk_kyoxqsjdmjrjklhldwpwzgpxjpzupotaqemt` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_rynejyextuzboazpqmvozifkbhggxmehhedi` FOREIGN KEY (`typeId`) REFERENCES `commerce_producttypes` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_wtbkvtwgtmypzawurvahouxffmxsxtcnmdqw` FOREIGN KEY (`shippingCategoryId`) REFERENCES `commerce_shippingcategories` (`id`), + CONSTRAINT `fk_zzmstyupfmoigvdotgaqxyatvtmanjuosenw` FOREIGN KEY (`taxCategoryId`) REFERENCES `commerce_taxcategories` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_producttypes` +-- + +DROP TABLE IF EXISTS `commerce_producttypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_producttypes` ( + `id` int NOT NULL AUTO_INCREMENT, + `fieldLayoutId` int DEFAULT NULL, + `variantFieldLayoutId` int DEFAULT NULL, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `hasDimensions` tinyint(1) DEFAULT NULL, + `hasVariants` tinyint(1) DEFAULT NULL, + `hasVariantTitleField` tinyint(1) DEFAULT NULL, + `titleFormat` varchar(255) NOT NULL, + `hasProductTitleField` tinyint(1) DEFAULT NULL, + `productTitleFormat` varchar(255) DEFAULT NULL, + `skuFormat` varchar(255) DEFAULT NULL, + `descriptionFormat` varchar(255) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_fknpxwupppymtiyjdbwqbpmojvkvaiephuvb` (`handle`), + KEY `idx_bctrmmsitfnohqmugwpxgdljyktvvjbgqvfp` (`fieldLayoutId`), + KEY `idx_fnikqkynncwzfdsdkuctepljjknotypboeiz` (`variantFieldLayoutId`), + CONSTRAINT `fk_vzcqokoleuncaotclpzfctoysdftldrcrbyu` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_wywzwacrmymncyrlpufxuwalambwjvqklqih` FOREIGN KEY (`variantFieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_producttypes_shippingcategories` +-- + +DROP TABLE IF EXISTS `commerce_producttypes_shippingcategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_producttypes_shippingcategories` ( + `id` int NOT NULL AUTO_INCREMENT, + `productTypeId` int NOT NULL, + `shippingCategoryId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_qajdlpaxyvrkkktxhbbltadosxdutcefgjob` (`productTypeId`,`shippingCategoryId`), + KEY `idx_bvzsfpsdvmjjfsgiuseizxccdmvsjusxddjj` (`shippingCategoryId`), + CONSTRAINT `fk_pxpwinntdxrlmrhtojszdmchzidihewkiftf` FOREIGN KEY (`shippingCategoryId`) REFERENCES `commerce_shippingcategories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_sydcpyocgzvjfjaairlfjglpdjyxygjnweyq` FOREIGN KEY (`productTypeId`) REFERENCES `commerce_producttypes` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_producttypes_sites` +-- + +DROP TABLE IF EXISTS `commerce_producttypes_sites`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_producttypes_sites` ( + `id` int NOT NULL AUTO_INCREMENT, + `productTypeId` int NOT NULL, + `siteId` int NOT NULL, + `uriFormat` text, + `template` varchar(500) DEFAULT NULL, + `hasUrls` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_lznoblxnjulqyaugidblglejjxhuugdlduje` (`productTypeId`,`siteId`), + KEY `idx_pgrcvxjdjlaknswsjympsqygqhkaolsaxaha` (`siteId`), + CONSTRAINT `fk_qmydqsyumojrxdwskqhgxexcfytgoauisucr` FOREIGN KEY (`productTypeId`) REFERENCES `commerce_producttypes` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_sjqhhzjgeduvqoxsuxuyyrugbofhskfcfmgo` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_producttypes_taxcategories` +-- + +DROP TABLE IF EXISTS `commerce_producttypes_taxcategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_producttypes_taxcategories` ( + `id` int NOT NULL AUTO_INCREMENT, + `productTypeId` int NOT NULL, + `taxCategoryId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_qlauytbrberbqmnalorqpyqhkmwoqrxeiotq` (`productTypeId`,`taxCategoryId`), + KEY `idx_tertuwfwmynyovbbsvxfjuzkcckjrodtemox` (`taxCategoryId`), + CONSTRAINT `fk_eayssftqbpjokogeujysgreyswoipiylpmmm` FOREIGN KEY (`productTypeId`) REFERENCES `commerce_producttypes` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_ubphhebkcngzcehioljcwmhzckqewxtcifev` FOREIGN KEY (`taxCategoryId`) REFERENCES `commerce_taxcategories` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_purchasables` +-- + +DROP TABLE IF EXISTS `commerce_purchasables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_purchasables` ( + `id` int NOT NULL AUTO_INCREMENT, + `sku` varchar(255) NOT NULL, + `price` decimal(14,4) NOT NULL, + `description` text, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_gjxmldthruunmqfeiacnwffgbumxhwfqctpi` (`sku`), + CONSTRAINT `fk_rxwgrgxyjdiqzsxzmljnrswjzpubrgnmkakw` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_sale_categories` +-- + +DROP TABLE IF EXISTS `commerce_sale_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_sale_categories` ( + `id` int NOT NULL AUTO_INCREMENT, + `saleId` int NOT NULL, + `categoryId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_lfluqeblntpskbceamszimurasssmamtcjlu` (`saleId`,`categoryId`), + KEY `idx_wvolzyqznmryvqgefjukgysvotvaukxnzeja` (`categoryId`), + CONSTRAINT `fk_qqoawwwleempqqzvqhcvskuuxlbpegtivbiq` FOREIGN KEY (`categoryId`) REFERENCES `categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_ydklihqwycwsotvjusiqhkyhhxtzffiebddt` FOREIGN KEY (`saleId`) REFERENCES `commerce_sales` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_sale_purchasables` +-- + +DROP TABLE IF EXISTS `commerce_sale_purchasables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_sale_purchasables` ( + `id` int NOT NULL AUTO_INCREMENT, + `saleId` int NOT NULL, + `purchasableId` int NOT NULL, + `purchasableType` varchar(255) NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_uwazmoksgouesrrxkwvzcwqocfciwavrzkmm` (`saleId`,`purchasableId`), + KEY `idx_icwurvfbnqksfbsxacwnpdwonwhbjldvgmds` (`purchasableId`), + CONSTRAINT `fk_keyyisdrsbkimkhuxpzcxdztqtpxxkyixcgv` FOREIGN KEY (`purchasableId`) REFERENCES `commerce_purchasables` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_nilsytoitbsrgzgwsrlwbprxsviagrgwsqwq` FOREIGN KEY (`saleId`) REFERENCES `commerce_sales` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_sale_usergroups` +-- + +DROP TABLE IF EXISTS `commerce_sale_usergroups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_sale_usergroups` ( + `id` int NOT NULL AUTO_INCREMENT, + `saleId` int NOT NULL, + `userGroupId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_hwtmgvjnzgtiezchjxpetttixfbskleolbeg` (`saleId`,`userGroupId`), + KEY `idx_fjgfphltecsiitpxgfllplhmdyrczjshsivk` (`userGroupId`), + CONSTRAINT `fk_ltjmahxpqpbsrocbsddtvdgpvnaxmvhbakcw` FOREIGN KEY (`userGroupId`) REFERENCES `usergroups` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_nqkxszzerlvmdimntxydnqhjrwjfheakslug` FOREIGN KEY (`saleId`) REFERENCES `commerce_sales` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_sales` +-- + +DROP TABLE IF EXISTS `commerce_sales`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_sales` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` text, + `dateFrom` datetime DEFAULT NULL, + `dateTo` datetime DEFAULT NULL, + `apply` enum('toPercent','toFlat','byPercent','byFlat') NOT NULL, + `applyAmount` decimal(14,4) NOT NULL, + `allGroups` tinyint(1) DEFAULT NULL, + `allPurchasables` tinyint(1) DEFAULT NULL, + `allCategories` tinyint(1) DEFAULT NULL, + `categoryRelationshipType` enum('element','sourceElement','targetElement') NOT NULL DEFAULT 'element', + `enabled` tinyint(1) DEFAULT NULL, + `ignorePrevious` tinyint(1) DEFAULT NULL, + `stopProcessing` tinyint(1) DEFAULT NULL, + `sortOrder` int DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_shippingcategories` +-- + +DROP TABLE IF EXISTS `commerce_shippingcategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_shippingcategories` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `default` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_lmkvadfvtdzcvbpyoygmwpxfafeoiqpusmgg` (`handle`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_shippingmethods` +-- + +DROP TABLE IF EXISTS `commerce_shippingmethods`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_shippingmethods` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `enabled` tinyint(1) DEFAULT NULL, + `isLite` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_otgnsgkpbyneaizefuotjfqzwgoydnceanbw` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_shippingrule_categories` +-- + +DROP TABLE IF EXISTS `commerce_shippingrule_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_shippingrule_categories` ( + `id` int NOT NULL AUTO_INCREMENT, + `shippingRuleId` int DEFAULT NULL, + `shippingCategoryId` int DEFAULT NULL, + `condition` enum('allow','disallow','require') NOT NULL, + `perItemRate` decimal(14,4) DEFAULT NULL, + `weightRate` decimal(14,4) DEFAULT NULL, + `percentageRate` decimal(14,4) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_smsovutsxoxexqymfmgzckxllgsmoqwewzsx` (`shippingRuleId`), + KEY `idx_orgjbetplwwqzrzixvbuwrskyhrfhzkslavc` (`shippingCategoryId`), + CONSTRAINT `fk_uqaachnnhzdnhbcmuqnmtkcpjqztgwvdhkxh` FOREIGN KEY (`shippingCategoryId`) REFERENCES `commerce_shippingcategories` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_wpgsmsxpsbozbfyxznyicjdiykgjqcxtkfux` FOREIGN KEY (`shippingRuleId`) REFERENCES `commerce_shippingrules` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_shippingrules` +-- + +DROP TABLE IF EXISTS `commerce_shippingrules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_shippingrules` ( + `id` int NOT NULL AUTO_INCREMENT, + `shippingZoneId` int DEFAULT NULL, + `methodId` int NOT NULL, + `name` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `priority` int NOT NULL DEFAULT '0', + `enabled` tinyint(1) DEFAULT NULL, + `minQty` int NOT NULL DEFAULT '0', + `maxQty` int NOT NULL DEFAULT '0', + `minTotal` decimal(14,4) NOT NULL DEFAULT '0.0000', + `maxTotal` decimal(14,4) NOT NULL DEFAULT '0.0000', + `minWeight` decimal(14,4) NOT NULL DEFAULT '0.0000', + `maxWeight` decimal(14,4) NOT NULL DEFAULT '0.0000', + `baseRate` decimal(14,4) NOT NULL DEFAULT '0.0000', + `perItemRate` decimal(14,4) NOT NULL DEFAULT '0.0000', + `weightRate` decimal(14,4) NOT NULL DEFAULT '0.0000', + `percentageRate` decimal(14,4) NOT NULL DEFAULT '0.0000', + `minRate` decimal(14,4) NOT NULL DEFAULT '0.0000', + `maxRate` decimal(14,4) NOT NULL DEFAULT '0.0000', + `isLite` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_jgwseiffigauicvygmvfyptxwyhcuicwrota` (`name`), + KEY `idx_jjgddwuisnftfdswdnsapboeoahviquyvrqd` (`methodId`), + KEY `idx_wovaxuedertujruzdqjmaiyrbuaxfpgkyekb` (`shippingZoneId`), + CONSTRAINT `fk_lmiiwnkcqwnftpuzdrtxzxwpmyifavyxokri` FOREIGN KEY (`shippingZoneId`) REFERENCES `commerce_shippingzones` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_xvtbobdicprvdssouyiydrvwypzvlcgbztcg` FOREIGN KEY (`methodId`) REFERENCES `commerce_shippingmethods` (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_shippingzone_countries` +-- + +DROP TABLE IF EXISTS `commerce_shippingzone_countries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_shippingzone_countries` ( + `id` int NOT NULL AUTO_INCREMENT, + `shippingZoneId` int NOT NULL, + `countryId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_pxsxkxmmxtzlhjxgzeckgmfmmbfmodhuzlmt` (`shippingZoneId`,`countryId`), + KEY `idx_ppsevngzlitopbyynzpulvojoalbvoyqwtpt` (`shippingZoneId`), + KEY `idx_adklcygkdascotjmcqajlihtkqaacxxwxvlj` (`countryId`), + CONSTRAINT `fk_lawtxsktswlwxywfunkdpbjjoxmfwlmlxbbd` FOREIGN KEY (`countryId`) REFERENCES `commerce_countries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_zllbsutipmtmudpwryyaoztfwdkocimmldks` FOREIGN KEY (`shippingZoneId`) REFERENCES `commerce_shippingzones` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_shippingzone_states` +-- + +DROP TABLE IF EXISTS `commerce_shippingzone_states`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_shippingzone_states` ( + `id` int NOT NULL AUTO_INCREMENT, + `shippingZoneId` int NOT NULL, + `stateId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_szkysdpolcxcmfuqizwrfycerwxrbwqxcdzz` (`shippingZoneId`,`stateId`), + KEY `idx_idcghbppxgpwajxwhboexicjbwuqlldnmvus` (`shippingZoneId`), + KEY `idx_abjiagckhevhdnevjetcvuttanycvehpfhos` (`stateId`), + CONSTRAINT `fk_japievcyqjokbsbbshcojrumqvcgebuomsil` FOREIGN KEY (`stateId`) REFERENCES `commerce_states` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_xtgukmzrpmrssafynvjpucxcomuulvgypvwd` FOREIGN KEY (`shippingZoneId`) REFERENCES `commerce_shippingzones` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_shippingzones` +-- + +DROP TABLE IF EXISTS `commerce_shippingzones`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_shippingzones` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `isCountryBased` tinyint(1) DEFAULT NULL, + `zipCodeConditionFormula` text, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_cfruxunialxlylzhivnxrqdbfkofqklhrzgr` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_states` +-- + +DROP TABLE IF EXISTS `commerce_states`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_states` ( + `id` int NOT NULL AUTO_INCREMENT, + `countryId` int NOT NULL, + `name` varchar(255) NOT NULL, + `abbreviation` varchar(255) DEFAULT NULL, + `sortOrder` int DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_fzdhnyogjgzlblbtxaoevvsscrvkfsxioudk` (`countryId`,`name`), + UNIQUE KEY `idx_ckluocgiyiklbheioivayuzhrodnubrjfwpr` (`countryId`,`abbreviation`), + KEY `idx_rrdjylwibyyztcijgowyjfulzupoxcrmefnj` (`countryId`), + CONSTRAINT `fk_ecvremsvnwohuitbzoevfxqvpujgqwrtbgqf` FOREIGN KEY (`countryId`) REFERENCES `commerce_countries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_subscriptions` +-- + +DROP TABLE IF EXISTS `commerce_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_subscriptions` ( + `id` int NOT NULL AUTO_INCREMENT, + `userId` int NOT NULL, + `planId` int DEFAULT NULL, + `gatewayId` int DEFAULT NULL, + `orderId` int DEFAULT NULL, + `reference` varchar(255) NOT NULL, + `subscriptionData` text, + `trialDays` int NOT NULL, + `nextPaymentDate` datetime DEFAULT NULL, + `hasStarted` tinyint(1) NOT NULL DEFAULT '1', + `isSuspended` tinyint(1) NOT NULL DEFAULT '0', + `dateSuspended` datetime DEFAULT NULL, + `isCanceled` tinyint(1) NOT NULL, + `dateCanceled` datetime DEFAULT NULL, + `isExpired` tinyint(1) NOT NULL, + `dateExpired` datetime DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_upmnylporcxshbywloirnzjedmncgoneweyx` (`reference`), + KEY `idx_jhdvruzdynuzpownnlfwnjwtwucmxzjwezqm` (`userId`), + KEY `idx_sxcvdukwqfzcbbaiewwinbikdzpzxjoruitz` (`planId`), + KEY `idx_sgdcyclhwvnirzpaoewdcyphggntdvgugucg` (`gatewayId`), + KEY `idx_qezdospijabumxgkytewzdtiaazuwpuzyphh` (`nextPaymentDate`), + KEY `idx_mzxsadbtgkfkypyorgnhgxndqkmjqmucjntb` (`dateCreated`), + KEY `idx_fbyravwdqxddhmchlmmenzkdzcyhplwplxhl` (`dateExpired`), + KEY `fk_inyhvhdbnihajgrbbudwbyhhaqmvsqlwnulk` (`orderId`), + CONSTRAINT `fk_dzgssfjpysqiicdavtxipjrwzutiuwfroveq` FOREIGN KEY (`gatewayId`) REFERENCES `commerce_gateways` (`id`) ON DELETE RESTRICT, + CONSTRAINT `fk_inyhvhdbnihajgrbbudwbyhhaqmvsqlwnulk` FOREIGN KEY (`orderId`) REFERENCES `commerce_orders` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_rlekktyccloeiwubwztltyefcokiruzxhtce` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE RESTRICT, + CONSTRAINT `fk_vojbvjukyqbuipsduyrdgwzsjoruitucvgpu` FOREIGN KEY (`planId`) REFERENCES `commerce_plans` (`id`) ON DELETE RESTRICT, + CONSTRAINT `fk_wbzfwzhjrhbbxyrmpnfivvtydvnhurkoyrws` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_taxcategories` +-- + +DROP TABLE IF EXISTS `commerce_taxcategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_taxcategories` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `default` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_upsbvgyhdpjkdjmawmeophbucczwdiezybdb` (`handle`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_taxrates` +-- + +DROP TABLE IF EXISTS `commerce_taxrates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_taxrates` ( + `id` int NOT NULL AUTO_INCREMENT, + `taxZoneId` int DEFAULT NULL, + `isEverywhere` tinyint(1) DEFAULT NULL, + `taxCategoryId` int DEFAULT NULL, + `name` varchar(255) NOT NULL, + `code` varchar(255) DEFAULT NULL, + `rate` decimal(14,10) NOT NULL, + `include` tinyint(1) DEFAULT NULL, + `isVat` tinyint(1) DEFAULT NULL, + `taxable` enum('price','shipping','price_shipping','order_total_shipping','order_total_price') NOT NULL, + `isLite` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_pgrsawsjcukqvpcjcwcimtouxbuqdszmftus` (`taxZoneId`), + KEY `idx_zxyclfygoyuevcesimalzbnvakerstnwqtxz` (`taxCategoryId`), + CONSTRAINT `fk_kcwyfaujgbetxzqdtyfnmqfebwxipckobfpr` FOREIGN KEY (`taxZoneId`) REFERENCES `commerce_taxzones` (`id`) ON UPDATE CASCADE, + CONSTRAINT `fk_yqphuemmfwvbuulkdxlewayioooqqjktudnx` FOREIGN KEY (`taxCategoryId`) REFERENCES `commerce_taxcategories` (`id`) ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_taxzone_countries` +-- + +DROP TABLE IF EXISTS `commerce_taxzone_countries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_taxzone_countries` ( + `id` int NOT NULL AUTO_INCREMENT, + `taxZoneId` int NOT NULL, + `countryId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_wlstulxcrapnsboglpumcphrrltnsiqudghb` (`taxZoneId`,`countryId`), + KEY `idx_myinjnkidzrxhaawwueavwvtbskzaxiitqlm` (`taxZoneId`), + KEY `idx_gtagmxaghnfzifmylhqqcjqhfoqypittrvko` (`countryId`), + CONSTRAINT `fk_aqrinuwdrxlnzadyejppwqwxixgfjhavifcv` FOREIGN KEY (`taxZoneId`) REFERENCES `commerce_taxzones` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_jqsugefhoblezzsopdygumjzqmnlktsxxwqb` FOREIGN KEY (`countryId`) REFERENCES `commerce_countries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_taxzone_states` +-- + +DROP TABLE IF EXISTS `commerce_taxzone_states`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_taxzone_states` ( + `id` int NOT NULL AUTO_INCREMENT, + `taxZoneId` int NOT NULL, + `stateId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_hyiqhqwmxlrtlqrmdrgrhtuswzvbffeamwnd` (`taxZoneId`,`stateId`), + KEY `idx_elzhhwzogyvmywtruldujagbbrfmowsrdlct` (`taxZoneId`), + KEY `idx_pjzfpzrpmmpaquoqhtefejkrfolvdyttbwjk` (`stateId`), + CONSTRAINT `fk_qxzzewpekublsagnsrkobvuuyapzwwoidmme` FOREIGN KEY (`taxZoneId`) REFERENCES `commerce_taxzones` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_wbidpmpfxvcitafphqcpbmrxlecmeotrblfa` FOREIGN KEY (`stateId`) REFERENCES `commerce_states` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_taxzones` +-- + +DROP TABLE IF EXISTS `commerce_taxzones`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_taxzones` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `isCountryBased` tinyint(1) DEFAULT NULL, + `zipCodeConditionFormula` text, + `default` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `idx_qtfbthuowjzjcembrhkncxwrmvvipwowdmve` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_transactions` +-- + +DROP TABLE IF EXISTS `commerce_transactions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_transactions` ( + `id` int NOT NULL AUTO_INCREMENT, + `orderId` int NOT NULL, + `parentId` int DEFAULT NULL, + `gatewayId` int DEFAULT NULL, + `userId` int DEFAULT NULL, + `hash` varchar(32) DEFAULT NULL, + `type` enum('authorize','capture','purchase','refund') NOT NULL, + `amount` decimal(14,4) DEFAULT NULL, + `paymentAmount` decimal(14,4) DEFAULT NULL, + `currency` varchar(255) DEFAULT NULL, + `paymentCurrency` varchar(255) DEFAULT NULL, + `paymentRate` decimal(14,4) DEFAULT NULL, + `status` enum('pending','redirect','success','failed','processing') NOT NULL, + `reference` varchar(255) DEFAULT NULL, + `code` varchar(255) DEFAULT NULL, + `message` text, + `note` mediumtext, + `response` text, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_ccoomkqvypppavsfwddjdhcfxhviylbzekxa` (`parentId`), + KEY `idx_cfswmlcjvrmifzddqrvogndaufaulcefxvcw` (`gatewayId`), + KEY `idx_zteuvperywwwemehokcnfwdpupwnhrgmsqjm` (`orderId`), + KEY `idx_mptecayhgovdftsyoiqgixkzafbmtenbcwqj` (`userId`), + CONSTRAINT `fk_ehohbepmkkactjslekwvmkqxqcfwukahlqiy` FOREIGN KEY (`parentId`) REFERENCES `commerce_transactions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_fndwzzwzarpaweaadbynpuwpmznqelggipxt` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_kbuaxixabcbiwzcbvetwlognbufqlkpliumr` FOREIGN KEY (`orderId`) REFERENCES `commerce_orders` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_okjmcvjevvvftwljvbnnsheqzlflpuggzjqs` FOREIGN KEY (`gatewayId`) REFERENCES `commerce_gateways` (`id`) ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `commerce_variants` +-- + +DROP TABLE IF EXISTS `commerce_variants`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `commerce_variants` ( + `id` int NOT NULL, + `productId` int DEFAULT NULL, + `sku` varchar(255) NOT NULL, + `isDefault` tinyint(1) DEFAULT NULL, + `price` decimal(14,4) NOT NULL, + `sortOrder` int DEFAULT NULL, + `width` decimal(14,4) DEFAULT NULL, + `height` decimal(14,4) DEFAULT NULL, + `length` decimal(14,4) DEFAULT NULL, + `weight` decimal(14,4) DEFAULT NULL, + `stock` int NOT NULL DEFAULT '0', + `hasUnlimitedStock` tinyint(1) DEFAULT NULL, + `minQty` int DEFAULT NULL, + `maxQty` int DEFAULT NULL, + `deletedWithProduct` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_juvkxgthupbzamorpowgfrdwnjzvhkxsptka` (`sku`), + KEY `idx_uygkztockcncqvychhgqplijsobbawrokbth` (`productId`), + CONSTRAINT `fk_ipjnbnzzhbyoqrbknyekgchcxbhqjovcqzkm` FOREIGN KEY (`productId`) REFERENCES `commerce_products` (`id`) ON DELETE SET NULL, + CONSTRAINT `fk_sqlojqxgisdmbbptpfwjxsxfdbutbjpazhbm` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `elementId` int NOT NULL, + `siteId` int NOT NULL, + `title` varchar(255) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + `field_plainText` text, + 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 AUTO_INCREMENT=42 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `userId` int NOT NULL, + `accessToken` text NOT NULL, + `expiryDate` datetime DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `craftidtokens_userId_fk` (`userId`), + CONSTRAINT `craftidtokens_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `key` varchar(255) NOT NULL, + `fingerprint` varchar(255) NOT NULL, + `lastOccurrence` datetime NOT NULL, + `file` varchar(255) NOT NULL, + `line` smallint unsigned DEFAULT NULL, + `message` text, + `traces` text, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `deprecationerrors_key_fingerprint_unq_idx` (`key`,`fingerprint`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `canonicalId` int DEFAULT NULL, + `creatorId` int DEFAULT NULL, + `provisional` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(255) NOT NULL, + `notes` text, + `trackChanges` tinyint(1) NOT NULL DEFAULT '0', + `dateLastMerged` datetime DEFAULT NULL, + `saved` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `drafts_creatorId_fk` (`creatorId`), + KEY `drafts_sourceId_fk` (`canonicalId`), + KEY `idx_tnitxhbukaspzkfjftipesmpqcpuatbycdqb` (`saved`), + KEY `idx_olmrehwtliqoudkrpdixkujnwdycnqgqphbp` (`creatorId`,`provisional`), + CONSTRAINT `drafts_creatorId_fk` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, + CONSTRAINT `drafts_sourceId_fk` FOREIGN KEY (`canonicalId`) REFERENCES `elements` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `canonicalId` int DEFAULT NULL, + `draftId` int DEFAULT NULL, + `revisionId` int DEFAULT NULL, + `fieldLayoutId` int DEFAULT NULL, + `type` varchar(255) NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `archived` tinyint(1) NOT NULL DEFAULT '0', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `dateLastMerged` datetime DEFAULT NULL, + `dateDeleted` datetime DEFAULT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `elements_dateDeleted_idx` (`dateDeleted`), + KEY `elements_fieldLayoutId_idx` (`fieldLayoutId`), + KEY `elements_type_idx` (`type`), + KEY `elements_enabled_idx` (`enabled`), + KEY `elements_archived_dateCreated_idx` (`archived`,`dateCreated`), + KEY `elements_draftId_fk` (`draftId`), + KEY `elements_revisionId_fk` (`revisionId`), + KEY `fk_rfcqjuhlhjoecifhyvitygmxrripjdounsdu` (`canonicalId`), + KEY `idx_tjtkndxlghekqnqtyuyockjenuqqotyefcqg` (`archived`,`dateDeleted`,`draftId`,`revisionId`,`canonicalId`), + 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, + CONSTRAINT `fk_rfcqjuhlhjoecifhyvitygmxrripjdounsdu` FOREIGN KEY (`canonicalId`) REFERENCES `elements` (`id`) ON DELETE SET NULL +) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `elementId` int NOT NULL, + `siteId` int NOT NULL, + `slug` varchar(255) DEFAULT NULL, + `uri` varchar(255) DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `elements_sites_elementId_siteId_unq_idx` (`elementId`,`siteId`), + KEY `elements_sites_siteId_idx` (`siteId`), + KEY `elements_sites_slug_siteId_idx` (`slug`,`siteId`), + KEY `elements_sites_enabled_idx` (`enabled`), + 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 AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL, + `sectionId` int NOT NULL, + `parentId` int DEFAULT NULL, + `typeId` int NOT NULL, + `authorId` int DEFAULT NULL, + `postDate` datetime DEFAULT NULL, + `expiryDate` datetime DEFAULT NULL, + `deletedWithEntryType` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `entries_postDate_idx` (`postDate`), + KEY `entries_expiryDate_idx` (`expiryDate`), + KEY `entries_authorId_idx` (`authorId`), + KEY `entries_sectionId_idx` (`sectionId`), + KEY `entries_typeId_idx` (`typeId`), + KEY `entries_parentId_fk` (`parentId`), + CONSTRAINT `entries_id_fk` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, + CONSTRAINT `entries_parentId_fk` FOREIGN KEY (`parentId`) REFERENCES `entries` (`id`) ON DELETE SET NULL, + 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, + CONSTRAINT `fk_rkjswrsplawkkyauewayfmuwzygtvvzmqkou` FOREIGN KEY (`authorId`) REFERENCES `users` (`id`) ON DELETE SET NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `sectionId` int NOT NULL, + `fieldLayoutId` int DEFAULT NULL, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `hasTitleField` tinyint(1) NOT NULL DEFAULT '1', + `titleTranslationMethod` varchar(255) NOT NULL DEFAULT 'site', + `titleTranslationKeyFormat` text, + `titleFormat` varchar(255) DEFAULT NULL, + `sortOrder` smallint unsigned DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `dateDeleted` datetime DEFAULT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `entrytypes_name_sectionId_idx` (`name`,`sectionId`), + KEY `entrytypes_handle_sectionId_idx` (`handle`,`sectionId`), + KEY `entrytypes_sectionId_idx` (`sectionId`), + KEY `entrytypes_fieldLayoutId_idx` (`fieldLayoutId`), + 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 AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `dateDeleted` datetime DEFAULT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `fieldgroups_name_idx` (`name`), + KEY `idx_xkjrkcadnxgnxscxrnprbfrqhdsjkfbgbtnb` (`dateDeleted`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `layoutId` int NOT NULL, + `tabId` int NOT NULL, + `fieldId` int NOT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + `sortOrder` smallint unsigned DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `fieldlayoutfields_layoutId_fieldId_unq_idx` (`layoutId`,`fieldId`), + KEY `fieldlayoutfields_sortOrder_idx` (`sortOrder`), + KEY `fieldlayoutfields_tabId_idx` (`tabId`), + KEY `fieldlayoutfields_fieldId_idx` (`fieldId`), + CONSTRAINT `fieldlayoutfields_fieldId_fk` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE, + 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 AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `type` varchar(255) NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `dateDeleted` datetime DEFAULT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `fieldlayouts_dateDeleted_idx` (`dateDeleted`), + KEY `fieldlayouts_type_idx` (`type`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `layoutId` int NOT NULL, + `name` varchar(255) NOT NULL, + `settings` text, + `elements` text, + `sortOrder` smallint unsigned DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `fieldlayouttabs_sortOrder_idx` (`sortOrder`), + KEY `fieldlayouttabs_layoutId_idx` (`layoutId`), + CONSTRAINT `fieldlayouttabs_layoutId_fk` FOREIGN KEY (`layoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `groupId` int DEFAULT NULL, + `name` varchar(255) NOT NULL, + `handle` varchar(64) NOT NULL, + `context` varchar(255) NOT NULL DEFAULT 'global', + `columnSuffix` char(8) DEFAULT NULL, + `instructions` text, + `searchable` tinyint(1) NOT NULL DEFAULT '1', + `translationMethod` varchar(255) NOT NULL DEFAULT 'none', + `translationKeyFormat` text, + `type` varchar(255) NOT NULL, + `settings` text, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `fields_groupId_idx` (`groupId`), + KEY `fields_context_idx` (`context`), + KEY `fields_handle_context_idx` (`handle`,`context`), + CONSTRAINT `fields_groupId_fk` FOREIGN KEY (`groupId`) REFERENCES `fieldgroups` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `fieldLayoutId` int DEFAULT NULL, + `sortOrder` smallint unsigned DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `globalsets_name_idx` (`name`), + KEY `globalsets_handle_idx` (`handle`), + KEY `globalsets_fieldLayoutId_idx` (`fieldLayoutId`), + KEY `idx_zwtmbggghfclbhxnazfogyzjstkxryymexmy` (`sortOrder`), + 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 AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `scope` text, + `isPublic` tinyint(1) NOT NULL DEFAULT '0', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `accessToken` varchar(255) NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `expiryDate` datetime DEFAULT NULL, + `lastUsed` datetime DEFAULT NULL, + `schemaId` int DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `gqltokens_accessToken_unq_idx` (`accessToken`), + UNIQUE KEY `gqltokens_name_unq_idx` (`name`), + KEY `gqltokens_schemaId_fk` (`schemaId`), + CONSTRAINT `gqltokens_schemaId_fk` FOREIGN KEY (`schemaId`) REFERENCES `gqlschemas` (`id`) ON DELETE SET NULL +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `imagetransformindex` +-- + +DROP TABLE IF EXISTS `imagetransformindex`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `imagetransformindex` ( + `id` int NOT NULL AUTO_INCREMENT, + `assetId` int NOT NULL, + `transformer` varchar(255) DEFAULT NULL, + `filename` varchar(255) DEFAULT NULL, + `format` varchar(255) DEFAULT NULL, + `transformString` varchar(255) NOT NULL, + `fileExists` tinyint(1) NOT NULL DEFAULT '0', + `inProgress` tinyint(1) NOT NULL DEFAULT '0', + `error` tinyint(1) NOT NULL DEFAULT '0', + `dateIndexed` datetime DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `idx_miejxxdazwkyfnnonsihsvujqmnizjwhbrms` (`assetId`,`transformString`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `imagetransforms` +-- + +DROP TABLE IF EXISTS `imagetransforms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `imagetransforms` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `mode` enum('stretch','fit','crop') NOT NULL DEFAULT 'crop', + `position` enum('top-left','top-center','top-right','center-left','center-center','center-right','bottom-left','bottom-center','bottom-right') NOT NULL DEFAULT 'center-center', + `width` int unsigned DEFAULT NULL, + `height` int unsigned DEFAULT NULL, + `format` varchar(255) DEFAULT NULL, + `quality` int DEFAULT NULL, + `interlace` enum('none','line','plane','partition') NOT NULL DEFAULT 'none', + `parameterChangeTime` datetime DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `assettransforms_name_idx` (`name`), + KEY `assettransforms_handle_idx` (`handle`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `version` varchar(50) NOT NULL, + `schemaVersion` varchar(15) NOT NULL, + `maintenance` tinyint(1) NOT NULL DEFAULT '0', + `configVersion` char(12) NOT NULL DEFAULT '000000000000', + `fieldVersion` char(12) NOT NULL DEFAULT '000000000000', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL, + `ownerId` int NOT NULL, + `fieldId` int NOT NULL, + `typeId` int NOT NULL, + `sortOrder` smallint unsigned DEFAULT NULL, + `deletedWithOwner` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `matrixblocks_ownerId_idx` (`ownerId`), + KEY `matrixblocks_fieldId_idx` (`fieldId`), + KEY `matrixblocks_typeId_idx` (`typeId`), + KEY `matrixblocks_sortOrder_idx` (`sortOrder`), + CONSTRAINT `matrixblocks_fieldId_fk` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE, + CONSTRAINT `matrixblocks_id_fk` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `fieldId` int NOT NULL, + `fieldLayoutId` int DEFAULT NULL, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `sortOrder` smallint unsigned DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `matrixblocktypes_fieldId_idx` (`fieldId`), + KEY `matrixblocktypes_fieldLayoutId_idx` (`fieldLayoutId`), + KEY `matrixblocktypes_name_fieldId_idx` (`name`,`fieldId`), + KEY `matrixblocktypes_handle_fieldId_idx` (`handle`,`fieldId`), + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `track` varchar(255) NOT NULL, + `name` varchar(255) NOT NULL, + `applyTime` datetime NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `migrations_track_name_unq_idx` (`track`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=372 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `handle` varchar(255) NOT NULL, + `version` varchar(255) NOT NULL, + `schemaVersion` varchar(255) NOT NULL, + `licenseKeyStatus` enum('valid','trial','invalid','mismatched','astray','unknown') NOT NULL DEFAULT 'unknown', + `licensedEdition` varchar(255) DEFAULT NULL, + `installDate` datetime NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `plugins_handle_unq_idx` (`handle`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `channel` varchar(255) NOT NULL DEFAULT 'queue', + `job` longblob NOT NULL, + `description` text, + `timePushed` int NOT NULL, + `ttr` int NOT NULL, + `delay` int NOT NULL DEFAULT '0', + `priority` int unsigned NOT NULL DEFAULT '1024', + `dateReserved` datetime DEFAULT NULL, + `timeUpdated` int DEFAULT NULL, + `progress` smallint NOT NULL DEFAULT '0', + `progressLabel` varchar(255) DEFAULT NULL, + `attempt` int DEFAULT NULL, + `fail` tinyint(1) DEFAULT '0', + `dateFailed` datetime DEFAULT NULL, + `error` text, + PRIMARY KEY (`id`), + KEY `queue_channel_fail_timeUpdated_timePushed_idx` (`channel`,`fail`,`timeUpdated`,`timePushed`), + KEY `queue_channel_fail_timeUpdated_delay_idx` (`channel`,`fail`,`timeUpdated`,`delay`) +) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `fieldId` int NOT NULL, + `sourceId` int NOT NULL, + `sourceSiteId` int DEFAULT NULL, + `targetId` int NOT NULL, + `sortOrder` smallint unsigned DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `relations_fieldId_sourceId_sourceSiteId_targetId_unq_idx` (`fieldId`,`sourceId`,`sourceSiteId`,`targetId`), + KEY `relations_sourceId_idx` (`sourceId`), + KEY `relations_targetId_idx` (`targetId`), + KEY `relations_sourceSiteId_idx` (`sourceSiteId`), + CONSTRAINT `relations_fieldId_fk` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE, + CONSTRAINT `relations_sourceId_fk` FOREIGN KEY (`sourceId`) REFERENCES `elements` (`id`) ON DELETE CASCADE, + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + `siteId` int DEFAULT NULL, + `associatedElementId` int NOT NULL, + `enabled` tinyint(1) DEFAULT '1', + `redirectSrcUrl` varchar(255) DEFAULT '', + `redirectSrcUrlParsed` varchar(255) DEFAULT '', + `redirectSrcMatch` varchar(32) DEFAULT 'pathonly', + `redirectMatchType` varchar(32) DEFAULT 'exactmatch', + `redirectDestUrl` varchar(255) DEFAULT '', + `redirectHttpCode` int DEFAULT '301', + `hitCount` int DEFAULT '1', + `hitLastTime` datetime DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `retour_redirects_redirectSrcUrlParsed_idx` (`redirectSrcUrlParsed`), + KEY `retour_redirects_redirectSrcUrl_idx` (`redirectSrcUrl`), + KEY `retour_redirects_siteId_idx` (`siteId`), + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + `siteId` int DEFAULT NULL, + `associatedElementId` int NOT NULL, + `enabled` tinyint(1) DEFAULT '1', + `redirectSrcUrl` varchar(255) DEFAULT '', + `redirectSrcUrlParsed` varchar(255) DEFAULT '', + `redirectSrcMatch` varchar(32) DEFAULT 'pathonly', + `redirectMatchType` varchar(32) DEFAULT 'exactmatch', + `redirectDestUrl` varchar(255) DEFAULT '', + `redirectHttpCode` int DEFAULT '301', + `hitCount` int DEFAULT '1', + `hitLastTime` datetime DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `retour_static_redirects_redirectSrcUrlParsed_idx` (`redirectSrcUrlParsed`), + KEY `retour_static_redirects_redirectSrcUrl_idx` (`redirectSrcUrl`), + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + `siteId` int DEFAULT NULL, + `redirectSrcUrl` varchar(255) DEFAULT '', + `referrerUrl` varchar(2000) DEFAULT '', + `remoteIp` varchar(45) DEFAULT '', + `userAgent` varchar(255) DEFAULT '', + `exceptionMessage` varchar(255) DEFAULT '', + `exceptionFilePath` varchar(255) DEFAULT '', + `exceptionFileLine` int DEFAULT '0', + `hitCount` int DEFAULT '1', + `hitLastTime` datetime DEFAULT NULL, + `handledByRetour` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + 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 AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `canonicalId` int NOT NULL, + `creatorId` int DEFAULT NULL, + `num` int NOT NULL, + `notes` text, + PRIMARY KEY (`id`), + UNIQUE KEY `revisions_sourceId_num_unq_idx` (`canonicalId`,`num`), + KEY `revisions_creatorId_fk` (`creatorId`), + CONSTRAINT `revisions_creatorId_fk` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL, + CONSTRAINT `revisions_sourceId_fk` FOREIGN KEY (`canonicalId`) REFERENCES `elements` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL, + `attribute` varchar(25) NOT NULL, + `fieldId` int NOT NULL, + `siteId` int NOT NULL, + `keywords` text NOT NULL, + PRIMARY KEY (`elementId`,`attribute`,`fieldId`,`siteId`), + FULLTEXT KEY `searchindex_keywords_idx` (`keywords`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `structureId` int DEFAULT NULL, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `type` enum('single','channel','structure') NOT NULL DEFAULT 'channel', + `enableVersioning` tinyint(1) NOT NULL DEFAULT '0', + `propagationMethod` varchar(255) NOT NULL DEFAULT 'all', + `defaultPlacement` enum('beginning','end') NOT NULL DEFAULT 'end', + `previewTargets` text, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `dateDeleted` datetime DEFAULT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `sections_handle_idx` (`handle`), + KEY `sections_name_idx` (`name`), + 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 AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `sectionId` int NOT NULL, + `siteId` int NOT NULL, + `hasUrls` tinyint(1) NOT NULL DEFAULT '1', + `uriFormat` text, + `template` varchar(500) DEFAULT NULL, + `enabledByDefault` tinyint(1) NOT NULL DEFAULT '1', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `sections_sites_sectionId_siteId_unq_idx` (`sectionId`,`siteId`), + 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 AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + `bundleVersion` varchar(255) NOT NULL DEFAULT '', + `sourceBundleType` varchar(255) NOT NULL DEFAULT '', + `sourceId` int DEFAULT NULL, + `sourceName` varchar(255) NOT NULL DEFAULT '', + `sourceHandle` varchar(255) NOT NULL DEFAULT '', + `sourceType` varchar(64) NOT NULL DEFAULT '', + `typeId` int DEFAULT NULL, + `sourceTemplate` varchar(500) DEFAULT '', + `sourceSiteId` int DEFAULT NULL, + `sourceAltSiteSettings` text, + `sourceDateUpdated` datetime NOT NULL, + `metaGlobalVars` text, + `metaSiteVars` text, + `metaSitemapVars` text, + `metaContainers` text, + `redirectsContainer` text, + `frontendTemplatesContainer` text, + `metaBundleSettings` text, + PRIMARY KEY (`id`), + KEY `seomatic_metabundles_sourceBundleType_idx` (`sourceBundleType`), + KEY `seomatic_metabundles_sourceId_idx` (`sourceId`), + 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 AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 unsigned NOT NULL DEFAULT '1', + PRIMARY KEY (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `userId` int NOT NULL, + `token` char(100) NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `sessions_uid_idx` (`uid`), + KEY `sessions_token_idx` (`token`), + 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 AUTO_INCREMENT=84 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `userId` int NOT NULL, + `message` varchar(255) NOT NULL, + `expiryDate` datetime DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `dateDeleted` datetime DEFAULT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `sitegroups_name_idx` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `groupId` int NOT NULL, + `primary` tinyint(1) NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `language` varchar(12) NOT NULL, + `hasUrls` tinyint(1) NOT NULL DEFAULT '0', + `baseUrl` varchar(255) DEFAULT NULL, + `sortOrder` smallint unsigned DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `dateDeleted` datetime DEFAULT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `sites_dateDeleted_idx` (`dateDeleted`), + KEY `sites_handle_idx` (`handle`), + 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 AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `structureId` int NOT NULL, + `elementId` int DEFAULT NULL, + `root` int unsigned DEFAULT NULL, + `lft` int unsigned NOT NULL, + `rgt` int unsigned NOT NULL, + `level` smallint unsigned NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `structureelements_structureId_elementId_unq_idx` (`structureId`,`elementId`), + KEY `structureelements_root_idx` (`root`), + KEY `structureelements_lft_idx` (`lft`), + KEY `structureelements_rgt_idx` (`rgt`), + KEY `structureelements_level_idx` (`level`), + KEY `structureelements_elementId_idx` (`elementId`), + 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 AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `maxLevels` smallint unsigned DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `dateDeleted` datetime DEFAULT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `structures_dateDeleted_idx` (`dateDeleted`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `language` varchar(255) NOT NULL, + `key` varchar(255) NOT NULL, + `subject` text NOT NULL, + `body` text NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `systemmessages_key_language_unq_idx` (`key`,`language`), + KEY `systemmessages_language_idx` (`language`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `fieldLayoutId` int DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `dateDeleted` datetime DEFAULT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `taggroups_name_idx` (`name`), + KEY `taggroups_handle_idx` (`handle`), + KEY `taggroups_dateDeleted_idx` (`dateDeleted`), + KEY `taggroups_fieldLayoutId_fk` (`fieldLayoutId`), + CONSTRAINT `taggroups_fieldLayoutId_fk` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL, + `groupId` int NOT NULL, + `deletedWithGroup` tinyint(1) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `tags_groupId_idx` (`groupId`), + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `token` char(32) NOT NULL, + `route` text, + `usageLimit` tinyint unsigned DEFAULT NULL, + `usageCount` tinyint unsigned DEFAULT NULL, + `expiryDate` datetime NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `tokens_token_unq_idx` (`token`), + KEY `tokens_expiryDate_idx` (`expiryDate`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `description` text, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `usergroups_handle_idx` (`handle`), + KEY `usergroups_name_idx` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `groupId` int NOT NULL, + `userId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `usergroups_users_groupId_userId_unq_idx` (`groupId`,`userId`), + KEY `usergroups_users_userId_idx` (`userId`), + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `userpermissions_name_unq_idx` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `permissionId` int NOT NULL, + `groupId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `userpermissions_usergroups_permissionId_groupId_unq_idx` (`permissionId`,`groupId`), + KEY `userpermissions_usergroups_groupId_idx` (`groupId`), + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `permissionId` int NOT NULL, + `userId` int NOT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `userpermissions_users_permissionId_userId_unq_idx` (`permissionId`,`userId`), + KEY `userpermissions_users_userId_idx` (`userId`), + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `preferences` text, + PRIMARY KEY (`userId`), + CONSTRAINT `userpreferences_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL, + `username` varchar(255) DEFAULT NULL, + `photoId` int DEFAULT NULL, + `firstName` varchar(255) DEFAULT NULL, + `lastName` varchar(255) DEFAULT NULL, + `email` varchar(255) DEFAULT NULL, + `password` varchar(255) DEFAULT NULL, + `admin` tinyint(1) NOT NULL DEFAULT '0', + `active` tinyint(1) NOT NULL DEFAULT '0', + `locked` tinyint(1) NOT NULL DEFAULT '0', + `suspended` tinyint(1) NOT NULL DEFAULT '0', + `pending` tinyint(1) NOT NULL DEFAULT '0', + `lastLoginDate` datetime DEFAULT NULL, + `lastLoginAttemptIp` varchar(45) DEFAULT NULL, + `invalidLoginWindowStart` datetime DEFAULT NULL, + `invalidLoginCount` tinyint unsigned DEFAULT NULL, + `lastInvalidLoginDate` datetime DEFAULT NULL, + `lockoutDate` datetime DEFAULT NULL, + `hasDashboard` tinyint(1) NOT NULL DEFAULT '0', + `verificationCode` varchar(255) DEFAULT NULL, + `verificationCodeIssuedDate` datetime DEFAULT NULL, + `unverifiedEmail` varchar(255) DEFAULT NULL, + `passwordResetRequired` tinyint(1) NOT NULL DEFAULT '0', + `lastPasswordChangeDate` datetime DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `users_verificationCode_idx` (`verificationCode`), + KEY `users_email_idx` (`email`), + KEY `users_username_idx` (`username`), + KEY `users_photoId_fk` (`photoId`), + KEY `idx_kvineackuwmkgxmlzsbnopmroisvydnbchms` (`active`), + KEY `idx_zvtpledvwyhxyaffkapfhjpmxrcetsuxvuqf` (`locked`), + KEY `idx_qqnwhszokwbegkjcxsfexftyuwyniuvyxsva` (`pending`), + KEY `idx_jypagnsowtlfdlziexyhgkbgiizyjkfbmzch` (`suspended`), + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `parentId` int DEFAULT NULL, + `volumeId` int DEFAULT NULL, + `name` varchar(255) NOT NULL, + `path` varchar(255) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `volumefolders_name_parentId_volumeId_unq_idx` (`name`,`parentId`,`volumeId`), + KEY `volumefolders_parentId_idx` (`parentId`), + 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 AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `fieldLayoutId` int DEFAULT NULL, + `name` varchar(255) NOT NULL, + `handle` varchar(255) NOT NULL, + `fs` varchar(255) NOT NULL, + `titleTranslationMethod` varchar(255) NOT NULL DEFAULT 'site', + `titleTranslationKeyFormat` text, + `sortOrder` smallint unsigned DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `dateDeleted` datetime DEFAULT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `volumes_name_idx` (`name`), + KEY `volumes_handle_idx` (`handle`), + 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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + `requestId` bigint DEFAULT NULL, + `siteId` int DEFAULT NULL, + `title` varchar(120) DEFAULT NULL, + `url` varchar(255) NOT NULL DEFAULT '', + `queryString` varchar(255) DEFAULT '', + `dns` int DEFAULT NULL, + `connect` int DEFAULT NULL, + `firstByte` int DEFAULT NULL, + `firstPaint` int DEFAULT NULL, + `firstContentfulPaint` int DEFAULT NULL, + `domInteractive` int DEFAULT NULL, + `pageLoad` int DEFAULT NULL, + `countryCode` varchar(2) DEFAULT NULL, + `device` varchar(50) DEFAULT NULL, + `browser` varchar(50) DEFAULT NULL, + `os` varchar(50) DEFAULT NULL, + `mobile` tinyint(1) DEFAULT NULL, + `craftTotalMs` int DEFAULT NULL, + `craftDbMs` int DEFAULT NULL, + `craftDbCnt` int DEFAULT NULL, + `craftTwigMs` int DEFAULT NULL, + `craftTwigCnt` int DEFAULT NULL, + `craftOtherMs` int DEFAULT NULL, + `craftOtherCnt` int DEFAULT NULL, + `craftTotalMemory` int DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `webperf_data_samples_url_idx` (`url`), + KEY `webperf_data_samples_dateCreated_idx` (`dateCreated`), + KEY `webperf_data_samples_requestId_idx` (`requestId`), + 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 AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + `requestId` bigint DEFAULT NULL, + `siteId` int DEFAULT NULL, + `title` varchar(120) DEFAULT NULL, + `url` varchar(255) NOT NULL DEFAULT '', + `queryString` varchar(255) DEFAULT '', + `type` varchar(16) DEFAULT '', + `pageErrors` text, + PRIMARY KEY (`id`), + KEY `webperf_error_samples_url_idx` (`url`), + KEY `webperf_error_samples_dateCreated_idx` (`dateCreated`), + KEY `webperf_error_samples_requestId_idx` (`requestId`), + 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=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- 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 NOT NULL AUTO_INCREMENT, + `userId` int NOT NULL, + `type` varchar(255) NOT NULL, + `sortOrder` smallint unsigned DEFAULT NULL, + `colspan` tinyint DEFAULT NULL, + `settings` text, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + `uid` char(36) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `widgets_userId_idx` (`userId`), + CONSTRAINT `widgets_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping routines for database 'project_v4' +-- +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2022-01-31 12:58:09 +-- MariaDB dump 10.19 Distrib 10.5.13-MariaDB, for Linux (aarch64) +-- +-- Host: mysql Database: project_v4 +-- ------------------------------------------------------ +-- Server version 8.0.28 + +/*!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 `announcements` +-- + +LOCK TABLES `announcements` WRITE; +/*!40000 ALTER TABLE `announcements` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `announcements` VALUES (1,1,NULL,'Editor Slideouts','Double-click entries and other editable elements to try the new editor slideout interface.',1,NULL,'2022-01-31 03:39:15'),(2,1,NULL,'Streamlined Entry Publishing Flow','The entry publishing workflow is now [simpler and more intuitive](https://craftcms.com/knowledge-base/editing-entries).',1,NULL,'2022-01-31 03:39:15'); +/*!40000 ALTER TABLE `announcements` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `assetindexingsessions` +-- + +LOCK TABLES `assetindexingsessions` WRITE; +/*!40000 ALTER TABLE `assetindexingsessions` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `assetindexingsessions` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- 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 `categories` +-- + +LOCK TABLES `categories` WRITE; +/*!40000 ALTER TABLE `categories` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `categories` VALUES (21,1,NULL,1,'2021-04-01 02:35:35','2021-04-01 02:35:35'),(22,1,NULL,1,'2021-04-01 02:35:44','2021-04-01 02:35:44'); +/*!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; +INSERT INTO `categorygroups` VALUES (1,1,9,'Category','category','end','2021-04-01 02:35:21','2021-04-01 02:35:21','2022-01-31 03:39:08','1cc0f175-5212-4568-94a6-9598fce64b6c'); +/*!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; +INSERT INTO `categorygroups_sites` VALUES (1,1,1,1,'category/{slug}',NULL,'2021-04-01 02:35:21','2021-04-01 02:35:21','3282a3d5-150f-4c6e-a411-83853f570db1'),(2,1,2,1,'category/{slug}',NULL,'2021-04-01 02:35:21','2021-04-01 02:35:21','686ceccf-7a6a-4c74-9a45-e1fd333a203d'); +/*!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; +INSERT INTO `changedattributes` VALUES (1,1,'firstName','2021-03-15 14:57:00',0,1),(1,1,'lastName','2021-03-15 14:57:00',0,1),(1,1,'lastPasswordChangeDate','2021-03-15 14:57:00',0,1),(1,1,'password','2021-03-15 14:57:00',0,1),(2,1,'fieldLayoutId','2021-03-03 22:29:11',0,1); +/*!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 `commerce_addresses` +-- + +LOCK TABLES `commerce_addresses` WRITE; +/*!40000 ALTER TABLE `commerce_addresses` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_addresses` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_countries` +-- + +LOCK TABLES `commerce_countries` WRITE; +/*!40000 ALTER TABLE `commerce_countries` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_countries` VALUES (1,'Afghanistan','AF',NULL,1,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c5fd08eb-ca96-4fdf-8e39-a37b62adb9f6'),(2,'Aland Islands','AX',NULL,2,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5036835c-e416-4c62-9901-c11b45305294'),(3,'Albania','AL',NULL,3,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1a13624c-ff9c-4f5a-9c06-eba356c36b37'),(4,'Algeria','DZ',NULL,4,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','40d27081-fce0-429a-aca3-e26f6912bb94'),(5,'American Samoa','AS',NULL,5,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7ce0a273-f6fe-402d-a3a1-cdeccd705a32'),(6,'Andorra','AD',NULL,6,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dc1488fd-b237-469f-a106-5f68c67f02a1'),(7,'Angola','AO',NULL,7,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d3e508fc-0cf3-4895-bc8e-9f92c2064768'),(8,'Anguilla','AI',NULL,8,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bb99e91a-4379-4671-b252-215e2e563d0b'),(9,'Antarctica','AQ',NULL,9,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1ec49c4f-1e2f-412f-a002-72bc9222ee30'),(10,'Antigua and Barbuda','AG',NULL,10,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2a7dd00f-324f-47f5-9fbf-61d79efac220'),(11,'Argentina','AR',NULL,11,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c11194e9-9927-46e8-a2b0-1b86c5e4c2e3'),(12,'Armenia','AM',NULL,12,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','57447769-634f-4fde-b66c-ee6b93f009db'),(13,'Aruba','AW',NULL,13,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','33786f9b-fee0-432a-81bb-05545e5b7f67'),(14,'Australia','AU',NULL,14,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','908a082e-e764-4e16-8f85-4120f3430530'),(15,'Austria','AT',NULL,15,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','948b8b03-8c68-4f52-a5c9-4f6d5de12602'),(16,'Azerbaijan','AZ',NULL,16,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','82ec47e2-1be2-409b-9a1d-427e5522708f'),(17,'Bahamas','BS',NULL,17,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7c0b660e-cce4-4579-af10-b369e8a924af'),(18,'Bahrain','BH',NULL,18,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','42260cc2-b190-4077-a8d3-3ff3bdae3c63'),(19,'Bangladesh','BD',NULL,19,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e8c2eee6-0efd-4fc0-8dba-869a9cd7464b'),(20,'Barbados','BB',NULL,20,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0ce28aa8-99a0-4245-8c6c-973f6b3f14d6'),(21,'Belarus','BY',NULL,21,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','87df4ffa-982f-469f-8a23-13dee4bfc1d9'),(22,'Belgium','BE',NULL,22,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dec626dd-5113-4a98-b6d4-48f7dd3a61fd'),(23,'Belize','BZ',NULL,23,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cbc94ce0-53b3-4dd9-a359-742d6ec5848b'),(24,'Benin','BJ',NULL,24,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1df608fd-d8fe-4603-b38b-ef5664a57466'),(25,'Bermuda','BM',NULL,25,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2c0bfb59-cd28-46c1-9282-589e4c1ebbe4'),(26,'Bhutan','BT',NULL,26,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bb810458-e2fe-4682-add8-abdb40daaca2'),(27,'Bolivia','BO',NULL,27,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d051544e-d29c-4bb8-ac2f-9244c74c2fc0'),(28,'Bonaire, Sint Eustatius and Saba','BQ',NULL,28,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6a4c773d-51a4-4cb0-967a-e11b707ed4f6'),(29,'Bosnia and Herzegovina','BA',NULL,29,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a7497a78-3b0f-4c27-9a22-34bfa58f53b8'),(30,'Botswana','BW',NULL,30,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fddc2069-673c-432a-9294-73d1c677afb9'),(31,'Bouvet Island','BV',NULL,31,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e7a9d9d0-d3a3-4735-ad53-9190ae936683'),(32,'Brazil','BR',NULL,32,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','231ea02e-109e-47c1-8a63-3c2c8710f07e'),(33,'British Indian Ocean Territory','IO',NULL,33,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7134544f-4794-4e99-833f-39322ae05d80'),(34,'Brunei Darussalam','BN',NULL,34,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b74f55ad-40dd-4f14-b58e-65a8983d8e01'),(35,'Bulgaria','BG',NULL,35,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','14bbc024-7a0d-4517-877b-60e16a8ca28a'),(36,'Burkina Faso','BF',NULL,36,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7501808c-37d8-4188-9a30-59c2297c88cc'),(37,'Burma (Myanmar)','MM',NULL,37,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f965dcce-c257-4214-a0a5-8e53de08fdbb'),(38,'Burundi','BI',NULL,38,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','53664a0f-c0a5-4d2d-a445-d605c352e691'),(39,'Cambodia','KH',NULL,39,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4db35af3-01f3-4414-82a3-9cf77a324bb2'),(40,'Cameroon','CM',NULL,40,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2294d94b-3a5d-4406-a463-bd81de8e0430'),(41,'Canada','CA',NULL,41,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','848f0065-44ea-487a-9dc6-31bf86e77a68'),(42,'Cape Verde','CV',NULL,42,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','55fceb19-cf84-4d8f-b828-13c0c5bd6714'),(43,'Cayman Islands','KY',NULL,43,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','756025ec-0da2-4970-81ad-12a305679fd4'),(44,'Central African Republic','CF',NULL,44,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','16f701e8-ef15-46ba-9ffd-7de4f5e66e62'),(45,'Chad','TD',NULL,45,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fe8e5d0e-2597-4538-9c2d-9d145ba7d455'),(46,'Chile','CL',NULL,46,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5bc94133-4a3e-49c5-a127-d2590a52b697'),(47,'China','CN',NULL,47,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1b5286b6-7511-44b6-96b7-671c4dc1bd5a'),(48,'Christmas Island','CX',NULL,48,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','308e5b9c-df09-4342-8356-1628460b8502'),(49,'Cocos (Keeling) Islands','CC',NULL,49,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','15716a88-0846-4020-8847-da360c49b655'),(50,'Colombia','CO',NULL,50,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','42546c9c-36d5-4e45-aebe-907df06e0757'),(51,'Comoros','KM',NULL,51,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','66a0b63f-64b7-4c5d-a66d-bb38492dd1c7'),(52,'Congo','CG',NULL,52,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0380c8a4-fad2-438d-9a6d-ee1f12b9afc8'),(53,'Cook Islands','CK',NULL,53,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','df63f053-1436-4efa-b169-7531a4c16e8c'),(54,'Costa Rica','CR',NULL,54,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a923140a-7b37-480b-82ae-5f9569ec7a9a'),(55,'Croatia (Hrvatska)','HR',NULL,55,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1f842e5a-20e7-4a86-86cc-7a914f32cad2'),(56,'Cuba','CU',NULL,56,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','9473dc01-d1eb-4914-b3b0-d52b29075f16'),(57,'Curacao','CW',NULL,57,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','22c896ba-1359-4097-b072-7bacaeef9e7a'),(58,'Cyprus','CY',NULL,58,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fc906783-cba1-4d41-8b3a-329081baa9bc'),(59,'Czech Republic','CZ',NULL,59,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','294f1626-7442-49d2-b463-8ed839beee8e'),(60,'Democratic Republic of Congo','CD',NULL,60,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5d3a188a-0b8e-4dec-8889-b396e5cb63f8'),(61,'Denmark','DK',NULL,61,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cd97330a-7ec6-4338-91e4-5c127ce8a1bb'),(62,'Djibouti','DJ',NULL,62,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','09061d37-7cd6-4981-8b7c-3f923edd8cb6'),(63,'Dominica','DM',NULL,63,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','010922ed-78c6-4a02-a4fc-441b8cd3c67e'),(64,'Dominican Republic','DO',NULL,64,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','75f61b47-6244-4c87-a945-068c58ff5769'),(65,'Ecuador','EC',NULL,65,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','add7d228-defa-40f1-b6e4-e05d2d7cf4ea'),(66,'Egypt','EG',NULL,66,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','53c92731-69fc-432b-8d32-30be85ab9d6d'),(67,'El Salvador','SV',NULL,67,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','3f8082f3-70f3-4805-a150-8ccef3e84c24'),(68,'Equatorial Guinea','GQ',NULL,68,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7eef07c9-2985-4d58-88c0-ab214323a41b'),(69,'Eritrea','ER',NULL,69,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1ddbd016-5e4c-491f-8543-3ede6518839d'),(70,'Estonia','EE',NULL,70,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','9db10f16-b9ee-47a9-be4b-e30755f9cba8'),(71,'Ethiopia','ET',NULL,71,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7a208dab-e2e8-4f5d-8129-ddbfdffbac15'),(72,'Falkland Islands (Malvinas)','FK',NULL,72,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','95afb88d-7c04-46f8-9a21-91449e78185f'),(73,'Faroe Islands','FO',NULL,73,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','3946d67d-5593-418e-9bb8-801110db8d60'),(74,'Fiji','FJ',NULL,74,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cb70e8b0-139f-4c01-b90a-a1cb81d12860'),(75,'Finland','FI',NULL,75,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','206fe0c0-19b1-4dc9-834f-d6b3083c6909'),(76,'France','FR',NULL,76,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','55763648-6772-4671-b337-4137aca0bf23'),(77,'French Guiana','GF',NULL,77,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b03a77e5-4250-4f1d-8b05-a5c39aeaa2cb'),(78,'French Polynesia','PF',NULL,78,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ff98e741-dc2f-4eae-9ad3-e4138e495f01'),(79,'French Southern Territories','TF',NULL,79,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f4532139-473e-4ec8-bb70-52ae4f69b119'),(80,'Gabon','GA',NULL,80,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e854de32-adb4-4043-93e6-709456356b42'),(81,'Gambia','GM',NULL,81,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cbe8e395-b09b-4d41-b468-225c9125fcbc'),(82,'Georgia','GE',NULL,82,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','25c16180-5af8-4ebd-b278-1098cb0e6514'),(83,'Germany','DE',NULL,83,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4f4a5a07-70a0-4918-bb2e-c16e37985cd1'),(84,'Ghana','GH',NULL,84,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e01efb44-080d-4123-afd3-6fabe3a8176e'),(85,'Gibraltar','GI',NULL,85,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e00f560f-85a1-4be9-adb1-43512124441e'),(86,'Greece','GR',NULL,86,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d719cef9-8616-44e1-8085-7b18a00bb760'),(87,'Greenland','GL',NULL,87,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','449d87ed-12ac-4df8-98b7-0e8e81a748f6'),(88,'Grenada','GD',NULL,88,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f8f48a90-de09-4777-b13c-47d403aeb607'),(89,'Guadeloupe','GP',NULL,89,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a1d59ca7-ace4-48ef-ac55-806d41324c1a'),(90,'Guam','GU',NULL,90,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fe23287f-67ad-4cbf-8896-36f136b774ae'),(91,'Guatemala','GT',NULL,91,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','88a36d61-1bf3-4b57-8ef5-ec7a826b8b78'),(92,'Guernsey','GG',NULL,92,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b1bc0d11-9c8b-4a21-a722-d45d3979ae3d'),(93,'Guinea','GN',NULL,93,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7eb7be9d-a3cf-48d1-8daa-42a61b89d23d'),(94,'Guinea-Bissau','GW',NULL,94,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d840e87d-9ecf-4f3a-a6f9-2563edb84a88'),(95,'Guyana','GY',NULL,95,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','109f02a4-11ad-477a-a9a3-6501bfad7cb5'),(96,'Haiti','HT',NULL,96,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','956ba1e3-5ac1-41ac-af79-d607d70fcc46'),(97,'Heard and McDonald Islands','HM',NULL,97,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dd2c0ecd-8adc-4c53-970a-e27beee5fecb'),(98,'Honduras','HN',NULL,98,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f1c2737e-d9da-4e17-9d7a-a9caba848ef8'),(99,'Hong Kong','HK',NULL,99,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a9791833-1aeb-47fa-a326-89e7b260aea5'),(100,'Hungary','HU',NULL,100,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','23dcce91-e425-43dc-83b7-ec231138c8be'),(101,'Iceland','IS',NULL,101,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','9c4326d5-4e71-4063-9d07-9d7f4e48620a'),(102,'India','IN',NULL,102,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','60157349-f966-4b0f-a9c0-38a4aef7cd3d'),(103,'Indonesia','ID',NULL,103,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','941162d5-e86f-4688-9255-427c9b8fb02b'),(104,'Iran','IR',NULL,104,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0b1d4b7f-061b-4344-ae34-fbc193dea6fa'),(105,'Iraq','IQ',NULL,105,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','003d48d1-c489-4427-8125-11521f4eb33f'),(106,'Ireland','IE',NULL,106,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4ce0d7a0-be23-4667-923b-7e6bf0768f9b'),(107,'Isle Of Man','IM',NULL,107,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bfdee9d5-f143-4ae8-9362-841593ee249b'),(108,'Israel','IL',NULL,108,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a7932cc9-b908-4d2a-8d84-9826fb2b2f1d'),(109,'Italy','IT',NULL,109,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','09db0350-fb12-42c5-8492-61fe25fd3c38'),(110,'Ivory Coast','CI',NULL,110,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','33dc207f-a7cd-4d07-9efa-713352d176ae'),(111,'Jamaica','JM',NULL,111,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','65837d33-341c-421d-9d52-9e805314217c'),(112,'Japan','JP',NULL,112,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d12b2e96-3bf3-43c2-92b0-2dbc9b1ccb3e'),(113,'Jersey','JE',NULL,113,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c33a7b01-21ad-43be-bc9f-eba84773a147'),(114,'Jordan','JO',NULL,114,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','094fecfb-bf50-4d2c-a865-6c6a29395e58'),(115,'Kazakhstan','KZ',NULL,115,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0e306933-6ebb-4393-bb66-45e489c33a06'),(116,'Kenya','KE',NULL,116,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','345c86b4-bd29-440b-8774-6c1d457bc92a'),(117,'Kiribati','KI',NULL,117,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','770c9daa-7112-4a1a-a4a7-2aa5ee039930'),(118,'Korea (North)','KP',NULL,118,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','72e5fe8a-163a-4e78-8ed0-d910b1255588'),(119,'Korea (South)','KR',NULL,119,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e52464fb-afe3-4721-a108-458dbee0cbf2'),(120,'Kuwait','KW',NULL,120,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c9f0acba-62e4-471e-a5f9-b8da0ba77a8d'),(121,'Kyrgyzstan','KG',NULL,121,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4d4a68db-c558-437a-abdb-ad7ee2e3531d'),(122,'Laos','LA',NULL,122,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','11551dd8-d2e5-4c04-af11-55336905a4da'),(123,'Latvia','LV',NULL,123,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2c859659-6368-464c-aca3-5e1eb684ab8f'),(124,'Lebanon','LB',NULL,124,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','13aa73a1-10d1-4693-8d08-dd795a8bbd11'),(125,'Lesotho','LS',NULL,125,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','772c4fe9-cbf8-4533-b0bf-5e3f91cc5a00'),(126,'Liberia','LR',NULL,126,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','977f4548-e791-43bc-b0c3-b45afeede7c0'),(127,'Libya','LY',NULL,127,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6d566594-3f82-448b-a415-041b18ecc18f'),(128,'Liechtenstein','LI',NULL,128,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','3be20882-4fd5-403b-acca-b6b4fc8c58cf'),(129,'Lithuania','LT',NULL,129,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b7f2c695-bc94-4f00-874f-dd4b7a1783b4'),(130,'Luxembourg','LU',NULL,130,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4feeba3c-3320-44c6-b4dc-5bcb4ec6149d'),(131,'Macau','MO',NULL,131,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7d7a59f1-3b0e-4907-b662-61112305aac2'),(132,'Macedonia','MK',NULL,132,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','38a81c62-00eb-4faa-b634-c1485eeacf68'),(133,'Madagascar','MG',NULL,133,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','177c2e0d-46c8-4f15-bfe1-ca4a02874b17'),(134,'Malawi','MW',NULL,134,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0e799fbd-ce16-4adb-bb36-de46bf59273f'),(135,'Malaysia','MY',NULL,135,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','55c44bad-b97b-4e3a-ac73-75f37f8058bb'),(136,'Maldives','MV',NULL,136,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dc539a25-e9db-48b3-8ad8-df4d9d0e3865'),(137,'Mali','ML',NULL,137,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c895b53f-d5d8-4c76-b150-f2a722fbbde8'),(138,'Malta','MT',NULL,138,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bb6fd26d-f55c-446a-8aea-519629d590f3'),(139,'Marshall Islands','MH',NULL,139,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','673b4252-9f6d-43d7-9b82-32ba11944806'),(140,'Martinique','MQ',NULL,140,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bcc129b2-c0ce-432f-88c5-f37afa409777'),(141,'Mauritania','MR',NULL,141,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','55266a2b-35e2-4d81-8029-a9b0fe38a03c'),(142,'Mauritius','MU',NULL,142,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b8d45955-b87d-459d-aed2-5faa57f929da'),(143,'Mayotte','YT',NULL,143,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5d4d56c4-9876-4f3d-8b52-f394f450aa52'),(144,'Mexico','MX',NULL,144,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0e40a671-0dbc-4754-a728-31708d2b46ee'),(145,'Micronesia','FM',NULL,145,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1162b8e6-1a79-41c9-bf2a-97c69760237a'),(146,'Moldova','MD',NULL,146,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6e2fef3b-7177-4609-980b-56946f97f5bc'),(147,'Monaco','MC',NULL,147,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2d4801a0-f35a-4b9a-8437-7930e568a114'),(148,'Mongolia','MN',NULL,148,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c1e69876-11c6-4946-8f06-9db57815e472'),(149,'Montenegro','ME',NULL,149,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d4b0a95c-5967-4d42-b6a3-015145aa7a78'),(150,'Montserrat','MS',NULL,150,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e3514510-8006-4e91-9c2a-773cba586056'),(151,'Morocco','MA',NULL,151,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c149c29a-4a6a-4ad5-82c6-157fb9cb3546'),(152,'Mozambique','MZ',NULL,152,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6b5c4209-9320-43e2-89bc-ed0ebb7f3047'),(153,'Namibia','NA',NULL,153,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','469c341b-eae4-48a9-a276-ba2b0807d6b5'),(154,'Nauru','NR',NULL,154,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c4211adb-0a9e-4437-9f54-04d91a7ccf50'),(155,'Nepal','NP',NULL,155,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','3a752d2c-eeb9-423f-8858-035c7f03a7f8'),(156,'Netherlands','NL',NULL,156,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','60b71219-8438-4194-b183-7237de9311c0'),(157,'New Caledonia','NC',NULL,157,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ecb946d2-6bf5-4890-abb8-ca7c227edf52'),(158,'New Zealand','NZ',NULL,158,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cc076cfd-e0aa-4d03-afdf-5735c0d8ba54'),(159,'Nicaragua','NI',NULL,159,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ec502598-416b-465f-8877-5c8d789e0359'),(160,'Niger','NE',NULL,160,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a5b99b62-7d3c-4c10-8a8b-22d8be3969f6'),(161,'Nigeria','NG',NULL,161,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','96423fb1-58e2-47c2-afa5-a1277ef1ada0'),(162,'Niue','NU',NULL,162,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d9c6e1ef-2947-4bb1-b6b0-70b266c32b65'),(163,'Norfolk Island','NF',NULL,163,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','459364ce-d2b8-49c4-aef5-6435722e8bb8'),(164,'Northern Mariana Islands','MP',NULL,164,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','425754be-a2b3-4054-9ab6-053aeb8309e7'),(165,'Norway','NO',NULL,165,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a75df2b1-f1e3-4f23-93cb-d39677993896'),(166,'Oman','OM',NULL,166,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0a784417-0083-4bd2-93bf-9cf2362b3cef'),(167,'Pakistan','PK',NULL,167,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7917436c-31aa-4fa1-afe2-46e4545767a1'),(168,'Palau','PW',NULL,168,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a3e4007c-85d2-4092-a716-5837345af937'),(169,'Palestinian Territory, Occupied','PS',NULL,169,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2c8a19ad-a779-4498-b5c4-c45cb71aab9b'),(170,'Panama','PA',NULL,170,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','35e3d8b7-f492-49fc-bbbc-7e53785ade7a'),(171,'Papua New Guinea','PG',NULL,171,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c994c830-d762-461f-b36a-8ffb6235433b'),(172,'Paraguay','PY',NULL,172,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','8fe73717-2e38-4862-a3cf-0cbb4eba224e'),(173,'Peru','PE',NULL,173,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a239b711-60e2-4ed1-a88f-df0e4ef98630'),(174,'Philippines','PH',NULL,174,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bc91cbd9-e809-4756-b740-5a65ecabab39'),(175,'Pitcairn','PN',NULL,175,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b0c77d5e-79ac-49bd-94d2-c04b519e4fa0'),(176,'Poland','PL',NULL,176,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','88203589-2baa-407a-a107-63274184f06a'),(177,'Portugal','PT',NULL,177,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f6c575a9-1cf0-4484-b3f2-fc62d7342742'),(178,'Puerto Rico','PR',NULL,178,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','139bfcba-332c-4f69-9ec5-c5c04345c835'),(179,'Qatar','QA',NULL,179,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cff4401a-c504-4363-8d8e-88ccecd6fbdd'),(180,'Republic of Serbia','RS',NULL,180,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','afe6205e-fb37-4098-8bd7-7155811a7966'),(181,'Reunion','RE',NULL,181,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d71d5e00-defd-42b9-865f-24c9acdb2ef3'),(182,'Romania','RO',NULL,182,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fb8e8fcf-d8c4-4f0b-8a44-446fd91a675b'),(183,'Russia','RU',NULL,183,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1220820e-d0fe-4fb5-9141-1a018affc4dd'),(184,'Rwanda','RW',NULL,184,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b1e3511b-1a7f-40b1-b711-5b2a4b4a6547'),(185,'S. Georgia and S. Sandwich Isls.','GS',NULL,185,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','496ee422-339e-426c-abc2-6e85de97633e'),(186,'Saint Barthelemy','BL',NULL,186,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2721a1e4-eabb-415e-8073-b2b9856eb522'),(187,'Saint Kitts and Nevis','KN',NULL,187,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','80defbf1-5b6d-48c1-b14a-24c29218f4e3'),(188,'Saint Lucia','LC',NULL,188,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','522ace05-ce87-45c5-b602-9af20930806a'),(189,'Saint Martin (French part)','MF',NULL,189,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6f574557-5eee-49c6-b087-9a7b6397e71c'),(190,'Saint Vincent and the Grenadines','VC',NULL,190,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c86001c6-ac21-4a07-9db3-fe4bf9b9bbbb'),(191,'Samoa','WS',NULL,191,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','861a8745-942a-4785-9823-76a44c5b6490'),(192,'San Marino','SM',NULL,192,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','26de2af5-57aa-4064-9f30-c1cb64918355'),(193,'Sao Tome and Principe','ST',NULL,193,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e381526d-47cf-45bb-b0d7-f7552eaa84a3'),(194,'Saudi Arabia','SA',NULL,194,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','8ed908d6-91f2-4a11-afa4-c69a94e55bc7'),(195,'Senegal','SN',NULL,195,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7d36e1ea-b843-4baf-a605-76e87df89187'),(196,'Seychelles','SC',NULL,196,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4e570929-deec-45b9-aea2-237b8f733a35'),(197,'Sierra Leone','SL',NULL,197,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','eb97c9cf-1330-4252-bad6-b7e6d1884b3c'),(198,'Singapore','SG',NULL,198,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','372cc664-072d-4de6-8023-3a936fc51bff'),(199,'Sint Maarten (Dutch part)','SX',NULL,199,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','af79e73a-a163-4532-9808-20e8f4cfdf8d'),(200,'Slovak Republic','SK',NULL,200,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f7f3fe9e-6f85-4446-8096-b05346ae4bb5'),(201,'Slovenia','SI',NULL,201,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','9e933d1d-0e6f-466b-82ca-ef767fa90657'),(202,'Solomon Islands','SB',NULL,202,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','88695dcf-5d6b-45f7-abbd-017278d8db3c'),(203,'Somalia','SO',NULL,203,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','96cfe9d6-1100-4048-aafc-03908f70b608'),(204,'South Africa','ZA',NULL,204,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','84ab3571-856c-47c2-9f80-68943674effc'),(205,'South Sudan','SS',NULL,205,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','38f22e0e-3935-4432-8c7d-bffeb98722ef'),(206,'Spain','ES',NULL,206,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1ffcd191-3434-4de9-b2df-c3c3b1b7a3d2'),(207,'Sri Lanka','LK',NULL,207,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','203b4ce1-2357-4b52-b320-9d502a5b9f08'),(208,'St. Helena','SH',NULL,208,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','3bd23065-401d-4789-b441-4920c36ae993'),(209,'St. Pierre and Miquelon','PM',NULL,209,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5bc0a4c2-f1a2-43cb-a841-f3b77ec8b443'),(210,'Sudan','SD',NULL,210,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','98134a18-1095-4261-8533-838be40cca86'),(211,'Suriname','SR',NULL,211,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7a112541-a9a5-491c-8db8-ccfdce1d6afc'),(212,'Svalbard and Jan Mayen Islands','SJ',NULL,212,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dc3786b7-f565-47cb-b67c-438f101c8c56'),(213,'Swaziland','SZ',NULL,213,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','59cfbba8-6741-4907-a505-4feea38f642e'),(214,'Sweden','SE',NULL,214,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1c895efd-1e78-4c3d-996e-0f5985cea4c2'),(215,'Switzerland','CH',NULL,215,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','254fa763-c210-4e7b-a8da-ab996eeb0f37'),(216,'Syria','SY',NULL,216,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a969058f-d5a4-4c19-89e3-713e92308365'),(217,'Taiwan','TW',NULL,217,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2eb7bf49-020d-4856-9a75-cd72983250b4'),(218,'Tajikistan','TJ',NULL,218,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','36acf98b-c0a6-49a7-840f-0f15e335d86c'),(219,'Tanzania','TZ',NULL,219,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ef033ba1-3b2a-45fa-ac5a-68dd3f7de37c'),(220,'Thailand','TH',NULL,220,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','92ba86d0-fced-433d-b7fd-1da439dd4fca'),(221,'Timor-Leste','TL',NULL,221,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','9c6458ec-c994-4aa8-b094-959e643a60ee'),(222,'Togo','TG',NULL,222,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','641bbd37-3992-43d4-88ce-2c3f271fff63'),(223,'Tokelau','TK',NULL,223,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fe958d90-ce6e-4124-9c2f-a6c9017a0588'),(224,'Tonga','TO',NULL,224,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','42ab1d75-47b0-498a-bffa-5e6a4bc922e2'),(225,'Trinidad and Tobago','TT',NULL,225,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e01f0ced-cbbc-4c35-adf6-432a81be44bf'),(226,'Tunisia','TN',NULL,226,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4e71a07e-7327-458b-aae2-2418135acdc5'),(227,'Turkey','TR',NULL,227,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','22e2359a-0732-4dfb-9728-5db1ef3235f7'),(228,'Turkmenistan','TM',NULL,228,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ca895a28-2d38-4833-8679-a2d4c86ea029'),(229,'Turks and Caicos Islands','TC',NULL,229,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bf6c8292-4b79-4a08-952e-ea0fa6ee41cc'),(230,'Tuvalu','TV',NULL,230,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5ca4a4b0-0457-49f5-8f5d-309afc51136e'),(231,'Uganda','UG',NULL,231,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','638fbcf0-dfac-42b6-8b7b-35387f757912'),(232,'Ukraine','UA',NULL,232,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ad9cc0c0-688f-4808-833a-8d1f3d9d6540'),(233,'United Arab Emirates','AE',NULL,233,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2393773f-ddcd-4f18-bebc-485acc2a0116'),(234,'United Kingdom','GB',NULL,234,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1dde270b-3397-4a44-be13-d2fcca392bf8'),(235,'United States Minor Outlying Islands','UM',NULL,235,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fec0cc17-6267-4887-ba4d-da7d48cf8597'),(236,'United States','US',NULL,236,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7ac1434f-12f5-46d6-b871-995bb3a13494'),(237,'Uruguay','UY',NULL,237,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','135fb786-a7c9-43c1-aa0a-42494133135c'),(238,'Uzbekistan','UZ',NULL,238,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b6d8a8f6-ccaa-4953-bd69-9cdf3a8a1abf'),(239,'Vanuatu','VU',NULL,239,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','712dc568-9f14-4bc8-9b0b-03acd4430d19'),(240,'Vatican City State (Holy See)','VA',NULL,240,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4962e3f0-2a85-4722-b970-3463d71bd79c'),(241,'Venezuela','VE',NULL,241,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b5d65b94-3969-4719-9ad6-ca3897b021fa'),(242,'Viet Nam','VN',NULL,242,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0f0af80a-20f7-4cf7-9347-40524441cee9'),(243,'Virgin Islands (British)','VG',NULL,243,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2dbda479-251d-4b05-af22-c524281a3afd'),(244,'Virgin Islands (U.S.)','VI',NULL,244,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','21ef73b2-56f3-4a37-9da0-6ae9d970853a'),(245,'Wallis and Futuna Islands','WF',NULL,245,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','424d5c9d-37d7-4af4-89f6-dead4daab748'),(246,'Western Sahara','EH',NULL,246,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2d2aa8e2-f9a8-45ca-a73b-55473a1bf8c1'),(247,'Yemen','YE',NULL,247,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f2851dc9-8858-4480-9207-71157d539049'),(248,'Zambia','ZM',NULL,248,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','14dcad96-edde-4ed7-a40d-ffc6cc2d1f2d'),(249,'Zimbabwe','ZW',NULL,249,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ebcfcd67-02e8-4d3d-95b3-1a2de96feea8'); +/*!40000 ALTER TABLE `commerce_countries` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_customer_discountuses` +-- + +LOCK TABLES `commerce_customer_discountuses` WRITE; +/*!40000 ALTER TABLE `commerce_customer_discountuses` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_customer_discountuses` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_customers` +-- + +LOCK TABLES `commerce_customers` WRITE; +/*!40000 ALTER TABLE `commerce_customers` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_customers` VALUES (1,1,NULL,NULL,'2021-04-01 00:17:22','2021-04-01 00:17:22','987f185c-acfa-43fb-8d41-0ba52dd41e49'); +/*!40000 ALTER TABLE `commerce_customers` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_customers_addresses` +-- + +LOCK TABLES `commerce_customers_addresses` WRITE; +/*!40000 ALTER TABLE `commerce_customers_addresses` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_customers_addresses` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_discount_categories` +-- + +LOCK TABLES `commerce_discount_categories` WRITE; +/*!40000 ALTER TABLE `commerce_discount_categories` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_discount_categories` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_discount_purchasables` +-- + +LOCK TABLES `commerce_discount_purchasables` WRITE; +/*!40000 ALTER TABLE `commerce_discount_purchasables` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_discount_purchasables` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_discount_usergroups` +-- + +LOCK TABLES `commerce_discount_usergroups` WRITE; +/*!40000 ALTER TABLE `commerce_discount_usergroups` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_discount_usergroups` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_discounts` +-- + +LOCK TABLES `commerce_discounts` WRITE; +/*!40000 ALTER TABLE `commerce_discounts` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_discounts` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_donations` +-- + +LOCK TABLES `commerce_donations` WRITE; +/*!40000 ALTER TABLE `commerce_donations` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_donations` VALUES (3,'DONATION-CC3',0,'2021-03-15 15:24:15','2021-03-15 15:24:15','6c437040-2f23-43ab-8e7d-83bfc53a021a'); +/*!40000 ALTER TABLE `commerce_donations` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_email_discountuses` +-- + +LOCK TABLES `commerce_email_discountuses` WRITE; +/*!40000 ALTER TABLE `commerce_email_discountuses` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_email_discountuses` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_emails` +-- + +LOCK TABLES `commerce_emails` WRITE; +/*!40000 ALTER TABLE `commerce_emails` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_emails` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_gateways` +-- + +LOCK TABLES `commerce_gateways` WRITE; +/*!40000 ALTER TABLE `commerce_gateways` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_gateways` VALUES (1,'craft\\commerce\\gateways\\Dummy','Dummy','dummy',NULL,'purchase',1,NULL,0,NULL,99,'2021-03-15 15:24:16','2021-03-15 15:24:16','6a117ef0-054c-4147-acb6-6fe57d48c4ae'); +/*!40000 ALTER TABLE `commerce_gateways` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_lineitems` +-- + +LOCK TABLES `commerce_lineitems` WRITE; +/*!40000 ALTER TABLE `commerce_lineitems` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_lineitems` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_lineitemstatuses` +-- + +LOCK TABLES `commerce_lineitemstatuses` WRITE; +/*!40000 ALTER TABLE `commerce_lineitemstatuses` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_lineitemstatuses` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_orderadjustments` +-- + +LOCK TABLES `commerce_orderadjustments` WRITE; +/*!40000 ALTER TABLE `commerce_orderadjustments` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_orderadjustments` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_orderhistories` +-- + +LOCK TABLES `commerce_orderhistories` WRITE; +/*!40000 ALTER TABLE `commerce_orderhistories` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_orderhistories` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_orders` +-- + +LOCK TABLES `commerce_orders` WRITE; +/*!40000 ALTER TABLE `commerce_orders` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_orders` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_orderstatus_emails` +-- + +LOCK TABLES `commerce_orderstatus_emails` WRITE; +/*!40000 ALTER TABLE `commerce_orderstatus_emails` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_orderstatus_emails` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_orderstatuses` +-- + +LOCK TABLES `commerce_orderstatuses` WRITE; +/*!40000 ALTER TABLE `commerce_orderstatuses` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_orderstatuses` VALUES (1,'New','new','green',NULL,NULL,99,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','f923795f-139e-4b59-b27c-eaa0be4f847c'); +/*!40000 ALTER TABLE `commerce_orderstatuses` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_paymentcurrencies` +-- + +LOCK TABLES `commerce_paymentcurrencies` WRITE; +/*!40000 ALTER TABLE `commerce_paymentcurrencies` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_paymentcurrencies` VALUES (1,'USD',1,1.0000,'2021-03-15 15:24:15','2021-03-15 15:24:15','11f95717-e061-4219-adea-b05ec031be5f'); +/*!40000 ALTER TABLE `commerce_paymentcurrencies` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_paymentsources` +-- + +LOCK TABLES `commerce_paymentsources` WRITE; +/*!40000 ALTER TABLE `commerce_paymentsources` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_paymentsources` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_pdfs` +-- + +LOCK TABLES `commerce_pdfs` WRITE; +/*!40000 ALTER TABLE `commerce_pdfs` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_pdfs` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_plans` +-- + +LOCK TABLES `commerce_plans` WRITE; +/*!40000 ALTER TABLE `commerce_plans` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_plans` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_products` +-- + +LOCK TABLES `commerce_products` WRITE; +/*!40000 ALTER TABLE `commerce_products` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_products` VALUES (4,1,1,1,5,'2021-03-15 15:24:16',NULL,1,1,0,'ANT-001',20.0000,0.0000,0.0000,0.0000,0.0000,'2021-03-15 15:24:16','2021-03-15 15:24:21','00179010-57ba-4a8a-a9d6-620c1b3a6cac'),(6,1,1,1,7,'2021-03-15 15:24:16',NULL,1,1,0,'PSB-001',30.0000,0.0000,0.0000,0.0000,0.0000,'2021-03-15 15:24:16','2021-03-15 15:24:21','8e3e5961-d7eb-4b55-915d-a2f6246a8ade'),(8,1,1,1,9,'2021-03-15 15:24:16',NULL,1,1,0,'RRE-001',40.0000,0.0000,0.0000,0.0000,0.0000,'2021-03-15 15:24:16','2021-03-15 15:24:21','f1a2a46a-b542-4ddb-9838-020192cb1b3d'),(10,1,1,1,11,'2021-03-15 15:24:16',NULL,1,1,0,'TFA-001',50.0000,0.0000,0.0000,0.0000,0.0000,'2021-03-15 15:24:16','2021-03-15 15:24:21','b4a9d0a6-ba45-43ca-a3a2-bb10bcf8f4d5'),(12,1,1,1,13,'2021-03-15 15:24:16',NULL,1,1,0,'LKH-001',60.0000,0.0000,0.0000,0.0000,0.0000,'2021-03-15 15:24:16','2021-03-15 15:24:21','a3cd6bbf-6239-4eda-9469-0f8182aa93fa'),(14,1,1,1,15,'2021-03-15 15:24:16',NULL,1,1,0,'FDB-001',70.0000,0.0000,0.0000,0.0000,0.0000,'2021-03-15 15:24:16','2021-03-15 15:24:21','7b255844-afcd-41c1-97a9-5a907491dfeb'); +/*!40000 ALTER TABLE `commerce_products` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_producttypes` +-- + +LOCK TABLES `commerce_producttypes` WRITE; +/*!40000 ALTER TABLE `commerce_producttypes` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_producttypes` VALUES (1,3,NULL,'Clothing','clothing',1,0,1,'{product.title}',1,'','','','2021-03-15 15:24:16','2021-03-15 15:24:16','407fe253-2ada-4a88-b1a4-fb6c2004cd9b'); +/*!40000 ALTER TABLE `commerce_producttypes` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_producttypes_shippingcategories` +-- + +LOCK TABLES `commerce_producttypes_shippingcategories` WRITE; +/*!40000 ALTER TABLE `commerce_producttypes_shippingcategories` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_producttypes_shippingcategories` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_producttypes_sites` +-- + +LOCK TABLES `commerce_producttypes_sites` WRITE; +/*!40000 ALTER TABLE `commerce_producttypes_sites` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_producttypes_sites` VALUES (1,1,1,'shop/products/{slug}','shop/products/_product',1,'2021-03-15 15:24:16','2021-03-15 15:24:16','48930b4a-86f5-4a07-a19f-7950f77a9a97'),(2,1,2,'shop/products/{slug}','shop/products/_product',1,'2021-03-15 15:24:16','2021-03-15 15:24:16','799fbb49-ceae-47ae-81a9-516b724418b7'); +/*!40000 ALTER TABLE `commerce_producttypes_sites` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_producttypes_taxcategories` +-- + +LOCK TABLES `commerce_producttypes_taxcategories` WRITE; +/*!40000 ALTER TABLE `commerce_producttypes_taxcategories` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_producttypes_taxcategories` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_purchasables` +-- + +LOCK TABLES `commerce_purchasables` WRITE; +/*!40000 ALTER TABLE `commerce_purchasables` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_purchasables` VALUES (3,'DONATION-CC3',0.0000,'Donation','2021-03-15 15:24:15','2021-03-15 15:24:15','1a0ab098-f27a-49aa-a337-dfdae887ca7d'),(5,'ANT-001',20.0000,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','73264057-2687-4bba-8398-f114d12d9b90'),(7,'PSB-001',30.0000,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','e57d56e9-0636-41a0-9ab2-17a81fcf5bbb'),(9,'RRE-001',40.0000,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','36c0fd4f-9802-4acd-b105-a3227904e4ed'),(11,'TFA-001',50.0000,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','d8b920b2-c4ed-4b8a-86f6-0025e833efe1'),(13,'LKH-001',60.0000,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','a6671fad-f0da-4f4d-956e-2bcfee0eb38a'),(15,'FDB-001',70.0000,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','d1c8b184-8d42-4d13-b74c-e9c09f3ed763'); +/*!40000 ALTER TABLE `commerce_purchasables` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_sale_categories` +-- + +LOCK TABLES `commerce_sale_categories` WRITE; +/*!40000 ALTER TABLE `commerce_sale_categories` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_sale_categories` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_sale_purchasables` +-- + +LOCK TABLES `commerce_sale_purchasables` WRITE; +/*!40000 ALTER TABLE `commerce_sale_purchasables` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_sale_purchasables` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_sale_usergroups` +-- + +LOCK TABLES `commerce_sale_usergroups` WRITE; +/*!40000 ALTER TABLE `commerce_sale_usergroups` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_sale_usergroups` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_sales` +-- + +LOCK TABLES `commerce_sales` WRITE; +/*!40000 ALTER TABLE `commerce_sales` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_sales` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_shippingcategories` +-- + +LOCK TABLES `commerce_shippingcategories` WRITE; +/*!40000 ALTER TABLE `commerce_shippingcategories` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_shippingcategories` VALUES (1,'General','general',NULL,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','be10562c-0b2f-4a6a-a7f5-58fb319bec36'); +/*!40000 ALTER TABLE `commerce_shippingcategories` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_shippingmethods` +-- + +LOCK TABLES `commerce_shippingmethods` WRITE; +/*!40000 ALTER TABLE `commerce_shippingmethods` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_shippingmethods` VALUES (1,'Free Shipping','freeShipping',1,NULL,'2021-03-15 15:24:15','2021-03-15 15:24:15','6653ddfe-01e0-43d2-b243-19c23010c8bd'); +/*!40000 ALTER TABLE `commerce_shippingmethods` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_shippingrule_categories` +-- + +LOCK TABLES `commerce_shippingrule_categories` WRITE; +/*!40000 ALTER TABLE `commerce_shippingrule_categories` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_shippingrule_categories` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_shippingrules` +-- + +LOCK TABLES `commerce_shippingrules` WRITE; +/*!40000 ALTER TABLE `commerce_shippingrules` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_shippingrules` VALUES (1,NULL,1,'Free Everywhere','All Countries, free shipping.',0,1,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,'2021-03-15 15:24:15','2021-03-15 15:24:15','44d05ef5-eb54-4292-b582-3d474bd45191'); +/*!40000 ALTER TABLE `commerce_shippingrules` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_shippingzone_countries` +-- + +LOCK TABLES `commerce_shippingzone_countries` WRITE; +/*!40000 ALTER TABLE `commerce_shippingzone_countries` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_shippingzone_countries` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_shippingzone_states` +-- + +LOCK TABLES `commerce_shippingzone_states` WRITE; +/*!40000 ALTER TABLE `commerce_shippingzone_states` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_shippingzone_states` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_shippingzones` +-- + +LOCK TABLES `commerce_shippingzones` WRITE; +/*!40000 ALTER TABLE `commerce_shippingzones` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_shippingzones` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_states` +-- + +LOCK TABLES `commerce_states` WRITE; +/*!40000 ALTER TABLE `commerce_states` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_states` VALUES (1,14,'Australian Capital Territory','ACT',1,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','43fb849f-3b98-4b8e-bef0-f31b466e58d4'),(2,14,'New South Wales','NSW',2,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dcd5ebb4-0163-4bd5-bc80-d474a6d4d852'),(3,14,'Northern Territory','NT',3,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5f01255e-0a6e-4c09-b617-b3ccc0d49d95'),(4,14,'Queensland','QLD',4,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','43369461-d0d6-40e4-be0e-73184ad83ccb'),(5,14,'South Australia','SA',5,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f53d1e3c-0267-4b8e-b323-e81e9e5d4379'),(6,14,'Tasmania','TAS',6,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','31b3ec15-4ff2-4db0-850f-e17651f560f7'),(7,14,'Victoria','VIC',7,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','550c579f-9ca5-4d5c-84d0-1c3b3a970b30'),(8,14,'Western Australia','WA',8,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','784d98ac-539d-4e5b-9314-077e6983cf48'),(9,41,'Alberta','AB',1,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','76ff57a8-ab59-4427-9608-14ba03bd6f69'),(10,41,'British Columbia','BC',2,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','eb4750ff-800a-4507-b6cd-f87149565d38'),(11,41,'Manitoba','MB',3,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e963d460-5508-457a-84bb-fbef5a85cc30'),(12,41,'New Brunswick','NB',4,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bda188d2-1a84-41d1-8ec1-82b36ab65883'),(13,41,'Newfoundland and Labrador','NL',5,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','26264746-07de-4786-9c31-d7c16345e280'),(14,41,'Northwest Territories','NT',6,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','de3fbc57-7625-4006-a1f3-c7b33cae9b56'),(15,41,'Nova Scotia','NS',7,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6ba235fe-5ebf-4f7c-96e1-9f4b1bde1d09'),(16,41,'Nunavut','NU',8,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f49521d2-6557-404a-ba79-496ffbf6ed02'),(17,41,'Ontario','ON',9,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1de02a8f-b841-47c4-b9bf-51af060374b1'),(18,41,'Prince Edward Island','PE',10,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','8050ebb4-83e4-41f3-8265-6f606fa143f6'),(19,41,'Quebec','QC',11,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','44794474-6670-44e6-809a-be6755de1f3b'),(20,41,'Saskatchewan','SK',12,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','26c28206-28be-4403-9b75-93481d1bf552'),(21,41,'Yukon','YT',13,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fae7001c-314e-4b6f-a409-8d027f2bf417'),(22,236,'Alabama','AL',1,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4ef34472-fdc6-4553-a0fa-8e392bb8f25d'),(23,236,'Alaska','AK',2,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','23727347-465c-40ed-b04a-f085ba562ff8'),(24,236,'Arizona','AZ',3,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e8c250e3-2734-46e0-af56-9f028530cc9e'),(25,236,'Arkansas','AR',4,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','83da0737-79e6-4725-bf53-f614efd9fdbb'),(26,236,'California','CA',5,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bf22ba0c-c81e-4418-879d-5b5b93645c6a'),(27,236,'Colorado','CO',6,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','74a3a801-5174-4c1b-af0c-cf0574cbf753'),(28,236,'Connecticut','CT',7,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','33f0a9de-0ad9-40b2-98ab-98e58ce622ab'),(29,236,'Delaware','DE',8,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','91156b65-f21d-4934-9131-0f27b46e9b61'),(30,236,'District of Columbia','DC',9,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b331376b-fde4-40b1-9647-aabe3a3b4140'),(31,236,'Florida','FL',10,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dc1b07d7-bc54-4861-8936-c97190481f6f'),(32,236,'Georgia','GA',11,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','464fc09b-7dcc-45a1-b421-c3a064c9303a'),(33,236,'Hawaii','HI',12,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fe281885-0e5f-4734-af41-2778baeaae23'),(34,236,'Idaho','ID',13,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','33219f6a-b322-454d-8066-4872954f047e'),(35,236,'Illinois','IL',14,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','85de4322-4635-4328-99d5-4a111990edd8'),(36,236,'Indiana','IN',15,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a325bb9e-374b-4c59-99c6-631d2dfc9477'),(37,236,'Iowa','IA',16,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','14b33ed4-c9a0-4581-babf-1c74997961d5'),(38,236,'Kansas','KS',17,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','913b893a-1d84-4989-bdd4-bf3205b0d6b0'),(39,236,'Kentucky','KY',18,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','755c0a5c-1834-41e7-9864-65792e4f3560'),(40,236,'Louisiana','LA',19,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b2334e14-64c5-4413-b2cf-71dbca809222'),(41,236,'Maine','ME',20,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','977e85cb-6cf9-4953-b62e-51708e9f0512'),(42,236,'Maryland','MD',21,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f3da3768-ce15-439e-b0df-530b164a6044'),(43,236,'Massachusetts','MA',22,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','47521db9-8aa7-45c2-a825-8e6bb6737276'),(44,236,'Michigan','MI',23,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a695d383-a2d8-4eb1-be16-ed28189b496f'),(45,236,'Minnesota','MN',24,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6a937388-ca1f-4dcb-8dd4-5ae7b1509db1'),(46,236,'Mississippi','MS',25,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0892e4b9-3db4-4cb6-930f-29b55833616f'),(47,236,'Missouri','MO',26,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5cf93175-480e-4a99-b3cf-6085393fade8'),(48,236,'Montana','MT',27,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b0e4d214-c179-4ebb-b1fe-eb5fce8b09c1'),(49,236,'Nebraska','NE',28,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','905d1f47-3efa-4509-97b2-0787e9be9a67'),(50,236,'Nevada','NV',29,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','238ccd6a-9e0b-4203-a0ed-8356d22146bf'),(51,236,'New Hampshire','NH',30,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bd7bac65-94cd-4b46-b763-568ceccac517'),(52,236,'New Jersey','NJ',31,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','54d93feb-ba3d-4a35-a5b1-00c4bbe791c1'),(53,236,'New Mexico','NM',32,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1f4e6b8f-76a6-46c0-9f7f-18bb78795b21'),(54,236,'New York','NY',33,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5b83a87f-9b8a-4208-b985-ea8bb5625f22'),(55,236,'North Carolina','NC',34,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fd54e66d-df04-4fae-bde5-2dc7281f1ab8'),(56,236,'North Dakota','ND',35,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','94a88110-9ed8-4c60-8e69-915f55392fbe'),(57,236,'Ohio','OH',36,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f66e5bfc-bc7a-4ff1-a879-25b385dc33b3'),(58,236,'Oklahoma','OK',37,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0c15f968-f84e-4f0b-93b3-0342691c3814'),(59,236,'Oregon','OR',38,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','47454337-8307-4d94-bfb6-634131ccdb88'),(60,236,'Pennsylvania','PA',39,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0817d46d-0e49-4fbd-bf35-6db9fa377842'),(61,236,'Rhode Island','RI',40,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0debcca0-5cd1-405f-a618-2307a60c83e3'),(62,236,'South Carolina','SC',41,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','45b8ec5c-7c27-49b8-bbec-5e24bea58350'),(63,236,'South Dakota','SD',42,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7b1a8197-44ef-4416-8911-56573d9eba4f'),(64,236,'Tennessee','TN',43,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a036b7dd-5558-45be-bf35-6e798dc679b6'),(65,236,'Texas','TX',44,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','63b90cce-868f-4d98-b677-5053d4f76b1e'),(66,236,'Utah','UT',45,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1a98a1be-b6a1-4a34-bc19-c0b0dc31106d'),(67,236,'Vermont','VT',46,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','277e8bb4-84b3-47b0-869f-02b279c6620f'),(68,236,'Virginia','VA',47,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a9ccd87f-2b22-42c6-84d5-2aba5396cfd9'),(69,236,'Washington','WA',48,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','02b620e8-bdc4-4791-aacd-ae0b17463f60'),(70,236,'West Virginia','WV',49,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cf2fe7b7-b490-46da-b575-49175f38b80a'),(71,236,'Wisconsin','WI',50,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','56f7135a-595a-456d-a0ba-ae4dc8881eb2'),(72,236,'Wyoming','WY',51,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','16989935-0609-46f7-9b3e-ddbea4930c6f'); +/*!40000 ALTER TABLE `commerce_states` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_subscriptions` +-- + +LOCK TABLES `commerce_subscriptions` WRITE; +/*!40000 ALTER TABLE `commerce_subscriptions` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_taxcategories` +-- + +LOCK TABLES `commerce_taxcategories` WRITE; +/*!40000 ALTER TABLE `commerce_taxcategories` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_taxcategories` VALUES (1,'General','general',NULL,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c0e9ddb3-5718-4a8a-a869-1d8605eefd99'); +/*!40000 ALTER TABLE `commerce_taxcategories` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_taxrates` +-- + +LOCK TABLES `commerce_taxrates` WRITE; +/*!40000 ALTER TABLE `commerce_taxrates` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_taxrates` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_taxzone_countries` +-- + +LOCK TABLES `commerce_taxzone_countries` WRITE; +/*!40000 ALTER TABLE `commerce_taxzone_countries` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_taxzone_countries` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_taxzone_states` +-- + +LOCK TABLES `commerce_taxzone_states` WRITE; +/*!40000 ALTER TABLE `commerce_taxzone_states` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_taxzone_states` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_taxzones` +-- + +LOCK TABLES `commerce_taxzones` WRITE; +/*!40000 ALTER TABLE `commerce_taxzones` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_taxzones` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_transactions` +-- + +LOCK TABLES `commerce_transactions` WRITE; +/*!40000 ALTER TABLE `commerce_transactions` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `commerce_transactions` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `commerce_variants` +-- + +LOCK TABLES `commerce_variants` WRITE; +/*!40000 ALTER TABLE `commerce_variants` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `commerce_variants` VALUES (5,4,'ANT-001',1,20.0000,1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,'2021-03-15 15:24:16','2021-03-15 15:24:21','18e5ccd9-fb98-46c0-8ab9-d8e7fbff1d52'),(7,6,'PSB-001',1,30.0000,1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,'2021-03-15 15:24:16','2021-03-15 15:24:21','6e623583-dfdc-4078-a34e-55e84eab0763'),(9,8,'RRE-001',1,40.0000,1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,'2021-03-15 15:24:16','2021-03-15 15:24:21','b2ce7de5-0220-41e6-8fc5-76e3b3158a0c'),(11,10,'TFA-001',1,50.0000,1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,'2021-03-15 15:24:16','2021-03-15 15:24:21','bee72da1-5f64-4bfd-a227-19eb47e5dccf'),(13,12,'LKH-001',1,60.0000,1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,'2021-03-15 15:24:16','2021-03-15 15:24:21','1f3ac8da-e7d7-4911-b93b-619735fb2f94'),(15,14,'FDB-001',1,70.0000,1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,'2021-03-15 15:24:16','2021-03-15 15:24:21','4d9ba583-588e-435e-8cec-8a461d3125c8'); +/*!40000 ALTER TABLE `commerce_variants` 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','2021-03-15 14:56:59','b77b0362-fbf0-45dd-a5d7-e1b0c971eb48',NULL),(2,2,1,'Homepage','2020-03-27 13:38:49','2021-03-15 15:40:42','7fa40164-962a-4e1b-804a-245447006340',NULL),(3,2,2,'Homepage','2021-03-15 15:04:42','2021-03-15 15:40:42','2d1fee00-e16c-4f3d-b8e3-c2fb5ee84a6a',NULL),(4,4,1,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','7df96e57-107a-4aa7-b768-7ba4f0340abb',NULL),(5,5,1,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','b88e9a21-00e4-4a30-a5f5-4f32b9b684dc',NULL),(6,4,2,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','db321258-d8f1-4c17-a139-a55aa26d05ea',NULL),(7,5,2,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','dcbbeef9-5119-4ece-80a7-9fa312319e3c',NULL),(8,6,1,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','4ebb64c1-2a76-4e25-8fe0-94521ea9b2d1',NULL),(9,7,1,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','08b2eead-094d-4b85-97bc-af3dd3ab9a02',NULL),(10,6,2,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','1d10b92a-a77a-4dfc-a95c-9ec85107504b',NULL),(11,7,2,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','fd093eb5-9737-496c-84d1-2903c92b525f',NULL),(12,8,1,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','8586816f-3b72-405e-9cca-0af3f1e58e68',NULL),(13,9,1,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','2479a095-c556-4592-bc32-eeca2e23b63a',NULL),(14,8,2,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','70478e88-c5f5-48ac-b8ac-b2fd5636e27b',NULL),(15,9,2,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','0e8423ea-2f65-4b99-b13f-eb4004cb4f84',NULL),(16,10,1,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','d3f8934c-4ac9-4063-9c0d-c87c209a769b',NULL),(17,11,1,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','81b3af94-1fdc-4c80-8c46-caf8f1cc0bf4',NULL),(18,10,2,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','ffdfd8e6-7f8a-4f45-afe1-73dc278339b0',NULL),(19,11,2,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','7310b4a7-1ec3-4c9d-8584-31907c052a5c',NULL),(20,12,1,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','7eb5caa9-e343-4398-813f-c5b77c42da0c',NULL),(21,13,1,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','7ae9c9d1-96d2-43f7-9b06-ffc8e111a11a',NULL),(22,12,2,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','d7682d0e-daaa-452f-a583-a155c05e6de7',NULL),(23,13,2,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','abb292ed-d47f-438b-ade1-e821a4d67716',NULL),(24,14,1,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','b1f90db4-8818-4622-9d82-75600be1049a',NULL),(25,15,1,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','50f3d387-437b-492d-ab02-b291ce8a999d',NULL),(26,14,2,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','c607b7c2-8e56-43f1-a4f2-2adff9317505',NULL),(27,15,2,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','cba55962-d1ef-4151-9e97-a92ab7b7a5f7',NULL),(30,17,1,'My first blog','2021-03-15 15:41:19','2021-03-15 16:17:36','e4c2f79d-0f9f-4e3b-8bdb-aca6526878b6','Some plain text'),(31,17,2,'My first blog','2021-03-15 15:41:19','2021-03-15 16:17:37','a8ffc233-ab15-4c0c-977b-4b436fc31066','Some plain text'),(32,18,1,'My first blog','2021-03-15 15:41:19','2021-03-15 15:41:19','e84e777f-98c7-4cf7-b7cb-80a77833b218','Some plain text'),(33,18,2,'My first blog','2021-03-15 15:41:19','2021-03-15 15:41:19','8a3aaead-866b-416d-a8f4-12db80ad4f1e','Some plain text'),(34,19,1,NULL,'2021-03-15 15:55:30','2021-03-15 16:17:19','855856c1-048c-485c-aff8-d182d305d5c0','Some global plain text'),(35,19,2,NULL,'2021-03-15 15:55:30','2021-03-15 16:17:19','e237f398-3087-4d0c-a281-0ec3ab25d3f6','Some global plain text'),(36,20,1,'My first blog','2021-03-15 16:17:37','2021-03-15 16:17:37','5506cc52-6de9-405e-92ae-ff23a3ed6f86','Some plain text'),(37,20,2,'My first blog','2021-03-15 16:17:37','2021-03-15 16:17:37','6b7f8578-24eb-4928-8738-97805a747c17','Some plain text'),(38,21,1,'Puppies','2021-04-01 02:35:35','2021-04-01 02:35:35','dfb9075a-6ba9-4904-81dd-79b4adda4fd0',NULL),(39,21,2,'Puppies','2021-04-01 02:35:35','2021-04-01 02:35:35','62dbcf58-01eb-441b-9c99-ecab0559dbbb',NULL),(40,22,1,'Kitties','2021-04-01 02:35:44','2021-04-01 02:35:44','1f5f6c95-0339-484d-adc8-741217ccd0ca',NULL),(41,22,2,'Kitties','2021-04-01 02:35:44','2021-04-01 02:35:44','1666d380-3f6f-485b-9d7b-2f688e67a050',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 `elements` +-- + +LOCK TABLES `elements` WRITE; +/*!40000 ALTER TABLE `elements` DISABLE KEYS */; +set autocommit=0; +INSERT INTO `elements` VALUES (1,NULL,NULL,NULL,NULL,'craft\\elements\\User',1,0,'2020-03-27 13:22:43','2021-03-15 14:56:59',NULL,NULL,'9c39b369-6229-4753-83e1-afd4da7acf29'),(2,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2020-03-27 13:38:49','2021-03-15 15:40:42',NULL,NULL,'7526d70b-8b45-4af6-b5b8-c56c6a44e34c'),(3,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Donation',1,0,'2021-03-15 15:24:15','2021-03-15 15:24:15',NULL,NULL,'526a5ea3-767b-4df7-8712-580157c88145'),(4,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'7081584e-e3df-4024-9257-7f8e8ec95a28'),(5,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'45269718-1004-4930-859b-07c56d970e17'),(6,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'61078ac7-642e-4108-a552-fb0d0e45881d'),(7,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'642ecb15-e397-4658-b878-22c399183f63'),(8,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'c6b705ef-f5e8-4a57-9e37-efac1cf06d20'),(9,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'a71ddf46-2c55-41c0-92de-fc0ddf3080fa'),(10,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'6406a158-0467-4e91-8504-afa784805abe'),(11,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'4131ac3a-b08d-4811-9909-ad9aaec47e99'),(12,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'d909722a-a9ac-400a-83ae-c43cd44e7064'),(13,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'8f5e64bc-8282-42a9-a462-e13aff72917d'),(14,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'cc3c2113-f0bd-47d2-bad9-5a7c585228a9'),(15,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'e17cdcbf-cf0b-4ff5-9943-f04e7b8d821a'),(17,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2021-03-15 15:41:19','2021-03-15 16:17:36',NULL,NULL,'251c74e8-9611-447e-a7a0-7c3e48dd315c'),(18,17,NULL,1,5,'craft\\elements\\Entry',1,0,'2021-03-15 15:41:19','2021-03-15 15:41:19',NULL,NULL,'903b23f3-a446-4282-89bb-c18c3a2b8bec'),(19,NULL,NULL,NULL,6,'craft\\elements\\GlobalSet',1,0,'2021-03-15 15:55:30','2021-03-15 16:17:19',NULL,NULL,'aa7c6968-88ec-4d2a-af47-d3c40b582a68'),(20,17,NULL,2,5,'craft\\elements\\Entry',1,0,'2021-03-15 16:17:36','2021-03-15 16:17:36',NULL,NULL,'9e157ef9-368f-49aa-bff9-901e83da4e14'),(21,NULL,NULL,NULL,9,'craft\\elements\\Category',1,0,'2021-04-01 02:35:35','2021-04-01 02:35:35',NULL,'2022-01-31 03:39:08','0b5e2d02-58de-4965-b9c6-280dfecedd34'),(22,NULL,NULL,NULL,9,'craft\\elements\\Category',1,0,'2021-04-01 02:35:44','2021-04-01 02:35:44',NULL,'2022-01-31 03:39:08','8deb5a7a-2202-4eac-8415-2ef70a523974'); +/*!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'),(3,2,2,'homepage','__home__',1,'2021-03-15 15:04:42','2021-03-15 15:04:42','ad754d68-f573-4b4d-9b50-dab3ab22348c'),(4,3,1,NULL,NULL,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a61f7646-3787-4cc3-9daf-3475f78d6c3e'),(5,4,1,'ant-001','shop/products/ant-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','6b386ce1-85e7-4598-8d63-754c9a8cd5b3'),(6,5,1,'ant-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','8d337ed7-4895-4a25-a34d-93188989c8d2'),(7,4,2,'ant-001','shop/products/ant-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','686befc9-91a8-450a-a6f6-694cd0f3360a'),(8,5,2,'ant-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','5cb47b5e-d6e2-4014-b8de-ec121c0e94a3'),(9,6,1,'psb-001','shop/products/psb-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','8f4800bd-b82f-45fc-b0c5-7e5cf3fbdd96'),(10,7,1,'psb-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','9aa280fc-64a1-4ca2-8b7e-d0967fcb59b9'),(11,6,2,'psb-001','shop/products/psb-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','e1f53b4e-b9ac-46d1-bd70-32a0f3949930'),(12,7,2,'psb-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','e7fa30a7-09ab-40dc-8f2e-a6dab095794c'),(13,8,1,'rre-001','shop/products/rre-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','7b9e5f9b-02db-4766-92dd-f194343d03de'),(14,9,1,'rre-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','1f53e93c-1959-4d16-8965-0edaaa21d59b'),(15,8,2,'rre-001','shop/products/rre-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','b6b41b1f-7271-4634-b846-6eb6beabe9ed'),(16,9,2,'rre-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','dacad1bf-d166-4d23-a24f-4d9e164d8a0d'),(17,10,1,'tfa-001','shop/products/tfa-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','8157cac0-7325-4e85-883d-f9fc771e7279'),(18,11,1,'tfa-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','e2335aeb-76a3-4b6e-b319-41b93374a1c0'),(19,10,2,'tfa-001','shop/products/tfa-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','e0f3240c-3359-4bfc-9dd8-268be0cbb622'),(20,11,2,'tfa-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','9a01543b-dd90-4ca3-ae77-10ad166b1b4a'),(21,12,1,'lkh-001','shop/products/lkh-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','2313ce7f-f021-4dc8-b703-e5f2659bee07'),(22,13,1,'lkh-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','66168322-cd47-456d-b311-9d82e98e19c3'),(23,12,2,'lkh-001','shop/products/lkh-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','7983a1e7-57c8-4a28-bce4-58415204e59d'),(24,13,2,'lkh-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','1236004d-2c97-45f1-8d91-58913df68155'),(25,14,1,'fdb-001','shop/products/fdb-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','c76617ea-9d23-43e7-8a4f-beee6c1c287a'),(26,15,1,'fdb-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','93ca9c74-7665-42e6-ade5-4fbea4a22207'),(27,14,2,'fdb-001','shop/products/fdb-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','bf3dedc6-8751-41c9-b950-908d0ff3dd78'),(28,15,2,'fdb-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','7bc767c8-49af-4dd6-8810-6f964d1d0a97'),(31,17,1,'my-first-blog','blog/my-first-blog',1,'2021-03-15 15:41:19','2021-03-15 15:41:19','63a271a3-7312-4bec-b3e8-e7b86621e999'),(32,17,2,'my-first-blog','blog/my-first-blog',1,'2021-03-15 15:41:19','2021-03-15 15:41:19','5102c9da-9a13-4193-81e7-947fb09b7881'),(33,18,1,'my-first-blog','blog/my-first-blog',1,'2021-03-15 15:41:19','2021-03-15 15:41:19','4ee22583-ddef-491d-951e-9e8b12a7f98b'),(34,18,2,'my-first-blog','blog/my-first-blog',1,'2021-03-15 15:41:19','2021-03-15 15:41:19','85cd3c31-091d-4dab-addc-310ce17e129c'),(35,19,1,NULL,NULL,1,'2021-03-15 15:55:30','2021-03-15 15:55:30','cb7c4fe6-7ae8-4d1b-813c-932c555613a0'),(36,19,2,NULL,NULL,1,'2021-03-15 15:55:30','2021-03-15 15:55:30','0cbf45ed-ffae-4d47-93c6-8b5dfd332f57'),(37,20,1,'my-first-blog','blog/my-first-blog',1,'2021-03-15 16:17:37','2021-03-15 16:17:37','c73e9643-9ff4-4a8e-9955-e409b588e21b'),(38,20,2,'my-first-blog','blog/my-first-blog',1,'2021-03-15 16:17:37','2021-03-15 16:17:37','96bdf772-209b-4465-9ab0-4a132e5b1655'),(39,21,1,'puppies','category/puppies',1,'2021-04-01 02:35:35','2021-04-01 02:35:46','51530c40-112f-484f-addd-8abf4dfa39d6'),(40,21,2,'puppies','category/puppies',1,'2021-04-01 02:35:35','2021-04-01 02:35:46','5c01578e-7c8c-41de-8a01-58f5b38e7195'),(41,22,1,'kitties','category/kitties',1,'2021-04-01 02:35:44','2021-04-01 02:35:48','2373a4d8-4ee0-4e70-9cc3-6d3b6dd054c3'),(42,22,2,'kitties','category/kitties',1,'2021-04-01 02:35:44','2021-04-01 02:35:48','41ed619d-71c4-48fe-b548-b3d3d8373620'); +/*!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'),(17,6,NULL,3,1,'2021-03-15 15:40:00',NULL,NULL,'2021-03-15 15:41:19','2021-03-15 15:41:19'),(18,6,NULL,3,1,'2021-03-15 15:40:00',NULL,NULL,'2021-03-15 15:41:19','2021-03-15 15:41:19'),(20,6,NULL,3,1,'2021-03-15 15:40:00',NULL,NULL,'2021-03-15 16:17:37','2021-03-15 16:17:37'); +/*!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,'',NULL,NULL,1,'2020-03-27 13:38:49','2020-10-16 15:16:16','2021-03-15 15:09:11','faceb3ed-6771-453c-9c2a-aa330847f6db'),(2,5,1,'Homepage','homepage',0,'none',NULL,'{section.name|raw}',1,'2020-03-27 13:38:49','2021-03-15 15:40:41',NULL,'fb3a8f31-d1cc-4c13-903b-a501f7e51f54'),(3,6,5,'Blog','blog',1,'site',NULL,NULL,1,'2021-03-15 15:39:25','2021-03-15 15:39:25',NULL,'c4536798-743d-4bf0-9669-192827bfb26c'),(4,6,8,'Review','review',1,'site',NULL,NULL,2,'2021-04-01 02:34:33','2021-04-01 02:34:33','2022-01-31 03:39:08','f631db8b-3a6f-47c4-9001-54fa8733f2c9'); +/*!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',NULL,'94b4d5ac-d7ea-4241-a6cb-92b39f482f99'),(2,'Errors','2020-03-27 13:30:08','2020-03-27 13:30:08','2021-03-15 15:13:19','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; +INSERT INTO `fieldlayoutfields` VALUES (2,5,4,7,0,1,'2021-03-15 15:40:26','2021-03-15 15:40:26','9e19a680-7ac2-47fe-b800-3fca74285708'),(5,1,5,7,0,1,'2021-03-15 15:40:41','2021-03-15 15:40:41','5ad24cfd-cd33-43e5-bc34-3a55e7065fb7'),(8,6,6,7,0,0,'2021-03-15 15:55:30','2021-03-15 15:55:30','f569e668-4547-4f0c-b336-8f58bb326960'),(11,8,8,7,0,1,'2021-04-01 02:34:33','2021-04-01 02:34:33','e885c6ca-529d-4f94-b132-20d4fe01364b'); +/*!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; +INSERT INTO `fieldlayouts` VALUES (1,'craft\\elements\\Entry','2021-03-03 22:29:11','2021-03-03 22:29:11',NULL,'3079b909-ff31-4f40-98a0-10c57767ab1f'),(2,'craft\\commerce\\elements\\Order','2021-03-15 15:24:15','2021-03-15 15:24:15',NULL,'030fdf45-9155-498b-8850-e2358400347b'),(3,'craft\\commerce\\elements\\Product','2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,'08766548-0b7c-493b-bdce-20f096719426'),(4,'craft\\commerce\\elements\\Variant','2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,'80c2837d-4f73-465a-bc55-085b035da781'),(5,'craft\\elements\\Entry','2021-03-15 15:39:25','2021-03-15 15:39:25',NULL,'44918e94-126a-4108-98da-1f66e19d2b2d'),(6,'craft\\elements\\GlobalSet','2021-03-15 15:55:30','2021-03-15 15:55:30',NULL,'e1ad1c2a-97c8-4b64-9d59-41e897a98298'),(7,'craft\\elements\\Asset','2021-03-15 16:13:40','2021-03-15 16:13:40',NULL,'e73b4186-2fad-4c0f-8eae-bbb884932c58'),(8,'craft\\elements\\Entry','2021-04-01 02:34:33','2021-04-01 02:34:33','2022-01-31 03:39:08','e66084b1-4fac-4681-b142-cd25eab4c076'),(9,'craft\\elements\\Category','2021-04-01 02:35:21','2021-04-01 02:35:21','2022-01-31 03:39:08','461e3853-0a60-4277-8682-5f5b7993c5e1'); +/*!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; +INSERT INTO `fieldlayouttabs` VALUES (2,3,'Content',NULL,'[{\"type\":\"craft\\\\commerce\\\\fieldlayoutelements\\\\ProductTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"34fe8089-2766-4ce7-82fb-c2e45a698cf9\"}]',1,'2021-03-15 15:24:16','2022-01-31 05:36:03','1cc0a6e3-5b8f-46fc-9f03-904e8ebe4d0e'),(4,5,'Content',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"9af13fd5-f263-428d-98cf-4786d2a59b42\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\",\"uid\":\"8641a496-4d3f-4677-a5bd-beacb3478828\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\",\"uid\":\"f2f2dac8-2485-4b06-8193-d778a434606e\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\",\"uid\":\"6b6fd8d6-a2e7-484a-8382-86b2f884ba51\"}]',1,'2021-03-15 15:40:26','2022-01-31 05:36:03','a8cc334b-f23b-4c0c-8fbd-044bfb986b5c'),(5,1,'Content',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"0ffd9e0d-bb2c-4104-b28c-593815c39557\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\",\"uid\":\"72222a41-a228-4e49-9596-df4d68734c47\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\",\"uid\":\"db44894e-46a1-4c29-a461-461bb661d853\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\",\"uid\":\"96cf1bb6-8a08-4479-a355-60befc3704f1\"}]',1,'2021-03-15 15:40:41','2022-01-31 05:36:03','602a1b6a-3cbc-46cf-9b2f-3139e7237e35'),(6,6,'Default',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\",\"uid\":\"c3ae85e2-d868-435c-9fbb-fa56c7fe0ad3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\",\"uid\":\"3d282089-acfc-46af-a2a7-436f2296bb34\"}]',1,'2021-03-15 15:55:30','2022-01-31 05:36:03','39fa5f70-670b-44cc-a7b2-e7684c2ca914'),(7,7,'Content',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\AssetTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"ccf44dbd-f6b5-44a5-94e5-5c6fb0677175\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5\",\"uid\":\"62801bf3-7614-4295-a544-57475e0ec518\"}]',1,'2021-03-15 16:13:40','2022-01-31 05:36:03','9786d89c-c048-4e0a-8f2c-61ce620c45a4'),(8,8,'Content',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"5fe4e372-28e1-49b4-913b-1b366eba66b1\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\",\"uid\":\"db33f182-d9e9-484a-a26f-62588f2a20dd\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\",\"uid\":\"d3f8acf6-b7ee-444f-a92c-3fc933c1e75f\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\",\"uid\":\"bec4b010-d3f7-4142-ad79-44c0ca7c9723\"}]',1,'2021-04-01 02:34:33','2022-01-31 05:36:03','25a0770e-d1aa-4fbe-9d40-8253aebcfd83'),(9,9,'Content',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\TitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"0c64463e-e31f-4388-b08f-76ff00f8c5e8\"}]',1,'2021-04-01 02:35:21','2022-01-31 05:36:03','13b26387-d6dc-4355-9bdd-963a2889fd1b'); +/*!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 (7,1,'Plain Text','plainText','global',NULL,'',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":\"\",\"columnType\":null,\"initialRows\":\"4\",\"multiline\":\"\",\"placeholder\":null,\"uiMode\":\"normal\"}','2021-03-15 15:40:05','2021-03-15 15:40:05','21903cb2-5b82-49ea-9766-e120d0951ea3'); +/*!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; +INSERT INTO `globalsets` VALUES (19,'Globals','globals',6,NULL,'2021-03-15 15:55:30','2021-03-15 15:55:30','aa7c6968-88ec-4d2a-af47-d3c40b582a68'); +/*!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; +INSERT INTO `gqlschemas` VALUES (1,'Public Schema','[]',1,'2021-02-28 19:56:45','2021-02-28 19:56:45','6005c2f9-5d85-4442-b712-22e070096ac8'); +/*!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; +INSERT INTO `gqltokens` VALUES (1,'Public Token','__PUBLIC__',0,NULL,NULL,1,'2020-10-16 15:16:16','2021-02-28 19:56:45','1b9fd892-85aa-46c0-9bed-c7c82bf46416'); +/*!40000 ALTER TABLE `gqltokens` ENABLE KEYS */; +UNLOCK TABLES; +commit; + +-- +-- Dumping data for table `imagetransforms` +-- + +LOCK TABLES `imagetransforms` WRITE; +/*!40000 ALTER TABLE `imagetransforms` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `imagetransforms` 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,'4.0.0-alpha','4.0.0',0,'vrxykvutftas','2@rmbftbysqg','2020-03-27 13:22:43','2022-01-31 12:32:28','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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'),(185,'craft','m200306_054652_disabled_sites','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abc2f9d4-4653-4583-82f4-7e483a13f888'),(186,'craft','m200522_191453_clear_template_caches','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b3cf261a-7c72-494f-b0d3-f90f37dd8697'),(187,'craft','m200606_231117_migration_tracks','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','bc34bce4-9616-413c-8c68-5e9b60eb7210'),(188,'craft','m200619_215137_title_translation_method','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','d7391893-a7b0-481b-bac7-bb8124f56aa2'),(189,'craft','m200620_005028_user_group_descriptions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abd003bc-e99d-4929-8d42-fdb5adfa8c90'),(190,'craft','m200620_230205_field_layout_changes','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','43b71a32-5238-4c70-90a2-6531b2042268'),(191,'craft','m200625_131100_move_entrytypes_to_top_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','2b86d78a-0825-4c90-acf7-629463148de8'),(192,'craft','m200629_112700_remove_project_config_legacy_files','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','35da89d2-87af-4f31-98d4-d028e5f44f03'),(193,'craft','m200630_183000_drop_configmap','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','6e888e11-fff0-4cf6-83ed-ac62cce76ef0'),(194,'craft','m200715_113400_transform_index_error_flag','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b7bae372-1ba0-4109-ade5-b1f9af4a63a6'),(195,'craft','m200716_110900_replace_file_asset_permissions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','3a1671c1-3334-478b-92d3-35dce55d87ae'),(196,'craft','m200716_153800_public_token_settings_in_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','9fcbf070-3ff5-40a0-910b-ed0c0e5ad88d'),(197,'craft','m200720_175543_drop_unique_constraints','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','deaeab5a-092d-4e0f-95fb-18ef08d6489e'),(198,'craft','m200825_051217_project_config_version','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','6e096de1-fcd8-4f96-92b3-37db41a29a25'),(204,'craft','m201116_190500_asset_title_translation_method','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','94da610f-2014-4abf-adcb-175d1b85f4bb'),(205,'craft','m201124_003555_plugin_trials','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','2f1fd1a7-9419-4809-b2d7-ea1c23107884'),(206,'craft','m210209_135503_soft_delete_field_groups','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','a4136522-77e7-4bec-96d9-08066118c154'),(207,'craft','m210212_223539_delete_invalid_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','e4608336-f165-4108-89c7-67d5d70cf2d2'),(208,'craft','m210214_202731_track_saved_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','9b5948e1-7f7f-458f-8276-fefeee254ff2'),(212,'craft','m210223_150900_add_new_element_gql_schema_components','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','aef28876-0de8-4eca-bd90-392d818d7740'),(213,'craft','m210224_162000_add_projectconfignames_table','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','0eb6eb5a-2c3d-4321-901a-7fd2629fcc56'),(348,'craft','m210326_132000_invalidate_projectconfig_cache','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','27d82ddb-2a06-4353-ab3c-21f1e89ee847'),(352,'craft','m210302_212318_canonical_elements','2022-01-31 03:39:05','2022-01-31 03:39:05','2022-01-31 03:39:05','e9318e17-f405-442c-aad0-a4becf0b4465'),(353,'craft','m210329_214847_field_column_suffixes','2022-01-31 03:39:05','2022-01-31 03:39:05','2022-01-31 03:39:05','49075784-7419-4321-bd9e-1617c9d2a63b'),(354,'craft','m210331_220322_null_author','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','540786f1-721a-42e9-86c1-617d88b19592'),(355,'craft','m210405_231315_provisional_drafts','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','2a010e18-6864-4a2a-ad80-28ac52f3c270'),(356,'craft','m210602_111300_project_config_names_in_config','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','b3b9cc23-2679-466c-8026-646b3843c835'),(357,'craft','m210611_233510_default_placement_settings','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','6f29bbd2-592d-423c-b48b-49187e7e3934'),(358,'craft','m210613_145522_sortable_global_sets','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','ec10fa8f-6924-4d50-a92d-572cf7d060bf'),(359,'craft','m210613_184103_announcements','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','b621cf30-eed5-4d6d-828b-5c3a102b67e9'),(360,'craft','m210829_000000_element_index_tweak','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','c3fa9b31-9331-4928-8c05-ff15bad0e3c8'),(361,'craft','m210121_145800_asset_indexing_changes','2022-01-31 05:36:01','2022-01-31 05:36:01','2022-01-31 05:36:01','97ed0410-8a15-4a14-bfa2-bfc5b1a85a7e'),(362,'craft','m210624_222934_drop_deprecated_tables','2022-01-31 05:36:01','2022-01-31 05:36:01','2022-01-31 05:36:01','b6f61d22-d302-4dee-9ab4-2216d54b81a0'),(363,'craft','m210724_180756_rename_source_cols','2022-01-31 05:36:01','2022-01-31 05:36:01','2022-01-31 05:36:01','68cc8c26-a843-4534-b631-0c951c620a38'),(364,'craft','m210809_124211_remove_superfluous_uids','2022-01-31 05:36:02','2022-01-31 05:36:02','2022-01-31 05:36:02','11fdaa70-86fd-40af-a3b5-1853ec7fbae0'),(365,'craft','m210817_014201_universal_users','2022-01-31 05:36:02','2022-01-31 05:36:02','2022-01-31 05:36:02','c95950d7-b65a-41c5-8dbc-68107319228c'),(366,'craft','m210904_132612_store_element_source_settings_in_project_config','2022-01-31 05:36:02','2022-01-31 05:36:02','2022-01-31 05:36:02','291c68f2-e432-402e-98ff-d270b538b8ca'),(367,'craft','m211115_135500_image_transformers','2022-01-31 05:36:02','2022-01-31 05:36:02','2022-01-31 05:36:02','4ebcc1f5-4b39-4a1c-a69e-771799ccf5a8'),(368,'craft','m211201_131000_filesystems','2022-01-31 05:36:03','2022-01-31 05:36:03','2022-01-31 05:36:03','ca39d9d2-257a-4534-bbd2-72100139a132'),(369,'craft','m220103_043103_tab_conditions','2022-01-31 05:36:03','2022-01-31 05:36:03','2022-01-31 05:36:03','d9d31d12-2fcb-4d9b-bf5a-3aa813e26b7b'),(370,'craft','m220104_003433_asset_alt_text','2022-01-31 05:36:03','2022-01-31 05:36:03','2022-01-31 05:36:03','4d52d260-69fd-4d45-9a71-221b644ea539'),(371,'craft','m220128_055840_field_layout_element_uids','2022-01-31 05:36:03','2022-01-31 05:36:03','2022-01-31 05:36:03','a7f01a30-7b03-4eb3-a6c2-a00a384ff274'); +/*!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; +/*!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 ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.handle','\"dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.isFrontendEnabled','true'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.name','\"Dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.paymentType','\"purchase\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.sortOrder','99'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.type','\"craft\\\\commerce\\\\gateways\\\\Dummy\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.color','\"green\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.default','true'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.description','null'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.handle','\"new\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.name','\"New\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.sortOrder','99'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.descriptionFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.handle','\"clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasDimensions','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasProductTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariants','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariantTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.name','\"Clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocapitalize','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocomplete','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocorrect','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.class','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.disabled','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.id','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.instructions','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.label','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.max','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.min','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.name','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.orientation','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.placeholder','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.readonly','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.requirable','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.size','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.step','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.tip','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.title','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.type','\"craft\\\\commerce\\\\fieldlayoutelements\\\\ProductTitleField\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.warning','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.width','100'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.name','\"Content\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.sortOrder','1'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productTitleFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.skuFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.titleFormat','\"{product.title}\"'),('dateModified','1643632348'),('email.fromEmail','\"andrew@nystudio107.com\"'),('email.fromName','\"Craft\"'),('email.transportType','\"craft\\\\mail\\\\transportadapters\\\\Sendmail\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocapitalize','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocomplete','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocorrect','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.class','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.disabled','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.id','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.max','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.min','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.name','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.orientation','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.placeholder','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.readonly','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.requirable','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.size','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.step','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.title','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.name','\"Content\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.handle','\"blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.hasTitleField','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.name','\"Blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.section','\"de308a7d-1794-448f-9176-29e2eace7ecf\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationKeyFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationMethod','\"site\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocapitalize','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocomplete','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocorrect','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.class','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.disabled','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.id','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.max','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.min','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.name','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.orientation','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.placeholder','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.readonly','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.requirable','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.size','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.step','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.title','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.name','\"Content\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.handle','\"homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.hasTitleField','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.name','\"Homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.section','\"54e60257-f31a-44aa-960e-bbd364197e28\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleFormat','\"{section.name|raw}\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationKeyFormat','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationMethod','\"none\"'),('fieldGroups.94b4d5ac-d7ea-4241-a6cb-92b39f482f99.name','\"Common\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.contentColumnType','\"text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.handle','\"plainText\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.instructions','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.name','\"Plain Text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.searchable','false'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.byteLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.charLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.code','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.columnType','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.initialRows','\"4\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.multiline','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.placeholder','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.uiMode','\"normal\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationKeyFormat','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationMethod','\"none\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.type','\"craft\\\\fields\\\\PlainText\"'),('fs.site.hasUrls','true'),('fs.site.name','\"Site\"'),('fs.site.settings.path','\"@webroot/assets/site\"'),('fs.site.type','\"craft\\\\fs\\\\Local\"'),('fs.site.url','\"@assetsUrl/assets/site\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.name','\"Default\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.sortOrder','1'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.handle','\"globals\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.name','\"Globals\"'),('graphql.publicToken.enabled','false'),('graphql.publicToken.expiryDate','null'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.isPublic','true'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.name','\"Public Schema\"'),('meta.__names__.5c642d7e-b16b-4836-9575-668d75d242e5','\"Site\"'),('meta.__names__.5da841b1-ca0d-46ff-8bb1-04d6c889ac54','\"English\"'),('meta.__names__.94b4d5ac-d7ea-4241-a6cb-92b39f482f99','\"Common\"'),('meta.__names__.c4536798-743d-4bf0-9669-192827bfb26c','\"Blog\"'),('meta.__names__.ec473f07-152f-423b-90df-ac425e6068a1','\"Spanish\"'),('meta.__names__.f89601e9-4ba9-4a48-9e99-350aa9914912','\"plugindev\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.enableVersioning','false'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.handle','\"homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.name','\"Homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.1','\"Entry\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.1','\"/\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.1','\"1\"'),('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.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"index\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"__home__\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.type','\"single\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.enableVersioning','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.handle','\"blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.name','\"Blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.1','\"{url}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.1','\"1\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.propagationMethod','\"all\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.type','\"channel\"'),('siteGroups.f89601e9-4ba9-4a48-9e99-350aa9914912.name','\"plugindev\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.baseUrl','\"@web/\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabled','true'),('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','\"English\"'),('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'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.baseUrl','\"@web/es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.enabled','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.handle','\"spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.language','\"es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.name','\"Spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.primary','false'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.siteGroup','\"f89601e9-4ba9-4a48-9e99-350aa9914912\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.sortOrder','2'),('system.edition','\"pro\"'),('system.live','true'),('system.name','\"plugindev\"'),('system.retryDuration','60'),('system.schemaVersion','\"4.0.0\"'),('system.timeZone','\"America/New_York\"'),('users.allowPublicRegistration','false'),('users.deactivateByDefault','false'),('users.defaultGroup','null'),('users.photoSubpath','\"\"'),('users.photoVolumeUid','null'),('users.requireEmailVerification','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocapitalize','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocomplete','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocorrect','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.class','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.disabled','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.id','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.max','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.min','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.name','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.orientation','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.placeholder','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.readonly','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.requirable','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.size','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.step','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.title','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\AssetTitleField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.fieldUid','\"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.required','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.name','\"Content\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.sortOrder','1'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fs','\"site\"'),('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.sortOrder','0'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationKeyFormat','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationMethod','\"site\"'),('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 `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','2021-04-01 02:19:45','d51a6505-12b4-479c-8521-90eec927b370',1,'/favicon.ico','http://localhost:8000/cpresources/fe0714e7/nys-logo.svg','172.24.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36','Template not found: favicon.ico','/var/www/project/cms/vendor/craftcms/cms/src/controllers/TemplatesController.php',92,11,'2021-04-01 02:19:45',0),(2,'2020-10-16 15:31:42','2020-10-16 15:31:42','32f201b5-aa6a-47cb-9167-8f4455303414',1,'/webperf/metrics/beacon','http://localhost:8000/','172.26.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36','Template not found: webperf/metrics/beacon','/var/www/project/cms/vendor/craftcms/cms/src/controllers/TemplatesController.php',92,1,'2020-10-16 15:31:42',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; +INSERT INTO `revisions` VALUES (1,17,1,1,''),(2,17,1,2,''); +/*!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 '),(2,'slug',0,2,' homepage '),(2,'title',0,2,' homepage '),(3,'slug',0,1,''),(17,'title',0,2,' my first blog '),(17,'slug',0,2,' my first blog '),(17,'slug',0,1,' my first blog '),(17,'title',0,1,' my first blog '),(19,'slug',0,2,''),(19,'slug',0,1,''),(21,'title',0,2,' puppies '),(21,'slug',0,2,' puppies '),(21,'slug',0,1,' puppies '),(21,'title',0,1,' puppies '),(22,'title',0,2,' kitties '),(22,'slug',0,2,' kitties '),(22,'slug',0,1,' kitties '),(22,'title',0,1,' kitties '); +/*!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','end',NULL,'2020-03-27 13:38:49','2020-03-27 13:38:49','2021-03-15 15:09:11','a72bfe0c-3389-4f9f-8ec1-ab318ec10b29'),(5,NULL,'Homepage','homepage','single',0,'all','end','[{\"label\":\"Entry\",\"urlFormat\":\"/\",\"refresh\":\"1\"}]','2020-03-27 13:38:49','2021-03-15 15:04:41',NULL,'54e60257-f31a-44aa-960e-bbd364197e28'),(6,NULL,'Blog','blog','channel',1,'all','end','[{\"label\":\"Primary entry page\",\"urlFormat\":\"{url}\",\"refresh\":\"1\"}]','2021-03-15 15:39:25','2021-03-15 15:39:25',NULL,'de308a7d-1794-448f-9176-29e2eace7ecf'); +/*!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'),(3,5,2,1,'__home__','index',1,'2021-03-15 15:04:41','2021-03-15 15:04:50','32282537-65b3-4b3d-911c-c34090f0d571'),(4,6,1,1,'blog/{slug}','blog/_entry',1,'2021-03-15 15:39:25','2021-03-15 15:39:25','f134ef0e-b422-449e-971f-5465a6c43bf5'),(5,6,2,1,'blog/{slug}','blog/_entry',1,'2021-03-15 15:39:25','2021-03-15 15:39:25','641ed1e3-0154-4912-bb57-a2d3a179842d'); +/*!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','2021-04-01 00:17:06','54bcfb25-90fc-40ce-8a49-7ff73bee5bd6','1.0.50','__GLOBAL_BUNDLE__',1,'__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__',NULL,'',1,'[]','2021-04-01 00:17:06','{\"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\":\"Project\",\"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\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\"]},\"tagAttrs\":[]},\"keywords\":{\"charset\":\"\",\"content\":\"{seomatic.meta.seoKeywords}\",\"httpEquiv\":\"\",\"name\":\"keywords\",\"property\":null,\"include\":true,\"key\":\"keywords\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.seoDescription}\",\"httpEquiv\":\"\",\"name\":\"description\",\"property\":null,\"include\":true,\"key\":\"description\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"referrer\":{\"charset\":\"\",\"content\":\"{seomatic.site.referrer}\",\"httpEquiv\":\"\",\"name\":\"referrer\",\"property\":null,\"include\":true,\"key\":\"referrer\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"robots\":{\"charset\":\"\",\"content\":\"{seomatic.meta.robots}\",\"httpEquiv\":\"\",\"name\":\"robots\",\"property\":null,\"include\":true,\"key\":\"robots\",\"environment\":{\"live\":{\"content\":\"{seomatic.meta.robots}\"},\"staging\":{\"content\":\"none\"},\"local\":{\"content\":\"none\"}},\"dependencies\":null,\"tagAttrs\":[]}},\"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,\"tagAttrs\":[]},\"fb:app_id\":{\"charset\":\"\",\"content\":\"{seomatic.site.facebookAppId}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"fb:app_id\",\"include\":true,\"key\":\"fb:app_id\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:locale\":{\"charset\":\"\",\"content\":\"{{ craft.app.language |replace({\\\"-\\\": \\\"_\\\"}) }}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:locale\",\"include\":true,\"key\":\"og:locale\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:locale:alternate\":{\"charset\":\"\",\"content\":\"\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:locale:alternate\",\"include\":true,\"key\":\"og:locale:alternate\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:site_name\":{\"charset\":\"\",\"content\":\"{seomatic.site.siteName}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:site_name\",\"include\":true,\"key\":\"og:site_name\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:type\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogType}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:type\",\"include\":true,\"key\":\"og:type\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:url\":{\"charset\":\"\",\"content\":\"{seomatic.meta.canonicalUrl}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:url\",\"include\":true,\"key\":\"og:url\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"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,\"tagAttrs\":[]},\"og:description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogDescription}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:description\",\"include\":true,\"key\":\"og:description\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:image\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogImage}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:image\",\"include\":true,\"key\":\"og:image\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"og:see_also\":{\"charset\":\"\",\"content\":\"\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:see_also\",\"include\":true,\"key\":\"og:see_also\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]}},\"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,\"tagAttrs\":[]},\"twitter:site\":{\"charset\":\"\",\"content\":\"@{seomatic.site.twitterHandle}\",\"httpEquiv\":\"\",\"name\":\"twitter:site\",\"property\":null,\"include\":true,\"key\":\"twitter:site\",\"environment\":null,\"dependencies\":{\"site\":[\"twitterHandle\"]},\"tagAttrs\":[]},\"twitter:creator\":{\"charset\":\"\",\"content\":\"@{seomatic.meta.twitterCreator}\",\"httpEquiv\":\"\",\"name\":\"twitter:creator\",\"property\":null,\"include\":true,\"key\":\"twitter:creator\",\"environment\":null,\"dependencies\":{\"meta\":[\"twitterCreator\"]},\"tagAttrs\":[]},\"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,\"tagAttrs\":[]},\"twitter:description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterDescription}\",\"httpEquiv\":\"\",\"name\":\"twitter:description\",\"property\":null,\"include\":true,\"key\":\"twitter:description\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"twitter:image\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterImage}\",\"httpEquiv\":\"\",\"name\":\"twitter:image\",\"property\":null,\"include\":true,\"key\":\"twitter:image\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]}},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]}},\"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,\"tagAttrs\":[]},\"home\":{\"crossorigin\":\"\",\"href\":\"{{ seomatic.helper.siteUrl(\\\"/\\\") }}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"home\",\"sizes\":\"\",\"type\":\"\",\"include\":true,\"key\":\"home\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"publisher\":{\"crossorigin\":\"\",\"href\":\"{seomatic.site.googlePublisherLink}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"publisher\",\"sizes\":\"\",\"type\":\"\",\"include\":true,\"key\":\"publisher\",\"environment\":null,\"dependencies\":{\"site\":[\"googlePublisherLink\"]},\"tagAttrs\":[]}},\"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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":null,\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"hasCredential\":null,\"hasMerchantReturnPolicy\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"interactionStatistic\":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\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\",\"graph\":null,\"include\":true,\"key\":\"identity\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[],\"nonce\":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,\"hasCredential\":null,\"hasMerchantReturnPolicy\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"interactionStatistic\":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\":\"{parseEnv(seomatic.site.creator.genericUrl)}#creator\",\"graph\":null,\"include\":true,\"key\":\"creator\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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','2021-03-15 15:40:42','5e1950fb-88fb-41ee-8b5f-051ba6490e0c','1.0.29','section',5,'Homepage','homepage','single',NULL,'index',1,'{\"1\":{\"id\":2,\"sectionId\":5,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"__home__\",\"template\":\"index\",\"language\":\"en-us\"}}','2021-03-15 15:40:42','{\"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\":\"Friends of Webster Trails\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"nonce\":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\":\"\"}'),(3,'2021-03-15 15:04:42','2021-03-15 15:40:42','3bebe8ad-f57a-4cc3-8849-3701daca07a1','1.0.29','section',5,'Homepage','homepage','single',NULL,'',2,'{\"1\":{\"id\":2,\"sectionId\":5,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"__home__\",\"template\":\"index\",\"language\":\"en-us\"},\"2\":{\"id\":3,\"sectionId\":5,\"siteId\":2,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"__home__\",\"template\":null,\"language\":\"es\"}}','2021-03-15 15:40:42','{\"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\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"nonce\":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\":\"\"}'),(4,'2021-03-15 15:24:20','2021-03-15 15:24:20','ab4e123a-e7d5-4716-a325-7bfa6f7c553d','1.0.33','product',1,'Clothing','clothing','product',NULL,'shop/products/_product',2,'{\"1\":{\"id\":\"1\",\"productTypeId\":\"1\",\"siteId\":\"1\",\"hasUrls\":\"1\",\"uriFormat\":\"shop/products/{slug}\",\"template\":\"shop/products/_product\",\"uriFormatIsRequired\":true,\"language\":\"en-us\"},\"2\":{\"id\":\"2\",\"productTypeId\":\"1\",\"siteId\":\"2\",\"hasUrls\":\"1\",\"uriFormat\":\"shop/products/{slug}\",\"template\":\"shop/products/_product\",\"uriFormatIsRequired\":true,\"language\":\"es\"}}','2021-03-15 15:24:16','{\"language\":null,\"mainEntityOfPage\":\"Product\",\"seoTitle\":\"{product.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{product.url}\",\"robots\":\"all\",\"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\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":{\"additionalProperty\":null,\"aggregateRating\":null,\"audience\":null,\"award\":null,\"brand\":null,\"category\":null,\"color\":null,\"depth\":null,\"gtin\":null,\"gtin12\":null,\"gtin13\":null,\"gtin14\":null,\"gtin8\":null,\"hasMerchantReturnPolicy\":null,\"height\":null,\"isAccessoryOrSparePartFor\":null,\"isConsumableFor\":null,\"isRelatedTo\":null,\"isSimilarTo\":null,\"itemCondition\":null,\"logo\":null,\"manufacturer\":null,\"material\":null,\"model\":null,\"mpn\":null,\"nsn\":null,\"offers\":{\"type\":\"Offer\",\"url\":\"{seomatic.meta.canonicalUrl}\",\"price\":\"{product.getDefaultVariant().getPrice()|number_format(2, \\\".\\\", \\\"\\\")}\",\"priceCurrency\":\"{{craft.commerce.paymentCurrencies.primaryPaymentCurrencyIso()}}\",\"offeredBy\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"seller\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"availability\":\"http://schema.org/{% if object.product.hasUnlimitedStock or object.product.totalStock > 0 %}InStock{% else %}OutOfStock{% endif %}\"},\"productID\":null,\"productionDate\":null,\"purchaseDate\":null,\"releaseDate\":null,\"review\":null,\"sku\":\"{product.getDefaultVariant().getSku()}\",\"slogan\":null,\"weight\":null,\"width\":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,\"nonce\":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\":\"Product\",\"siteSubType\":\"\",\"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\":\"\"}'),(5,'2021-03-15 15:24:20','2021-03-15 15:24:20','2ffcb07b-9e3f-4a82-8ba8-b5e909291818','1.0.33','product',1,'Clothing','clothing','product',NULL,'shop/products/_product',1,'{\"1\":{\"id\":\"1\",\"productTypeId\":\"1\",\"siteId\":\"1\",\"hasUrls\":\"1\",\"uriFormat\":\"shop/products/{slug}\",\"template\":\"shop/products/_product\",\"uriFormatIsRequired\":true,\"language\":\"en-us\"},\"2\":{\"id\":\"2\",\"productTypeId\":\"1\",\"siteId\":\"2\",\"hasUrls\":\"1\",\"uriFormat\":\"shop/products/{slug}\",\"template\":\"shop/products/_product\",\"uriFormatIsRequired\":true,\"language\":\"es\"}}','2021-03-15 15:24:16','{\"language\":null,\"mainEntityOfPage\":\"Product\",\"seoTitle\":\"{product.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{product.url}\",\"robots\":\"all\",\"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\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":{\"additionalProperty\":null,\"aggregateRating\":null,\"audience\":null,\"award\":null,\"brand\":null,\"category\":null,\"color\":null,\"depth\":null,\"gtin\":null,\"gtin12\":null,\"gtin13\":null,\"gtin14\":null,\"gtin8\":null,\"hasMerchantReturnPolicy\":null,\"height\":null,\"isAccessoryOrSparePartFor\":null,\"isConsumableFor\":null,\"isRelatedTo\":null,\"isSimilarTo\":null,\"itemCondition\":null,\"logo\":null,\"manufacturer\":null,\"material\":null,\"model\":null,\"mpn\":null,\"nsn\":null,\"offers\":{\"type\":\"Offer\",\"url\":\"{seomatic.meta.canonicalUrl}\",\"price\":\"{product.getDefaultVariant().getPrice()|number_format(2, \\\".\\\", \\\"\\\")}\",\"priceCurrency\":\"{{craft.commerce.paymentCurrencies.primaryPaymentCurrencyIso()}}\",\"offeredBy\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"seller\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"availability\":\"http://schema.org/{% if object.product.hasUnlimitedStock or object.product.totalStock > 0 %}InStock{% else %}OutOfStock{% endif %}\"},\"productID\":null,\"productionDate\":null,\"purchaseDate\":null,\"releaseDate\":null,\"review\":null,\"sku\":\"{product.getDefaultVariant().getSku()}\",\"slogan\":null,\"weight\":null,\"width\":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,\"nonce\":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\":\"Product\",\"siteSubType\":\"\",\"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\":\"\"}'),(6,'2021-03-15 15:39:25','2021-03-15 16:17:37','55e209e4-06d9-4b7d-9d4f-b8c5464ca10a','1.0.29','section',6,'Blog','blog','channel',NULL,'blog/_entry',1,'{\"1\":{\"id\":4,\"sectionId\":6,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"en-us\"},\"2\":{\"id\":5,\"sectionId\":6,\"siteId\":2,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"es\"}}','2021-03-15 16:17:36','{\"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\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"nonce\":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\":\"\"}'),(7,'2021-03-15 15:39:25','2021-03-15 16:17:37','00513103-9fae-41ce-a47d-707c58b06b0f','1.0.29','section',6,'Blog','blog','channel',NULL,'blog/_entry',2,'{\"1\":{\"id\":4,\"sectionId\":6,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"en-us\"},\"2\":{\"id\":5,\"sectionId\":6,\"siteId\":2,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"es\"}}','2021-03-15 16:17:36','{\"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\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"nonce\":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\":\"\"}'),(8,'2021-03-15 15:50:58','2021-03-15 15:50:58','24580179-74c1-467c-93bf-aaec35939a7c','1.0.49','__GLOBAL_BUNDLE__',1,'__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__',NULL,'',2,'[]','2021-03-15 15:50:58','{\"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\":\"Project\",\"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\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":\"{seomatic.site.referrer}\",\"httpEquiv\":\"\",\"name\":\"referrer\",\"property\":null,\"include\":true,\"key\":\"referrer\",\"environment\":null,\"dependencies\":null},\"robots\":{\"charset\":\"\",\"content\":\"{seomatic.meta.robots}\",\"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,\"nonce\":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,\"nonce\":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,\"nonce\":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,\"nonce\":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,\"nonce\":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,\"nonce\":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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":null,\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":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,\"usageInfo\":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,\"nonce\":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,\"hasCredential\":null,\"hasMerchantReturnPolicy\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"interactionStatistic\":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\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\",\"graph\":null,\"include\":true,\"key\":\"identity\",\"environment\":null,\"dependencies\":null,\"nonce\":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,\"hasCredential\":null,\"hasMerchantReturnPolicy\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"interactionStatistic\":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\":\"{parseEnv(seomatic.site.creator.genericUrl)}#creator\",\"graph\":null,\"include\":true,\"key\":\"creator\",\"environment\":null,\"dependencies\":null,\"nonce\":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\":\"\"}'),(9,'2021-04-01 02:35:21','2021-04-01 02:35:44','eca2ecb0-1d84-4a00-8828-4f1080c06322','1.0.26','categorygroup',1,'Category','category','category',NULL,'',1,'{\"1\":{\"id\":1,\"groupId\":1,\"siteId\":1,\"hasUrls\":1,\"uriFormat\":\"category/{slug}\",\"template\":null,\"language\":\"en-us\"},\"2\":{\"id\":2,\"groupId\":1,\"siteId\":2,\"hasUrls\":1,\"uriFormat\":\"category/{slug}\",\"template\":null,\"language\":\"es\"}}','2021-04-01 02:35:44','{\"language\":null,\"mainEntityOfPage\":\"WebPage\",\"seoTitle\":\"{category.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{category.url}\",\"robots\":\"all\",\"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\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{category.dateCreated |date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#creator\"},\"dateCreated\":false,\"dateModified\":\"{category.dateUpdated |atom}\",\"datePublished\":\"{category.dateCreated |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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\":\"\"}'),(10,'2021-04-01 02:35:21','2021-04-01 02:35:44','9c84ec4a-934b-46bd-a868-1f1641684933','1.0.26','categorygroup',1,'Category','category','category',NULL,'',2,'{\"1\":{\"id\":1,\"groupId\":1,\"siteId\":1,\"hasUrls\":1,\"uriFormat\":\"category/{slug}\",\"template\":null,\"language\":\"en-us\"},\"2\":{\"id\":2,\"groupId\":1,\"siteId\":2,\"hasUrls\":1,\"uriFormat\":\"category/{slug}\",\"template\":null,\"language\":\"es\"}}','2021-04-01 02:35:44','{\"language\":null,\"mainEntityOfPage\":\"WebPage\",\"seoTitle\":\"{category.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{category.url}\",\"robots\":\"all\",\"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\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{category.dateCreated |date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#creator\"},\"dateCreated\":false,\"dateModified\":\"{category.dateUpdated |atom}\",\"datePublished\":\"{category.dateCreated |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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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,'plugindev','2020-03-27 13:22:43','2021-03-15 15:01:27',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,1,'English','default','en-US',1,'@web/',1,'2020-03-27 13:22:43','2021-03-15 15:02:45',NULL,'5da841b1-ca0d-46ff-8bb1-04d6c889ac54'),(2,1,0,1,'Spanish','spanish','es',1,'@web/es',2,'2021-03-15 15:02:36','2021-03-15 15:02:36',NULL,'ec473f07-152f-423b-90df-ac425e6068a1'); +/*!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; +INSERT INTO `structureelements` VALUES (1,1,NULL,1,1,2,0,'2021-04-01 02:35:35','2022-01-31 03:39:08','49453ac8-b940-462b-9de9-8b45aa3efa99'); +/*!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; +INSERT INTO `structures` VALUES (1,NULL,'2021-04-01 02:35:21','2021-04-01 02:35:21','2022-01-31 03:39:08','720df5b4-5784-490a-b196-dcbd886a2803'); +/*!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\",\"locale\":null,\"weekStartDay\":\"1\",\"useShapes\":false,\"underlineLinks\":false,\"showFieldHandles\":false,\"enableDebugToolbarForSite\":false,\"enableDebugToolbarForCp\":false,\"showExceptionView\":false,\"profileTemplates\":false}'); +/*!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,'','','andrew@nystudio107.com','$2y$13$EuMO1jWoObzUT.7T6IMJ4.U1GB2uIGV8LbrzGKT/HEimvXCPC65Ji',1,1,0,0,0,'2022-01-31 12:58:02',NULL,NULL,NULL,'2021-03-01 03:52:45',NULL,1,NULL,NULL,NULL,0,'2021-03-15 14:57:00','2020-03-27 13:22:44','2022-01-31 12:58:02'); +/*!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,7,'Site','site','site','site',NULL,0,'2020-03-27 13:38:49','2021-03-15 16:13:40',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; +INSERT INTO `webperf_data_samples` VALUES (1,'2020-11-18 21:37:26','2020-11-18 21:37:27','ea0ce6d2-0729-438c-a965-aa494b278c10',8947159563722028624,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,1587,1736,1736,1689,2022,'??','Macintosh','Chrome 86.0.4240.198','OS X Catalina 10.15',0,1722,50,49,0,0,1672,488,9581568),(3,'2020-12-02 16:08:42','2020-12-02 16:08:42','4a9f192e-8cfa-4a02-8710-90cf1a0816cf',8824185223071447740,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,1189,1329,1329,1282,1525,'??','Macintosh','Chrome 87.0.4280.67','OS X Catalina 10.15',0,971,36,49,0,0,935,487,8870288),(4,'2020-12-06 22:47:55','2020-12-06 22:47:56','97d226f0-3c08-4411-864e-4c83a52fe704',5704165093160125832,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,1211,1409,1409,1308,1539,'??','Macintosh','Chrome 87.0.4280.67','OS X Catalina 10.15',0,1031,28,45,0,0,1002,488,8758504),(6,'2021-02-28 23:50:04','2021-02-28 23:50:05','ea368a63-7837-4705-a373-9769bdad7041',5021158955426407940,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,2438,2625,2625,2535,2540,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,424,26,31,0,0,398,115,7669224),(7,'2021-03-02 00:00:19','2021-03-02 00:00:20','0ec9fd8c-1a9f-4fa6-844a-ff85e12deaeb',9066497417661839779,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,2735,NULL,NULL,2764,2780,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,1741,91,50,0,0,1649,473,6527136),(8,'2021-03-02 00:00:30','2021-03-02 00:00:30','e1a76836-03ef-44ab-8a44-2ea663e0979b',6183991056336560919,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,484,532,532,520,536,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,469,35,31,0,0,434,115,6195960),(10,'2021-03-03 15:51:51','2021-03-03 15:51:52','f02c49fb-a83c-45f4-b4e9-67dced5169a6',6164079075040411519,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,2817,2891,2891,2861,2866,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,1576,101,57,0,0,1475,474,6416504),(12,'2021-03-04 18:47:56','2021-03-04 18:47:56','16ec8283-a3b2-4d1d-ae10-527b6e6a7d8f',6724523139216755323,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,3812,NULL,NULL,3864,3878,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,3754,102,53,0,0,3652,476,6383096),(13,'2021-03-15 15:50:08','2021-03-15 15:50:08','2755a6dc-41fb-4c80-a40d-bafb660d1409',8084825374695554793,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,1752,1813,1813,1814,1842,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,1227,34,61,0,0,1193,486,5286616),(14,'2021-03-15 15:50:37','2021-03-15 15:50:38','0931819f-85fd-4cf4-a28c-e838e2a2d080',8339846145763819515,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,653,721,721,685,686,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,816,36,61,0,0,779,199,8754440),(15,'2021-03-15 15:50:44','2021-03-15 15:50:45','edd8ef72-bf67-4a3f-9bdd-5478da3237d8',4774729439798297718,1,'🚧 Project','http://localhost:8000/blog',NULL,NULL,NULL,466,500,500,499,522,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,267,20,37,0,0,246,340,3990056),(16,'2021-03-15 15:50:51','2021-03-15 15:50:51','629b7897-c19e-47aa-ae73-15d6e6fa25a6',4234256945667735932,1,'🚧 Project | My first blog','http://localhost:8000/blog/my-first-blog',NULL,NULL,NULL,585,NULL,NULL,615,617,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,365,34,65,0,0,330,393,3997232),(17,'2021-03-15 15:51:04','2021-03-15 15:51:05','a1579171-7a8c-4fd2-88dd-02843abcc1a2',2480923588497879388,2,'🚧 Project | My first blog','http://localhost:8000/es/blog/my-first-blog',NULL,NULL,NULL,445,NULL,NULL,475,478,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,195,25,40,0,0,170,369,4847616),(20,'2021-03-15 15:53:12','2021-03-15 15:53:12','217b8217-0f07-4e41-8d47-de40e2b36846',3355934282910147199,1,'🚧 Project | My first blog','http://localhost:8000/blog/my-first-blog',NULL,NULL,NULL,548,605,605,590,591,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,378,36,65,0,0,342,392,9078888); +/*!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_v4' +-- +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!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 2022-01-31 12:58:09 diff --git a/mysql-db-seed/plugindev--2021-08-04-200044--v3.7.7.sql b/mysql-db-seed/plugindev--2021-08-04-200044--v3.7.7.sql deleted file mode 100644 index 701931d..0000000 --- a/mysql-db-seed/plugindev--2021-08-04-200044--v3.7.7.sql +++ /dev/null @@ -1,5724 +0,0 @@ --- MariaDB dump 10.19 Distrib 10.5.11-MariaDB, for Linux (x86_64) --- --- Host: mysql Database: project --- ------------------------------------------------------ --- Server version 8.0.26 - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Table structure for table `announcements` --- - -DROP TABLE IF EXISTS `announcements`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `announcements` ( - `id` int NOT NULL AUTO_INCREMENT, - `userId` int NOT NULL, - `pluginId` int DEFAULT NULL, - `heading` varchar(255) NOT NULL, - `body` text NOT NULL, - `unread` tinyint(1) NOT NULL DEFAULT '1', - `dateRead` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `idx_czskgaknxmynlzalejglevijgzmtudbfdrno` (`userId`,`unread`,`dateRead`,`dateCreated`), - KEY `idx_weaubuxtvhlucwpnghqucmdflrvrriydbbxm` (`dateRead`), - KEY `fk_bfdhqorljrosyczmqckxbvsuywdcadicxevu` (`pluginId`), - CONSTRAINT `fk_bfdhqorljrosyczmqckxbvsuywdcadicxevu` FOREIGN KEY (`pluginId`) REFERENCES `plugins` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_iibnglkxemzghrbbimyopozemmqyeenohsbe` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `sessionId` varchar(36) NOT NULL DEFAULT '', - `volumeId` int NOT NULL, - `uri` text, - `size` bigint unsigned DEFAULT NULL, - `timestamp` datetime DEFAULT NULL, - `recordId` int DEFAULT NULL, - `inProgress` tinyint(1) DEFAULT '0', - `completed` tinyint(1) DEFAULT '0', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `assetindexdata_sessionId_volumeId_idx` (`sessionId`,`volumeId`), - KEY `assetindexdata_volumeId_idx` (`volumeId`), - CONSTRAINT `assetindexdata_volumeId_fk` FOREIGN KEY (`volumeId`) REFERENCES `volumes` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL, - `volumeId` int DEFAULT NULL, - `folderId` int NOT NULL, - `uploaderId` int DEFAULT NULL, - `filename` varchar(255) NOT NULL, - `kind` varchar(50) NOT NULL DEFAULT 'unknown', - `width` int unsigned DEFAULT NULL, - `height` int unsigned DEFAULT NULL, - `size` bigint unsigned DEFAULT NULL, - `focalPoint` varchar(13) DEFAULT NULL, - `deletedWithVolume` tinyint(1) DEFAULT NULL, - `keptFile` tinyint(1) DEFAULT NULL, - `dateModified` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `assets_filename_folderId_idx` (`filename`,`folderId`), - KEY `assets_folderId_idx` (`folderId`), - KEY `assets_volumeId_idx` (`volumeId`), - KEY `assets_uploaderId_fk` (`uploaderId`), - CONSTRAINT `assets_folderId_fk` FOREIGN KEY (`folderId`) REFERENCES `volumefolders` (`id`) ON DELETE CASCADE, - CONSTRAINT `assets_id_fk` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `assetId` int NOT NULL, - `filename` varchar(255) DEFAULT NULL, - `format` varchar(255) DEFAULT NULL, - `location` varchar(255) NOT NULL, - `volumeId` int DEFAULT NULL, - `fileExists` tinyint(1) NOT NULL DEFAULT '0', - `inProgress` tinyint(1) NOT NULL DEFAULT '0', - `error` tinyint(1) NOT NULL DEFAULT '0', - `dateIndexed` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `assettransformindex_volumeId_assetId_location_idx` (`volumeId`,`assetId`,`location`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `mode` enum('stretch','fit','crop') NOT NULL DEFAULT 'crop', - `position` enum('top-left','top-center','top-right','center-left','center-center','center-right','bottom-left','bottom-center','bottom-right') NOT NULL DEFAULT 'center-center', - `width` int unsigned DEFAULT NULL, - `height` int unsigned DEFAULT NULL, - `format` varchar(255) DEFAULT NULL, - `quality` int DEFAULT NULL, - `interlace` enum('none','line','plane','partition') NOT NULL DEFAULT 'none', - `dimensionChangeTime` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `assettransforms_name_idx` (`name`), - KEY `assettransforms_handle_idx` (`handle`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `campaign_campaigns` --- - -DROP TABLE IF EXISTS `campaign_campaigns`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `campaign_campaigns` ( - `id` int NOT NULL AUTO_INCREMENT, - `campaignTypeId` int NOT NULL, - `recipients` int NOT NULL DEFAULT '0', - `opened` int NOT NULL DEFAULT '0', - `clicked` int NOT NULL DEFAULT '0', - `opens` int NOT NULL DEFAULT '0', - `clicks` int NOT NULL DEFAULT '0', - `unsubscribed` int NOT NULL DEFAULT '0', - `complained` int NOT NULL DEFAULT '0', - `bounced` int NOT NULL DEFAULT '0', - `dateClosed` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fk_hmdxylvcohhijgenyksjxyjsfrbridzgsuaf` (`campaignTypeId`), - CONSTRAINT `fk_dpvwopkquflrlrbvqytggjfunjjpydylrtgc` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_hmdxylvcohhijgenyksjxyjsfrbridzgsuaf` FOREIGN KEY (`campaignTypeId`) REFERENCES `campaign_campaigntypes` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `campaign_campaigntypes` --- - -DROP TABLE IF EXISTS `campaign_campaigntypes`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `campaign_campaigntypes` ( - `id` int NOT NULL AUTO_INCREMENT, - `siteId` int NOT NULL, - `fieldLayoutId` int DEFAULT NULL, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `uriFormat` text, - `htmlTemplate` varchar(500) DEFAULT NULL, - `plaintextTemplate` varchar(500) DEFAULT NULL, - `queryStringParameters` text, - `testContactId` int DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_pwcgjxomqtplqutvgrsqlxkelbkccesuqlrf` (`handle`), - KEY `fk_toguslklbmzyswrabrsjhvpmcsyqsuaxpuzm` (`siteId`), - KEY `fk_pahiqmytzgyocfmmfcqxddkaoeguppcvcxfm` (`fieldLayoutId`), - KEY `fk_icsmeywemcyofrdchcnsltlecodjbazwncui` (`testContactId`), - CONSTRAINT `fk_icsmeywemcyofrdchcnsltlecodjbazwncui` FOREIGN KEY (`testContactId`) REFERENCES `campaign_contacts` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_pahiqmytzgyocfmmfcqxddkaoeguppcvcxfm` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_toguslklbmzyswrabrsjhvpmcsyqsuaxpuzm` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `campaign_contacts` --- - -DROP TABLE IF EXISTS `campaign_contacts`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `campaign_contacts` ( - `id` int NOT NULL AUTO_INCREMENT, - `userId` int DEFAULT NULL, - `cid` char(17) NOT NULL DEFAULT '0', - `email` varchar(255) NOT NULL, - `country` varchar(255) DEFAULT NULL, - `geoIp` text, - `device` varchar(255) DEFAULT NULL, - `os` varchar(255) DEFAULT NULL, - `client` varchar(255) DEFAULT NULL, - `lastActivity` datetime DEFAULT NULL, - `verified` datetime DEFAULT NULL, - `complained` datetime DEFAULT NULL, - `bounced` datetime DEFAULT NULL, - `blocked` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_wqqkxtrjsdjqpsdcdqmnpjulrzrgwfaqovkj` (`cid`), - KEY `idx_jqhrpgusayohgkbaputlsxsfnnhrrwchokmz` (`email`), - KEY `fk_dxrblztwuxvfakkvacygynlikwuqesrapezm` (`userId`), - CONSTRAINT `fk_dxrblztwuxvfakkvacygynlikwuqesrapezm` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_vhqqfuhoznpdtgirovrtbritcjiqwplqdazm` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `campaign_contacts_campaigns` --- - -DROP TABLE IF EXISTS `campaign_contacts_campaigns`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `campaign_contacts_campaigns` ( - `id` int NOT NULL AUTO_INCREMENT, - `contactId` int NOT NULL, - `campaignId` int NOT NULL, - `sendoutId` int NOT NULL, - `mailingListId` int NOT NULL, - `sent` datetime DEFAULT NULL, - `opened` datetime DEFAULT NULL, - `clicked` datetime DEFAULT NULL, - `unsubscribed` datetime DEFAULT NULL, - `complained` datetime DEFAULT NULL, - `bounced` datetime DEFAULT NULL, - `opens` int NOT NULL DEFAULT '0', - `clicks` int NOT NULL DEFAULT '0', - `links` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_htvrdvmmtpzfioreqiaxwhfhnwrowriyjhzm` (`contactId`,`sendoutId`), - KEY `fk_sxxbcwktptibavyxqyjlbfxgjgjhojfbbcmw` (`campaignId`), - CONSTRAINT `fk_sxxbcwktptibavyxqyjlbfxgjgjhojfbbcmw` FOREIGN KEY (`campaignId`) REFERENCES `campaign_campaigns` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_waaapraehewhnlsbtqiasbxfgxaniwdtcqgo` FOREIGN KEY (`contactId`) REFERENCES `campaign_contacts` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `campaign_contacts_mailinglists` --- - -DROP TABLE IF EXISTS `campaign_contacts_mailinglists`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `campaign_contacts_mailinglists` ( - `id` int NOT NULL AUTO_INCREMENT, - `contactId` int NOT NULL, - `mailingListId` int NOT NULL, - `subscriptionStatus` varchar(255) NOT NULL, - `subscribed` datetime DEFAULT NULL, - `unsubscribed` datetime DEFAULT NULL, - `complained` datetime DEFAULT NULL, - `bounced` datetime DEFAULT NULL, - `verified` datetime DEFAULT NULL, - `sourceType` varchar(255) DEFAULT NULL, - `source` varchar(255) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_wyfoegdrkoscjwjyqizvtozrwalpmsfypekt` (`contactId`,`mailingListId`), - KEY `idx_uzajbnzmfxtmiohscbuexmauorsxtcvpcloj` (`subscriptionStatus`), - KEY `fk_sulzbybzzxeccwxoaylipkiucqfchroccaio` (`mailingListId`), - CONSTRAINT `fk_hgbjnpwiiqqwjfssxfocmiqsglgjkgvdkjjf` FOREIGN KEY (`contactId`) REFERENCES `campaign_contacts` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_sulzbybzzxeccwxoaylipkiucqfchroccaio` FOREIGN KEY (`mailingListId`) REFERENCES `campaign_mailinglists` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `campaign_imports` --- - -DROP TABLE IF EXISTS `campaign_imports`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `campaign_imports` ( - `id` int NOT NULL AUTO_INCREMENT, - `assetId` int DEFAULT NULL, - `fileName` varchar(255) DEFAULT NULL, - `filePath` varchar(255) DEFAULT NULL, - `userGroupId` int DEFAULT NULL, - `userId` int DEFAULT NULL, - `mailingListId` int DEFAULT NULL, - `forceSubscribe` tinyint(1) NOT NULL DEFAULT '0', - `emailFieldIndex` varchar(255) DEFAULT NULL, - `fieldIndexes` text, - `added` int DEFAULT NULL, - `updated` int DEFAULT NULL, - `fails` int DEFAULT NULL, - `dateImported` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fk_turqkxxxxzamgskibxdakmyrmnvbzxwrrrkr` (`userId`), - KEY `fk_jklcsoxkcinbnvdcjqaldpzwxkoiayyrveut` (`mailingListId`), - CONSTRAINT `fk_jklcsoxkcinbnvdcjqaldpzwxkoiayyrveut` FOREIGN KEY (`mailingListId`) REFERENCES `campaign_mailinglists` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_turqkxxxxzamgskibxdakmyrmnvbzxwrrrkr` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE SET NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `campaign_links` --- - -DROP TABLE IF EXISTS `campaign_links`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `campaign_links` ( - `id` int NOT NULL AUTO_INCREMENT, - `lid` char(17) NOT NULL DEFAULT '0', - `campaignId` int NOT NULL, - `url` text, - `title` varchar(255) NOT NULL, - `clicked` int NOT NULL DEFAULT '0', - `clicks` int NOT NULL DEFAULT '0', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_bzrrtstpkutahygnnfaqxpuvrzczbbosgnjv` (`lid`), - KEY `fk_egxswcqttblexkpxggsauzoxdfkpwzcgajms` (`campaignId`), - CONSTRAINT `fk_egxswcqttblexkpxggsauzoxdfkpwzcgajms` FOREIGN KEY (`campaignId`) REFERENCES `campaign_campaigns` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `campaign_mailinglists` --- - -DROP TABLE IF EXISTS `campaign_mailinglists`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `campaign_mailinglists` ( - `id` int NOT NULL AUTO_INCREMENT, - `mailingListTypeId` int NOT NULL, - `syncedUserGroupId` int DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fk_ssmujjgqjkpmxmuubnalvuehvhjjboatdltv` (`mailingListTypeId`), - KEY `fk_igmuwkflvmnnimivmpdyyuagpolhtmxedycl` (`syncedUserGroupId`), - CONSTRAINT `fk_gmegrprliavcxnqkbnvpdddezmcnvxalrqof` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_igmuwkflvmnnimivmpdyyuagpolhtmxedycl` FOREIGN KEY (`syncedUserGroupId`) REFERENCES `usergroups` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_ssmujjgqjkpmxmuubnalvuehvhjjboatdltv` FOREIGN KEY (`mailingListTypeId`) REFERENCES `campaign_mailinglisttypes` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `campaign_mailinglisttypes` --- - -DROP TABLE IF EXISTS `campaign_mailinglisttypes`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `campaign_mailinglisttypes` ( - `id` int NOT NULL AUTO_INCREMENT, - `siteId` int NOT NULL, - `fieldLayoutId` int DEFAULT NULL, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `subscribeVerificationRequired` tinyint(1) NOT NULL DEFAULT '1', - `subscribeVerificationEmailSubject` text, - `subscribeVerificationEmailTemplate` varchar(500) DEFAULT NULL, - `subscribeVerificationSuccessTemplate` varchar(500) DEFAULT NULL, - `subscribeSuccessTemplate` varchar(500) DEFAULT NULL, - `unsubscribeFormAllowed` tinyint(1) NOT NULL DEFAULT '0', - `unsubscribeVerificationEmailSubject` text, - `unsubscribeVerificationEmailTemplate` varchar(500) DEFAULT NULL, - `unsubscribeSuccessTemplate` varchar(500) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_svnmcovixynidwuvtmzkqweiouqfolvlpdcx` (`handle`), - KEY `fk_mtepzgiwxhhefjnhimzftcypzasybtcjgnoo` (`siteId`), - KEY `fk_iwwbtvuzeqjkixgykzhlzighrbzmeysucair` (`fieldLayoutId`), - CONSTRAINT `fk_iwwbtvuzeqjkixgykzhlzighrbzmeysucair` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_mtepzgiwxhhefjnhimzftcypzasybtcjgnoo` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `campaign_pendingcontacts` --- - -DROP TABLE IF EXISTS `campaign_pendingcontacts`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `campaign_pendingcontacts` ( - `id` int NOT NULL AUTO_INCREMENT, - `pid` char(17) NOT NULL DEFAULT '0', - `email` varchar(255) NOT NULL, - `mailingListId` int NOT NULL, - `source` varchar(255) DEFAULT NULL, - `fieldData` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `dateDeleted` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_arwilciwmrvdknmpthtavasupgpotbuadamp` (`pid`), - KEY `idx_baycxqeztjaxehtboeavcbepikjqqcreiqft` (`email`,`mailingListId`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `campaign_segments` --- - -DROP TABLE IF EXISTS `campaign_segments`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `campaign_segments` ( - `id` int NOT NULL AUTO_INCREMENT, - `segmentType` varchar(255) NOT NULL, - `conditions` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_ubejxbirrqlaeyzqlsiegylofsjdmfujvsmb` (`segmentType`), - CONSTRAINT `fk_jqnuenlxwtcimywpfywvgsykyzuztdpcnasp` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `campaign_sendouts` --- - -DROP TABLE IF EXISTS `campaign_sendouts`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `campaign_sendouts` ( - `id` int NOT NULL AUTO_INCREMENT, - `sid` char(17) NOT NULL DEFAULT '0', - `campaignId` int DEFAULT NULL, - `senderId` int DEFAULT NULL, - `sendoutType` varchar(255) NOT NULL, - `sendStatus` varchar(255) NOT NULL, - `fromName` varchar(255) NOT NULL, - `fromEmail` varchar(255) NOT NULL, - `replyToEmail` varchar(255) DEFAULT NULL, - `subject` text, - `notificationEmailAddress` varchar(255) DEFAULT NULL, - `mailingListIds` text, - `excludedMailingListIds` text, - `segmentIds` text, - `recipients` int NOT NULL DEFAULT '0', - `fails` int NOT NULL DEFAULT '0', - `schedule` text, - `htmlBody` mediumtext, - `plaintextBody` mediumtext, - `sendDate` datetime DEFAULT NULL, - `lastSent` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_kufdxhcojfowuheoycfjyyzkmmjuczemnkmb` (`sid`), - KEY `idx_rykamncuqislwfqpgbntpjvzsqgyrwjwewep` (`sendoutType`), - KEY `idx_wpqbdoqtqnlyeuajmvhuomzpxfotveojutoj` (`sendStatus`), - KEY `fk_busldajdqauzfdoqqbwrsohoebqvuasnjrak` (`campaignId`), - KEY `fk_lpemtkfnwtasjkdqgixzcrrlfckfbnajuxtr` (`senderId`), - CONSTRAINT `fk_busldajdqauzfdoqqbwrsohoebqvuasnjrak` FOREIGN KEY (`campaignId`) REFERENCES `campaign_campaigns` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_lpemtkfnwtasjkdqgixzcrrlfckfbnajuxtr` FOREIGN KEY (`senderId`) REFERENCES `users` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_slwhcsasnhtmwlaijgwtmfeyagcbbeeaxoff` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL, - `groupId` int NOT NULL, - `parentId` int DEFAULT NULL, - `deletedWithGroup` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `categories_groupId_idx` (`groupId`), - KEY `categories_parentId_fk` (`parentId`), - CONSTRAINT `categories_groupId_fk` FOREIGN KEY (`groupId`) REFERENCES `categorygroups` (`id`) ON DELETE CASCADE, - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `structureId` int NOT NULL, - `fieldLayoutId` int DEFAULT NULL, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `defaultPlacement` enum('beginning','end') NOT NULL DEFAULT 'end', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `dateDeleted` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `categorygroups_name_idx` (`name`), - KEY `categorygroups_handle_idx` (`handle`), - KEY `categorygroups_structureId_idx` (`structureId`), - KEY `categorygroups_fieldLayoutId_idx` (`fieldLayoutId`), - KEY `categorygroups_dateDeleted_idx` (`dateDeleted`), - 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 AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `groupId` int NOT NULL, - `siteId` int NOT NULL, - `hasUrls` tinyint(1) NOT NULL DEFAULT '1', - `uriFormat` text, - `template` varchar(500) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `categorygroups_sites_groupId_siteId_unq_idx` (`groupId`,`siteId`), - KEY `categorygroups_sites_siteId_idx` (`siteId`), - 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 AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL, - `siteId` int NOT NULL, - `attribute` varchar(255) NOT NULL, - `dateUpdated` datetime NOT NULL, - `propagated` tinyint(1) NOT NULL, - `userId` int DEFAULT NULL, - PRIMARY KEY (`elementId`,`siteId`,`attribute`), - KEY `changedattributes_elementId_siteId_dateUpdated_idx` (`elementId`,`siteId`,`dateUpdated`), - KEY `changedattributes_siteId_fk` (`siteId`), - KEY `changedattributes_userId_fk` (`userId`), - CONSTRAINT `changedattributes_elementId_fk` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL, - `siteId` int NOT NULL, - `fieldId` int NOT NULL, - `dateUpdated` datetime NOT NULL, - `propagated` tinyint(1) NOT NULL, - `userId` int DEFAULT NULL, - PRIMARY KEY (`elementId`,`siteId`,`fieldId`), - KEY `changedfields_elementId_siteId_dateUpdated_idx` (`elementId`,`siteId`,`dateUpdated`), - KEY `changedfields_siteId_fk` (`siteId`), - KEY `changedfields_fieldId_fk` (`fieldId`), - KEY `changedfields_userId_fk` (`userId`), - CONSTRAINT `changedfields_elementId_fk` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `changedfields_fieldId_fk` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_addresses` --- - -DROP TABLE IF EXISTS `commerce_addresses`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_addresses` ( - `id` int NOT NULL AUTO_INCREMENT, - `countryId` int DEFAULT NULL, - `stateId` int DEFAULT NULL, - `isStoreLocation` tinyint(1) NOT NULL DEFAULT '0', - `attention` varchar(255) DEFAULT NULL, - `title` varchar(255) DEFAULT NULL, - `firstName` varchar(255) DEFAULT NULL, - `lastName` varchar(255) DEFAULT NULL, - `fullName` varchar(255) DEFAULT NULL, - `address1` varchar(255) DEFAULT NULL, - `address2` varchar(255) DEFAULT NULL, - `address3` varchar(255) DEFAULT NULL, - `city` varchar(255) DEFAULT NULL, - `zipCode` varchar(255) DEFAULT NULL, - `phone` varchar(255) DEFAULT NULL, - `alternativePhone` varchar(255) DEFAULT NULL, - `label` varchar(255) DEFAULT NULL, - `notes` text, - `businessName` varchar(255) DEFAULT NULL, - `businessTaxId` varchar(255) DEFAULT NULL, - `businessId` varchar(255) DEFAULT NULL, - `stateName` varchar(255) DEFAULT NULL, - `custom1` varchar(255) DEFAULT NULL, - `custom2` varchar(255) DEFAULT NULL, - `custom3` varchar(255) DEFAULT NULL, - `custom4` varchar(255) DEFAULT NULL, - `isEstimated` tinyint(1) NOT NULL DEFAULT '0', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_hpfuomyomxmphcpvwvizevsykezlpioywpbs` (`countryId`), - KEY `idx_esxghmzxolmoclpotqebrnmyvheiyhksyhbg` (`stateId`), - KEY `idx_czjhkkjcppxayfrfhbycmrbybvlxttaojrwg` (`isStoreLocation`), - CONSTRAINT `fk_kyghfhoxtzfzlurmtmitisgksiihmbegqfyk` FOREIGN KEY (`countryId`) REFERENCES `commerce_countries` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_rnihovfikjqskwmhlqaifwwlmfpifrycbewy` FOREIGN KEY (`stateId`) REFERENCES `commerce_states` (`id`) ON DELETE SET NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_countries` --- - -DROP TABLE IF EXISTS `commerce_countries`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_countries` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `iso` varchar(2) NOT NULL, - `isStateRequired` tinyint(1) DEFAULT NULL, - `sortOrder` int DEFAULT NULL, - `enabled` tinyint(1) NOT NULL DEFAULT '1', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_ybrywppncxxpysixukmwyjqjsahcxniakaby` (`name`), - UNIQUE KEY `idx_nsagonuonzvxjyvemtrobtjathsuqggvbszq` (`iso`) -) ENGINE=InnoDB AUTO_INCREMENT=250 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_customer_discountuses` --- - -DROP TABLE IF EXISTS `commerce_customer_discountuses`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_customer_discountuses` ( - `id` int NOT NULL AUTO_INCREMENT, - `discountId` int NOT NULL, - `customerId` int NOT NULL, - `uses` int unsigned NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_xxirsmofnddeknbjcmqixgoowrfgsobkuhdx` (`customerId`,`discountId`), - KEY `idx_sfknqzhusiosljbqnoxcpwifaqoexcziufyx` (`discountId`), - CONSTRAINT `fk_brdlncpgontqmksmaaegzcjpjuyymlxfhvzj` FOREIGN KEY (`discountId`) REFERENCES `commerce_discounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_kdbiqhykeoomfdywbfwrxtxuroyzaftwvcuj` FOREIGN KEY (`customerId`) REFERENCES `commerce_customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_customers` --- - -DROP TABLE IF EXISTS `commerce_customers`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_customers` ( - `id` int NOT NULL AUTO_INCREMENT, - `userId` int DEFAULT NULL, - `primaryBillingAddressId` int DEFAULT NULL, - `primaryShippingAddressId` int DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_vwvtcdjntxgjjrqpoixlurmokbtuxarcqrza` (`userId`), - KEY `idx_hccbezfubxoenngzawanxokiepizmxbsgiep` (`primaryBillingAddressId`), - KEY `idx_dlittghypfpshwosvoifuhnmgucragzwbgfw` (`primaryShippingAddressId`), - CONSTRAINT `fk_mwxoxwocervrxeworbvswsdlccrtzabdnvzx` FOREIGN KEY (`primaryShippingAddressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_vkcvhtrpelvkjnlccebhustppgmkypvplqrw` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_yttiikuygnazdaputnyiiiehmimkbotxbylc` FOREIGN KEY (`primaryBillingAddressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE SET NULL -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_customers_addresses` --- - -DROP TABLE IF EXISTS `commerce_customers_addresses`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_customers_addresses` ( - `id` int NOT NULL AUTO_INCREMENT, - `customerId` int NOT NULL, - `addressId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_zwfnkwvzdnqwrwgbvjjowgfsbvqmdkgnhtgg` (`customerId`,`addressId`), - KEY `fk_tejwvlsohsgkvkxexnlnxgbiwtkomcqkcvdz` (`addressId`), - CONSTRAINT `fk_frrfjdlsixorwfmsmhkahffwvhldpzrazvcp` FOREIGN KEY (`customerId`) REFERENCES `commerce_customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_tejwvlsohsgkvkxexnlnxgbiwtkomcqkcvdz` FOREIGN KEY (`addressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_discount_categories` --- - -DROP TABLE IF EXISTS `commerce_discount_categories`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_discount_categories` ( - `id` int NOT NULL AUTO_INCREMENT, - `discountId` int NOT NULL, - `categoryId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_eylupwtawvdrzibkdxbkdagvdztfczkejaew` (`discountId`,`categoryId`), - KEY `idx_gygdmmdpfwndczwvbvyflmbgcogemvakrsyv` (`categoryId`), - CONSTRAINT `fk_wosplisoipqxqleaocabwbapqzqbzffjwsxw` FOREIGN KEY (`categoryId`) REFERENCES `categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_xjjuzxnwxoyfyqgrcsnhidnhqivwhitfokfe` FOREIGN KEY (`discountId`) REFERENCES `commerce_discounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_discount_purchasables` --- - -DROP TABLE IF EXISTS `commerce_discount_purchasables`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_discount_purchasables` ( - `id` int NOT NULL AUTO_INCREMENT, - `discountId` int NOT NULL, - `purchasableId` int NOT NULL, - `purchasableType` varchar(255) NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_xrsqwzetheumyvpqmucinwyuyorlapeymiyw` (`discountId`,`purchasableId`), - KEY `idx_estzamjtfpaakdrzyjnvfwrlhxcziikjnppj` (`purchasableId`), - CONSTRAINT `fk_bgojgrqznhqfshqrdhvmikobueftbynqlikg` FOREIGN KEY (`purchasableId`) REFERENCES `commerce_purchasables` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_cbhlleaakybhcqlprgcosseevzczvpaxxcdd` FOREIGN KEY (`discountId`) REFERENCES `commerce_discounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_discount_usergroups` --- - -DROP TABLE IF EXISTS `commerce_discount_usergroups`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_discount_usergroups` ( - `id` int NOT NULL AUTO_INCREMENT, - `discountId` int NOT NULL, - `userGroupId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_reronkkckwajrjubmngilwepzqoxgcwokoyi` (`discountId`,`userGroupId`), - KEY `idx_linivkrabazpwrdbevdyrhfhkzojjbylnhin` (`userGroupId`), - CONSTRAINT `fk_ejvkihzpdybadnizidfpianvwyvjrtalpgcr` FOREIGN KEY (`discountId`) REFERENCES `commerce_discounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_wajmjhzvosnvwfmfbsxnlcxfwjkfpyoimhhl` FOREIGN KEY (`userGroupId`) REFERENCES `usergroups` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_discounts` --- - -DROP TABLE IF EXISTS `commerce_discounts`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_discounts` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `description` text, - `code` varchar(255) DEFAULT NULL, - `perUserLimit` int unsigned NOT NULL DEFAULT '0', - `perEmailLimit` int unsigned NOT NULL DEFAULT '0', - `totalDiscountUses` int unsigned NOT NULL DEFAULT '0', - `totalDiscountUseLimit` int unsigned NOT NULL DEFAULT '0', - `dateFrom` datetime DEFAULT NULL, - `dateTo` datetime DEFAULT NULL, - `purchaseTotal` decimal(14,4) NOT NULL DEFAULT '0.0000', - `purchaseQty` int NOT NULL DEFAULT '0', - `maxPurchaseQty` int NOT NULL DEFAULT '0', - `baseDiscount` decimal(14,4) NOT NULL DEFAULT '0.0000', - `baseDiscountType` enum('value','percentTotal','percentTotalDiscounted','percentItems','percentItemsDiscounted') NOT NULL DEFAULT 'value', - `perItemDiscount` decimal(14,4) NOT NULL DEFAULT '0.0000', - `percentDiscount` decimal(14,4) NOT NULL DEFAULT '0.0000', - `percentageOffSubject` enum('original','discounted') NOT NULL, - `excludeOnSale` tinyint(1) DEFAULT NULL, - `hasFreeShippingForMatchingItems` tinyint(1) DEFAULT NULL, - `hasFreeShippingForOrder` tinyint(1) DEFAULT NULL, - `allPurchasables` tinyint(1) DEFAULT NULL, - `allCategories` tinyint(1) DEFAULT NULL, - `appliedTo` enum('matchingLineItems','allLineItems') NOT NULL DEFAULT 'matchingLineItems', - `categoryRelationshipType` enum('element','sourceElement','targetElement') NOT NULL DEFAULT 'element', - `orderConditionFormula` text, - `enabled` tinyint(1) DEFAULT NULL, - `stopProcessing` tinyint(1) DEFAULT NULL, - `ignoreSales` tinyint(1) NOT NULL DEFAULT '0', - `sortOrder` int DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - `userGroupsCondition` varchar(255) DEFAULT 'userGroupsAnyOrNone', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_jbsniuyholpgdylbqsiyqjjtnizcevaphtbd` (`code`), - KEY `idx_ftzktmjhnhcmeycezwqlsmwbusxvlxkraqxc` (`dateFrom`), - KEY `idx_exvobdyficshxlqheekaegpvzixxvxdntbnm` (`dateTo`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_donations` --- - -DROP TABLE IF EXISTS `commerce_donations`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_donations` ( - `id` int NOT NULL AUTO_INCREMENT, - `sku` varchar(255) NOT NULL, - `availableForPurchase` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - CONSTRAINT `fk_daisrdihbgoaspxrfrtcdvffrxqpohbzleun` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_email_discountuses` --- - -DROP TABLE IF EXISTS `commerce_email_discountuses`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_email_discountuses` ( - `id` int NOT NULL AUTO_INCREMENT, - `discountId` int NOT NULL, - `email` varchar(255) NOT NULL, - `uses` int unsigned NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_ktrwfkokyxclurjufwbfnubhrpnlmrtuqznn` (`email`,`discountId`), - KEY `idx_lbudoeoylejnmrxavzjmadadalhyxlczyuck` (`discountId`), - CONSTRAINT `fk_uhcwjasjqokongfrhyyvhtsrjkybyvilhtuo` FOREIGN KEY (`discountId`) REFERENCES `commerce_discounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_emails` --- - -DROP TABLE IF EXISTS `commerce_emails`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_emails` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `subject` varchar(255) NOT NULL, - `recipientType` enum('customer','custom') DEFAULT 'custom', - `to` varchar(255) DEFAULT NULL, - `bcc` varchar(255) DEFAULT NULL, - `cc` varchar(255) DEFAULT NULL, - `replyTo` varchar(255) DEFAULT NULL, - `enabled` tinyint(1) DEFAULT NULL, - `templatePath` varchar(255) NOT NULL, - `plainTextTemplatePath` varchar(255) DEFAULT NULL, - `pdfId` int DEFAULT NULL, - `language` varchar(255) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fk_kgckjmgnqlkdunlpqddxmoqncunxhnmbjcxy` (`pdfId`), - CONSTRAINT `fk_kgckjmgnqlkdunlpqddxmoqncunxhnmbjcxy` FOREIGN KEY (`pdfId`) REFERENCES `commerce_pdfs` (`id`) ON DELETE SET NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_gateways` --- - -DROP TABLE IF EXISTS `commerce_gateways`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_gateways` ( - `id` int NOT NULL AUTO_INCREMENT, - `type` varchar(255) NOT NULL, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `settings` text, - `paymentType` enum('authorize','purchase') NOT NULL DEFAULT 'purchase', - `isFrontendEnabled` tinyint(1) DEFAULT NULL, - `sendCartInfo` tinyint(1) DEFAULT NULL, - `isArchived` tinyint(1) DEFAULT NULL, - `dateArchived` datetime DEFAULT NULL, - `sortOrder` int DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_megligqmclimrarxoriuidbdkwjxyqisfrrt` (`handle`), - KEY `idx_wcczewnmhqbjkrsoelckdolswzqbskjbvqdh` (`isArchived`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_lineitems` --- - -DROP TABLE IF EXISTS `commerce_lineitems`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_lineitems` ( - `id` int NOT NULL AUTO_INCREMENT, - `orderId` int NOT NULL, - `purchasableId` int DEFAULT NULL, - `taxCategoryId` int NOT NULL, - `shippingCategoryId` int NOT NULL, - `description` text, - `options` text, - `optionsSignature` varchar(255) NOT NULL, - `price` decimal(14,4) unsigned NOT NULL, - `saleAmount` decimal(14,4) NOT NULL DEFAULT '0.0000', - `salePrice` decimal(14,4) NOT NULL DEFAULT '0.0000', - `sku` varchar(255) DEFAULT NULL, - `weight` decimal(14,4) unsigned NOT NULL DEFAULT '0.0000', - `height` decimal(14,4) unsigned NOT NULL DEFAULT '0.0000', - `length` decimal(14,4) unsigned NOT NULL DEFAULT '0.0000', - `width` decimal(14,4) unsigned NOT NULL DEFAULT '0.0000', - `subtotal` decimal(14,4) unsigned NOT NULL DEFAULT '0.0000', - `total` decimal(14,4) NOT NULL DEFAULT '0.0000', - `qty` int unsigned NOT NULL, - `note` text, - `privateNote` text, - `snapshot` longtext, - `lineItemStatusId` int DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_wnppqbckcfzburzrffptfpljdasujnmcbpaa` (`orderId`,`purchasableId`,`optionsSignature`), - KEY `idx_lefzvtqzccizhogfzbpnsmdurbrdwgcydwbr` (`purchasableId`), - KEY `idx_vizhutcwrtvdnzusvtselphfvaxgxoetjkkx` (`taxCategoryId`), - KEY `idx_pvclkbxteoauzezlqzkasonjgrwrlgofzylh` (`shippingCategoryId`), - CONSTRAINT `fk_abwhabsuftnqghugxuzxgtoyvyqiegqpwmvz` FOREIGN KEY (`purchasableId`) REFERENCES `elements` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, - CONSTRAINT `fk_qqywxgcswjldqpokesuahggktwdwskehmcgx` FOREIGN KEY (`orderId`) REFERENCES `commerce_orders` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_rwgnppghopbxddhkehlnysrszcyguuqtslta` FOREIGN KEY (`taxCategoryId`) REFERENCES `commerce_taxcategories` (`id`) ON UPDATE CASCADE, - CONSTRAINT `fk_xsqkodzrwpdylcionmzbsqdvctcemfwyjrff` FOREIGN KEY (`shippingCategoryId`) REFERENCES `commerce_shippingcategories` (`id`) ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_lineitemstatuses` --- - -DROP TABLE IF EXISTS `commerce_lineitemstatuses`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_lineitemstatuses` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `color` enum('green','orange','red','blue','yellow','pink','purple','turquoise','light','grey','black') NOT NULL DEFAULT 'green', - `isArchived` tinyint(1) NOT NULL DEFAULT '0', - `dateArchived` datetime DEFAULT NULL, - `sortOrder` int DEFAULT NULL, - `default` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_orderadjustments` --- - -DROP TABLE IF EXISTS `commerce_orderadjustments`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_orderadjustments` ( - `id` int NOT NULL AUTO_INCREMENT, - `orderId` int NOT NULL, - `lineItemId` int DEFAULT NULL, - `type` varchar(255) NOT NULL, - `name` varchar(255) DEFAULT NULL, - `description` varchar(255) DEFAULT NULL, - `amount` decimal(14,4) NOT NULL, - `included` tinyint(1) DEFAULT NULL, - `isEstimated` tinyint(1) NOT NULL DEFAULT '0', - `sourceSnapshot` longtext, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_tlbumtmqavbygzmwufixhohenuojavqkdkqx` (`orderId`), - CONSTRAINT `fk_ablanritntojmgmtryzqlnyksqonefkbibdq` FOREIGN KEY (`orderId`) REFERENCES `commerce_orders` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_orderhistories` --- - -DROP TABLE IF EXISTS `commerce_orderhistories`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_orderhistories` ( - `id` int NOT NULL AUTO_INCREMENT, - `orderId` int NOT NULL, - `customerId` int NOT NULL, - `prevStatusId` int DEFAULT NULL, - `newStatusId` int DEFAULT NULL, - `message` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_awthiznswemttpitgvzocmiclrxegaueunya` (`orderId`), - KEY `idx_gmkvxygudpkpcrhdtgwsfsheazdssbnughqp` (`prevStatusId`), - KEY `idx_uvxefcariyejibtejymrauzzvglqoaaiahhn` (`newStatusId`), - KEY `idx_xwiduocdfuloqpyhyvancswowyyhagipxfyy` (`customerId`), - CONSTRAINT `fk_ggbdblhvkpibrfhoywthqonohyjjbwatdxss` FOREIGN KEY (`orderId`) REFERENCES `commerce_orders` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_qxrevybfjeheiaqzwobaxgkerzjpkijbwflr` FOREIGN KEY (`newStatusId`) REFERENCES `commerce_orderstatuses` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, - CONSTRAINT `fk_uyyjrcaabftezxmmasurhustktgjeobevnzw` FOREIGN KEY (`customerId`) REFERENCES `commerce_customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_xzgnzqfaojshmvkqctdxgulrriaopdeyzzve` FOREIGN KEY (`prevStatusId`) REFERENCES `commerce_orderstatuses` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_ordernotices` --- - -DROP TABLE IF EXISTS `commerce_ordernotices`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_ordernotices` ( - `id` int NOT NULL AUTO_INCREMENT, - `orderId` int NOT NULL, - `type` varchar(255) DEFAULT NULL, - `attribute` varchar(255) DEFAULT NULL, - `message` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_mdknvybyrhnabpwlqfvtltiqooxnahysbffc` (`orderId`), - CONSTRAINT `fk_ynxntkxnnlpajvouxbgghyqrbdskkqmifsvx` FOREIGN KEY (`orderId`) REFERENCES `commerce_orders` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_orders` --- - -DROP TABLE IF EXISTS `commerce_orders`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_orders` ( - `id` int NOT NULL, - `billingAddressId` int DEFAULT NULL, - `shippingAddressId` int DEFAULT NULL, - `estimatedBillingAddressId` int DEFAULT NULL, - `estimatedShippingAddressId` int DEFAULT NULL, - `gatewayId` int DEFAULT NULL, - `paymentSourceId` int DEFAULT NULL, - `customerId` int DEFAULT NULL, - `orderStatusId` int DEFAULT NULL, - `number` varchar(32) DEFAULT NULL, - `reference` varchar(255) DEFAULT NULL, - `couponCode` varchar(255) DEFAULT NULL, - `itemTotal` decimal(14,4) DEFAULT '0.0000', - `itemSubtotal` decimal(14,4) DEFAULT '0.0000', - `total` decimal(14,4) DEFAULT '0.0000', - `totalPrice` decimal(14,4) DEFAULT '0.0000', - `totalPaid` decimal(14,4) DEFAULT '0.0000', - `totalDiscount` decimal(14,4) DEFAULT '0.0000', - `totalTax` decimal(14,4) DEFAULT '0.0000', - `totalTaxIncluded` decimal(14,4) DEFAULT '0.0000', - `totalShippingCost` decimal(14,4) DEFAULT '0.0000', - `paidStatus` enum('paid','partial','unpaid','overPaid') DEFAULT NULL, - `email` varchar(255) DEFAULT NULL, - `isCompleted` tinyint(1) DEFAULT NULL, - `dateOrdered` datetime DEFAULT NULL, - `datePaid` datetime DEFAULT NULL, - `dateAuthorized` datetime DEFAULT NULL, - `currency` varchar(255) DEFAULT NULL, - `paymentCurrency` varchar(255) DEFAULT NULL, - `lastIp` varchar(255) DEFAULT NULL, - `orderLanguage` varchar(12) NOT NULL, - `origin` enum('web','cp','remote') NOT NULL DEFAULT 'web', - `message` text, - `registerUserOnOrderComplete` tinyint(1) DEFAULT NULL, - `recalculationMode` enum('all','none','adjustmentsOnly') NOT NULL DEFAULT 'all', - `returnUrl` text, - `cancelUrl` text, - `shippingMethodHandle` varchar(255) DEFAULT NULL, - `shippingMethodName` varchar(255) DEFAULT NULL, - `orderSiteId` int DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_fyxngxsdywwknwvdcpnkjdgxlnngayotaaui` (`number`), - KEY `idx_nqiodkrqkbrbtqwngnerfmfhapyhoecuvjne` (`reference`), - KEY `idx_dujvmdeaorpjqhmtglhjmewuelnklsmxptur` (`billingAddressId`), - KEY `idx_hghwlrujlefqjosuagvnzobgabjfyvlhdvws` (`shippingAddressId`), - KEY `idx_ngbebsnuuscsoltftccspxguwpklweevtqum` (`gatewayId`), - KEY `idx_kxqczjstrzmqbizbxhuusiotrlukdrbqayxf` (`customerId`), - KEY `idx_uqlbfdvufcfxdwpispflxugwnfysrndmodqs` (`orderStatusId`), - KEY `idx_nonposlykoyfwdogvbozwdkeghbtsmzxdbjq` (`email`), - KEY `fk_umqghwfnfoealqdjijrczwnwzslhwyjqexoj` (`paymentSourceId`), - KEY `fk_ggmtjoofoyvoguydodidtibjtgpmuicmpfqg` (`estimatedShippingAddressId`), - KEY `fk_vplfhqdvyvtluczpbhvnineigefbxzmuxmne` (`estimatedBillingAddressId`), - CONSTRAINT `fk_ehehlyjbzpyhusvfcpvrubltjyycskztwvno` FOREIGN KEY (`shippingAddressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_ggmtjoofoyvoguydodidtibjtgpmuicmpfqg` FOREIGN KEY (`estimatedShippingAddressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_pilgjvglzbpsxdscxlvdizmhaumhmqwzmpbg` FOREIGN KEY (`gatewayId`) REFERENCES `commerce_gateways` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_umqghwfnfoealqdjijrczwnwzslhwyjqexoj` FOREIGN KEY (`paymentSourceId`) REFERENCES `commerce_paymentsources` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_vazxartvawbxylrheavhhoouykrcsuoukile` FOREIGN KEY (`customerId`) REFERENCES `commerce_customers` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_vplfhqdvyvtluczpbhvnineigefbxzmuxmne` FOREIGN KEY (`estimatedBillingAddressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_xotxivpfgvmcczdlcbgdiyadbhusywhmtore` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_yysbamgeylnfokgebwrsbybzxvunesqhmxqe` FOREIGN KEY (`billingAddressId`) REFERENCES `commerce_addresses` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_zhgcpxxvdlgwyfgbnnxwqvwkshljtyrrfrkt` FOREIGN KEY (`orderStatusId`) REFERENCES `commerce_orderstatuses` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_orderstatus_emails` --- - -DROP TABLE IF EXISTS `commerce_orderstatus_emails`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_orderstatus_emails` ( - `id` int NOT NULL AUTO_INCREMENT, - `orderStatusId` int NOT NULL, - `emailId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_inaoffklvicniozpqbxjbmznriaoxzmhsdwh` (`orderStatusId`), - KEY `idx_gjooglyvpukyghscmskyumdwesvrcmsnirio` (`emailId`), - CONSTRAINT `fk_ihndkfgbbwiiesamjtjloekbwevjdeejyeud` FOREIGN KEY (`emailId`) REFERENCES `commerce_emails` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_xfkjvinastolpicpdovaoqzxszpfklzdlzvk` FOREIGN KEY (`orderStatusId`) REFERENCES `commerce_orderstatuses` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_orderstatuses` --- - -DROP TABLE IF EXISTS `commerce_orderstatuses`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_orderstatuses` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `color` enum('green','orange','red','blue','yellow','pink','purple','turquoise','light','grey','black') NOT NULL DEFAULT 'green', - `description` varchar(255) DEFAULT NULL, - `dateDeleted` datetime DEFAULT NULL, - `sortOrder` int DEFAULT NULL, - `default` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_paymentcurrencies` --- - -DROP TABLE IF EXISTS `commerce_paymentcurrencies`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_paymentcurrencies` ( - `id` int NOT NULL AUTO_INCREMENT, - `iso` varchar(3) NOT NULL, - `primary` tinyint(1) NOT NULL DEFAULT '0', - `rate` decimal(14,4) NOT NULL DEFAULT '0.0000', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_jdspahyxsgwlwmuwetmznqyiuqwgdqzgijbf` (`iso`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_paymentsources` --- - -DROP TABLE IF EXISTS `commerce_paymentsources`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_paymentsources` ( - `id` int NOT NULL AUTO_INCREMENT, - `userId` int NOT NULL, - `gatewayId` int NOT NULL, - `token` varchar(255) NOT NULL, - `description` varchar(255) DEFAULT NULL, - `response` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fk_frjafpwqgtuqzrivavfcalydcjqepjphxsah` (`gatewayId`), - KEY `fk_ohtmvviupaublsokgbxslihcemtmblklobdf` (`userId`), - CONSTRAINT `fk_frjafpwqgtuqzrivavfcalydcjqepjphxsah` FOREIGN KEY (`gatewayId`) REFERENCES `commerce_gateways` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_ohtmvviupaublsokgbxslihcemtmblklobdf` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_pdfs` --- - -DROP TABLE IF EXISTS `commerce_pdfs`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_pdfs` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `description` varchar(255) DEFAULT NULL, - `templatePath` varchar(255) NOT NULL, - `fileNameFormat` varchar(255) DEFAULT NULL, - `enabled` tinyint(1) DEFAULT NULL, - `isDefault` tinyint(1) DEFAULT NULL, - `sortOrder` int DEFAULT NULL, - `language` varchar(255) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_yrhrhwhahitbcoerykznhpowqxdeaxwelfpb` (`handle`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_plans` --- - -DROP TABLE IF EXISTS `commerce_plans`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_plans` ( - `id` int NOT NULL AUTO_INCREMENT, - `gatewayId` int DEFAULT NULL, - `planInformationId` int DEFAULT NULL, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `reference` varchar(255) NOT NULL, - `enabled` tinyint(1) NOT NULL, - `planData` text, - `isArchived` tinyint(1) NOT NULL, - `dateArchived` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `sortOrder` int DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_joiignzwookhezhlmywuudrprymwhaliilrv` (`handle`), - KEY `idx_lashgihgbybpkgjaetwaajrgbcrehodfzebr` (`gatewayId`), - KEY `idx_luubpwjkgrqcajdufjaagscjgsrnadoolmqr` (`reference`), - KEY `fk_tastxaibhkkmqyblgkkpxmrrygopgdqhtmhd` (`planInformationId`), - CONSTRAINT `fk_caoqvfmgilttgplykyzdecntiuviptqooxtj` FOREIGN KEY (`gatewayId`) REFERENCES `commerce_gateways` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_tastxaibhkkmqyblgkkpxmrrygopgdqhtmhd` FOREIGN KEY (`planInformationId`) REFERENCES `elements` (`id`) ON DELETE SET NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_products` --- - -DROP TABLE IF EXISTS `commerce_products`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_products` ( - `id` int NOT NULL, - `typeId` int DEFAULT NULL, - `taxCategoryId` int NOT NULL, - `shippingCategoryId` int NOT NULL, - `defaultVariantId` int DEFAULT NULL, - `postDate` datetime DEFAULT NULL, - `expiryDate` datetime DEFAULT NULL, - `promotable` tinyint(1) DEFAULT NULL, - `availableForPurchase` tinyint(1) DEFAULT NULL, - `freeShipping` tinyint(1) DEFAULT NULL, - `defaultSku` varchar(255) DEFAULT NULL, - `defaultPrice` decimal(14,4) DEFAULT NULL, - `defaultHeight` decimal(14,4) DEFAULT NULL, - `defaultLength` decimal(14,4) DEFAULT NULL, - `defaultWidth` decimal(14,4) DEFAULT NULL, - `defaultWeight` decimal(14,4) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_efqzwbsyisbalptwkpqnhuyxuhajmmwwcljw` (`typeId`), - KEY `idx_dwreydcwtdvqugyzvmmoaxrvjyvkqegayeyx` (`postDate`), - KEY `idx_crznvcbboqbflqnhnfdfnfzgyesifbfquofr` (`expiryDate`), - KEY `idx_qdbkslwafydyogfdsaxcwgtuaczoxcolosqb` (`taxCategoryId`), - KEY `idx_twzitorbcrhvjxmmcvqokseakibavdlldxdw` (`shippingCategoryId`), - CONSTRAINT `fk_kyoxqsjdmjrjklhldwpwzgpxjpzupotaqemt` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_rynejyextuzboazpqmvozifkbhggxmehhedi` FOREIGN KEY (`typeId`) REFERENCES `commerce_producttypes` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_wtbkvtwgtmypzawurvahouxffmxsxtcnmdqw` FOREIGN KEY (`shippingCategoryId`) REFERENCES `commerce_shippingcategories` (`id`), - CONSTRAINT `fk_zzmstyupfmoigvdotgaqxyatvtmanjuosenw` FOREIGN KEY (`taxCategoryId`) REFERENCES `commerce_taxcategories` (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_producttypes` --- - -DROP TABLE IF EXISTS `commerce_producttypes`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_producttypes` ( - `id` int NOT NULL AUTO_INCREMENT, - `fieldLayoutId` int DEFAULT NULL, - `variantFieldLayoutId` int DEFAULT NULL, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `hasDimensions` tinyint(1) DEFAULT NULL, - `hasVariants` tinyint(1) DEFAULT NULL, - `hasVariantTitleField` tinyint(1) DEFAULT NULL, - `titleFormat` varchar(255) NOT NULL, - `hasProductTitleField` tinyint(1) DEFAULT NULL, - `productTitleFormat` varchar(255) DEFAULT NULL, - `skuFormat` varchar(255) DEFAULT NULL, - `descriptionFormat` varchar(255) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_fknpxwupppymtiyjdbwqbpmojvkvaiephuvb` (`handle`), - KEY `idx_bctrmmsitfnohqmugwpxgdljyktvvjbgqvfp` (`fieldLayoutId`), - KEY `idx_fnikqkynncwzfdsdkuctepljjknotypboeiz` (`variantFieldLayoutId`), - CONSTRAINT `fk_vzcqokoleuncaotclpzfctoysdftldrcrbyu` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_wywzwacrmymncyrlpufxuwalambwjvqklqih` FOREIGN KEY (`variantFieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_producttypes_shippingcategories` --- - -DROP TABLE IF EXISTS `commerce_producttypes_shippingcategories`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_producttypes_shippingcategories` ( - `id` int NOT NULL AUTO_INCREMENT, - `productTypeId` int NOT NULL, - `shippingCategoryId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_qajdlpaxyvrkkktxhbbltadosxdutcefgjob` (`productTypeId`,`shippingCategoryId`), - KEY `idx_bvzsfpsdvmjjfsgiuseizxccdmvsjusxddjj` (`shippingCategoryId`), - CONSTRAINT `fk_pxpwinntdxrlmrhtojszdmchzidihewkiftf` FOREIGN KEY (`shippingCategoryId`) REFERENCES `commerce_shippingcategories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_sydcpyocgzvjfjaairlfjglpdjyxygjnweyq` FOREIGN KEY (`productTypeId`) REFERENCES `commerce_producttypes` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_producttypes_sites` --- - -DROP TABLE IF EXISTS `commerce_producttypes_sites`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_producttypes_sites` ( - `id` int NOT NULL AUTO_INCREMENT, - `productTypeId` int NOT NULL, - `siteId` int NOT NULL, - `uriFormat` text, - `template` varchar(500) DEFAULT NULL, - `hasUrls` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_lznoblxnjulqyaugidblglejjxhuugdlduje` (`productTypeId`,`siteId`), - KEY `idx_pgrcvxjdjlaknswsjympsqygqhkaolsaxaha` (`siteId`), - CONSTRAINT `fk_qmydqsyumojrxdwskqhgxexcfytgoauisucr` FOREIGN KEY (`productTypeId`) REFERENCES `commerce_producttypes` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_sjqhhzjgeduvqoxsuxuyyrugbofhskfcfmgo` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_producttypes_taxcategories` --- - -DROP TABLE IF EXISTS `commerce_producttypes_taxcategories`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_producttypes_taxcategories` ( - `id` int NOT NULL AUTO_INCREMENT, - `productTypeId` int NOT NULL, - `taxCategoryId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_qlauytbrberbqmnalorqpyqhkmwoqrxeiotq` (`productTypeId`,`taxCategoryId`), - KEY `idx_tertuwfwmynyovbbsvxfjuzkcckjrodtemox` (`taxCategoryId`), - CONSTRAINT `fk_eayssftqbpjokogeujysgreyswoipiylpmmm` FOREIGN KEY (`productTypeId`) REFERENCES `commerce_producttypes` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_ubphhebkcngzcehioljcwmhzckqewxtcifev` FOREIGN KEY (`taxCategoryId`) REFERENCES `commerce_taxcategories` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_purchasables` --- - -DROP TABLE IF EXISTS `commerce_purchasables`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_purchasables` ( - `id` int NOT NULL AUTO_INCREMENT, - `sku` varchar(255) NOT NULL, - `price` decimal(14,4) NOT NULL, - `description` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_gjxmldthruunmqfeiacnwffgbumxhwfqctpi` (`sku`), - CONSTRAINT `fk_rxwgrgxyjdiqzsxzmljnrswjzpubrgnmkakw` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_sale_categories` --- - -DROP TABLE IF EXISTS `commerce_sale_categories`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_sale_categories` ( - `id` int NOT NULL AUTO_INCREMENT, - `saleId` int NOT NULL, - `categoryId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_lfluqeblntpskbceamszimurasssmamtcjlu` (`saleId`,`categoryId`), - KEY `idx_wvolzyqznmryvqgefjukgysvotvaukxnzeja` (`categoryId`), - CONSTRAINT `fk_qqoawwwleempqqzvqhcvskuuxlbpegtivbiq` FOREIGN KEY (`categoryId`) REFERENCES `categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_ydklihqwycwsotvjusiqhkyhhxtzffiebddt` FOREIGN KEY (`saleId`) REFERENCES `commerce_sales` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_sale_purchasables` --- - -DROP TABLE IF EXISTS `commerce_sale_purchasables`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_sale_purchasables` ( - `id` int NOT NULL AUTO_INCREMENT, - `saleId` int NOT NULL, - `purchasableId` int NOT NULL, - `purchasableType` varchar(255) NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_uwazmoksgouesrrxkwvzcwqocfciwavrzkmm` (`saleId`,`purchasableId`), - KEY `idx_icwurvfbnqksfbsxacwnpdwonwhbjldvgmds` (`purchasableId`), - CONSTRAINT `fk_keyyisdrsbkimkhuxpzcxdztqtpxxkyixcgv` FOREIGN KEY (`purchasableId`) REFERENCES `commerce_purchasables` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_nilsytoitbsrgzgwsrlwbprxsviagrgwsqwq` FOREIGN KEY (`saleId`) REFERENCES `commerce_sales` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_sale_usergroups` --- - -DROP TABLE IF EXISTS `commerce_sale_usergroups`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_sale_usergroups` ( - `id` int NOT NULL AUTO_INCREMENT, - `saleId` int NOT NULL, - `userGroupId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_hwtmgvjnzgtiezchjxpetttixfbskleolbeg` (`saleId`,`userGroupId`), - KEY `idx_fjgfphltecsiitpxgfllplhmdyrczjshsivk` (`userGroupId`), - CONSTRAINT `fk_ltjmahxpqpbsrocbsddtvdgpvnaxmvhbakcw` FOREIGN KEY (`userGroupId`) REFERENCES `usergroups` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_nqkxszzerlvmdimntxydnqhjrwjfheakslug` FOREIGN KEY (`saleId`) REFERENCES `commerce_sales` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_sales` --- - -DROP TABLE IF EXISTS `commerce_sales`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_sales` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `description` text, - `dateFrom` datetime DEFAULT NULL, - `dateTo` datetime DEFAULT NULL, - `apply` enum('toPercent','toFlat','byPercent','byFlat') NOT NULL, - `applyAmount` decimal(14,4) NOT NULL, - `allGroups` tinyint(1) DEFAULT NULL, - `allPurchasables` tinyint(1) DEFAULT NULL, - `allCategories` tinyint(1) DEFAULT NULL, - `categoryRelationshipType` enum('element','sourceElement','targetElement') NOT NULL DEFAULT 'element', - `enabled` tinyint(1) DEFAULT NULL, - `ignorePrevious` tinyint(1) DEFAULT NULL, - `stopProcessing` tinyint(1) DEFAULT NULL, - `sortOrder` int DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_shippingcategories` --- - -DROP TABLE IF EXISTS `commerce_shippingcategories`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_shippingcategories` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `description` varchar(255) DEFAULT NULL, - `default` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_lmkvadfvtdzcvbpyoygmwpxfafeoiqpusmgg` (`handle`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_shippingmethods` --- - -DROP TABLE IF EXISTS `commerce_shippingmethods`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_shippingmethods` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `enabled` tinyint(1) DEFAULT NULL, - `isLite` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_otgnsgkpbyneaizefuotjfqzwgoydnceanbw` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_shippingrule_categories` --- - -DROP TABLE IF EXISTS `commerce_shippingrule_categories`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_shippingrule_categories` ( - `id` int NOT NULL AUTO_INCREMENT, - `shippingRuleId` int DEFAULT NULL, - `shippingCategoryId` int DEFAULT NULL, - `condition` enum('allow','disallow','require') NOT NULL, - `perItemRate` decimal(14,4) DEFAULT NULL, - `weightRate` decimal(14,4) DEFAULT NULL, - `percentageRate` decimal(14,4) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_smsovutsxoxexqymfmgzckxllgsmoqwewzsx` (`shippingRuleId`), - KEY `idx_orgjbetplwwqzrzixvbuwrskyhrfhzkslavc` (`shippingCategoryId`), - CONSTRAINT `fk_uqaachnnhzdnhbcmuqnmtkcpjqztgwvdhkxh` FOREIGN KEY (`shippingCategoryId`) REFERENCES `commerce_shippingcategories` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_wpgsmsxpsbozbfyxznyicjdiykgjqcxtkfux` FOREIGN KEY (`shippingRuleId`) REFERENCES `commerce_shippingrules` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_shippingrules` --- - -DROP TABLE IF EXISTS `commerce_shippingrules`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_shippingrules` ( - `id` int NOT NULL AUTO_INCREMENT, - `shippingZoneId` int DEFAULT NULL, - `methodId` int NOT NULL, - `name` varchar(255) NOT NULL, - `description` varchar(255) DEFAULT NULL, - `priority` int NOT NULL DEFAULT '0', - `enabled` tinyint(1) DEFAULT NULL, - `minQty` int NOT NULL DEFAULT '0', - `maxQty` int NOT NULL DEFAULT '0', - `minTotal` decimal(14,4) NOT NULL DEFAULT '0.0000', - `maxTotal` decimal(14,4) NOT NULL DEFAULT '0.0000', - `minWeight` decimal(14,4) NOT NULL DEFAULT '0.0000', - `maxWeight` decimal(14,4) NOT NULL DEFAULT '0.0000', - `baseRate` decimal(14,4) NOT NULL DEFAULT '0.0000', - `perItemRate` decimal(14,4) NOT NULL DEFAULT '0.0000', - `weightRate` decimal(14,4) NOT NULL DEFAULT '0.0000', - `percentageRate` decimal(14,4) NOT NULL DEFAULT '0.0000', - `minRate` decimal(14,4) NOT NULL DEFAULT '0.0000', - `maxRate` decimal(14,4) NOT NULL DEFAULT '0.0000', - `isLite` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - `minMaxTotalType` enum('salePrice','salePriceWithDiscounts') NOT NULL DEFAULT 'salePrice', - `orderConditionFormula` text, - PRIMARY KEY (`id`), - KEY `idx_jgwseiffigauicvygmvfyptxwyhcuicwrota` (`name`), - KEY `idx_jjgddwuisnftfdswdnsapboeoahviquyvrqd` (`methodId`), - KEY `idx_wovaxuedertujruzdqjmaiyrbuaxfpgkyekb` (`shippingZoneId`), - CONSTRAINT `fk_lmiiwnkcqwnftpuzdrtxzxwpmyifavyxokri` FOREIGN KEY (`shippingZoneId`) REFERENCES `commerce_shippingzones` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_xvtbobdicprvdssouyiydrvwypzvlcgbztcg` FOREIGN KEY (`methodId`) REFERENCES `commerce_shippingmethods` (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_shippingzone_countries` --- - -DROP TABLE IF EXISTS `commerce_shippingzone_countries`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_shippingzone_countries` ( - `id` int NOT NULL AUTO_INCREMENT, - `shippingZoneId` int NOT NULL, - `countryId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_pxsxkxmmxtzlhjxgzeckgmfmmbfmodhuzlmt` (`shippingZoneId`,`countryId`), - KEY `idx_ppsevngzlitopbyynzpulvojoalbvoyqwtpt` (`shippingZoneId`), - KEY `idx_adklcygkdascotjmcqajlihtkqaacxxwxvlj` (`countryId`), - CONSTRAINT `fk_lawtxsktswlwxywfunkdpbjjoxmfwlmlxbbd` FOREIGN KEY (`countryId`) REFERENCES `commerce_countries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_zllbsutipmtmudpwryyaoztfwdkocimmldks` FOREIGN KEY (`shippingZoneId`) REFERENCES `commerce_shippingzones` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_shippingzone_states` --- - -DROP TABLE IF EXISTS `commerce_shippingzone_states`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_shippingzone_states` ( - `id` int NOT NULL AUTO_INCREMENT, - `shippingZoneId` int NOT NULL, - `stateId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_szkysdpolcxcmfuqizwrfycerwxrbwqxcdzz` (`shippingZoneId`,`stateId`), - KEY `idx_idcghbppxgpwajxwhboexicjbwuqlldnmvus` (`shippingZoneId`), - KEY `idx_abjiagckhevhdnevjetcvuttanycvehpfhos` (`stateId`), - CONSTRAINT `fk_japievcyqjokbsbbshcojrumqvcgebuomsil` FOREIGN KEY (`stateId`) REFERENCES `commerce_states` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_xtgukmzrpmrssafynvjpucxcomuulvgypvwd` FOREIGN KEY (`shippingZoneId`) REFERENCES `commerce_shippingzones` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_shippingzones` --- - -DROP TABLE IF EXISTS `commerce_shippingzones`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_shippingzones` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `description` varchar(255) DEFAULT NULL, - `isCountryBased` tinyint(1) DEFAULT NULL, - `zipCodeConditionFormula` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_cfruxunialxlylzhivnxrqdbfkofqklhrzgr` (`name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_states` --- - -DROP TABLE IF EXISTS `commerce_states`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_states` ( - `id` int NOT NULL AUTO_INCREMENT, - `countryId` int NOT NULL, - `name` varchar(255) NOT NULL, - `abbreviation` varchar(255) DEFAULT NULL, - `sortOrder` int DEFAULT NULL, - `enabled` tinyint(1) NOT NULL DEFAULT '1', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_fzdhnyogjgzlblbtxaoevvsscrvkfsxioudk` (`countryId`,`name`), - UNIQUE KEY `idx_ckluocgiyiklbheioivayuzhrodnubrjfwpr` (`countryId`,`abbreviation`), - KEY `idx_rrdjylwibyyztcijgowyjfulzupoxcrmefnj` (`countryId`), - CONSTRAINT `fk_ecvremsvnwohuitbzoevfxqvpujgqwrtbgqf` FOREIGN KEY (`countryId`) REFERENCES `commerce_countries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_subscriptions` --- - -DROP TABLE IF EXISTS `commerce_subscriptions`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_subscriptions` ( - `id` int NOT NULL AUTO_INCREMENT, - `userId` int NOT NULL, - `planId` int DEFAULT NULL, - `gatewayId` int DEFAULT NULL, - `orderId` int DEFAULT NULL, - `reference` varchar(255) NOT NULL, - `subscriptionData` text, - `trialDays` int NOT NULL, - `nextPaymentDate` datetime DEFAULT NULL, - `hasStarted` tinyint(1) NOT NULL DEFAULT '1', - `isSuspended` tinyint(1) NOT NULL DEFAULT '0', - `dateSuspended` datetime DEFAULT NULL, - `isCanceled` tinyint(1) NOT NULL, - `dateCanceled` datetime DEFAULT NULL, - `isExpired` tinyint(1) NOT NULL, - `dateExpired` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_upmnylporcxshbywloirnzjedmncgoneweyx` (`reference`), - KEY `idx_jhdvruzdynuzpownnlfwnjwtwucmxzjwezqm` (`userId`), - KEY `idx_sxcvdukwqfzcbbaiewwinbikdzpzxjoruitz` (`planId`), - KEY `idx_sgdcyclhwvnirzpaoewdcyphggntdvgugucg` (`gatewayId`), - KEY `idx_qezdospijabumxgkytewzdtiaazuwpuzyphh` (`nextPaymentDate`), - KEY `idx_mzxsadbtgkfkypyorgnhgxndqkmjqmucjntb` (`dateCreated`), - KEY `idx_fbyravwdqxddhmchlmmenzkdzcyhplwplxhl` (`dateExpired`), - KEY `fk_inyhvhdbnihajgrbbudwbyhhaqmvsqlwnulk` (`orderId`), - CONSTRAINT `fk_dzgssfjpysqiicdavtxipjrwzutiuwfroveq` FOREIGN KEY (`gatewayId`) REFERENCES `commerce_gateways` (`id`) ON DELETE RESTRICT, - CONSTRAINT `fk_inyhvhdbnihajgrbbudwbyhhaqmvsqlwnulk` FOREIGN KEY (`orderId`) REFERENCES `commerce_orders` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_rlekktyccloeiwubwztltyefcokiruzxhtce` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE RESTRICT, - CONSTRAINT `fk_vojbvjukyqbuipsduyrdgwzsjoruitucvgpu` FOREIGN KEY (`planId`) REFERENCES `commerce_plans` (`id`) ON DELETE RESTRICT, - CONSTRAINT `fk_wbzfwzhjrhbbxyrmpnfivvtydvnhurkoyrws` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_taxcategories` --- - -DROP TABLE IF EXISTS `commerce_taxcategories`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_taxcategories` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `description` varchar(255) DEFAULT NULL, - `default` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_upsbvgyhdpjkdjmawmeophbucczwdiezybdb` (`handle`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_taxrates` --- - -DROP TABLE IF EXISTS `commerce_taxrates`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_taxrates` ( - `id` int NOT NULL AUTO_INCREMENT, - `taxZoneId` int DEFAULT NULL, - `isEverywhere` tinyint(1) DEFAULT NULL, - `taxCategoryId` int DEFAULT NULL, - `name` varchar(255) NOT NULL, - `code` varchar(255) DEFAULT NULL, - `rate` decimal(14,10) NOT NULL, - `include` tinyint(1) DEFAULT NULL, - `removeIncluded` tinyint(1) DEFAULT NULL, - `removeVatIncluded` tinyint(1) DEFAULT NULL, - `isVat` tinyint(1) DEFAULT NULL, - `taxable` enum('price','shipping','price_shipping','order_total_shipping','order_total_price') NOT NULL, - `isLite` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_pgrsawsjcukqvpcjcwcimtouxbuqdszmftus` (`taxZoneId`), - KEY `idx_zxyclfygoyuevcesimalzbnvakerstnwqtxz` (`taxCategoryId`), - CONSTRAINT `fk_kcwyfaujgbetxzqdtyfnmqfebwxipckobfpr` FOREIGN KEY (`taxZoneId`) REFERENCES `commerce_taxzones` (`id`) ON UPDATE CASCADE, - CONSTRAINT `fk_yqphuemmfwvbuulkdxlewayioooqqjktudnx` FOREIGN KEY (`taxCategoryId`) REFERENCES `commerce_taxcategories` (`id`) ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_taxzone_countries` --- - -DROP TABLE IF EXISTS `commerce_taxzone_countries`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_taxzone_countries` ( - `id` int NOT NULL AUTO_INCREMENT, - `taxZoneId` int NOT NULL, - `countryId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_wlstulxcrapnsboglpumcphrrltnsiqudghb` (`taxZoneId`,`countryId`), - KEY `idx_myinjnkidzrxhaawwueavwvtbskzaxiitqlm` (`taxZoneId`), - KEY `idx_gtagmxaghnfzifmylhqqcjqhfoqypittrvko` (`countryId`), - CONSTRAINT `fk_aqrinuwdrxlnzadyejppwqwxixgfjhavifcv` FOREIGN KEY (`taxZoneId`) REFERENCES `commerce_taxzones` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_jqsugefhoblezzsopdygumjzqmnlktsxxwqb` FOREIGN KEY (`countryId`) REFERENCES `commerce_countries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_taxzone_states` --- - -DROP TABLE IF EXISTS `commerce_taxzone_states`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_taxzone_states` ( - `id` int NOT NULL AUTO_INCREMENT, - `taxZoneId` int NOT NULL, - `stateId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_hyiqhqwmxlrtlqrmdrgrhtuswzvbffeamwnd` (`taxZoneId`,`stateId`), - KEY `idx_elzhhwzogyvmywtruldujagbbrfmowsrdlct` (`taxZoneId`), - KEY `idx_pjzfpzrpmmpaquoqhtefejkrfolvdyttbwjk` (`stateId`), - CONSTRAINT `fk_qxzzewpekublsagnsrkobvuuyapzwwoidmme` FOREIGN KEY (`taxZoneId`) REFERENCES `commerce_taxzones` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_wbidpmpfxvcitafphqcpbmrxlecmeotrblfa` FOREIGN KEY (`stateId`) REFERENCES `commerce_states` (`id`) ON DELETE CASCADE ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_taxzones` --- - -DROP TABLE IF EXISTS `commerce_taxzones`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_taxzones` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `description` varchar(255) DEFAULT NULL, - `isCountryBased` tinyint(1) DEFAULT NULL, - `zipCodeConditionFormula` text, - `default` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_qtfbthuowjzjcembrhkncxwrmvvipwowdmve` (`name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_transactions` --- - -DROP TABLE IF EXISTS `commerce_transactions`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_transactions` ( - `id` int NOT NULL AUTO_INCREMENT, - `orderId` int NOT NULL, - `parentId` int DEFAULT NULL, - `gatewayId` int DEFAULT NULL, - `userId` int DEFAULT NULL, - `hash` varchar(32) DEFAULT NULL, - `type` enum('authorize','capture','purchase','refund') NOT NULL, - `amount` decimal(14,4) DEFAULT NULL, - `paymentAmount` decimal(14,4) DEFAULT NULL, - `currency` varchar(255) DEFAULT NULL, - `paymentCurrency` varchar(255) DEFAULT NULL, - `paymentRate` decimal(14,4) DEFAULT NULL, - `status` enum('pending','redirect','success','failed','processing') NOT NULL, - `reference` varchar(255) DEFAULT NULL, - `code` varchar(255) DEFAULT NULL, - `message` text, - `note` mediumtext, - `response` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_ccoomkqvypppavsfwddjdhcfxhviylbzekxa` (`parentId`), - KEY `idx_cfswmlcjvrmifzddqrvogndaufaulcefxvcw` (`gatewayId`), - KEY `idx_zteuvperywwwemehokcnfwdpupwnhrgmsqjm` (`orderId`), - KEY `idx_mptecayhgovdftsyoiqgixkzafbmtenbcwqj` (`userId`), - CONSTRAINT `fk_ehohbepmkkactjslekwvmkqxqcfwukahlqiy` FOREIGN KEY (`parentId`) REFERENCES `commerce_transactions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_fndwzzwzarpaweaadbynpuwpmznqelggipxt` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_kbuaxixabcbiwzcbvetwlognbufqlkpliumr` FOREIGN KEY (`orderId`) REFERENCES `commerce_orders` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_okjmcvjevvvftwljvbnnsheqzlflpuggzjqs` FOREIGN KEY (`gatewayId`) REFERENCES `commerce_gateways` (`id`) ON UPDATE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `commerce_variants` --- - -DROP TABLE IF EXISTS `commerce_variants`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `commerce_variants` ( - `id` int NOT NULL, - `productId` int DEFAULT NULL, - `sku` varchar(255) NOT NULL, - `isDefault` tinyint(1) DEFAULT NULL, - `price` decimal(14,4) NOT NULL, - `sortOrder` int DEFAULT NULL, - `width` decimal(14,4) DEFAULT NULL, - `height` decimal(14,4) DEFAULT NULL, - `length` decimal(14,4) DEFAULT NULL, - `weight` decimal(14,4) DEFAULT NULL, - `stock` int NOT NULL DEFAULT '0', - `hasUnlimitedStock` tinyint(1) DEFAULT NULL, - `minQty` int DEFAULT NULL, - `maxQty` int DEFAULT NULL, - `deletedWithProduct` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_juvkxgthupbzamorpowgfrdwnjzvhkxsptka` (`sku`), - KEY `idx_uygkztockcncqvychhgqplijsobbawrokbth` (`productId`), - CONSTRAINT `fk_ipjnbnzzhbyoqrbknyekgchcxbhqjovcqzkm` FOREIGN KEY (`productId`) REFERENCES `commerce_products` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_sqlojqxgisdmbbptpfwjxsxfdbutbjpazhbm` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `elementId` int NOT NULL, - `siteId` int NOT NULL, - `title` varchar(255) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - `field_optimizedImages` text, - `field_seo` text, - `field_richText` text, - `field_plainText` text, - `field_longform` text, - `field_someImages_hjezvijy` text, - 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 AUTO_INCREMENT=70 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `userId` int NOT NULL, - `accessToken` text NOT NULL, - `expiryDate` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `craftidtokens_userId_fk` (`userId`), - CONSTRAINT `craftidtokens_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `key` varchar(255) NOT NULL, - `fingerprint` varchar(255) NOT NULL, - `lastOccurrence` datetime NOT NULL, - `file` varchar(255) NOT NULL, - `line` smallint unsigned DEFAULT NULL, - `message` text, - `traces` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `deprecationerrors_key_fingerprint_unq_idx` (`key`,`fingerprint`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `sourceId` int DEFAULT NULL, - `creatorId` int DEFAULT NULL, - `provisional` tinyint(1) NOT NULL DEFAULT '0', - `name` varchar(255) NOT NULL, - `notes` text, - `trackChanges` tinyint(1) NOT NULL DEFAULT '0', - `dateLastMerged` datetime DEFAULT NULL, - `saved` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id`), - KEY `drafts_creatorId_fk` (`creatorId`), - KEY `drafts_sourceId_fk` (`sourceId`), - KEY `idx_tnitxhbukaspzkfjftipesmpqcpuatbycdqb` (`saved`), - KEY `idx_lwnvnrcdqxugcddhryroxakwjziwpkbnayny` (`creatorId`,`provisional`), - 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 AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `type` varchar(255) NOT NULL, - `settings` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `elementindexsettings_type_unq_idx` (`type`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `canonicalId` int DEFAULT NULL, - `draftId` int DEFAULT NULL, - `revisionId` int DEFAULT NULL, - `fieldLayoutId` int DEFAULT NULL, - `type` varchar(255) NOT NULL, - `enabled` tinyint(1) NOT NULL DEFAULT '1', - `archived` tinyint(1) NOT NULL DEFAULT '0', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `dateLastMerged` datetime DEFAULT NULL, - `dateDeleted` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `elements_dateDeleted_idx` (`dateDeleted`), - KEY `elements_fieldLayoutId_idx` (`fieldLayoutId`), - KEY `elements_type_idx` (`type`), - KEY `elements_enabled_idx` (`enabled`), - KEY `elements_archived_dateCreated_idx` (`archived`,`dateCreated`), - KEY `elements_archived_dateDeleted_draftId_revisionId_idx` (`archived`,`dateDeleted`,`draftId`,`revisionId`), - KEY `elements_draftId_fk` (`draftId`), - KEY `elements_revisionId_fk` (`revisionId`), - KEY `fk_taxjvifqgffkigrfbxbklmtlosvozobblccg` (`canonicalId`), - 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, - CONSTRAINT `fk_taxjvifqgffkigrfbxbklmtlosvozobblccg` FOREIGN KEY (`canonicalId`) REFERENCES `elements` (`id`) ON DELETE SET NULL -) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `elementId` int NOT NULL, - `siteId` int NOT NULL, - `slug` varchar(255) DEFAULT NULL, - `uri` varchar(255) DEFAULT NULL, - `enabled` tinyint(1) NOT NULL DEFAULT '1', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `elements_sites_elementId_siteId_unq_idx` (`elementId`,`siteId`), - KEY `elements_sites_siteId_idx` (`siteId`), - KEY `elements_sites_slug_siteId_idx` (`slug`,`siteId`), - KEY `elements_sites_enabled_idx` (`enabled`), - 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 AUTO_INCREMENT=71 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL, - `sectionId` int NOT NULL, - `parentId` int DEFAULT NULL, - `typeId` int NOT NULL, - `authorId` int DEFAULT NULL, - `postDate` datetime DEFAULT NULL, - `expiryDate` datetime DEFAULT NULL, - `deletedWithEntryType` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `entries_postDate_idx` (`postDate`), - KEY `entries_expiryDate_idx` (`expiryDate`), - KEY `entries_authorId_idx` (`authorId`), - KEY `entries_sectionId_idx` (`sectionId`), - KEY `entries_typeId_idx` (`typeId`), - KEY `entries_parentId_fk` (`parentId`), - CONSTRAINT `entries_id_fk` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - CONSTRAINT `entries_parentId_fk` FOREIGN KEY (`parentId`) REFERENCES `entries` (`id`) ON DELETE SET NULL, - 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, - CONSTRAINT `fk_oscpwzvcuzhzfksdbfoljigocawxsvekvxtn` FOREIGN KEY (`authorId`) REFERENCES `users` (`id`) ON DELETE SET NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `sectionId` int NOT NULL, - `fieldLayoutId` int DEFAULT NULL, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `hasTitleField` tinyint(1) NOT NULL DEFAULT '1', - `titleTranslationMethod` varchar(255) NOT NULL DEFAULT 'site', - `titleTranslationKeyFormat` text, - `titleFormat` varchar(255) DEFAULT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `dateDeleted` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `entrytypes_name_sectionId_idx` (`name`,`sectionId`), - KEY `entrytypes_handle_sectionId_idx` (`handle`,`sectionId`), - KEY `entrytypes_sectionId_idx` (`sectionId`), - KEY `entrytypes_fieldLayoutId_idx` (`fieldLayoutId`), - 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 AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `dateDeleted` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fieldgroups_name_idx` (`name`), - KEY `idx_xkjrkcadnxgnxscxrnprbfrqhdsjkfbgbtnb` (`dateDeleted`,`name`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `layoutId` int NOT NULL, - `tabId` int NOT NULL, - `fieldId` int NOT NULL, - `required` tinyint(1) NOT NULL DEFAULT '0', - `sortOrder` smallint unsigned DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `fieldlayoutfields_layoutId_fieldId_unq_idx` (`layoutId`,`fieldId`), - KEY `fieldlayoutfields_sortOrder_idx` (`sortOrder`), - KEY `fieldlayoutfields_tabId_idx` (`tabId`), - KEY `fieldlayoutfields_fieldId_idx` (`fieldId`), - CONSTRAINT `fieldlayoutfields_fieldId_fk` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE, - 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 AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `type` varchar(255) NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `dateDeleted` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fieldlayouts_dateDeleted_idx` (`dateDeleted`), - KEY `fieldlayouts_type_idx` (`type`) -) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `layoutId` int NOT NULL, - `name` varchar(255) NOT NULL, - `elements` text, - `sortOrder` smallint unsigned DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fieldlayouttabs_sortOrder_idx` (`sortOrder`), - KEY `fieldlayouttabs_layoutId_idx` (`layoutId`), - CONSTRAINT `fieldlayouttabs_layoutId_fk` FOREIGN KEY (`layoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `groupId` int DEFAULT NULL, - `name` varchar(255) NOT NULL, - `handle` varchar(64) NOT NULL, - `context` varchar(255) NOT NULL DEFAULT 'global', - `columnSuffix` char(8) DEFAULT NULL, - `instructions` text, - `searchable` tinyint(1) NOT NULL DEFAULT '1', - `translationMethod` varchar(255) NOT NULL DEFAULT 'none', - `translationKeyFormat` text, - `type` varchar(255) NOT NULL, - `settings` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fields_groupId_idx` (`groupId`), - KEY `fields_context_idx` (`context`), - KEY `fields_handle_context_idx` (`handle`,`context`), - CONSTRAINT `fields_groupId_fk` FOREIGN KEY (`groupId`) REFERENCES `fieldgroups` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_emailtemplates` --- - -DROP TABLE IF EXISTS `formie_emailtemplates`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_emailtemplates` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(64) NOT NULL, - `template` varchar(255) NOT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, - `dateDeleted` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_forms` --- - -DROP TABLE IF EXISTS `formie_forms`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_forms` ( - `id` int NOT NULL AUTO_INCREMENT, - `handle` varchar(64) NOT NULL, - `fieldContentTable` varchar(64) NOT NULL, - `settings` mediumtext, - `templateId` int DEFAULT NULL, - `submitActionEntryId` int DEFAULT NULL, - `requireUser` tinyint(1) DEFAULT NULL, - `availability` enum('always','date','submissions') NOT NULL DEFAULT 'always', - `availabilityFrom` datetime DEFAULT NULL, - `availabilityTo` datetime DEFAULT NULL, - `availabilitySubmissions` int DEFAULT NULL, - `defaultStatusId` int DEFAULT NULL, - `dataRetention` enum('forever','minutes','hours','days','weeks','months','years') NOT NULL DEFAULT 'forever', - `dataRetentionValue` int DEFAULT NULL, - `userDeletedAction` enum('retain','delete') NOT NULL DEFAULT 'retain', - `fileUploadsAction` enum('retain','delete') NOT NULL DEFAULT 'retain', - `fieldLayoutId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_etiyankgvxhlwdefhvxbwnxnzsrltnrtlomz` (`templateId`), - KEY `idx_vqczeajhywijynklmokczaluekjsynjyclvv` (`defaultStatusId`), - KEY `idx_ggqetfqtxwycvncxvzwjezdrvdhwtnnwwtwo` (`submitActionEntryId`), - KEY `idx_vffwiuliyuffomejhhequdboxyfulideimiq` (`fieldLayoutId`), - CONSTRAINT `fk_fitixpllmociehkmlrubiqaiftmzmvcsjsie` FOREIGN KEY (`defaultStatusId`) REFERENCES `formie_statuses` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_hsgjcaonxlolosmmlcwfcwpgzanookoswmbo` FOREIGN KEY (`templateId`) REFERENCES `formie_formtemplates` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_kekmyobzycebwglazkaajzwokfbmcursxuwi` FOREIGN KEY (`submitActionEntryId`) REFERENCES `entries` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_ulbgfsdltjmnjwqeiinhmqjjqbqyqzaatgxx` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_wsolpmdbqeswioblkoxpnbfprmmdauxrzrka` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_formtemplates` --- - -DROP TABLE IF EXISTS `formie_formtemplates`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_formtemplates` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(64) NOT NULL, - `template` varchar(255) DEFAULT NULL, - `useCustomTemplates` tinyint(1) DEFAULT '1', - `outputCssLayout` tinyint(1) DEFAULT '1', - `outputCssTheme` tinyint(1) DEFAULT '1', - `outputJsBase` tinyint(1) DEFAULT '1', - `outputJsTheme` tinyint(1) DEFAULT '1', - `outputCssLocation` varchar(255) DEFAULT NULL, - `outputJsLocation` varchar(255) DEFAULT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, - `fieldLayoutId` int DEFAULT NULL, - `dateDeleted` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_kdumzhocvelbamrvdfuisnautquwjwxcpswi` (`fieldLayoutId`), - CONSTRAINT `fk_ohrwangihcazwqxsheeonotswngbdmmcufvd` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_integrations` --- - -DROP TABLE IF EXISTS `formie_integrations`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_integrations` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(64) NOT NULL, - `type` varchar(255) NOT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, - `enabled` tinyint(1) NOT NULL DEFAULT '1', - `settings` text, - `cache` longtext, - `tokenId` int DEFAULT NULL, - `dateDeleted` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_nested` --- - -DROP TABLE IF EXISTS `formie_nested`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_nested` ( - `id` int NOT NULL AUTO_INCREMENT, - `fieldId` int NOT NULL, - `fieldLayoutId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_euxpmeoqwgtoyqhfhmxziochsymmqblxdxxz` (`fieldId`), - KEY `idx_eqhalzvucydiczjagxykauqmnfpexdzibaab` (`fieldLayoutId`), - CONSTRAINT `fk_xsqnqauyxozoikzltppfusvlapwnvucvgygf` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_xweijrkbhtulxqkjqszpntrlgwpdrjdnwkqv` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_nestedfieldrows` --- - -DROP TABLE IF EXISTS `formie_nestedfieldrows`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_nestedfieldrows` ( - `id` int NOT NULL AUTO_INCREMENT, - `ownerId` int NOT NULL, - `fieldId` int NOT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, - `deletedWithOwner` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_zkomvlgockpnzxhdesgybxumqqgqokwldcml` (`ownerId`), - KEY `idx_fukleuebaxyjdojmjdnratoapejkaokxypvg` (`fieldId`), - KEY `idx_vlrfbtnjxdeutrlgevjqryvugcyftccrcepz` (`sortOrder`), - CONSTRAINT `fk_fybqertwvodtgxwwpgboxejojndjxyxmtpsj` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_ilwytnmrjazadfkmwfyzdboqplherxcwhedw` FOREIGN KEY (`ownerId`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_rkdjdvyearhcdovayyvzwbfcmlvptlrdozda` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_notifications` --- - -DROP TABLE IF EXISTS `formie_notifications`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_notifications` ( - `id` int NOT NULL AUTO_INCREMENT, - `formId` int NOT NULL, - `templateId` int DEFAULT NULL, - `name` text NOT NULL, - `enabled` tinyint(1) DEFAULT '1', - `subject` text, - `to` text, - `cc` text, - `bcc` text, - `replyTo` text, - `replyToName` text, - `from` text, - `fromName` text, - `content` text, - `attachFiles` tinyint(1) DEFAULT '1', - `enableConditions` tinyint(1) DEFAULT '0', - `conditions` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_wnawebinamnghbgvdswwaruokeffsnxbtlcw` (`formId`), - KEY `idx_zyinjxszruftunvekxwwiwdcltvunvslafpq` (`templateId`), - CONSTRAINT `fk_cgcknpivtchktlulqxlhbpgswbbvudoervur` FOREIGN KEY (`templateId`) REFERENCES `formie_emailtemplates` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_jndxuhjewlemttvtojkafqqnlwdpsycoxzsr` FOREIGN KEY (`formId`) REFERENCES `formie_forms` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_pagesettings` --- - -DROP TABLE IF EXISTS `formie_pagesettings`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_pagesettings` ( - `id` int NOT NULL AUTO_INCREMENT, - `fieldLayoutId` int NOT NULL, - `fieldLayoutTabId` int NOT NULL, - `settings` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_zfumdjpchsyzzqtavqsjbtkfafkbobsycgzr` (`fieldLayoutTabId`), - KEY `idx_hyxhakuamuuommoyxdcydiiibutumatojbov` (`fieldLayoutId`), - CONSTRAINT `fk_gfmwhafwdtyloncyonuqtxbnblnhfwpvyfpv` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_nqhfmoinhnpqhticeiimpfghlrurfciytpzk` FOREIGN KEY (`fieldLayoutTabId`) REFERENCES `fieldlayouttabs` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_relations` --- - -DROP TABLE IF EXISTS `formie_relations`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_relations` ( - `id` int NOT NULL AUTO_INCREMENT, - `type` varchar(255) NOT NULL, - `sourceId` int NOT NULL, - `sourceSiteId` int DEFAULT NULL, - `targetId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_znyrcauwrgupedqayjvdpogjpwcgbjrdtjqh` (`sourceId`,`sourceSiteId`,`targetId`), - KEY `idx_gwfmnnxaoneoihtfmlxzmrlrjpxdlzqcofta` (`sourceId`), - KEY `idx_hcgxxsllacyxkoxzhtzviokilyquavjmslbg` (`targetId`), - KEY `idx_fuzkwufaqberuxbqygwaiblfsxewlwefxnac` (`sourceSiteId`), - CONSTRAINT `fk_chinnncznzjplsbbkzxwqhgwryzvblvgxqei` FOREIGN KEY (`sourceId`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_teghzvpwisecqmsljmdnhxptgvchinnpfbfw` FOREIGN KEY (`sourceSiteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_xzbrhqbisqzjghbpqkkotlrubagduzgdibwa` FOREIGN KEY (`targetId`) REFERENCES `elements` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_rows` --- - -DROP TABLE IF EXISTS `formie_rows`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_rows` ( - `id` int NOT NULL AUTO_INCREMENT, - `fieldLayoutId` int NOT NULL, - `fieldLayoutFieldId` int NOT NULL, - `row` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_zjciysvrectvtxsxtentnwrsfxaygcuqenqr` (`fieldLayoutFieldId`), - KEY `idx_peotyhjpydhnotgjhntgwepleapyoqknyxkn` (`fieldLayoutId`), - CONSTRAINT `fk_lnhfxnlgchezicqbhlkeudezbiqlcnlmmefr` FOREIGN KEY (`fieldLayoutFieldId`) REFERENCES `fieldlayoutfields` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_zdlypyjausrcuhiyqrlqpcijzvovutibtttu` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_sentnotifications` --- - -DROP TABLE IF EXISTS `formie_sentnotifications`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_sentnotifications` ( - `id` int NOT NULL AUTO_INCREMENT, - `title` varchar(255) DEFAULT NULL, - `formId` int DEFAULT NULL, - `submissionId` int DEFAULT NULL, - `notificationId` int DEFAULT NULL, - `subject` varchar(255) DEFAULT NULL, - `to` varchar(255) DEFAULT NULL, - `cc` varchar(255) DEFAULT NULL, - `bcc` varchar(255) DEFAULT NULL, - `replyTo` varchar(255) DEFAULT NULL, - `replyToName` varchar(255) DEFAULT NULL, - `from` varchar(255) DEFAULT NULL, - `fromName` varchar(255) DEFAULT NULL, - `body` mediumtext, - `htmlBody` mediumtext, - `info` text, - `dateCreated` datetime DEFAULT NULL, - `dateUpdated` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fk_tzkcyeqamsjduazrecxrhzakuwoitzotvboi` (`formId`), - KEY `fk_srmxdeymwjbcumorgrttitwrzdhlwehmmrfj` (`submissionId`), - KEY `fk_knimrnxyhddtexexdtnymqqeqtaehwengfec` (`notificationId`), - CONSTRAINT `fk_cdhdbjhhzrlunjyfrtllenhjcmzpfklgocll` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_knimrnxyhddtexexdtnymqqeqtaehwengfec` FOREIGN KEY (`notificationId`) REFERENCES `formie_notifications` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_srmxdeymwjbcumorgrttitwrzdhlwehmmrfj` FOREIGN KEY (`submissionId`) REFERENCES `formie_submissions` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_tzkcyeqamsjduazrecxrhzakuwoitzotvboi` FOREIGN KEY (`formId`) REFERENCES `formie_forms` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_statuses` --- - -DROP TABLE IF EXISTS `formie_statuses`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_statuses` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(64) NOT NULL, - `color` enum('green','orange','red','blue','yellow','pink','purple','turquoise','light','grey','black') NOT NULL DEFAULT 'green', - `description` varchar(255) DEFAULT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, - `isDefault` tinyint(1) DEFAULT NULL, - `dateDeleted` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_stencils` --- - -DROP TABLE IF EXISTS `formie_stencils`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_stencils` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(64) NOT NULL, - `data` mediumtext, - `templateId` int DEFAULT NULL, - `defaultStatusId` int DEFAULT NULL, - `dateDeleted` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_gyfdcxjwmuzxoesnnlsjsuopeapgfiyvysgn` (`templateId`), - KEY `idx_pvauaacyvqbvzrdzjrjsaonntpswolaiuzra` (`defaultStatusId`), - CONSTRAINT `fk_vlknmqwbqxutxqzrvfxcgksyaqieloyowxvi` FOREIGN KEY (`templateId`) REFERENCES `formie_formtemplates` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_xubhemuwierbrbnislmeuemgtmgddiwkqruq` FOREIGN KEY (`defaultStatusId`) REFERENCES `formie_statuses` (`id`) ON DELETE SET NULL -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_submissions` --- - -DROP TABLE IF EXISTS `formie_submissions`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_submissions` ( - `id` int NOT NULL AUTO_INCREMENT, - `title` varchar(255) NOT NULL, - `formId` int NOT NULL, - `statusId` int DEFAULT NULL, - `userId` int DEFAULT NULL, - `isIncomplete` tinyint(1) DEFAULT '0', - `isSpam` tinyint(1) DEFAULT '0', - `spamReason` text, - `ipAddress` varchar(255) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `idx_yceodiencligmjdwiqcxzgztuvpsazfpivqo` (`formId`), - KEY `idx_urwxrvaceqkwsfbgihxwucxlwgxrryksmzdf` (`statusId`), - KEY `idx_ywhuwjizroofocittioqifwcehectiylkpoz` (`userId`), - CONSTRAINT `fk_fzszohqoyjcyeeejmqaypprjctpyeuulkasj` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_kjuyhzgochjbnvsrhwpfbwyvrlwzdvpslyac` FOREIGN KEY (`formId`) REFERENCES `formie_forms` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_lmabtzqkfndbbtqasyiaehrpjuhsjqumsqjz` FOREIGN KEY (`statusId`) REFERENCES `formie_statuses` (`id`) ON DELETE SET NULL, - CONSTRAINT `fk_ydgafxekiuexgbpkzgjoeefwsxkgsgqdgidz` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_syncfields` --- - -DROP TABLE IF EXISTS `formie_syncfields`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_syncfields` ( - `id` int NOT NULL AUTO_INCREMENT, - `syncId` int NOT NULL, - `fieldId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `idx_nurznkbmmsvrrfmarxvmkshtabcrejsbacnc` (`syncId`,`fieldId`), - KEY `fk_wjwurehomafcjqzjphztzqxfxsbrybjigeuj` (`fieldId`), - CONSTRAINT `fk_oawwnlkdumzvrjzdwnqcxurnjqnikelyprpa` FOREIGN KEY (`syncId`) REFERENCES `formie_syncs` (`id`) ON DELETE CASCADE, - CONSTRAINT `fk_wjwurehomafcjqzjphztzqxfxsbrybjigeuj` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_syncs` --- - -DROP TABLE IF EXISTS `formie_syncs`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_syncs` ( - `id` int NOT NULL AUTO_INCREMENT, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `formie_tokens` --- - -DROP TABLE IF EXISTS `formie_tokens`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `formie_tokens` ( - `id` int NOT NULL AUTO_INCREMENT, - `type` varchar(255) NOT NULL, - `accessToken` text, - `secret` text, - `endOfLife` varchar(255) DEFAULT NULL, - `refreshToken` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `fieldLayoutId` int DEFAULT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `globalsets_name_idx` (`name`), - KEY `globalsets_handle_idx` (`handle`), - KEY `globalsets_fieldLayoutId_idx` (`fieldLayoutId`), - KEY `idx_tsrdxzrifmokfdcfnktasntujdvcdeljxudm` (`sortOrder`), - 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 AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `scope` text, - `isPublic` tinyint(1) NOT NULL DEFAULT '0', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `accessToken` varchar(255) NOT NULL, - `enabled` tinyint(1) NOT NULL DEFAULT '1', - `expiryDate` datetime DEFAULT NULL, - `lastUsed` datetime DEFAULT NULL, - `schemaId` int DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `gqltokens_accessToken_unq_idx` (`accessToken`), - UNIQUE KEY `gqltokens_name_unq_idx` (`name`), - KEY `gqltokens_schemaId_fk` (`schemaId`), - CONSTRAINT `gqltokens_schemaId_fk` FOREIGN KEY (`schemaId`) REFERENCES `gqlschemas` (`id`) ON DELETE SET NULL -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `version` varchar(50) NOT NULL, - `schemaVersion` varchar(15) NOT NULL, - `maintenance` tinyint(1) NOT NULL DEFAULT '0', - `configVersion` char(12) NOT NULL DEFAULT '000000000000', - `fieldVersion` char(12) NOT NULL DEFAULT '000000000000', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL, - `ownerId` int NOT NULL, - `fieldId` int NOT NULL, - `typeId` int NOT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, - `deletedWithOwner` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `matrixblocks_ownerId_idx` (`ownerId`), - KEY `matrixblocks_fieldId_idx` (`fieldId`), - KEY `matrixblocks_typeId_idx` (`typeId`), - KEY `matrixblocks_sortOrder_idx` (`sortOrder`), - CONSTRAINT `matrixblocks_fieldId_fk` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE, - CONSTRAINT `matrixblocks_id_fk` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `fieldId` int NOT NULL, - `fieldLayoutId` int DEFAULT NULL, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `matrixblocktypes_fieldId_idx` (`fieldId`), - KEY `matrixblocktypes_fieldLayoutId_idx` (`fieldLayoutId`), - KEY `matrixblocktypes_name_fieldId_idx` (`name`,`fieldId`), - KEY `matrixblocktypes_handle_fieldId_idx` (`handle`,`fieldId`), - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `track` varchar(255) NOT NULL, - `name` varchar(255) NOT NULL, - `applyTime` datetime NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `migrations_track_name_unq_idx` (`track`,`name`) -) ENGINE=InnoDB AUTO_INCREMENT=438 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `handle` varchar(255) NOT NULL, - `version` varchar(255) NOT NULL, - `schemaVersion` varchar(255) NOT NULL, - `licenseKeyStatus` enum('valid','trial','invalid','mismatched','astray','unknown') NOT NULL DEFAULT 'unknown', - `licensedEdition` varchar(255) DEFAULT NULL, - `installDate` datetime NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `plugins_handle_unq_idx` (`handle`) -) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `channel` varchar(255) NOT NULL DEFAULT 'queue', - `job` longblob NOT NULL, - `description` text, - `timePushed` int NOT NULL, - `ttr` int NOT NULL, - `delay` int NOT NULL DEFAULT '0', - `priority` int unsigned NOT NULL DEFAULT '1024', - `dateReserved` datetime DEFAULT NULL, - `timeUpdated` int DEFAULT NULL, - `progress` smallint NOT NULL DEFAULT '0', - `progressLabel` varchar(255) DEFAULT NULL, - `attempt` int DEFAULT NULL, - `fail` tinyint(1) DEFAULT '0', - `dateFailed` datetime DEFAULT NULL, - `error` text, - PRIMARY KEY (`id`), - KEY `queue_channel_fail_timeUpdated_timePushed_idx` (`channel`,`fail`,`timeUpdated`,`timePushed`), - KEY `queue_channel_fail_timeUpdated_delay_idx` (`channel`,`fail`,`timeUpdated`,`delay`) -) ENGINE=InnoDB AUTO_INCREMENT=171 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `fieldId` int NOT NULL, - `sourceId` int NOT NULL, - `sourceSiteId` int DEFAULT NULL, - `targetId` int NOT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `relations_fieldId_sourceId_sourceSiteId_targetId_unq_idx` (`fieldId`,`sourceId`,`sourceSiteId`,`targetId`), - KEY `relations_sourceId_idx` (`sourceId`), - KEY `relations_targetId_idx` (`targetId`), - KEY `relations_sourceSiteId_idx` (`sourceSiteId`), - CONSTRAINT `relations_fieldId_fk` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE, - CONSTRAINT `relations_sourceId_fk` FOREIGN KEY (`sourceId`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - `siteId` int DEFAULT NULL, - `associatedElementId` int NOT NULL, - `enabled` tinyint(1) DEFAULT '1', - `redirectSrcUrl` varchar(255) DEFAULT '', - `redirectSrcUrlParsed` varchar(255) DEFAULT '', - `redirectSrcMatch` varchar(32) DEFAULT 'pathonly', - `redirectMatchType` varchar(32) DEFAULT 'exactmatch', - `redirectDestUrl` varchar(255) DEFAULT '', - `redirectHttpCode` int DEFAULT '301', - `hitCount` int DEFAULT '1', - `hitLastTime` datetime DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `retour_redirects_redirectSrcUrlParsed_idx` (`redirectSrcUrlParsed`), - KEY `retour_redirects_redirectSrcUrl_idx` (`redirectSrcUrl`), - KEY `retour_redirects_siteId_idx` (`siteId`), - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - `siteId` int DEFAULT NULL, - `associatedElementId` int NOT NULL, - `enabled` tinyint(1) DEFAULT '1', - `redirectSrcUrl` varchar(255) DEFAULT '', - `redirectSrcUrlParsed` varchar(255) DEFAULT '', - `redirectSrcMatch` varchar(32) DEFAULT 'pathonly', - `redirectMatchType` varchar(32) DEFAULT 'exactmatch', - `redirectDestUrl` varchar(255) DEFAULT '', - `redirectHttpCode` int DEFAULT '301', - `hitCount` int DEFAULT '1', - `hitLastTime` datetime DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `retour_static_redirects_redirectSrcUrlParsed_idx` (`redirectSrcUrlParsed`), - KEY `retour_static_redirects_redirectSrcUrl_idx` (`redirectSrcUrl`), - 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 AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - `siteId` int DEFAULT NULL, - `redirectSrcUrl` varchar(255) DEFAULT '', - `referrerUrl` varchar(2000) DEFAULT '', - `remoteIp` varchar(45) DEFAULT '', - `userAgent` varchar(255) DEFAULT '', - `exceptionMessage` varchar(255) DEFAULT '', - `exceptionFilePath` varchar(255) DEFAULT '', - `exceptionFileLine` int DEFAULT '0', - `hitCount` int DEFAULT '1', - `hitLastTime` datetime DEFAULT NULL, - `handledByRetour` tinyint(1) DEFAULT '0', - PRIMARY KEY (`id`), - 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 AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `sourceId` int NOT NULL, - `creatorId` int DEFAULT NULL, - `num` int NOT NULL, - `notes` text, - PRIMARY KEY (`id`), - UNIQUE KEY `revisions_sourceId_num_unq_idx` (`sourceId`,`num`), - KEY `revisions_creatorId_fk` (`creatorId`), - 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 AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL, - `attribute` varchar(25) NOT NULL, - `fieldId` int NOT NULL, - `siteId` int NOT NULL, - `keywords` text NOT NULL, - PRIMARY KEY (`elementId`,`attribute`,`fieldId`,`siteId`), - FULLTEXT KEY `searchindex_keywords_idx` (`keywords`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `structureId` int DEFAULT NULL, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `type` enum('single','channel','structure') NOT NULL DEFAULT 'channel', - `enableVersioning` tinyint(1) NOT NULL DEFAULT '0', - `propagationMethod` varchar(255) NOT NULL DEFAULT 'all', - `defaultPlacement` enum('beginning','end') NOT NULL DEFAULT 'end', - `previewTargets` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `dateDeleted` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `sections_handle_idx` (`handle`), - KEY `sections_name_idx` (`name`), - 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 AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `sectionId` int NOT NULL, - `siteId` int NOT NULL, - `hasUrls` tinyint(1) NOT NULL DEFAULT '1', - `uriFormat` text, - `template` varchar(500) DEFAULT NULL, - `enabledByDefault` tinyint(1) NOT NULL DEFAULT '1', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `sections_sites_sectionId_siteId_unq_idx` (`sectionId`,`siteId`), - 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 AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - `bundleVersion` varchar(255) NOT NULL DEFAULT '', - `sourceBundleType` varchar(255) NOT NULL DEFAULT '', - `sourceId` int DEFAULT NULL, - `sourceName` varchar(255) NOT NULL DEFAULT '', - `sourceHandle` varchar(255) NOT NULL DEFAULT '', - `sourceType` varchar(64) NOT NULL DEFAULT '', - `typeId` int DEFAULT NULL, - `sourceTemplate` varchar(500) DEFAULT '', - `sourceSiteId` int DEFAULT NULL, - `sourceAltSiteSettings` text, - `sourceDateUpdated` datetime NOT NULL, - `metaGlobalVars` text, - `metaSiteVars` text, - `metaSitemapVars` text, - `metaContainers` text, - `redirectsContainer` text, - `frontendTemplatesContainer` text, - `metaBundleSettings` text, - PRIMARY KEY (`id`), - KEY `seomatic_metabundles_sourceBundleType_idx` (`sourceBundleType`), - KEY `seomatic_metabundles_sourceId_idx` (`sourceId`), - 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 AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `userId` int NOT NULL, - `token` char(100) NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `sessions_uid_idx` (`uid`), - KEY `sessions_token_idx` (`token`), - 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 AUTO_INCREMENT=52 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `userId` int NOT NULL, - `message` varchar(255) NOT NULL, - `expiryDate` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `dateDeleted` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `sitegroups_name_idx` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `groupId` int NOT NULL, - `primary` tinyint(1) NOT NULL, - `enabled` tinyint(1) NOT NULL DEFAULT '1', - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `language` varchar(12) NOT NULL, - `hasUrls` tinyint(1) NOT NULL DEFAULT '0', - `baseUrl` varchar(255) DEFAULT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `dateDeleted` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `sites_dateDeleted_idx` (`dateDeleted`), - KEY `sites_handle_idx` (`handle`), - 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 AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `structureId` int NOT NULL, - `elementId` int DEFAULT NULL, - `root` int unsigned DEFAULT NULL, - `lft` int unsigned NOT NULL, - `rgt` int unsigned NOT NULL, - `level` smallint unsigned NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `structureelements_structureId_elementId_unq_idx` (`structureId`,`elementId`), - KEY `structureelements_root_idx` (`root`), - KEY `structureelements_lft_idx` (`lft`), - KEY `structureelements_rgt_idx` (`rgt`), - KEY `structureelements_level_idx` (`level`), - KEY `structureelements_elementId_idx` (`elementId`), - 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 AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `maxLevels` smallint unsigned DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `dateDeleted` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `structures_dateDeleted_idx` (`dateDeleted`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `language` varchar(255) NOT NULL, - `key` varchar(255) NOT NULL, - `subject` text NOT NULL, - `body` text NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `systemmessages_key_language_unq_idx` (`key`,`language`), - KEY `systemmessages_language_idx` (`language`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `fieldLayoutId` int DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `dateDeleted` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `taggroups_name_idx` (`name`), - KEY `taggroups_handle_idx` (`handle`), - KEY `taggroups_dateDeleted_idx` (`dateDeleted`), - KEY `taggroups_fieldLayoutId_fk` (`fieldLayoutId`), - CONSTRAINT `taggroups_fieldLayoutId_fk` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL, - `groupId` int NOT NULL, - `deletedWithGroup` tinyint(1) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `tags_groupId_idx` (`groupId`), - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL, - `elementId` int NOT NULL, - KEY `templatecacheelements_cacheId_idx` (`cacheId`), - KEY `templatecacheelements_elementId_idx` (`elementId`), - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `cacheId` int NOT NULL, - `type` varchar(255) NOT NULL, - `query` longtext NOT NULL, - PRIMARY KEY (`id`), - KEY `templatecachequeries_cacheId_idx` (`cacheId`), - KEY `templatecachequeries_type_idx` (`type`), - CONSTRAINT `templatecachequeries_cacheId_fk` FOREIGN KEY (`cacheId`) REFERENCES `templatecaches` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `siteId` int NOT NULL, - `cacheKey` varchar(255) NOT NULL, - `path` varchar(255) DEFAULT NULL, - `expiryDate` datetime NOT NULL, - `body` mediumtext NOT NULL, - PRIMARY KEY (`id`), - KEY `templatecaches_cacheKey_siteId_expiryDate_path_idx` (`cacheKey`,`siteId`,`expiryDate`,`path`), - KEY `templatecaches_cacheKey_siteId_expiryDate_idx` (`cacheKey`,`siteId`,`expiryDate`), - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `token` char(32) NOT NULL, - `route` text, - `usageLimit` tinyint unsigned DEFAULT NULL, - `usageCount` tinyint unsigned DEFAULT NULL, - `expiryDate` datetime NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `tokens_token_unq_idx` (`token`), - KEY `tokens_expiryDate_idx` (`expiryDate`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `description` text, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `usergroups_handle_idx` (`handle`), - KEY `usergroups_name_idx` (`name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `groupId` int NOT NULL, - `userId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `usergroups_users_groupId_userId_unq_idx` (`groupId`,`userId`), - KEY `usergroups_users_userId_idx` (`userId`), - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `userpermissions_name_unq_idx` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `permissionId` int NOT NULL, - `groupId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `userpermissions_usergroups_permissionId_groupId_unq_idx` (`permissionId`,`groupId`), - KEY `userpermissions_usergroups_groupId_idx` (`groupId`), - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `permissionId` int NOT NULL, - `userId` int NOT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `userpermissions_users_permissionId_userId_unq_idx` (`permissionId`,`userId`), - KEY `userpermissions_users_userId_idx` (`userId`), - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `preferences` text, - PRIMARY KEY (`userId`), - CONSTRAINT `userpreferences_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL, - `username` varchar(100) NOT NULL, - `photoId` int DEFAULT NULL, - `firstName` varchar(100) DEFAULT NULL, - `lastName` varchar(100) DEFAULT NULL, - `email` varchar(255) NOT NULL, - `password` varchar(255) DEFAULT NULL, - `admin` tinyint(1) NOT NULL DEFAULT '0', - `locked` tinyint(1) NOT NULL DEFAULT '0', - `suspended` tinyint(1) NOT NULL DEFAULT '0', - `pending` tinyint(1) NOT NULL DEFAULT '0', - `lastLoginDate` datetime DEFAULT NULL, - `lastLoginAttemptIp` varchar(45) DEFAULT NULL, - `invalidLoginWindowStart` datetime DEFAULT NULL, - `invalidLoginCount` tinyint unsigned DEFAULT NULL, - `lastInvalidLoginDate` datetime DEFAULT NULL, - `lockoutDate` datetime DEFAULT NULL, - `hasDashboard` tinyint(1) NOT NULL DEFAULT '0', - `verificationCode` varchar(255) DEFAULT NULL, - `verificationCodeIssuedDate` datetime DEFAULT NULL, - `unverifiedEmail` varchar(255) DEFAULT NULL, - `passwordResetRequired` tinyint(1) NOT NULL DEFAULT '0', - `lastPasswordChangeDate` datetime DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `users_uid_idx` (`uid`), - KEY `users_verificationCode_idx` (`verificationCode`), - KEY `users_email_idx` (`email`), - KEY `users_username_idx` (`username`), - KEY `users_photoId_fk` (`photoId`), - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `parentId` int DEFAULT NULL, - `volumeId` int DEFAULT NULL, - `name` varchar(255) NOT NULL, - `path` varchar(255) DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `volumefolders_name_parentId_volumeId_unq_idx` (`name`,`parentId`,`volumeId`), - KEY `volumefolders_parentId_idx` (`parentId`), - 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 AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `fieldLayoutId` int DEFAULT NULL, - `name` varchar(255) NOT NULL, - `handle` varchar(255) NOT NULL, - `type` varchar(255) NOT NULL, - `hasUrls` tinyint(1) NOT NULL DEFAULT '1', - `url` varchar(255) DEFAULT NULL, - `titleTranslationMethod` varchar(255) NOT NULL DEFAULT 'site', - `titleTranslationKeyFormat` text, - `settings` text, - `sortOrder` smallint unsigned DEFAULT NULL, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `dateDeleted` datetime DEFAULT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `volumes_name_idx` (`name`), - KEY `volumes_handle_idx` (`handle`), - 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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - `requestId` bigint DEFAULT NULL, - `siteId` int DEFAULT NULL, - `title` varchar(120) DEFAULT NULL, - `url` varchar(255) NOT NULL DEFAULT '', - `queryString` varchar(255) DEFAULT '', - `dns` int DEFAULT NULL, - `connect` int DEFAULT NULL, - `firstByte` int DEFAULT NULL, - `firstPaint` int DEFAULT NULL, - `firstContentfulPaint` int DEFAULT NULL, - `domInteractive` int DEFAULT NULL, - `pageLoad` int DEFAULT NULL, - `countryCode` varchar(2) DEFAULT NULL, - `device` varchar(50) DEFAULT NULL, - `browser` varchar(50) DEFAULT NULL, - `os` varchar(50) DEFAULT NULL, - `mobile` tinyint(1) DEFAULT NULL, - `craftTotalMs` int DEFAULT NULL, - `craftDbMs` int DEFAULT NULL, - `craftDbCnt` int DEFAULT NULL, - `craftTwigMs` int DEFAULT NULL, - `craftTwigCnt` int DEFAULT NULL, - `craftOtherMs` int DEFAULT NULL, - `craftOtherCnt` int DEFAULT NULL, - `craftTotalMemory` int DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `webperf_data_samples_url_idx` (`url`), - KEY `webperf_data_samples_dateCreated_idx` (`dateCreated`), - KEY `webperf_data_samples_requestId_idx` (`requestId`), - 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 AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - `requestId` bigint DEFAULT NULL, - `siteId` int DEFAULT NULL, - `title` varchar(120) DEFAULT NULL, - `url` varchar(255) NOT NULL DEFAULT '', - `queryString` varchar(255) DEFAULT '', - `type` varchar(16) DEFAULT '', - `pageErrors` text, - PRIMARY KEY (`id`), - KEY `webperf_error_samples_url_idx` (`url`), - KEY `webperf_error_samples_dateCreated_idx` (`dateCreated`), - KEY `webperf_error_samples_requestId_idx` (`requestId`), - 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=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- 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 NOT NULL AUTO_INCREMENT, - `userId` int NOT NULL, - `type` varchar(255) NOT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, - `colspan` tinyint DEFAULT NULL, - `settings` text, - `enabled` tinyint(1) NOT NULL DEFAULT '1', - `dateCreated` datetime NOT NULL, - `dateUpdated` datetime NOT NULL, - `uid` char(36) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `widgets_userId_idx` (`userId`), - CONSTRAINT `widgets_userId_fk` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping routines for database 'project' --- -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; - -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - --- Dump completed on 2021-08-04 20:00:45 --- MariaDB dump 10.19 Distrib 10.5.11-MariaDB, for Linux (x86_64) --- --- Host: mysql Database: project --- ------------------------------------------------------ --- Server version 8.0.26 - -/*!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 `announcements` --- - -LOCK TABLES `announcements` WRITE; -/*!40000 ALTER TABLE `announcements` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `announcements` VALUES (1,1,NULL,'Editor Slideouts','Double-click entries and other editable elements to try the new editor slideout interface.',0,'2021-08-04 19:58:23','2021-07-14 16:09:09'),(2,1,NULL,'Streamlined Entry Publishing Flow','The entry publishing workflow is now [simpler and more intuitive](https://craftcms.com/knowledge-base/editing-entries).',0,'2021-08-04 19:58:23','2021-07-14 16:09:09'); -/*!40000 ALTER TABLE `announcements` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `assets` --- - -LOCK TABLES `assets` WRITE; -/*!40000 ALTER TABLE `assets` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `assets` VALUES (23,1,1,1,'brazzers-launch.jpeg','image',3000,2250,762071,NULL,NULL,NULL,'2021-07-14 16:33:03','2021-07-14 16:33:03','2021-07-14 16:33:03','25a0b096-2f9e-4ec9-9339-67646e17bd4d'); -/*!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 `campaign_campaigns` --- - -LOCK TABLES `campaign_campaigns` WRITE; -/*!40000 ALTER TABLE `campaign_campaigns` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `campaign_campaigns` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `campaign_campaigntypes` --- - -LOCK TABLES `campaign_campaigntypes` WRITE; -/*!40000 ALTER TABLE `campaign_campaigntypes` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `campaign_campaigntypes` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `campaign_contacts` --- - -LOCK TABLES `campaign_contacts` WRITE; -/*!40000 ALTER TABLE `campaign_contacts` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `campaign_contacts` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `campaign_contacts_campaigns` --- - -LOCK TABLES `campaign_contacts_campaigns` WRITE; -/*!40000 ALTER TABLE `campaign_contacts_campaigns` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `campaign_contacts_campaigns` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `campaign_contacts_mailinglists` --- - -LOCK TABLES `campaign_contacts_mailinglists` WRITE; -/*!40000 ALTER TABLE `campaign_contacts_mailinglists` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `campaign_contacts_mailinglists` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `campaign_imports` --- - -LOCK TABLES `campaign_imports` WRITE; -/*!40000 ALTER TABLE `campaign_imports` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `campaign_imports` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `campaign_links` --- - -LOCK TABLES `campaign_links` WRITE; -/*!40000 ALTER TABLE `campaign_links` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `campaign_links` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `campaign_mailinglists` --- - -LOCK TABLES `campaign_mailinglists` WRITE; -/*!40000 ALTER TABLE `campaign_mailinglists` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `campaign_mailinglists` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `campaign_mailinglisttypes` --- - -LOCK TABLES `campaign_mailinglisttypes` WRITE; -/*!40000 ALTER TABLE `campaign_mailinglisttypes` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `campaign_mailinglisttypes` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `campaign_pendingcontacts` --- - -LOCK TABLES `campaign_pendingcontacts` WRITE; -/*!40000 ALTER TABLE `campaign_pendingcontacts` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `campaign_pendingcontacts` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `campaign_segments` --- - -LOCK TABLES `campaign_segments` WRITE; -/*!40000 ALTER TABLE `campaign_segments` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `campaign_segments` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `campaign_sendouts` --- - -LOCK TABLES `campaign_sendouts` WRITE; -/*!40000 ALTER TABLE `campaign_sendouts` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `campaign_sendouts` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `categories` --- - -LOCK TABLES `categories` WRITE; -/*!40000 ALTER TABLE `categories` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `categories` VALUES (21,1,NULL,1,'2021-04-01 02:35:35','2021-04-01 02:35:35','8f284601-2fca-4172-9fc8-8603e272a1a2'),(22,1,NULL,1,'2021-04-01 02:35:44','2021-04-01 02:35:44','32a4a4fd-756a-4d76-a146-02d6e9da5ea0'); -/*!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; -INSERT INTO `categorygroups` VALUES (1,1,9,'Category','category','end','2021-04-01 02:35:21','2021-04-01 02:35:21','2021-06-15 15:48:25','1cc0f175-5212-4568-94a6-9598fce64b6c'),(2,2,10,'Category','category','end','2021-06-15 15:48:25','2021-06-15 15:48:25',NULL,'b8fd3909-9af1-42c4-8c5e-2716a2a1957e'); -/*!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; -INSERT INTO `categorygroups_sites` VALUES (1,1,1,1,'category/{slug}',NULL,'2021-04-01 02:35:21','2021-04-01 02:35:21','3282a3d5-150f-4c6e-a411-83853f570db1'),(2,1,2,1,'category/{slug}',NULL,'2021-04-01 02:35:21','2021-04-01 02:35:21','686ceccf-7a6a-4c74-9a45-e1fd333a203d'),(3,2,1,1,'category/{slug}',NULL,'2021-06-15 15:48:25','2021-06-15 15:48:25','c8b20b2c-c9d2-4936-a842-3b840b837653'),(4,2,2,1,'category/{slug}',NULL,'2021-06-15 15:48:25','2021-06-15 15:48:25','d2620963-3d69-43c5-92ca-28c6cf61f32d'); -/*!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; -INSERT INTO `changedattributes` VALUES (1,1,'firstName','2021-03-15 14:57:00',0,1),(1,1,'lastName','2021-03-15 14:57:00',0,1),(1,1,'lastPasswordChangeDate','2021-03-15 14:57:00',0,1),(1,1,'password','2021-03-15 14:57:00',0,1),(2,1,'fieldLayoutId','2021-03-03 22:29:11',0,1),(25,1,'fieldLayoutId','2021-07-22 14:16:02',0,1),(25,1,'slug','2021-07-19 15:54:10',0,1),(25,1,'title','2021-07-19 15:54:10',0,1),(25,1,'typeId','2021-07-22 14:16:02',0,1),(25,1,'uri','2021-07-19 15:54:10',0,1),(25,2,'fieldLayoutId','2021-07-19 15:53:58',1,1),(25,2,'slug','2021-07-19 15:54:10',1,1),(25,2,'title','2021-07-19 15:54:10',1,1),(25,2,'typeId','2021-07-19 15:53:58',1,1),(25,2,'uri','2021-07-19 15:54:10',1,1); -/*!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; -INSERT INTO `changedfields` VALUES (2,1,5,'2021-03-15 15:11:47',0,NULL),(2,2,5,'2021-03-15 15:11:47',1,NULL),(17,1,6,'2021-03-15 16:17:37',0,1),(17,2,6,'2021-03-15 16:17:37',1,1),(25,1,5,'2021-07-28 15:49:22',0,1),(25,1,6,'2021-07-22 14:15:46',0,1),(25,1,7,'2021-07-19 15:54:15',0,1),(25,1,8,'2021-07-28 15:49:22',0,1),(25,2,5,'2021-07-28 15:49:22',1,1),(25,2,6,'2021-07-22 14:15:46',1,1),(25,2,7,'2021-07-19 15:54:15',1,1),(25,2,8,'2021-07-28 15:49:22',1,1); -/*!40000 ALTER TABLE `changedfields` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_addresses` --- - -LOCK TABLES `commerce_addresses` WRITE; -/*!40000 ALTER TABLE `commerce_addresses` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_addresses` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_countries` --- - -LOCK TABLES `commerce_countries` WRITE; -/*!40000 ALTER TABLE `commerce_countries` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_countries` VALUES (1,'Afghanistan','AF',NULL,1,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c5fd08eb-ca96-4fdf-8e39-a37b62adb9f6'),(2,'Aland Islands','AX',NULL,2,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5036835c-e416-4c62-9901-c11b45305294'),(3,'Albania','AL',NULL,3,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1a13624c-ff9c-4f5a-9c06-eba356c36b37'),(4,'Algeria','DZ',NULL,4,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','40d27081-fce0-429a-aca3-e26f6912bb94'),(5,'American Samoa','AS',NULL,5,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7ce0a273-f6fe-402d-a3a1-cdeccd705a32'),(6,'Andorra','AD',NULL,6,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dc1488fd-b237-469f-a106-5f68c67f02a1'),(7,'Angola','AO',NULL,7,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d3e508fc-0cf3-4895-bc8e-9f92c2064768'),(8,'Anguilla','AI',NULL,8,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bb99e91a-4379-4671-b252-215e2e563d0b'),(9,'Antarctica','AQ',NULL,9,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1ec49c4f-1e2f-412f-a002-72bc9222ee30'),(10,'Antigua and Barbuda','AG',NULL,10,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2a7dd00f-324f-47f5-9fbf-61d79efac220'),(11,'Argentina','AR',NULL,11,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c11194e9-9927-46e8-a2b0-1b86c5e4c2e3'),(12,'Armenia','AM',NULL,12,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','57447769-634f-4fde-b66c-ee6b93f009db'),(13,'Aruba','AW',NULL,13,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','33786f9b-fee0-432a-81bb-05545e5b7f67'),(14,'Australia','AU',NULL,14,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','908a082e-e764-4e16-8f85-4120f3430530'),(15,'Austria','AT',NULL,15,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','948b8b03-8c68-4f52-a5c9-4f6d5de12602'),(16,'Azerbaijan','AZ',NULL,16,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','82ec47e2-1be2-409b-9a1d-427e5522708f'),(17,'Bahamas','BS',NULL,17,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7c0b660e-cce4-4579-af10-b369e8a924af'),(18,'Bahrain','BH',NULL,18,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','42260cc2-b190-4077-a8d3-3ff3bdae3c63'),(19,'Bangladesh','BD',NULL,19,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e8c2eee6-0efd-4fc0-8dba-869a9cd7464b'),(20,'Barbados','BB',NULL,20,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0ce28aa8-99a0-4245-8c6c-973f6b3f14d6'),(21,'Belarus','BY',NULL,21,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','87df4ffa-982f-469f-8a23-13dee4bfc1d9'),(22,'Belgium','BE',NULL,22,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dec626dd-5113-4a98-b6d4-48f7dd3a61fd'),(23,'Belize','BZ',NULL,23,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cbc94ce0-53b3-4dd9-a359-742d6ec5848b'),(24,'Benin','BJ',NULL,24,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1df608fd-d8fe-4603-b38b-ef5664a57466'),(25,'Bermuda','BM',NULL,25,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2c0bfb59-cd28-46c1-9282-589e4c1ebbe4'),(26,'Bhutan','BT',NULL,26,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bb810458-e2fe-4682-add8-abdb40daaca2'),(27,'Bolivia','BO',NULL,27,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d051544e-d29c-4bb8-ac2f-9244c74c2fc0'),(28,'Bonaire, Sint Eustatius and Saba','BQ',NULL,28,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6a4c773d-51a4-4cb0-967a-e11b707ed4f6'),(29,'Bosnia and Herzegovina','BA',NULL,29,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a7497a78-3b0f-4c27-9a22-34bfa58f53b8'),(30,'Botswana','BW',NULL,30,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fddc2069-673c-432a-9294-73d1c677afb9'),(31,'Bouvet Island','BV',NULL,31,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e7a9d9d0-d3a3-4735-ad53-9190ae936683'),(32,'Brazil','BR',NULL,32,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','231ea02e-109e-47c1-8a63-3c2c8710f07e'),(33,'British Indian Ocean Territory','IO',NULL,33,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7134544f-4794-4e99-833f-39322ae05d80'),(34,'Brunei Darussalam','BN',NULL,34,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b74f55ad-40dd-4f14-b58e-65a8983d8e01'),(35,'Bulgaria','BG',NULL,35,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','14bbc024-7a0d-4517-877b-60e16a8ca28a'),(36,'Burkina Faso','BF',NULL,36,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7501808c-37d8-4188-9a30-59c2297c88cc'),(37,'Burma (Myanmar)','MM',NULL,37,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f965dcce-c257-4214-a0a5-8e53de08fdbb'),(38,'Burundi','BI',NULL,38,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','53664a0f-c0a5-4d2d-a445-d605c352e691'),(39,'Cambodia','KH',NULL,39,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4db35af3-01f3-4414-82a3-9cf77a324bb2'),(40,'Cameroon','CM',NULL,40,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2294d94b-3a5d-4406-a463-bd81de8e0430'),(41,'Canada','CA',NULL,41,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','848f0065-44ea-487a-9dc6-31bf86e77a68'),(42,'Cape Verde','CV',NULL,42,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','55fceb19-cf84-4d8f-b828-13c0c5bd6714'),(43,'Cayman Islands','KY',NULL,43,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','756025ec-0da2-4970-81ad-12a305679fd4'),(44,'Central African Republic','CF',NULL,44,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','16f701e8-ef15-46ba-9ffd-7de4f5e66e62'),(45,'Chad','TD',NULL,45,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fe8e5d0e-2597-4538-9c2d-9d145ba7d455'),(46,'Chile','CL',NULL,46,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5bc94133-4a3e-49c5-a127-d2590a52b697'),(47,'China','CN',NULL,47,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1b5286b6-7511-44b6-96b7-671c4dc1bd5a'),(48,'Christmas Island','CX',NULL,48,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','308e5b9c-df09-4342-8356-1628460b8502'),(49,'Cocos (Keeling) Islands','CC',NULL,49,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','15716a88-0846-4020-8847-da360c49b655'),(50,'Colombia','CO',NULL,50,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','42546c9c-36d5-4e45-aebe-907df06e0757'),(51,'Comoros','KM',NULL,51,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','66a0b63f-64b7-4c5d-a66d-bb38492dd1c7'),(52,'Congo','CG',NULL,52,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0380c8a4-fad2-438d-9a6d-ee1f12b9afc8'),(53,'Cook Islands','CK',NULL,53,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','df63f053-1436-4efa-b169-7531a4c16e8c'),(54,'Costa Rica','CR',NULL,54,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a923140a-7b37-480b-82ae-5f9569ec7a9a'),(55,'Croatia (Hrvatska)','HR',NULL,55,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1f842e5a-20e7-4a86-86cc-7a914f32cad2'),(56,'Cuba','CU',NULL,56,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','9473dc01-d1eb-4914-b3b0-d52b29075f16'),(57,'Curacao','CW',NULL,57,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','22c896ba-1359-4097-b072-7bacaeef9e7a'),(58,'Cyprus','CY',NULL,58,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fc906783-cba1-4d41-8b3a-329081baa9bc'),(59,'Czech Republic','CZ',NULL,59,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','294f1626-7442-49d2-b463-8ed839beee8e'),(60,'Democratic Republic of Congo','CD',NULL,60,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5d3a188a-0b8e-4dec-8889-b396e5cb63f8'),(61,'Denmark','DK',NULL,61,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cd97330a-7ec6-4338-91e4-5c127ce8a1bb'),(62,'Djibouti','DJ',NULL,62,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','09061d37-7cd6-4981-8b7c-3f923edd8cb6'),(63,'Dominica','DM',NULL,63,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','010922ed-78c6-4a02-a4fc-441b8cd3c67e'),(64,'Dominican Republic','DO',NULL,64,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','75f61b47-6244-4c87-a945-068c58ff5769'),(65,'Ecuador','EC',NULL,65,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','add7d228-defa-40f1-b6e4-e05d2d7cf4ea'),(66,'Egypt','EG',NULL,66,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','53c92731-69fc-432b-8d32-30be85ab9d6d'),(67,'El Salvador','SV',NULL,67,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','3f8082f3-70f3-4805-a150-8ccef3e84c24'),(68,'Equatorial Guinea','GQ',NULL,68,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7eef07c9-2985-4d58-88c0-ab214323a41b'),(69,'Eritrea','ER',NULL,69,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1ddbd016-5e4c-491f-8543-3ede6518839d'),(70,'Estonia','EE',NULL,70,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','9db10f16-b9ee-47a9-be4b-e30755f9cba8'),(71,'Ethiopia','ET',NULL,71,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7a208dab-e2e8-4f5d-8129-ddbfdffbac15'),(72,'Falkland Islands (Malvinas)','FK',NULL,72,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','95afb88d-7c04-46f8-9a21-91449e78185f'),(73,'Faroe Islands','FO',NULL,73,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','3946d67d-5593-418e-9bb8-801110db8d60'),(74,'Fiji','FJ',NULL,74,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cb70e8b0-139f-4c01-b90a-a1cb81d12860'),(75,'Finland','FI',NULL,75,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','206fe0c0-19b1-4dc9-834f-d6b3083c6909'),(76,'France','FR',NULL,76,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','55763648-6772-4671-b337-4137aca0bf23'),(77,'French Guiana','GF',NULL,77,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b03a77e5-4250-4f1d-8b05-a5c39aeaa2cb'),(78,'French Polynesia','PF',NULL,78,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ff98e741-dc2f-4eae-9ad3-e4138e495f01'),(79,'French Southern Territories','TF',NULL,79,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f4532139-473e-4ec8-bb70-52ae4f69b119'),(80,'Gabon','GA',NULL,80,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e854de32-adb4-4043-93e6-709456356b42'),(81,'Gambia','GM',NULL,81,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cbe8e395-b09b-4d41-b468-225c9125fcbc'),(82,'Georgia','GE',NULL,82,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','25c16180-5af8-4ebd-b278-1098cb0e6514'),(83,'Germany','DE',NULL,83,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4f4a5a07-70a0-4918-bb2e-c16e37985cd1'),(84,'Ghana','GH',NULL,84,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e01efb44-080d-4123-afd3-6fabe3a8176e'),(85,'Gibraltar','GI',NULL,85,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e00f560f-85a1-4be9-adb1-43512124441e'),(86,'Greece','GR',NULL,86,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d719cef9-8616-44e1-8085-7b18a00bb760'),(87,'Greenland','GL',NULL,87,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','449d87ed-12ac-4df8-98b7-0e8e81a748f6'),(88,'Grenada','GD',NULL,88,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f8f48a90-de09-4777-b13c-47d403aeb607'),(89,'Guadeloupe','GP',NULL,89,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a1d59ca7-ace4-48ef-ac55-806d41324c1a'),(90,'Guam','GU',NULL,90,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fe23287f-67ad-4cbf-8896-36f136b774ae'),(91,'Guatemala','GT',NULL,91,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','88a36d61-1bf3-4b57-8ef5-ec7a826b8b78'),(92,'Guernsey','GG',NULL,92,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b1bc0d11-9c8b-4a21-a722-d45d3979ae3d'),(93,'Guinea','GN',NULL,93,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7eb7be9d-a3cf-48d1-8daa-42a61b89d23d'),(94,'Guinea-Bissau','GW',NULL,94,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d840e87d-9ecf-4f3a-a6f9-2563edb84a88'),(95,'Guyana','GY',NULL,95,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','109f02a4-11ad-477a-a9a3-6501bfad7cb5'),(96,'Haiti','HT',NULL,96,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','956ba1e3-5ac1-41ac-af79-d607d70fcc46'),(97,'Heard and McDonald Islands','HM',NULL,97,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dd2c0ecd-8adc-4c53-970a-e27beee5fecb'),(98,'Honduras','HN',NULL,98,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f1c2737e-d9da-4e17-9d7a-a9caba848ef8'),(99,'Hong Kong','HK',NULL,99,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a9791833-1aeb-47fa-a326-89e7b260aea5'),(100,'Hungary','HU',NULL,100,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','23dcce91-e425-43dc-83b7-ec231138c8be'),(101,'Iceland','IS',NULL,101,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','9c4326d5-4e71-4063-9d07-9d7f4e48620a'),(102,'India','IN',NULL,102,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','60157349-f966-4b0f-a9c0-38a4aef7cd3d'),(103,'Indonesia','ID',NULL,103,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','941162d5-e86f-4688-9255-427c9b8fb02b'),(104,'Iran','IR',NULL,104,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0b1d4b7f-061b-4344-ae34-fbc193dea6fa'),(105,'Iraq','IQ',NULL,105,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','003d48d1-c489-4427-8125-11521f4eb33f'),(106,'Ireland','IE',NULL,106,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4ce0d7a0-be23-4667-923b-7e6bf0768f9b'),(107,'Isle Of Man','IM',NULL,107,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bfdee9d5-f143-4ae8-9362-841593ee249b'),(108,'Israel','IL',NULL,108,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a7932cc9-b908-4d2a-8d84-9826fb2b2f1d'),(109,'Italy','IT',NULL,109,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','09db0350-fb12-42c5-8492-61fe25fd3c38'),(110,'Ivory Coast','CI',NULL,110,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','33dc207f-a7cd-4d07-9efa-713352d176ae'),(111,'Jamaica','JM',NULL,111,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','65837d33-341c-421d-9d52-9e805314217c'),(112,'Japan','JP',NULL,112,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d12b2e96-3bf3-43c2-92b0-2dbc9b1ccb3e'),(113,'Jersey','JE',NULL,113,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c33a7b01-21ad-43be-bc9f-eba84773a147'),(114,'Jordan','JO',NULL,114,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','094fecfb-bf50-4d2c-a865-6c6a29395e58'),(115,'Kazakhstan','KZ',NULL,115,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0e306933-6ebb-4393-bb66-45e489c33a06'),(116,'Kenya','KE',NULL,116,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','345c86b4-bd29-440b-8774-6c1d457bc92a'),(117,'Kiribati','KI',NULL,117,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','770c9daa-7112-4a1a-a4a7-2aa5ee039930'),(118,'Korea (North)','KP',NULL,118,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','72e5fe8a-163a-4e78-8ed0-d910b1255588'),(119,'Korea (South)','KR',NULL,119,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e52464fb-afe3-4721-a108-458dbee0cbf2'),(120,'Kuwait','KW',NULL,120,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c9f0acba-62e4-471e-a5f9-b8da0ba77a8d'),(121,'Kyrgyzstan','KG',NULL,121,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4d4a68db-c558-437a-abdb-ad7ee2e3531d'),(122,'Laos','LA',NULL,122,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','11551dd8-d2e5-4c04-af11-55336905a4da'),(123,'Latvia','LV',NULL,123,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2c859659-6368-464c-aca3-5e1eb684ab8f'),(124,'Lebanon','LB',NULL,124,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','13aa73a1-10d1-4693-8d08-dd795a8bbd11'),(125,'Lesotho','LS',NULL,125,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','772c4fe9-cbf8-4533-b0bf-5e3f91cc5a00'),(126,'Liberia','LR',NULL,126,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','977f4548-e791-43bc-b0c3-b45afeede7c0'),(127,'Libya','LY',NULL,127,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6d566594-3f82-448b-a415-041b18ecc18f'),(128,'Liechtenstein','LI',NULL,128,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','3be20882-4fd5-403b-acca-b6b4fc8c58cf'),(129,'Lithuania','LT',NULL,129,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b7f2c695-bc94-4f00-874f-dd4b7a1783b4'),(130,'Luxembourg','LU',NULL,130,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4feeba3c-3320-44c6-b4dc-5bcb4ec6149d'),(131,'Macau','MO',NULL,131,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7d7a59f1-3b0e-4907-b662-61112305aac2'),(132,'Macedonia','MK',NULL,132,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','38a81c62-00eb-4faa-b634-c1485eeacf68'),(133,'Madagascar','MG',NULL,133,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','177c2e0d-46c8-4f15-bfe1-ca4a02874b17'),(134,'Malawi','MW',NULL,134,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0e799fbd-ce16-4adb-bb36-de46bf59273f'),(135,'Malaysia','MY',NULL,135,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','55c44bad-b97b-4e3a-ac73-75f37f8058bb'),(136,'Maldives','MV',NULL,136,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dc539a25-e9db-48b3-8ad8-df4d9d0e3865'),(137,'Mali','ML',NULL,137,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c895b53f-d5d8-4c76-b150-f2a722fbbde8'),(138,'Malta','MT',NULL,138,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bb6fd26d-f55c-446a-8aea-519629d590f3'),(139,'Marshall Islands','MH',NULL,139,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','673b4252-9f6d-43d7-9b82-32ba11944806'),(140,'Martinique','MQ',NULL,140,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bcc129b2-c0ce-432f-88c5-f37afa409777'),(141,'Mauritania','MR',NULL,141,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','55266a2b-35e2-4d81-8029-a9b0fe38a03c'),(142,'Mauritius','MU',NULL,142,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b8d45955-b87d-459d-aed2-5faa57f929da'),(143,'Mayotte','YT',NULL,143,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5d4d56c4-9876-4f3d-8b52-f394f450aa52'),(144,'Mexico','MX',NULL,144,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0e40a671-0dbc-4754-a728-31708d2b46ee'),(145,'Micronesia','FM',NULL,145,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1162b8e6-1a79-41c9-bf2a-97c69760237a'),(146,'Moldova','MD',NULL,146,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6e2fef3b-7177-4609-980b-56946f97f5bc'),(147,'Monaco','MC',NULL,147,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2d4801a0-f35a-4b9a-8437-7930e568a114'),(148,'Mongolia','MN',NULL,148,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c1e69876-11c6-4946-8f06-9db57815e472'),(149,'Montenegro','ME',NULL,149,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d4b0a95c-5967-4d42-b6a3-015145aa7a78'),(150,'Montserrat','MS',NULL,150,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e3514510-8006-4e91-9c2a-773cba586056'),(151,'Morocco','MA',NULL,151,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c149c29a-4a6a-4ad5-82c6-157fb9cb3546'),(152,'Mozambique','MZ',NULL,152,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6b5c4209-9320-43e2-89bc-ed0ebb7f3047'),(153,'Namibia','NA',NULL,153,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','469c341b-eae4-48a9-a276-ba2b0807d6b5'),(154,'Nauru','NR',NULL,154,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c4211adb-0a9e-4437-9f54-04d91a7ccf50'),(155,'Nepal','NP',NULL,155,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','3a752d2c-eeb9-423f-8858-035c7f03a7f8'),(156,'Netherlands','NL',NULL,156,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','60b71219-8438-4194-b183-7237de9311c0'),(157,'New Caledonia','NC',NULL,157,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ecb946d2-6bf5-4890-abb8-ca7c227edf52'),(158,'New Zealand','NZ',NULL,158,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cc076cfd-e0aa-4d03-afdf-5735c0d8ba54'),(159,'Nicaragua','NI',NULL,159,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ec502598-416b-465f-8877-5c8d789e0359'),(160,'Niger','NE',NULL,160,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a5b99b62-7d3c-4c10-8a8b-22d8be3969f6'),(161,'Nigeria','NG',NULL,161,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','96423fb1-58e2-47c2-afa5-a1277ef1ada0'),(162,'Niue','NU',NULL,162,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d9c6e1ef-2947-4bb1-b6b0-70b266c32b65'),(163,'Norfolk Island','NF',NULL,163,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','459364ce-d2b8-49c4-aef5-6435722e8bb8'),(164,'Northern Mariana Islands','MP',NULL,164,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','425754be-a2b3-4054-9ab6-053aeb8309e7'),(165,'Norway','NO',NULL,165,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a75df2b1-f1e3-4f23-93cb-d39677993896'),(166,'Oman','OM',NULL,166,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0a784417-0083-4bd2-93bf-9cf2362b3cef'),(167,'Pakistan','PK',NULL,167,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7917436c-31aa-4fa1-afe2-46e4545767a1'),(168,'Palau','PW',NULL,168,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a3e4007c-85d2-4092-a716-5837345af937'),(169,'Palestinian Territory, Occupied','PS',NULL,169,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2c8a19ad-a779-4498-b5c4-c45cb71aab9b'),(170,'Panama','PA',NULL,170,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','35e3d8b7-f492-49fc-bbbc-7e53785ade7a'),(171,'Papua New Guinea','PG',NULL,171,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c994c830-d762-461f-b36a-8ffb6235433b'),(172,'Paraguay','PY',NULL,172,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','8fe73717-2e38-4862-a3cf-0cbb4eba224e'),(173,'Peru','PE',NULL,173,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a239b711-60e2-4ed1-a88f-df0e4ef98630'),(174,'Philippines','PH',NULL,174,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bc91cbd9-e809-4756-b740-5a65ecabab39'),(175,'Pitcairn','PN',NULL,175,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b0c77d5e-79ac-49bd-94d2-c04b519e4fa0'),(176,'Poland','PL',NULL,176,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','88203589-2baa-407a-a107-63274184f06a'),(177,'Portugal','PT',NULL,177,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f6c575a9-1cf0-4484-b3f2-fc62d7342742'),(178,'Puerto Rico','PR',NULL,178,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','139bfcba-332c-4f69-9ec5-c5c04345c835'),(179,'Qatar','QA',NULL,179,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cff4401a-c504-4363-8d8e-88ccecd6fbdd'),(180,'Republic of Serbia','RS',NULL,180,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','afe6205e-fb37-4098-8bd7-7155811a7966'),(181,'Reunion','RE',NULL,181,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','d71d5e00-defd-42b9-865f-24c9acdb2ef3'),(182,'Romania','RO',NULL,182,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fb8e8fcf-d8c4-4f0b-8a44-446fd91a675b'),(183,'Russia','RU',NULL,183,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1220820e-d0fe-4fb5-9141-1a018affc4dd'),(184,'Rwanda','RW',NULL,184,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b1e3511b-1a7f-40b1-b711-5b2a4b4a6547'),(185,'S. Georgia and S. Sandwich Isls.','GS',NULL,185,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','496ee422-339e-426c-abc2-6e85de97633e'),(186,'Saint Barthelemy','BL',NULL,186,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2721a1e4-eabb-415e-8073-b2b9856eb522'),(187,'Saint Kitts and Nevis','KN',NULL,187,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','80defbf1-5b6d-48c1-b14a-24c29218f4e3'),(188,'Saint Lucia','LC',NULL,188,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','522ace05-ce87-45c5-b602-9af20930806a'),(189,'Saint Martin (French part)','MF',NULL,189,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6f574557-5eee-49c6-b087-9a7b6397e71c'),(190,'Saint Vincent and the Grenadines','VC',NULL,190,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c86001c6-ac21-4a07-9db3-fe4bf9b9bbbb'),(191,'Samoa','WS',NULL,191,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','861a8745-942a-4785-9823-76a44c5b6490'),(192,'San Marino','SM',NULL,192,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','26de2af5-57aa-4064-9f30-c1cb64918355'),(193,'Sao Tome and Principe','ST',NULL,193,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e381526d-47cf-45bb-b0d7-f7552eaa84a3'),(194,'Saudi Arabia','SA',NULL,194,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','8ed908d6-91f2-4a11-afa4-c69a94e55bc7'),(195,'Senegal','SN',NULL,195,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7d36e1ea-b843-4baf-a605-76e87df89187'),(196,'Seychelles','SC',NULL,196,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4e570929-deec-45b9-aea2-237b8f733a35'),(197,'Sierra Leone','SL',NULL,197,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','eb97c9cf-1330-4252-bad6-b7e6d1884b3c'),(198,'Singapore','SG',NULL,198,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','372cc664-072d-4de6-8023-3a936fc51bff'),(199,'Sint Maarten (Dutch part)','SX',NULL,199,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','af79e73a-a163-4532-9808-20e8f4cfdf8d'),(200,'Slovak Republic','SK',NULL,200,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f7f3fe9e-6f85-4446-8096-b05346ae4bb5'),(201,'Slovenia','SI',NULL,201,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','9e933d1d-0e6f-466b-82ca-ef767fa90657'),(202,'Solomon Islands','SB',NULL,202,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','88695dcf-5d6b-45f7-abbd-017278d8db3c'),(203,'Somalia','SO',NULL,203,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','96cfe9d6-1100-4048-aafc-03908f70b608'),(204,'South Africa','ZA',NULL,204,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','84ab3571-856c-47c2-9f80-68943674effc'),(205,'South Sudan','SS',NULL,205,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','38f22e0e-3935-4432-8c7d-bffeb98722ef'),(206,'Spain','ES',NULL,206,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1ffcd191-3434-4de9-b2df-c3c3b1b7a3d2'),(207,'Sri Lanka','LK',NULL,207,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','203b4ce1-2357-4b52-b320-9d502a5b9f08'),(208,'St. Helena','SH',NULL,208,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','3bd23065-401d-4789-b441-4920c36ae993'),(209,'St. Pierre and Miquelon','PM',NULL,209,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5bc0a4c2-f1a2-43cb-a841-f3b77ec8b443'),(210,'Sudan','SD',NULL,210,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','98134a18-1095-4261-8533-838be40cca86'),(211,'Suriname','SR',NULL,211,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7a112541-a9a5-491c-8db8-ccfdce1d6afc'),(212,'Svalbard and Jan Mayen Islands','SJ',NULL,212,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dc3786b7-f565-47cb-b67c-438f101c8c56'),(213,'Swaziland','SZ',NULL,213,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','59cfbba8-6741-4907-a505-4feea38f642e'),(214,'Sweden','SE',NULL,214,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1c895efd-1e78-4c3d-996e-0f5985cea4c2'),(215,'Switzerland','CH',NULL,215,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','254fa763-c210-4e7b-a8da-ab996eeb0f37'),(216,'Syria','SY',NULL,216,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a969058f-d5a4-4c19-89e3-713e92308365'),(217,'Taiwan','TW',NULL,217,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2eb7bf49-020d-4856-9a75-cd72983250b4'),(218,'Tajikistan','TJ',NULL,218,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','36acf98b-c0a6-49a7-840f-0f15e335d86c'),(219,'Tanzania','TZ',NULL,219,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ef033ba1-3b2a-45fa-ac5a-68dd3f7de37c'),(220,'Thailand','TH',NULL,220,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','92ba86d0-fced-433d-b7fd-1da439dd4fca'),(221,'Timor-Leste','TL',NULL,221,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','9c6458ec-c994-4aa8-b094-959e643a60ee'),(222,'Togo','TG',NULL,222,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','641bbd37-3992-43d4-88ce-2c3f271fff63'),(223,'Tokelau','TK',NULL,223,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fe958d90-ce6e-4124-9c2f-a6c9017a0588'),(224,'Tonga','TO',NULL,224,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','42ab1d75-47b0-498a-bffa-5e6a4bc922e2'),(225,'Trinidad and Tobago','TT',NULL,225,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e01f0ced-cbbc-4c35-adf6-432a81be44bf'),(226,'Tunisia','TN',NULL,226,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4e71a07e-7327-458b-aae2-2418135acdc5'),(227,'Turkey','TR',NULL,227,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','22e2359a-0732-4dfb-9728-5db1ef3235f7'),(228,'Turkmenistan','TM',NULL,228,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ca895a28-2d38-4833-8679-a2d4c86ea029'),(229,'Turks and Caicos Islands','TC',NULL,229,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bf6c8292-4b79-4a08-952e-ea0fa6ee41cc'),(230,'Tuvalu','TV',NULL,230,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5ca4a4b0-0457-49f5-8f5d-309afc51136e'),(231,'Uganda','UG',NULL,231,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','638fbcf0-dfac-42b6-8b7b-35387f757912'),(232,'Ukraine','UA',NULL,232,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ad9cc0c0-688f-4808-833a-8d1f3d9d6540'),(233,'United Arab Emirates','AE',NULL,233,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2393773f-ddcd-4f18-bebc-485acc2a0116'),(234,'United Kingdom','GB',NULL,234,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1dde270b-3397-4a44-be13-d2fcca392bf8'),(235,'United States Minor Outlying Islands','UM',NULL,235,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fec0cc17-6267-4887-ba4d-da7d48cf8597'),(236,'United States','US',NULL,236,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7ac1434f-12f5-46d6-b871-995bb3a13494'),(237,'Uruguay','UY',NULL,237,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','135fb786-a7c9-43c1-aa0a-42494133135c'),(238,'Uzbekistan','UZ',NULL,238,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b6d8a8f6-ccaa-4953-bd69-9cdf3a8a1abf'),(239,'Vanuatu','VU',NULL,239,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','712dc568-9f14-4bc8-9b0b-03acd4430d19'),(240,'Vatican City State (Holy See)','VA',NULL,240,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4962e3f0-2a85-4722-b970-3463d71bd79c'),(241,'Venezuela','VE',NULL,241,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b5d65b94-3969-4719-9ad6-ca3897b021fa'),(242,'Viet Nam','VN',NULL,242,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0f0af80a-20f7-4cf7-9347-40524441cee9'),(243,'Virgin Islands (British)','VG',NULL,243,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2dbda479-251d-4b05-af22-c524281a3afd'),(244,'Virgin Islands (U.S.)','VI',NULL,244,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','21ef73b2-56f3-4a37-9da0-6ae9d970853a'),(245,'Wallis and Futuna Islands','WF',NULL,245,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','424d5c9d-37d7-4af4-89f6-dead4daab748'),(246,'Western Sahara','EH',NULL,246,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','2d2aa8e2-f9a8-45ca-a73b-55473a1bf8c1'),(247,'Yemen','YE',NULL,247,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f2851dc9-8858-4480-9207-71157d539049'),(248,'Zambia','ZM',NULL,248,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','14dcad96-edde-4ed7-a40d-ffc6cc2d1f2d'),(249,'Zimbabwe','ZW',NULL,249,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','ebcfcd67-02e8-4d3d-95b3-1a2de96feea8'); -/*!40000 ALTER TABLE `commerce_countries` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_customer_discountuses` --- - -LOCK TABLES `commerce_customer_discountuses` WRITE; -/*!40000 ALTER TABLE `commerce_customer_discountuses` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_customer_discountuses` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_customers` --- - -LOCK TABLES `commerce_customers` WRITE; -/*!40000 ALTER TABLE `commerce_customers` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_customers` VALUES (1,1,NULL,NULL,'2021-04-01 00:17:22','2021-04-01 00:17:22','987f185c-acfa-43fb-8d41-0ba52dd41e49'); -/*!40000 ALTER TABLE `commerce_customers` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_customers_addresses` --- - -LOCK TABLES `commerce_customers_addresses` WRITE; -/*!40000 ALTER TABLE `commerce_customers_addresses` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_customers_addresses` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_discount_categories` --- - -LOCK TABLES `commerce_discount_categories` WRITE; -/*!40000 ALTER TABLE `commerce_discount_categories` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_discount_categories` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_discount_purchasables` --- - -LOCK TABLES `commerce_discount_purchasables` WRITE; -/*!40000 ALTER TABLE `commerce_discount_purchasables` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_discount_purchasables` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_discount_usergroups` --- - -LOCK TABLES `commerce_discount_usergroups` WRITE; -/*!40000 ALTER TABLE `commerce_discount_usergroups` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_discount_usergroups` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_discounts` --- - -LOCK TABLES `commerce_discounts` WRITE; -/*!40000 ALTER TABLE `commerce_discounts` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_discounts` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_donations` --- - -LOCK TABLES `commerce_donations` WRITE; -/*!40000 ALTER TABLE `commerce_donations` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_donations` VALUES (3,'DONATION-CC3',0,'2021-03-15 15:24:15','2021-03-15 15:24:15','6c437040-2f23-43ab-8e7d-83bfc53a021a'); -/*!40000 ALTER TABLE `commerce_donations` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_email_discountuses` --- - -LOCK TABLES `commerce_email_discountuses` WRITE; -/*!40000 ALTER TABLE `commerce_email_discountuses` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_email_discountuses` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_emails` --- - -LOCK TABLES `commerce_emails` WRITE; -/*!40000 ALTER TABLE `commerce_emails` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_emails` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_gateways` --- - -LOCK TABLES `commerce_gateways` WRITE; -/*!40000 ALTER TABLE `commerce_gateways` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_gateways` VALUES (1,'craft\\commerce\\gateways\\Dummy','Dummy','dummy',NULL,'purchase',1,NULL,0,NULL,99,'2021-03-15 15:24:16','2021-03-15 15:24:16','6a117ef0-054c-4147-acb6-6fe57d48c4ae'); -/*!40000 ALTER TABLE `commerce_gateways` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_lineitems` --- - -LOCK TABLES `commerce_lineitems` WRITE; -/*!40000 ALTER TABLE `commerce_lineitems` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_lineitems` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_lineitemstatuses` --- - -LOCK TABLES `commerce_lineitemstatuses` WRITE; -/*!40000 ALTER TABLE `commerce_lineitemstatuses` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_lineitemstatuses` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_orderadjustments` --- - -LOCK TABLES `commerce_orderadjustments` WRITE; -/*!40000 ALTER TABLE `commerce_orderadjustments` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_orderadjustments` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_orderhistories` --- - -LOCK TABLES `commerce_orderhistories` WRITE; -/*!40000 ALTER TABLE `commerce_orderhistories` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_orderhistories` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_ordernotices` --- - -LOCK TABLES `commerce_ordernotices` WRITE; -/*!40000 ALTER TABLE `commerce_ordernotices` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_ordernotices` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_orders` --- - -LOCK TABLES `commerce_orders` WRITE; -/*!40000 ALTER TABLE `commerce_orders` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_orders` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_orderstatus_emails` --- - -LOCK TABLES `commerce_orderstatus_emails` WRITE; -/*!40000 ALTER TABLE `commerce_orderstatus_emails` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_orderstatus_emails` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_orderstatuses` --- - -LOCK TABLES `commerce_orderstatuses` WRITE; -/*!40000 ALTER TABLE `commerce_orderstatuses` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_orderstatuses` VALUES (1,'New','new','green',NULL,NULL,99,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','f923795f-139e-4b59-b27c-eaa0be4f847c'); -/*!40000 ALTER TABLE `commerce_orderstatuses` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_paymentcurrencies` --- - -LOCK TABLES `commerce_paymentcurrencies` WRITE; -/*!40000 ALTER TABLE `commerce_paymentcurrencies` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_paymentcurrencies` VALUES (1,'USD',1,1.0000,'2021-03-15 15:24:15','2021-03-15 15:24:15','11f95717-e061-4219-adea-b05ec031be5f'); -/*!40000 ALTER TABLE `commerce_paymentcurrencies` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_paymentsources` --- - -LOCK TABLES `commerce_paymentsources` WRITE; -/*!40000 ALTER TABLE `commerce_paymentsources` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_paymentsources` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_pdfs` --- - -LOCK TABLES `commerce_pdfs` WRITE; -/*!40000 ALTER TABLE `commerce_pdfs` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_pdfs` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_plans` --- - -LOCK TABLES `commerce_plans` WRITE; -/*!40000 ALTER TABLE `commerce_plans` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_plans` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_products` --- - -LOCK TABLES `commerce_products` WRITE; -/*!40000 ALTER TABLE `commerce_products` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_products` VALUES (4,1,1,1,5,'2021-03-15 15:24:16',NULL,1,1,0,'ANT-001',20.0000,0.0000,0.0000,0.0000,0.0000,'2021-03-15 15:24:16','2021-03-15 15:24:21','00179010-57ba-4a8a-a9d6-620c1b3a6cac'),(6,1,1,1,7,'2021-03-15 15:24:16',NULL,1,1,0,'PSB-001',30.0000,0.0000,0.0000,0.0000,0.0000,'2021-03-15 15:24:16','2021-03-15 15:24:21','8e3e5961-d7eb-4b55-915d-a2f6246a8ade'),(8,1,1,1,9,'2021-03-15 15:24:16',NULL,1,1,0,'RRE-001',40.0000,0.0000,0.0000,0.0000,0.0000,'2021-03-15 15:24:16','2021-03-15 15:24:21','f1a2a46a-b542-4ddb-9838-020192cb1b3d'),(10,1,1,1,11,'2021-03-15 15:24:16',NULL,1,1,0,'TFA-001',50.0000,0.0000,0.0000,0.0000,0.0000,'2021-03-15 15:24:16','2021-03-15 15:24:21','b4a9d0a6-ba45-43ca-a3a2-bb10bcf8f4d5'),(12,1,1,1,13,'2021-03-15 15:24:16',NULL,1,1,0,'LKH-001',60.0000,0.0000,0.0000,0.0000,0.0000,'2021-03-15 15:24:16','2021-03-15 15:24:21','a3cd6bbf-6239-4eda-9469-0f8182aa93fa'),(14,1,1,1,15,'2021-03-15 15:24:16',NULL,1,1,0,'FDB-001',70.0000,0.0000,0.0000,0.0000,0.0000,'2021-03-15 15:24:16','2021-03-15 15:24:21','7b255844-afcd-41c1-97a9-5a907491dfeb'); -/*!40000 ALTER TABLE `commerce_products` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_producttypes` --- - -LOCK TABLES `commerce_producttypes` WRITE; -/*!40000 ALTER TABLE `commerce_producttypes` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_producttypes` VALUES (1,3,NULL,'Clothing','clothing',1,0,1,'{product.title}',1,'','','','2021-03-15 15:24:16','2021-03-15 15:24:16','407fe253-2ada-4a88-b1a4-fb6c2004cd9b'); -/*!40000 ALTER TABLE `commerce_producttypes` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_producttypes_shippingcategories` --- - -LOCK TABLES `commerce_producttypes_shippingcategories` WRITE; -/*!40000 ALTER TABLE `commerce_producttypes_shippingcategories` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_producttypes_shippingcategories` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_producttypes_sites` --- - -LOCK TABLES `commerce_producttypes_sites` WRITE; -/*!40000 ALTER TABLE `commerce_producttypes_sites` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_producttypes_sites` VALUES (1,1,1,'shop/products/{slug}','shop/products/_product',1,'2021-03-15 15:24:16','2021-03-15 15:24:16','48930b4a-86f5-4a07-a19f-7950f77a9a97'),(2,1,2,'shop/products/{slug}','shop/products/_product',1,'2021-03-15 15:24:16','2021-03-15 15:24:16','799fbb49-ceae-47ae-81a9-516b724418b7'); -/*!40000 ALTER TABLE `commerce_producttypes_sites` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_producttypes_taxcategories` --- - -LOCK TABLES `commerce_producttypes_taxcategories` WRITE; -/*!40000 ALTER TABLE `commerce_producttypes_taxcategories` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_producttypes_taxcategories` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_purchasables` --- - -LOCK TABLES `commerce_purchasables` WRITE; -/*!40000 ALTER TABLE `commerce_purchasables` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_purchasables` VALUES (3,'DONATION-CC3',0.0000,'Donation','2021-03-15 15:24:15','2021-03-15 15:24:15','1a0ab098-f27a-49aa-a337-dfdae887ca7d'),(5,'ANT-001',20.0000,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','73264057-2687-4bba-8398-f114d12d9b90'),(7,'PSB-001',30.0000,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','e57d56e9-0636-41a0-9ab2-17a81fcf5bbb'),(9,'RRE-001',40.0000,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','36c0fd4f-9802-4acd-b105-a3227904e4ed'),(11,'TFA-001',50.0000,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','d8b920b2-c4ed-4b8a-86f6-0025e833efe1'),(13,'LKH-001',60.0000,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','a6671fad-f0da-4f4d-956e-2bcfee0eb38a'),(15,'FDB-001',70.0000,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','d1c8b184-8d42-4d13-b74c-e9c09f3ed763'); -/*!40000 ALTER TABLE `commerce_purchasables` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_sale_categories` --- - -LOCK TABLES `commerce_sale_categories` WRITE; -/*!40000 ALTER TABLE `commerce_sale_categories` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_sale_categories` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_sale_purchasables` --- - -LOCK TABLES `commerce_sale_purchasables` WRITE; -/*!40000 ALTER TABLE `commerce_sale_purchasables` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_sale_purchasables` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_sale_usergroups` --- - -LOCK TABLES `commerce_sale_usergroups` WRITE; -/*!40000 ALTER TABLE `commerce_sale_usergroups` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_sale_usergroups` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_sales` --- - -LOCK TABLES `commerce_sales` WRITE; -/*!40000 ALTER TABLE `commerce_sales` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_sales` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_shippingcategories` --- - -LOCK TABLES `commerce_shippingcategories` WRITE; -/*!40000 ALTER TABLE `commerce_shippingcategories` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_shippingcategories` VALUES (1,'General','general',NULL,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','be10562c-0b2f-4a6a-a7f5-58fb319bec36'); -/*!40000 ALTER TABLE `commerce_shippingcategories` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_shippingmethods` --- - -LOCK TABLES `commerce_shippingmethods` WRITE; -/*!40000 ALTER TABLE `commerce_shippingmethods` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_shippingmethods` VALUES (1,'Free Shipping','freeShipping',1,NULL,'2021-03-15 15:24:15','2021-03-15 15:24:15','6653ddfe-01e0-43d2-b243-19c23010c8bd'); -/*!40000 ALTER TABLE `commerce_shippingmethods` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_shippingrule_categories` --- - -LOCK TABLES `commerce_shippingrule_categories` WRITE; -/*!40000 ALTER TABLE `commerce_shippingrule_categories` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_shippingrule_categories` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_shippingrules` --- - -LOCK TABLES `commerce_shippingrules` WRITE; -/*!40000 ALTER TABLE `commerce_shippingrules` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_shippingrules` VALUES (1,NULL,1,'Free Everywhere','All Countries, free shipping.',0,1,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,'2021-03-15 15:24:15','2021-03-15 15:24:15','44d05ef5-eb54-4292-b582-3d474bd45191','salePrice',NULL); -/*!40000 ALTER TABLE `commerce_shippingrules` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_shippingzone_countries` --- - -LOCK TABLES `commerce_shippingzone_countries` WRITE; -/*!40000 ALTER TABLE `commerce_shippingzone_countries` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_shippingzone_countries` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_shippingzone_states` --- - -LOCK TABLES `commerce_shippingzone_states` WRITE; -/*!40000 ALTER TABLE `commerce_shippingzone_states` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_shippingzone_states` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_shippingzones` --- - -LOCK TABLES `commerce_shippingzones` WRITE; -/*!40000 ALTER TABLE `commerce_shippingzones` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_shippingzones` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_states` --- - -LOCK TABLES `commerce_states` WRITE; -/*!40000 ALTER TABLE `commerce_states` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_states` VALUES (1,14,'Australian Capital Territory','ACT',1,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','43fb849f-3b98-4b8e-bef0-f31b466e58d4'),(2,14,'New South Wales','NSW',2,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dcd5ebb4-0163-4bd5-bc80-d474a6d4d852'),(3,14,'Northern Territory','NT',3,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5f01255e-0a6e-4c09-b617-b3ccc0d49d95'),(4,14,'Queensland','QLD',4,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','43369461-d0d6-40e4-be0e-73184ad83ccb'),(5,14,'South Australia','SA',5,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f53d1e3c-0267-4b8e-b323-e81e9e5d4379'),(6,14,'Tasmania','TAS',6,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','31b3ec15-4ff2-4db0-850f-e17651f560f7'),(7,14,'Victoria','VIC',7,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','550c579f-9ca5-4d5c-84d0-1c3b3a970b30'),(8,14,'Western Australia','WA',8,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','784d98ac-539d-4e5b-9314-077e6983cf48'),(9,41,'Alberta','AB',1,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','76ff57a8-ab59-4427-9608-14ba03bd6f69'),(10,41,'British Columbia','BC',2,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','eb4750ff-800a-4507-b6cd-f87149565d38'),(11,41,'Manitoba','MB',3,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e963d460-5508-457a-84bb-fbef5a85cc30'),(12,41,'New Brunswick','NB',4,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bda188d2-1a84-41d1-8ec1-82b36ab65883'),(13,41,'Newfoundland and Labrador','NL',5,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','26264746-07de-4786-9c31-d7c16345e280'),(14,41,'Northwest Territories','NT',6,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','de3fbc57-7625-4006-a1f3-c7b33cae9b56'),(15,41,'Nova Scotia','NS',7,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6ba235fe-5ebf-4f7c-96e1-9f4b1bde1d09'),(16,41,'Nunavut','NU',8,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f49521d2-6557-404a-ba79-496ffbf6ed02'),(17,41,'Ontario','ON',9,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1de02a8f-b841-47c4-b9bf-51af060374b1'),(18,41,'Prince Edward Island','PE',10,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','8050ebb4-83e4-41f3-8265-6f606fa143f6'),(19,41,'Quebec','QC',11,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','44794474-6670-44e6-809a-be6755de1f3b'),(20,41,'Saskatchewan','SK',12,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','26c28206-28be-4403-9b75-93481d1bf552'),(21,41,'Yukon','YT',13,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fae7001c-314e-4b6f-a409-8d027f2bf417'),(22,236,'Alabama','AL',1,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','4ef34472-fdc6-4553-a0fa-8e392bb8f25d'),(23,236,'Alaska','AK',2,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','23727347-465c-40ed-b04a-f085ba562ff8'),(24,236,'Arizona','AZ',3,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','e8c250e3-2734-46e0-af56-9f028530cc9e'),(25,236,'Arkansas','AR',4,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','83da0737-79e6-4725-bf53-f614efd9fdbb'),(26,236,'California','CA',5,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bf22ba0c-c81e-4418-879d-5b5b93645c6a'),(27,236,'Colorado','CO',6,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','74a3a801-5174-4c1b-af0c-cf0574cbf753'),(28,236,'Connecticut','CT',7,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','33f0a9de-0ad9-40b2-98ab-98e58ce622ab'),(29,236,'Delaware','DE',8,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','91156b65-f21d-4934-9131-0f27b46e9b61'),(30,236,'District of Columbia','DC',9,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b331376b-fde4-40b1-9647-aabe3a3b4140'),(31,236,'Florida','FL',10,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','dc1b07d7-bc54-4861-8936-c97190481f6f'),(32,236,'Georgia','GA',11,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','464fc09b-7dcc-45a1-b421-c3a064c9303a'),(33,236,'Hawaii','HI',12,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fe281885-0e5f-4734-af41-2778baeaae23'),(34,236,'Idaho','ID',13,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','33219f6a-b322-454d-8066-4872954f047e'),(35,236,'Illinois','IL',14,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','85de4322-4635-4328-99d5-4a111990edd8'),(36,236,'Indiana','IN',15,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a325bb9e-374b-4c59-99c6-631d2dfc9477'),(37,236,'Iowa','IA',16,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','14b33ed4-c9a0-4581-babf-1c74997961d5'),(38,236,'Kansas','KS',17,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','913b893a-1d84-4989-bdd4-bf3205b0d6b0'),(39,236,'Kentucky','KY',18,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','755c0a5c-1834-41e7-9864-65792e4f3560'),(40,236,'Louisiana','LA',19,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b2334e14-64c5-4413-b2cf-71dbca809222'),(41,236,'Maine','ME',20,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','977e85cb-6cf9-4953-b62e-51708e9f0512'),(42,236,'Maryland','MD',21,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f3da3768-ce15-439e-b0df-530b164a6044'),(43,236,'Massachusetts','MA',22,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','47521db9-8aa7-45c2-a825-8e6bb6737276'),(44,236,'Michigan','MI',23,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a695d383-a2d8-4eb1-be16-ed28189b496f'),(45,236,'Minnesota','MN',24,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','6a937388-ca1f-4dcb-8dd4-5ae7b1509db1'),(46,236,'Mississippi','MS',25,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0892e4b9-3db4-4cb6-930f-29b55833616f'),(47,236,'Missouri','MO',26,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5cf93175-480e-4a99-b3cf-6085393fade8'),(48,236,'Montana','MT',27,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','b0e4d214-c179-4ebb-b1fe-eb5fce8b09c1'),(49,236,'Nebraska','NE',28,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','905d1f47-3efa-4509-97b2-0787e9be9a67'),(50,236,'Nevada','NV',29,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','238ccd6a-9e0b-4203-a0ed-8356d22146bf'),(51,236,'New Hampshire','NH',30,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','bd7bac65-94cd-4b46-b763-568ceccac517'),(52,236,'New Jersey','NJ',31,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','54d93feb-ba3d-4a35-a5b1-00c4bbe791c1'),(53,236,'New Mexico','NM',32,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1f4e6b8f-76a6-46c0-9f7f-18bb78795b21'),(54,236,'New York','NY',33,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','5b83a87f-9b8a-4208-b985-ea8bb5625f22'),(55,236,'North Carolina','NC',34,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','fd54e66d-df04-4fae-bde5-2dc7281f1ab8'),(56,236,'North Dakota','ND',35,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','94a88110-9ed8-4c60-8e69-915f55392fbe'),(57,236,'Ohio','OH',36,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','f66e5bfc-bc7a-4ff1-a879-25b385dc33b3'),(58,236,'Oklahoma','OK',37,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0c15f968-f84e-4f0b-93b3-0342691c3814'),(59,236,'Oregon','OR',38,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','47454337-8307-4d94-bfb6-634131ccdb88'),(60,236,'Pennsylvania','PA',39,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0817d46d-0e49-4fbd-bf35-6db9fa377842'),(61,236,'Rhode Island','RI',40,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','0debcca0-5cd1-405f-a618-2307a60c83e3'),(62,236,'South Carolina','SC',41,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','45b8ec5c-7c27-49b8-bbec-5e24bea58350'),(63,236,'South Dakota','SD',42,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','7b1a8197-44ef-4416-8911-56573d9eba4f'),(64,236,'Tennessee','TN',43,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a036b7dd-5558-45be-bf35-6e798dc679b6'),(65,236,'Texas','TX',44,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','63b90cce-868f-4d98-b677-5053d4f76b1e'),(66,236,'Utah','UT',45,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','1a98a1be-b6a1-4a34-bc19-c0b0dc31106d'),(67,236,'Vermont','VT',46,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','277e8bb4-84b3-47b0-869f-02b279c6620f'),(68,236,'Virginia','VA',47,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a9ccd87f-2b22-42c6-84d5-2aba5396cfd9'),(69,236,'Washington','WA',48,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','02b620e8-bdc4-4791-aacd-ae0b17463f60'),(70,236,'West Virginia','WV',49,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','cf2fe7b7-b490-46da-b575-49175f38b80a'),(71,236,'Wisconsin','WI',50,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','56f7135a-595a-456d-a0ba-ae4dc8881eb2'),(72,236,'Wyoming','WY',51,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','16989935-0609-46f7-9b3e-ddbea4930c6f'); -/*!40000 ALTER TABLE `commerce_states` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_subscriptions` --- - -LOCK TABLES `commerce_subscriptions` WRITE; -/*!40000 ALTER TABLE `commerce_subscriptions` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_subscriptions` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_taxcategories` --- - -LOCK TABLES `commerce_taxcategories` WRITE; -/*!40000 ALTER TABLE `commerce_taxcategories` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_taxcategories` VALUES (1,'General','general',NULL,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','c0e9ddb3-5718-4a8a-a869-1d8605eefd99'); -/*!40000 ALTER TABLE `commerce_taxcategories` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_taxrates` --- - -LOCK TABLES `commerce_taxrates` WRITE; -/*!40000 ALTER TABLE `commerce_taxrates` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_taxrates` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_taxzone_countries` --- - -LOCK TABLES `commerce_taxzone_countries` WRITE; -/*!40000 ALTER TABLE `commerce_taxzone_countries` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_taxzone_countries` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_taxzone_states` --- - -LOCK TABLES `commerce_taxzone_states` WRITE; -/*!40000 ALTER TABLE `commerce_taxzone_states` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_taxzone_states` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_taxzones` --- - -LOCK TABLES `commerce_taxzones` WRITE; -/*!40000 ALTER TABLE `commerce_taxzones` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_taxzones` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_transactions` --- - -LOCK TABLES `commerce_transactions` WRITE; -/*!40000 ALTER TABLE `commerce_transactions` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `commerce_transactions` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `commerce_variants` --- - -LOCK TABLES `commerce_variants` WRITE; -/*!40000 ALTER TABLE `commerce_variants` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `commerce_variants` VALUES (5,4,'ANT-001',1,20.0000,1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,'2021-03-15 15:24:16','2021-03-15 15:24:21','18e5ccd9-fb98-46c0-8ab9-d8e7fbff1d52'),(7,6,'PSB-001',1,30.0000,1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,'2021-03-15 15:24:16','2021-03-15 15:24:21','6e623583-dfdc-4078-a34e-55e84eab0763'),(9,8,'RRE-001',1,40.0000,1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,'2021-03-15 15:24:16','2021-03-15 15:24:21','b2ce7de5-0220-41e6-8fc5-76e3b3158a0c'),(11,10,'TFA-001',1,50.0000,1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,'2021-03-15 15:24:16','2021-03-15 15:24:21','bee72da1-5f64-4bfd-a227-19eb47e5dccf'),(13,12,'LKH-001',1,60.0000,1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,'2021-03-15 15:24:16','2021-03-15 15:24:21','1f3ac8da-e7d7-4911-b93b-619735fb2f94'),(15,14,'FDB-001',1,70.0000,1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,'2021-03-15 15:24:16','2021-03-15 15:24:21','4d9ba583-588e-435e-8cec-8a461d3125c8'); -/*!40000 ALTER TABLE `commerce_variants` 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','2021-07-05 14:30:10','b77b0362-fbf0-45dd-a5d7-e1b0c971eb48',NULL,NULL,NULL,NULL,NULL,NULL),(2,2,1,'Homepage','2020-03-27 13:38:49','2021-03-15 15:40:42','7fa40164-962a-4e1b-804a-245447006340',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:11:46-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}',NULL,NULL,NULL,NULL),(3,2,2,'Homepage','2021-03-15 15:04:42','2021-03-15 15:40:42','2d1fee00-e16c-4f3d-b8e3-c2fb5ee84a6a',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:11:46-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}',NULL,NULL,NULL,NULL),(4,4,1,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','7df96e57-107a-4aa7-b768-7ba4f0340abb',NULL,NULL,NULL,NULL,NULL,NULL),(5,5,1,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','b88e9a21-00e4-4a30-a5f5-4f32b9b684dc',NULL,NULL,NULL,NULL,NULL,NULL),(6,4,2,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','db321258-d8f1-4c17-a139-a55aa26d05ea',NULL,NULL,NULL,NULL,NULL,NULL),(7,5,2,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','dcbbeef9-5119-4ece-80a7-9fa312319e3c',NULL,NULL,NULL,NULL,NULL,NULL),(8,6,1,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','4ebb64c1-2a76-4e25-8fe0-94521ea9b2d1',NULL,NULL,NULL,NULL,NULL,NULL),(9,7,1,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','08b2eead-094d-4b85-97bc-af3dd3ab9a02',NULL,NULL,NULL,NULL,NULL,NULL),(10,6,2,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','1d10b92a-a77a-4dfc-a95c-9ec85107504b',NULL,NULL,NULL,NULL,NULL,NULL),(11,7,2,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','fd093eb5-9737-496c-84d1-2903c92b525f',NULL,NULL,NULL,NULL,NULL,NULL),(12,8,1,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','8586816f-3b72-405e-9cca-0af3f1e58e68',NULL,NULL,NULL,NULL,NULL,NULL),(13,9,1,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','2479a095-c556-4592-bc32-eeca2e23b63a',NULL,NULL,NULL,NULL,NULL,NULL),(14,8,2,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','70478e88-c5f5-48ac-b8ac-b2fd5636e27b',NULL,NULL,NULL,NULL,NULL,NULL),(15,9,2,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','0e8423ea-2f65-4b99-b13f-eb4004cb4f84',NULL,NULL,NULL,NULL,NULL,NULL),(16,10,1,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','d3f8934c-4ac9-4063-9c0d-c87c209a769b',NULL,NULL,NULL,NULL,NULL,NULL),(17,11,1,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','81b3af94-1fdc-4c80-8c46-caf8f1cc0bf4',NULL,NULL,NULL,NULL,NULL,NULL),(18,10,2,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','ffdfd8e6-7f8a-4f45-afe1-73dc278339b0',NULL,NULL,NULL,NULL,NULL,NULL),(19,11,2,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','7310b4a7-1ec3-4c9d-8584-31907c052a5c',NULL,NULL,NULL,NULL,NULL,NULL),(20,12,1,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','7eb5caa9-e343-4398-813f-c5b77c42da0c',NULL,NULL,NULL,NULL,NULL,NULL),(21,13,1,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','7ae9c9d1-96d2-43f7-9b06-ffc8e111a11a',NULL,NULL,NULL,NULL,NULL,NULL),(22,12,2,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','d7682d0e-daaa-452f-a583-a155c05e6de7',NULL,NULL,NULL,NULL,NULL,NULL),(23,13,2,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','abb292ed-d47f-438b-ade1-e821a4d67716',NULL,NULL,NULL,NULL,NULL,NULL),(24,14,1,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','b1f90db4-8818-4622-9d82-75600be1049a',NULL,NULL,NULL,NULL,NULL,NULL),(25,15,1,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','50f3d387-437b-492d-ab02-b291ce8a999d',NULL,NULL,NULL,NULL,NULL,NULL),(26,14,2,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','c607b7c2-8e56-43f1-a4f2-2adff9317505',NULL,NULL,NULL,NULL,NULL,NULL),(27,15,2,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','cba55962-d1ef-4151-9e97-a92ab7b7a5f7',NULL,NULL,NULL,NULL,NULL,NULL),(30,17,1,'My first blog','2021-03-15 15:41:19','2021-03-15 16:17:36','e4c2f79d-0f9f-4e3b-8bdb-aca6526878b6',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:40:51-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}','

Some Rich Text

','Some plain text',NULL,NULL),(31,17,2,'My first blog','2021-03-15 15:41:19','2021-03-15 16:17:37','a8ffc233-ab15-4c0c-977b-4b436fc31066',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:40:51-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}','

Some Rich Text

','Some plain text',NULL,NULL),(32,18,1,'My first blog','2021-03-15 15:41:19','2021-03-15 15:41:19','e84e777f-98c7-4cf7-b7cb-80a77833b218',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:40:51-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}','

Some Rich Text!

','Some plain text',NULL,NULL),(33,18,2,'My first blog','2021-03-15 15:41:19','2021-03-15 15:41:19','8a3aaead-866b-416d-a8f4-12db80ad4f1e',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:40:51-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}','

Some Rich Text!

','Some plain text',NULL,NULL),(34,19,1,NULL,'2021-03-15 15:55:30','2021-07-14 16:08:59','855856c1-048c-485c-aff8-d182d305d5c0',NULL,NULL,'

Some global rich text

','Some global plain text',NULL,NULL),(35,19,2,NULL,'2021-03-15 15:55:30','2021-07-14 16:08:59','e237f398-3087-4d0c-a281-0ec3ab25d3f6',NULL,NULL,'

Some global rich text

','Some global plain text',NULL,NULL),(36,20,1,'My first blog','2021-03-15 16:17:37','2021-03-15 16:17:37','5506cc52-6de9-405e-92ae-ff23a3ed6f86',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:40:51-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}','

Some Rich Text

','Some plain text',NULL,NULL),(37,20,2,'My first blog','2021-03-15 16:17:37','2021-03-15 16:17:37','6b7f8578-24eb-4928-8738-97805a747c17',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-03-15T11:40:51-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":0.5,\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}','

Some Rich Text

','Some plain text',NULL,NULL),(38,21,1,'Puppies','2021-04-01 02:35:35','2021-04-01 02:35:35','dfb9075a-6ba9-4904-81dd-79b4adda4fd0',NULL,NULL,NULL,NULL,NULL,NULL),(39,21,2,'Puppies','2021-04-01 02:35:35','2021-04-01 02:35:35','62dbcf58-01eb-441b-9c99-ecab0559dbbb',NULL,NULL,NULL,NULL,NULL,NULL),(40,22,1,'Kitties','2021-04-01 02:35:44','2021-04-01 02:35:44','1f5f6c95-0339-484d-adc8-741217ccd0ca',NULL,NULL,NULL,NULL,NULL,NULL),(41,22,2,'Kitties','2021-04-01 02:35:44','2021-04-01 02:35:44','1666d380-3f6f-485b-9d7b-2f688e67a050',NULL,NULL,NULL,NULL,NULL,NULL),(42,23,1,'Brazzers launch','2021-07-14 16:33:02','2021-07-14 16:33:02','ac96d0c8-5596-4b8d-9341-c6a41ac6d516','{\"optimizedImageUrls\":{\"1200\":\"http://localhost:8000/assets/site/_1200x675_crop_center-center_82_line/23/brazzers-launch.jpg\",\"992\":\"http://localhost:8000/assets/site/_992x558_crop_center-center_82_line/23/brazzers-launch.jpg\",\"768\":\"http://localhost:8000/assets/site/_768x576_crop_center-center_60_line/23/brazzers-launch.jpg\",\"576\":\"http://localhost:8000/assets/site/_576x432_crop_center-center_60_line/23/brazzers-launch.jpg\"},\"optimizedWebPImageUrls\":{\"1200\":\"http://localhost:8000/assets/site/_1200x675_crop_center-center_82_line/23/brazzers-launch.jpg.webp\",\"992\":\"http://localhost:8000/assets/site/_992x558_crop_center-center_82_line/23/brazzers-launch.jpg.webp\",\"768\":\"http://localhost:8000/assets/site/_768x576_crop_center-center_60_line/23/brazzers-launch.jpg.webp\",\"576\":\"http://localhost:8000/assets/site/_576x432_crop_center-center_60_line/23/brazzers-launch.jpg.webp\"},\"variantSourceWidths\":[\"1200\",\"992\",\"768\",\"576\"],\"variantHeights\":{\"1200\":675,\"992\":558,\"768\":576,\"576\":432},\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"originalImageWidth\":\"3000\",\"originalImageHeight\":\"2250\",\"placeholder\":\"/9j/4AAQSkZJRgABAQAASABIAAD/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wAARCAAJABADAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQT/xAAlEAABAwIDCQAAAAAAAAAAAAABAgMEAAUhNLEREhRCUnJzkaH/xAAXAQEAAwAAAAAAAAAAAAAAAAADAAEC/8QAGxEAAwADAQEAAAAAAAAAAAAAAAECESExMhL/2gAMAwEAAhEDEQA/AGpr81+4IisqQllTRKwObH5Ut40i4Wdsqlstv7Rw++vqGHulVfK6C5y+BN2zLXjGpoa6NPkQsGWkdw0ob8o3HT//2Q==\",\"placeholderSvg\":\"%3Csvg id=\'svg\' version=\'1.1\' width=\'300\' height=\'168\' style=\'background-color: %23FEFEFE\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M264.000 1.500 C 264.000 2.630%2C265.214 3.000%2C268.927 3.000 C 272.992 3.000%2C274.199 3.438%2C275.821 5.500 C 276.903 6.875%2C278.286 8.000%2C278.894 8.000 C 279.502 8.000%2C280.000 8.567%2C280.000 9.259 C 280.000 9.952%2C280.917 11.091%2C282.037 11.791 C 283.157 12.490%2C284.496 14.174%2C285.012 15.531 C 285.933 17.953%2C288.000 18.969%2C288.000 17.000 C 288.000 16.450%2C289.800 16.000%2C292.000 16.000 L 296.000 16.000 296.000 20.000 C 296.000 23.333%2C296.333 24.000%2C298.000 24.000 C 299.889 24.000%2C300.000 23.333%2C300.000 12.000 L 300.000 0.000 282.000 0.000 C 266.667 0.000%2C264.000 0.222%2C264.000 1.500 M131.452 5.646 C 130.104 7.101%2C129.000 9.036%2C129.000 9.946 C 129.000 10.856%2C128.477 12.123%2C127.838 12.762 C 125.935 14.665%2C124.928 24.933%2C126.405 27.388 C 127.922 29.912%2C126.459 55.855%2C123.388 80.889 C 121.735 94.366%2C121.234 96.453%2C119.356 97.685 C 117.908 98.635%2C117.384 99.754%2C117.744 101.130 C 118.162 102.728%2C118.484 102.880%2C119.233 101.835 C 119.956 100.824%2C120.057 100.913%2C119.645 102.199 C 119.276 103.352%2C119.808 104.113%2C121.301 104.567 C 122.510 104.935%2C124.175 105.822%2C125.000 106.538 C 126.249 107.622%2C126.910 107.506%2C128.947 105.850 C 130.537 104.557%2C131.002 103.619%2C130.276 103.171 C 127.071 101.189%2C127.743 93.000%2C131.111 93.000 C 132.425 93.000%2C132.989 92.426%2C132.794 91.286 C 132.625 90.300%2C133.243 89.420%2C134.250 89.213 C 135.711 88.913%2C136.023 89.651%2C136.136 93.677 C 136.214 96.437%2C136.469 97.431%2C136.732 96.000 C 136.985 94.625%2C137.558 93.050%2C138.006 92.500 C 138.454 91.950%2C139.120 89.700%2C139.486 87.500 C 140.360 82.245%2C142.011 78.000%2C143.180 78.000 C 143.696 78.000%2C143.835 77.543%2C143.490 76.984 C 143.144 76.425%2C142.494 76.194%2C142.045 76.472 C 141.596 76.750%2C141.015 75.857%2C140.753 74.488 C 140.491 73.120%2C140.665 72.000%2C141.139 72.000 C 141.612 72.000%2C142.000 72.675%2C142.000 73.500 C 142.000 74.325%2C142.450 75.000%2C143.000 75.000 C 144.313 75.000%2C144.286 73.295%2C142.959 72.475 C 142.387 72.121%2C142.191 70.857%2C142.525 69.666 C 143.005 67.952%2C142.912 67.813%2C142.081 69.000 C 141.011 70.528%2C140.971 70.406%2C140.687 64.750 C 140.268 56.380%2C142.443 26.098%2C143.594 24.285 C 145.208 21.742%2C145.490 16.000%2C144.000 16.000 C 143.450 16.000%2C143.000 17.520%2C143.000 19.377 L 143.000 22.754 138.250 22.244 C 132.554 21.632%2C131.396 21.000%2C135.973 21.000 C 137.949 21.000%2C139.814 20.296%2C140.608 19.250 C 142.187 17.170%2C142.407 15.631%2C141.000 16.500 C 140.450 16.840%2C140.000 16.365%2C140.000 15.446 C 140.000 13.728%2C143.208 13.737%2C147.250 15.466 C 148.469 15.987%2C149.000 15.761%2C149.000 14.724 C 149.000 13.904%2C147.994 12.970%2C146.765 12.649 C 144.585 12.079%2C144.577 12.030%2C146.462 10.652 C 148.331 9.285%2C148.293 9.139%2C145.274 6.120 C 141.078 1.924%2C135.092 1.719%2C131.452 5.646 M88.500 35.754 C 78.651 36.112%2C77.000 36.618%2C77.000 39.275 C 77.000 42.041%2C71.530 44.930%2C69.719 43.119 C 67.752 41.152%2C67.000 41.902%2C67.000 45.833 C 67.000 50.263%2C66.232 51.437%2C64.354 49.879 C 61.641 47.627%2C60.332 56.332%2C62.985 58.985 C 65.599 61.599%2C65.605 74.110%2C62.991 72.494 C 62.561 72.229%2C61.952 72.684%2C61.636 73.506 C 61.321 74.328%2C61.611 75.014%2C62.281 75.030 C 64.508 75.086%2C60.625 76.721%2C56.502 77.464 C 51.031 78.449%2C50.508 79.897%2C54.236 83.744 C 57.529 87.141%2C60.569 88.391%2C57.623 85.136 C 56.005 83.348%2C56.098 83.273%2C59.953 83.273 C 63.780 83.273%2C63.940 83.396%2C63.331 85.886 C 62.980 87.324%2C62.263 88.781%2C61.739 89.125 C 61.165 89.501%2C61.241 90.031%2C61.929 90.456 C 62.997 91.116%2C62.580 98.253%2C61.359 100.229 C 60.531 101.568%2C59.164 101.067%2C58.689 99.250 C 58.259 97.605%2C58.225 97.606%2C58.116 99.275 C 58.042 100.412%2C56.904 101.269%2C54.953 101.659 C 52.859 102.078%2C52.003 102.775%2C52.219 103.884 C 52.539 105.530%2C53.034 105.682%2C58.750 105.885 C 61.519 105.983%2C62.000 106.370%2C62.000 108.500 C 62.000 109.875%2C61.663 111.004%2C61.250 111.009 C 60.838 111.014%2C60.434 116.199%2C60.353 122.532 C 60.182 135.894%2C59.649 137.000%2C53.378 137.000 C 49.713 137.000%2C49.000 137.316%2C49.000 138.938 C 49.000 140.318%2C49.649 140.842%2C51.250 140.755 C 52.488 140.688%2C54.755 140.716%2C56.289 140.817 L 59.078 141.000 58.520 150.250 C 58.214 155.338%2C57.719 161.413%2C57.420 163.750 C 56.717 169.253%2C59.546 169.936%2C60.564 164.509 C 60.957 162.418%2C61.645 161.280%2C62.280 161.673 C 62.942 162.082%2C63.100 161.704%2C62.701 160.664 C 62.194 159.342%2C62.673 159.000%2C65.031 159.000 C 67.303 159.000%2C68.000 159.456%2C68.000 160.941 C 68.000 163.192%2C66.428 164.502%2C65.510 163.016 C 64.483 161.354%2C63.010 161.863%2C63.694 163.645 C 64.080 164.652%2C63.606 165.815%2C62.471 166.645 C 60.803 167.864%2C61.037 168.000%2C64.809 168.000 L 69.000 168.000 69.168 163.250 C 69.335 158.545%2C69.340 158.538%2C69.743 162.487 C 70.257 167.529%2C71.012 167.966%2C79.250 167.985 C 84.628 167.997%2C86.000 167.691%2C86.000 166.481 C 86.000 165.360%2C85.345 165.126%2C83.500 165.589 C 81.502 166.091%2C81.003 165.843%2C81.015 164.358 C 81.039 161.521%2C82.617 159.639%2C84.399 160.323 C 87.004 161.322%2C86.553 154.827%2C83.903 153.172 C 81.881 151.909%2C81.872 151.813%2C83.653 150.490 C 84.669 149.735%2C86.444 149.348%2C87.599 149.629 C 89.532 150.101%2C89.748 149.604%2C90.342 143.320 C 90.696 139.569%2C90.989 134.438%2C90.993 131.917 C 90.997 129.396%2C91.275 127.059%2C91.610 126.723 C 92.813 125.520%2C93.009 116.876%2C91.816 117.613 C 91.008 118.113%2C90.912 117.346%2C91.479 114.905 C 91.914 113.032%2C92.376 107.287%2C92.506 102.138 C 92.663 95.925%2C93.166 92.516%2C94.000 92.000 C 94.691 91.573%2C94.931 90.698%2C94.534 90.055 C 93.505 88.391%2C94.838 83.782%2C96.119 84.574 C 96.747 84.961%2C96.919 86.619%2C96.541 88.632 L 95.903 92.036 100.015 91.519 C 104.685 90.932%2C109.188 88.896%2C107.247 88.249 C 105.555 87.685%2C105.666 85.066%2C107.410 84.396 C 108.185 84.099%2C109.093 82.765%2C109.427 81.434 C 109.762 80.102%2C110.590 79.122%2C111.268 79.256 C 112.090 79.419%2C112.601 77.752%2C112.802 74.250 C 113.057 69.817%2C113.408 69.000%2C115.052 69.000 C 116.124 69.000%2C117.000 68.467%2C117.000 67.814 C 117.000 67.162%2C117.922 65.648%2C119.048 64.449 L 121.096 62.269 117.798 61.469 L 114.500 60.670 117.250 60.268 C 118.763 60.048%2C120.000 59.509%2C120.000 59.072 C 120.000 58.635%2C118.988 58.472%2C117.750 58.709 C 115.588 59.124%2C115.513 58.903%2C115.839 53.070 C 116.176 47.032%2C116.194 46.999%2C119.339 46.850 L 122.500 46.700 119.500 46.267 C 117.850 46.028%2C115.757 45.166%2C114.849 44.351 C 113.746 43.361%2C112.980 43.223%2C112.540 43.935 C 112.178 44.521%2C112.434 45.000%2C113.108 45.000 C 113.782 45.000%2C114.066 45.268%2C113.738 45.595 C 112.501 46.832%2C106.948 44.849%2C107.226 43.269 C 107.377 42.410%2C106.875 41.490%2C106.111 41.224 C 105.264 40.929%2C104.994 41.182%2C105.420 41.870 C 106.469 43.567%2C103.444 43.240%2C102.000 41.500 C 100.972 40.261%2C101.068 40.000%2C102.552 40.000 C 104.132 40.000%2C104.064 39.697%2C101.990 37.489 C 100.328 35.720%2C99.413 35.332%2C98.892 36.175 C 98.409 36.956%2C97.692 37.046%2C96.826 36.436 C 96.097 35.921%2C92.350 35.614%2C88.500 35.754 M92.136 47.492 C 92.023 49.545%2C77.970 51.188%2C78.014 49.143 C 78.088 45.648%2C79.440 43.894%2C81.636 44.445 C 82.936 44.771%2C84.000 44.598%2C84.000 44.060 C 84.000 43.522%2C85.842 43.864%2C88.094 44.821 C 90.345 45.777%2C92.164 46.979%2C92.136 47.492 M98.150 98.250 C 98.067 99.763%2C97.601 101.000%2C97.113 101.000 C 95.577 101.000%2C95.221 106.871%2C96.722 107.447 C 97.785 107.855%2C97.839 108.432%2C96.966 110.063 C 96.350 111.214%2C96.080 112.767%2C96.367 113.514 C 96.653 114.260%2C96.350 115.063%2C95.694 115.298 C 93.971 115.916%2C95.030 116.666%2C98.750 117.463 C 100.839 117.910%2C102.000 117.773%2C102.000 117.079 C 102.000 116.486%2C101.100 116.000%2C100.000 116.000 C 98.533 116.000%2C98.000 115.333%2C98.000 113.500 C 98.000 112.125%2C98.450 111.000%2C99.000 111.000 C 99.550 111.000%2C100.000 110.325%2C100.000 109.500 C 100.000 108.675%2C99.523 108.000%2C98.941 108.000 C 98.359 108.000%2C98.165 107.543%2C98.510 106.984 C 98.856 106.425%2C99.526 106.207%2C100.001 106.500 C 101.238 107.265%2C103.953 103.040%2C103.306 101.355 C 102.984 100.517%2C102.025 100.175%2C100.952 100.515 C 99.551 100.960%2C99.046 100.457%2C98.721 98.295 L 98.300 95.500 98.150 98.250 M72.983 125.250 C 72.890 127.588%2C72.901 129.838%2C73.007 130.250 C 73.484 132.105%2C73.342 135.638%2C72.752 136.592 C 72.396 137.168%2C71.892 141.135%2C71.631 145.408 C 71.371 149.680%2C70.848 153.474%2C70.471 153.838 C 70.093 154.202%2C69.970 150.627%2C70.197 145.894 C 70.468 140.257%2C70.246 137.292%2C69.555 137.301 C 64.943 137.362%2C64.598 137.102%2C66.500 135.000 C 68.726 132.540%2C69.716 132.475%2C70.311 134.750 C 70.562 135.713%2C70.820 134.588%2C70.884 132.250 C 71.014 127.476%2C70.562 127.214%2C67.000 130.000 C 63.527 132.716%2C63.347 132.593%2C63.150 127.380 C 62.985 123.036%2C63.110 122.796%2C65.237 123.366 C 66.482 123.700%2C68.314 123.979%2C69.309 123.986 C 70.304 123.994%2C70.896 124.359%2C70.625 124.798 C 70.354 125.237%2C70.545 126.249%2C71.051 127.048 C 71.705 128.082%2C71.974 127.420%2C71.985 124.750 C 71.993 122.688%2C72.259 121.000%2C72.576 121.000 C 72.892 121.000%2C73.075 122.913%2C72.983 125.250 M89.000 129.000 C 89.000 130.100%2C88.648 131.000%2C88.218 131.000 C 87.788 131.000%2C87.549 132.933%2C87.687 135.296 C 87.926 139.371%2C87.799 139.590%2C85.233 139.546 C 81.805 139.488%2C80.779 136.132%2C83.936 135.306 C 85.907 134.791%2C85.931 134.670%2C84.301 133.478 C 82.752 132.346%2C82.712 131.907%2C83.946 129.601 C 85.617 126.478%2C89.000 126.076%2C89.000 129.000 M90.590 153.854 C 90.295 154.332%2C89.945 156.136%2C89.814 157.862 C 89.682 159.588%2C89.028 161.000%2C88.361 161.000 C 87.693 161.000%2C86.994 161.788%2C86.807 162.750 C 86.045 166.671%2C90.626 166.969%2C151.766 166.985 C 215.249 167.001%2C218.014 166.793%2C217.985 162.007 C 217.973 160.046%2C217.764 159.825%2C217.026 160.992 C 215.691 163.104%2C214.213 161.262%2C213.821 157.000 L 213.500 153.500 152.314 153.242 C 118.406 153.100%2C90.888 153.372%2C90.590 153.854 M103.677 156.601 C 104.015 157.481%2C103.663 158.600%2C102.896 159.086 C 101.898 159.717%2C101.857 159.974%2C102.750 159.985 C 103.438 159.993%2C104.000 160.675%2C104.000 161.500 C 104.000 162.325%2C103.550 163.000%2C103.000 163.000 C 102.450 163.000%2C102.000 162.602%2C102.000 162.117 C 102.000 160.526%2C96.945 160.198%2C95.451 161.692 C 92.970 164.173%2C91.572 160.592%2C92.936 155.250 C 93.251 154.018%2C103.164 155.265%2C103.677 156.601 M151.000 155.932 C 151.000 156.444%2C149.650 157.825%2C148.000 159.000 C 144.395 161.567%2C144.094 163.265%2C147.391 162.438 C 148.706 162.108%2C150.082 162.324%2C150.450 162.919 C 150.899 163.646%2C149.233 164.000%2C145.363 164.000 L 139.608 164.000 143.000 160.500 L 146.392 157.000 143.196 157.000 C 141.438 157.000%2C140.000 156.550%2C140.000 156.000 C 140.000 155.450%2C142.475 155.000%2C145.500 155.000 C 148.525 155.000%2C151.000 155.419%2C151.000 155.932 M162.500 158.523 C 158.529 161.945%2C158.520 161.970%2C161.191 161.985 C 162.671 161.993%2C164.160 162.450%2C164.500 163.000 C 164.886 163.625%2C162.849 164.000%2C159.074 164.000 L 153.029 164.000 156.765 160.527 L 160.500 157.054 157.250 157.027 C 155.463 157.012%2C154.000 156.550%2C154.000 156.000 C 154.000 155.436%2C156.725 155.016%2C160.250 155.038 L 166.500 155.075 162.500 158.523 \' stroke=\'none\' fill=\'%23C0CFD6\' fill-rule=\'evenodd\'/%3E%3C/svg%3E\",\"colorPalette\":[\"#d9dee2\",\"#654b3c\",\"#88a8c5\",\"#5e88b2\",\"#6f6b6f\"],\"lightness\":60,\"placeholderWidth\":1200,\"placeholderHeight\":675,\"stickyErrors\":[]}',NULL,NULL,NULL,NULL,'{\"optimizedImageUrls\":{\"1200\":\"http://localhost:8000/assets/site/_1200x675_crop_center-center_82_line/23/brazzers-launch.jpg\",\"992\":\"http://localhost:8000/assets/site/_992x558_crop_center-center_82_line/23/brazzers-launch.jpg\",\"768\":\"http://localhost:8000/assets/site/_768x576_crop_center-center_60_line/23/brazzers-launch.jpg\",\"576\":\"http://localhost:8000/assets/site/_576x432_crop_center-center_60_line/23/brazzers-launch.jpg\"},\"optimizedWebPImageUrls\":{\"1200\":\"http://localhost:8000/assets/site/_1200x675_crop_center-center_82_line/23/brazzers-launch.jpg.webp\",\"992\":\"http://localhost:8000/assets/site/_992x558_crop_center-center_82_line/23/brazzers-launch.jpg.webp\",\"768\":\"http://localhost:8000/assets/site/_768x576_crop_center-center_60_line/23/brazzers-launch.jpg.webp\",\"576\":\"http://localhost:8000/assets/site/_576x432_crop_center-center_60_line/23/brazzers-launch.jpg.webp\"},\"variantSourceWidths\":[\"1200\",\"992\",\"768\",\"576\"],\"variantHeights\":{\"1200\":675,\"992\":558,\"768\":576,\"576\":432},\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"originalImageWidth\":\"3000\",\"originalImageHeight\":\"2250\",\"placeholder\":\"/9j/4AAQSkZJRgABAQAASABIAAD/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wAARCAAJABADAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQT/xAAlEAABAwIDCQAAAAAAAAAAAAABAgMEAAUhNLEREhRCUnJzkaH/xAAXAQEAAwAAAAAAAAAAAAAAAAADAAEC/8QAGxEAAwADAQEAAAAAAAAAAAAAAAECESExMhL/2gAMAwEAAhEDEQA/AGpr81+4IisqQllTRKwObH5Ut40i4Wdsqlstv7Rw++vqGHulVfK6C5y+BN2zLXjGpoa6NPkQsGWkdw0ob8o3HT//2Q==\",\"placeholderSvg\":\"%3Csvg id=\'svg\' version=\'1.1\' width=\'300\' height=\'168\' style=\'background-color: %23FEFEFE\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M264.000 1.500 C 264.000 2.630%2C265.214 3.000%2C268.927 3.000 C 272.992 3.000%2C274.199 3.438%2C275.821 5.500 C 276.903 6.875%2C278.286 8.000%2C278.894 8.000 C 279.502 8.000%2C280.000 8.567%2C280.000 9.259 C 280.000 9.952%2C280.917 11.091%2C282.037 11.791 C 283.157 12.490%2C284.496 14.174%2C285.012 15.531 C 285.933 17.953%2C288.000 18.969%2C288.000 17.000 C 288.000 16.450%2C289.800 16.000%2C292.000 16.000 L 296.000 16.000 296.000 20.000 C 296.000 23.333%2C296.333 24.000%2C298.000 24.000 C 299.889 24.000%2C300.000 23.333%2C300.000 12.000 L 300.000 0.000 282.000 0.000 C 266.667 0.000%2C264.000 0.222%2C264.000 1.500 M131.452 5.646 C 130.104 7.101%2C129.000 9.036%2C129.000 9.946 C 129.000 10.856%2C128.477 12.123%2C127.838 12.762 C 125.935 14.665%2C124.928 24.933%2C126.405 27.388 C 127.922 29.912%2C126.459 55.855%2C123.388 80.889 C 121.735 94.366%2C121.234 96.453%2C119.356 97.685 C 117.908 98.635%2C117.384 99.754%2C117.744 101.130 C 118.162 102.728%2C118.484 102.880%2C119.233 101.835 C 119.956 100.824%2C120.057 100.913%2C119.645 102.199 C 119.276 103.352%2C119.808 104.113%2C121.301 104.567 C 122.510 104.935%2C124.175 105.822%2C125.000 106.538 C 126.249 107.622%2C126.910 107.506%2C128.947 105.850 C 130.537 104.557%2C131.002 103.619%2C130.276 103.171 C 127.071 101.189%2C127.743 93.000%2C131.111 93.000 C 132.425 93.000%2C132.989 92.426%2C132.794 91.286 C 132.625 90.300%2C133.243 89.420%2C134.250 89.213 C 135.711 88.913%2C136.023 89.651%2C136.136 93.677 C 136.214 96.437%2C136.469 97.431%2C136.732 96.000 C 136.985 94.625%2C137.558 93.050%2C138.006 92.500 C 138.454 91.950%2C139.120 89.700%2C139.486 87.500 C 140.360 82.245%2C142.011 78.000%2C143.180 78.000 C 143.696 78.000%2C143.835 77.543%2C143.490 76.984 C 143.144 76.425%2C142.494 76.194%2C142.045 76.472 C 141.596 76.750%2C141.015 75.857%2C140.753 74.488 C 140.491 73.120%2C140.665 72.000%2C141.139 72.000 C 141.612 72.000%2C142.000 72.675%2C142.000 73.500 C 142.000 74.325%2C142.450 75.000%2C143.000 75.000 C 144.313 75.000%2C144.286 73.295%2C142.959 72.475 C 142.387 72.121%2C142.191 70.857%2C142.525 69.666 C 143.005 67.952%2C142.912 67.813%2C142.081 69.000 C 141.011 70.528%2C140.971 70.406%2C140.687 64.750 C 140.268 56.380%2C142.443 26.098%2C143.594 24.285 C 145.208 21.742%2C145.490 16.000%2C144.000 16.000 C 143.450 16.000%2C143.000 17.520%2C143.000 19.377 L 143.000 22.754 138.250 22.244 C 132.554 21.632%2C131.396 21.000%2C135.973 21.000 C 137.949 21.000%2C139.814 20.296%2C140.608 19.250 C 142.187 17.170%2C142.407 15.631%2C141.000 16.500 C 140.450 16.840%2C140.000 16.365%2C140.000 15.446 C 140.000 13.728%2C143.208 13.737%2C147.250 15.466 C 148.469 15.987%2C149.000 15.761%2C149.000 14.724 C 149.000 13.904%2C147.994 12.970%2C146.765 12.649 C 144.585 12.079%2C144.577 12.030%2C146.462 10.652 C 148.331 9.285%2C148.293 9.139%2C145.274 6.120 C 141.078 1.924%2C135.092 1.719%2C131.452 5.646 M88.500 35.754 C 78.651 36.112%2C77.000 36.618%2C77.000 39.275 C 77.000 42.041%2C71.530 44.930%2C69.719 43.119 C 67.752 41.152%2C67.000 41.902%2C67.000 45.833 C 67.000 50.263%2C66.232 51.437%2C64.354 49.879 C 61.641 47.627%2C60.332 56.332%2C62.985 58.985 C 65.599 61.599%2C65.605 74.110%2C62.991 72.494 C 62.561 72.229%2C61.952 72.684%2C61.636 73.506 C 61.321 74.328%2C61.611 75.014%2C62.281 75.030 C 64.508 75.086%2C60.625 76.721%2C56.502 77.464 C 51.031 78.449%2C50.508 79.897%2C54.236 83.744 C 57.529 87.141%2C60.569 88.391%2C57.623 85.136 C 56.005 83.348%2C56.098 83.273%2C59.953 83.273 C 63.780 83.273%2C63.940 83.396%2C63.331 85.886 C 62.980 87.324%2C62.263 88.781%2C61.739 89.125 C 61.165 89.501%2C61.241 90.031%2C61.929 90.456 C 62.997 91.116%2C62.580 98.253%2C61.359 100.229 C 60.531 101.568%2C59.164 101.067%2C58.689 99.250 C 58.259 97.605%2C58.225 97.606%2C58.116 99.275 C 58.042 100.412%2C56.904 101.269%2C54.953 101.659 C 52.859 102.078%2C52.003 102.775%2C52.219 103.884 C 52.539 105.530%2C53.034 105.682%2C58.750 105.885 C 61.519 105.983%2C62.000 106.370%2C62.000 108.500 C 62.000 109.875%2C61.663 111.004%2C61.250 111.009 C 60.838 111.014%2C60.434 116.199%2C60.353 122.532 C 60.182 135.894%2C59.649 137.000%2C53.378 137.000 C 49.713 137.000%2C49.000 137.316%2C49.000 138.938 C 49.000 140.318%2C49.649 140.842%2C51.250 140.755 C 52.488 140.688%2C54.755 140.716%2C56.289 140.817 L 59.078 141.000 58.520 150.250 C 58.214 155.338%2C57.719 161.413%2C57.420 163.750 C 56.717 169.253%2C59.546 169.936%2C60.564 164.509 C 60.957 162.418%2C61.645 161.280%2C62.280 161.673 C 62.942 162.082%2C63.100 161.704%2C62.701 160.664 C 62.194 159.342%2C62.673 159.000%2C65.031 159.000 C 67.303 159.000%2C68.000 159.456%2C68.000 160.941 C 68.000 163.192%2C66.428 164.502%2C65.510 163.016 C 64.483 161.354%2C63.010 161.863%2C63.694 163.645 C 64.080 164.652%2C63.606 165.815%2C62.471 166.645 C 60.803 167.864%2C61.037 168.000%2C64.809 168.000 L 69.000 168.000 69.168 163.250 C 69.335 158.545%2C69.340 158.538%2C69.743 162.487 C 70.257 167.529%2C71.012 167.966%2C79.250 167.985 C 84.628 167.997%2C86.000 167.691%2C86.000 166.481 C 86.000 165.360%2C85.345 165.126%2C83.500 165.589 C 81.502 166.091%2C81.003 165.843%2C81.015 164.358 C 81.039 161.521%2C82.617 159.639%2C84.399 160.323 C 87.004 161.322%2C86.553 154.827%2C83.903 153.172 C 81.881 151.909%2C81.872 151.813%2C83.653 150.490 C 84.669 149.735%2C86.444 149.348%2C87.599 149.629 C 89.532 150.101%2C89.748 149.604%2C90.342 143.320 C 90.696 139.569%2C90.989 134.438%2C90.993 131.917 C 90.997 129.396%2C91.275 127.059%2C91.610 126.723 C 92.813 125.520%2C93.009 116.876%2C91.816 117.613 C 91.008 118.113%2C90.912 117.346%2C91.479 114.905 C 91.914 113.032%2C92.376 107.287%2C92.506 102.138 C 92.663 95.925%2C93.166 92.516%2C94.000 92.000 C 94.691 91.573%2C94.931 90.698%2C94.534 90.055 C 93.505 88.391%2C94.838 83.782%2C96.119 84.574 C 96.747 84.961%2C96.919 86.619%2C96.541 88.632 L 95.903 92.036 100.015 91.519 C 104.685 90.932%2C109.188 88.896%2C107.247 88.249 C 105.555 87.685%2C105.666 85.066%2C107.410 84.396 C 108.185 84.099%2C109.093 82.765%2C109.427 81.434 C 109.762 80.102%2C110.590 79.122%2C111.268 79.256 C 112.090 79.419%2C112.601 77.752%2C112.802 74.250 C 113.057 69.817%2C113.408 69.000%2C115.052 69.000 C 116.124 69.000%2C117.000 68.467%2C117.000 67.814 C 117.000 67.162%2C117.922 65.648%2C119.048 64.449 L 121.096 62.269 117.798 61.469 L 114.500 60.670 117.250 60.268 C 118.763 60.048%2C120.000 59.509%2C120.000 59.072 C 120.000 58.635%2C118.988 58.472%2C117.750 58.709 C 115.588 59.124%2C115.513 58.903%2C115.839 53.070 C 116.176 47.032%2C116.194 46.999%2C119.339 46.850 L 122.500 46.700 119.500 46.267 C 117.850 46.028%2C115.757 45.166%2C114.849 44.351 C 113.746 43.361%2C112.980 43.223%2C112.540 43.935 C 112.178 44.521%2C112.434 45.000%2C113.108 45.000 C 113.782 45.000%2C114.066 45.268%2C113.738 45.595 C 112.501 46.832%2C106.948 44.849%2C107.226 43.269 C 107.377 42.410%2C106.875 41.490%2C106.111 41.224 C 105.264 40.929%2C104.994 41.182%2C105.420 41.870 C 106.469 43.567%2C103.444 43.240%2C102.000 41.500 C 100.972 40.261%2C101.068 40.000%2C102.552 40.000 C 104.132 40.000%2C104.064 39.697%2C101.990 37.489 C 100.328 35.720%2C99.413 35.332%2C98.892 36.175 C 98.409 36.956%2C97.692 37.046%2C96.826 36.436 C 96.097 35.921%2C92.350 35.614%2C88.500 35.754 M92.136 47.492 C 92.023 49.545%2C77.970 51.188%2C78.014 49.143 C 78.088 45.648%2C79.440 43.894%2C81.636 44.445 C 82.936 44.771%2C84.000 44.598%2C84.000 44.060 C 84.000 43.522%2C85.842 43.864%2C88.094 44.821 C 90.345 45.777%2C92.164 46.979%2C92.136 47.492 M98.150 98.250 C 98.067 99.763%2C97.601 101.000%2C97.113 101.000 C 95.577 101.000%2C95.221 106.871%2C96.722 107.447 C 97.785 107.855%2C97.839 108.432%2C96.966 110.063 C 96.350 111.214%2C96.080 112.767%2C96.367 113.514 C 96.653 114.260%2C96.350 115.063%2C95.694 115.298 C 93.971 115.916%2C95.030 116.666%2C98.750 117.463 C 100.839 117.910%2C102.000 117.773%2C102.000 117.079 C 102.000 116.486%2C101.100 116.000%2C100.000 116.000 C 98.533 116.000%2C98.000 115.333%2C98.000 113.500 C 98.000 112.125%2C98.450 111.000%2C99.000 111.000 C 99.550 111.000%2C100.000 110.325%2C100.000 109.500 C 100.000 108.675%2C99.523 108.000%2C98.941 108.000 C 98.359 108.000%2C98.165 107.543%2C98.510 106.984 C 98.856 106.425%2C99.526 106.207%2C100.001 106.500 C 101.238 107.265%2C103.953 103.040%2C103.306 101.355 C 102.984 100.517%2C102.025 100.175%2C100.952 100.515 C 99.551 100.960%2C99.046 100.457%2C98.721 98.295 L 98.300 95.500 98.150 98.250 M72.983 125.250 C 72.890 127.588%2C72.901 129.838%2C73.007 130.250 C 73.484 132.105%2C73.342 135.638%2C72.752 136.592 C 72.396 137.168%2C71.892 141.135%2C71.631 145.408 C 71.371 149.680%2C70.848 153.474%2C70.471 153.838 C 70.093 154.202%2C69.970 150.627%2C70.197 145.894 C 70.468 140.257%2C70.246 137.292%2C69.555 137.301 C 64.943 137.362%2C64.598 137.102%2C66.500 135.000 C 68.726 132.540%2C69.716 132.475%2C70.311 134.750 C 70.562 135.713%2C70.820 134.588%2C70.884 132.250 C 71.014 127.476%2C70.562 127.214%2C67.000 130.000 C 63.527 132.716%2C63.347 132.593%2C63.150 127.380 C 62.985 123.036%2C63.110 122.796%2C65.237 123.366 C 66.482 123.700%2C68.314 123.979%2C69.309 123.986 C 70.304 123.994%2C70.896 124.359%2C70.625 124.798 C 70.354 125.237%2C70.545 126.249%2C71.051 127.048 C 71.705 128.082%2C71.974 127.420%2C71.985 124.750 C 71.993 122.688%2C72.259 121.000%2C72.576 121.000 C 72.892 121.000%2C73.075 122.913%2C72.983 125.250 M89.000 129.000 C 89.000 130.100%2C88.648 131.000%2C88.218 131.000 C 87.788 131.000%2C87.549 132.933%2C87.687 135.296 C 87.926 139.371%2C87.799 139.590%2C85.233 139.546 C 81.805 139.488%2C80.779 136.132%2C83.936 135.306 C 85.907 134.791%2C85.931 134.670%2C84.301 133.478 C 82.752 132.346%2C82.712 131.907%2C83.946 129.601 C 85.617 126.478%2C89.000 126.076%2C89.000 129.000 M90.590 153.854 C 90.295 154.332%2C89.945 156.136%2C89.814 157.862 C 89.682 159.588%2C89.028 161.000%2C88.361 161.000 C 87.693 161.000%2C86.994 161.788%2C86.807 162.750 C 86.045 166.671%2C90.626 166.969%2C151.766 166.985 C 215.249 167.001%2C218.014 166.793%2C217.985 162.007 C 217.973 160.046%2C217.764 159.825%2C217.026 160.992 C 215.691 163.104%2C214.213 161.262%2C213.821 157.000 L 213.500 153.500 152.314 153.242 C 118.406 153.100%2C90.888 153.372%2C90.590 153.854 M103.677 156.601 C 104.015 157.481%2C103.663 158.600%2C102.896 159.086 C 101.898 159.717%2C101.857 159.974%2C102.750 159.985 C 103.438 159.993%2C104.000 160.675%2C104.000 161.500 C 104.000 162.325%2C103.550 163.000%2C103.000 163.000 C 102.450 163.000%2C102.000 162.602%2C102.000 162.117 C 102.000 160.526%2C96.945 160.198%2C95.451 161.692 C 92.970 164.173%2C91.572 160.592%2C92.936 155.250 C 93.251 154.018%2C103.164 155.265%2C103.677 156.601 M151.000 155.932 C 151.000 156.444%2C149.650 157.825%2C148.000 159.000 C 144.395 161.567%2C144.094 163.265%2C147.391 162.438 C 148.706 162.108%2C150.082 162.324%2C150.450 162.919 C 150.899 163.646%2C149.233 164.000%2C145.363 164.000 L 139.608 164.000 143.000 160.500 L 146.392 157.000 143.196 157.000 C 141.438 157.000%2C140.000 156.550%2C140.000 156.000 C 140.000 155.450%2C142.475 155.000%2C145.500 155.000 C 148.525 155.000%2C151.000 155.419%2C151.000 155.932 M162.500 158.523 C 158.529 161.945%2C158.520 161.970%2C161.191 161.985 C 162.671 161.993%2C164.160 162.450%2C164.500 163.000 C 164.886 163.625%2C162.849 164.000%2C159.074 164.000 L 153.029 164.000 156.765 160.527 L 160.500 157.054 157.250 157.027 C 155.463 157.012%2C154.000 156.550%2C154.000 156.000 C 154.000 155.436%2C156.725 155.016%2C160.250 155.038 L 166.500 155.075 162.500 158.523 \' stroke=\'none\' fill=\'%23C0CFD6\' fill-rule=\'evenodd\'/%3E%3C/svg%3E\",\"colorPalette\":[\"#d9dee2\",\"#654b3c\",\"#88a8c5\",\"#5e88b2\",\"#6f6b6f\"],\"lightness\":60,\"placeholderWidth\":1200,\"placeholderHeight\":675,\"stickyErrors\":[]}'),(43,23,2,'Brazzers launch','2021-07-14 16:33:03','2021-07-14 16:33:03','d8faf6c5-e22a-4521-b953-6804298a499b','{\"optimizedImageUrls\":{\"1200\":\"http://localhost:8000/assets/site/_1200x675_crop_center-center_82_line/23/brazzers-launch.jpg\",\"992\":\"http://localhost:8000/assets/site/_992x558_crop_center-center_82_line/23/brazzers-launch.jpg\",\"768\":\"http://localhost:8000/assets/site/_768x576_crop_center-center_60_line/23/brazzers-launch.jpg\",\"576\":\"http://localhost:8000/assets/site/_576x432_crop_center-center_60_line/23/brazzers-launch.jpg\"},\"optimizedWebPImageUrls\":{\"1200\":\"http://localhost:8000/assets/site/_1200x675_crop_center-center_82_line/23/brazzers-launch.jpg.webp\",\"992\":\"http://localhost:8000/assets/site/_992x558_crop_center-center_82_line/23/brazzers-launch.jpg.webp\",\"768\":\"http://localhost:8000/assets/site/_768x576_crop_center-center_60_line/23/brazzers-launch.jpg.webp\",\"576\":\"http://localhost:8000/assets/site/_576x432_crop_center-center_60_line/23/brazzers-launch.jpg.webp\"},\"variantSourceWidths\":[\"1200\",\"992\",\"768\",\"576\"],\"variantHeights\":{\"1200\":675,\"992\":558,\"768\":576,\"576\":432},\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"originalImageWidth\":\"3000\",\"originalImageHeight\":\"2250\",\"placeholder\":\"/9j/4AAQSkZJRgABAQAASABIAAD/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wAARCAAJABADAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQT/xAAlEAABAwIDCQAAAAAAAAAAAAABAgMEAAUhNLEREhRCUnJzkaH/xAAXAQEAAwAAAAAAAAAAAAAAAAADAAEC/8QAGxEAAwADAQEAAAAAAAAAAAAAAAECESExMhL/2gAMAwEAAhEDEQA/AGpr81+4IisqQllTRKwObH5Ut40i4Wdsqlstv7Rw++vqGHulVfK6C5y+BN2zLXjGpoa6NPkQsGWkdw0ob8o3HT//2Q==\",\"placeholderSvg\":\"%3Csvg id=\'svg\' version=\'1.1\' width=\'300\' height=\'168\' style=\'background-color: %23FEFEFE\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M264.000 1.500 C 264.000 2.630%2C265.214 3.000%2C268.927 3.000 C 272.992 3.000%2C274.199 3.438%2C275.821 5.500 C 276.903 6.875%2C278.286 8.000%2C278.894 8.000 C 279.502 8.000%2C280.000 8.567%2C280.000 9.259 C 280.000 9.952%2C280.917 11.091%2C282.037 11.791 C 283.157 12.490%2C284.496 14.174%2C285.012 15.531 C 285.933 17.953%2C288.000 18.969%2C288.000 17.000 C 288.000 16.450%2C289.800 16.000%2C292.000 16.000 L 296.000 16.000 296.000 20.000 C 296.000 23.333%2C296.333 24.000%2C298.000 24.000 C 299.889 24.000%2C300.000 23.333%2C300.000 12.000 L 300.000 0.000 282.000 0.000 C 266.667 0.000%2C264.000 0.222%2C264.000 1.500 M131.452 5.646 C 130.104 7.101%2C129.000 9.036%2C129.000 9.946 C 129.000 10.856%2C128.477 12.123%2C127.838 12.762 C 125.935 14.665%2C124.928 24.933%2C126.405 27.388 C 127.922 29.912%2C126.459 55.855%2C123.388 80.889 C 121.735 94.366%2C121.234 96.453%2C119.356 97.685 C 117.908 98.635%2C117.384 99.754%2C117.744 101.130 C 118.162 102.728%2C118.484 102.880%2C119.233 101.835 C 119.956 100.824%2C120.057 100.913%2C119.645 102.199 C 119.276 103.352%2C119.808 104.113%2C121.301 104.567 C 122.510 104.935%2C124.175 105.822%2C125.000 106.538 C 126.249 107.622%2C126.910 107.506%2C128.947 105.850 C 130.537 104.557%2C131.002 103.619%2C130.276 103.171 C 127.071 101.189%2C127.743 93.000%2C131.111 93.000 C 132.425 93.000%2C132.989 92.426%2C132.794 91.286 C 132.625 90.300%2C133.243 89.420%2C134.250 89.213 C 135.711 88.913%2C136.023 89.651%2C136.136 93.677 C 136.214 96.437%2C136.469 97.431%2C136.732 96.000 C 136.985 94.625%2C137.558 93.050%2C138.006 92.500 C 138.454 91.950%2C139.120 89.700%2C139.486 87.500 C 140.360 82.245%2C142.011 78.000%2C143.180 78.000 C 143.696 78.000%2C143.835 77.543%2C143.490 76.984 C 143.144 76.425%2C142.494 76.194%2C142.045 76.472 C 141.596 76.750%2C141.015 75.857%2C140.753 74.488 C 140.491 73.120%2C140.665 72.000%2C141.139 72.000 C 141.612 72.000%2C142.000 72.675%2C142.000 73.500 C 142.000 74.325%2C142.450 75.000%2C143.000 75.000 C 144.313 75.000%2C144.286 73.295%2C142.959 72.475 C 142.387 72.121%2C142.191 70.857%2C142.525 69.666 C 143.005 67.952%2C142.912 67.813%2C142.081 69.000 C 141.011 70.528%2C140.971 70.406%2C140.687 64.750 C 140.268 56.380%2C142.443 26.098%2C143.594 24.285 C 145.208 21.742%2C145.490 16.000%2C144.000 16.000 C 143.450 16.000%2C143.000 17.520%2C143.000 19.377 L 143.000 22.754 138.250 22.244 C 132.554 21.632%2C131.396 21.000%2C135.973 21.000 C 137.949 21.000%2C139.814 20.296%2C140.608 19.250 C 142.187 17.170%2C142.407 15.631%2C141.000 16.500 C 140.450 16.840%2C140.000 16.365%2C140.000 15.446 C 140.000 13.728%2C143.208 13.737%2C147.250 15.466 C 148.469 15.987%2C149.000 15.761%2C149.000 14.724 C 149.000 13.904%2C147.994 12.970%2C146.765 12.649 C 144.585 12.079%2C144.577 12.030%2C146.462 10.652 C 148.331 9.285%2C148.293 9.139%2C145.274 6.120 C 141.078 1.924%2C135.092 1.719%2C131.452 5.646 M88.500 35.754 C 78.651 36.112%2C77.000 36.618%2C77.000 39.275 C 77.000 42.041%2C71.530 44.930%2C69.719 43.119 C 67.752 41.152%2C67.000 41.902%2C67.000 45.833 C 67.000 50.263%2C66.232 51.437%2C64.354 49.879 C 61.641 47.627%2C60.332 56.332%2C62.985 58.985 C 65.599 61.599%2C65.605 74.110%2C62.991 72.494 C 62.561 72.229%2C61.952 72.684%2C61.636 73.506 C 61.321 74.328%2C61.611 75.014%2C62.281 75.030 C 64.508 75.086%2C60.625 76.721%2C56.502 77.464 C 51.031 78.449%2C50.508 79.897%2C54.236 83.744 C 57.529 87.141%2C60.569 88.391%2C57.623 85.136 C 56.005 83.348%2C56.098 83.273%2C59.953 83.273 C 63.780 83.273%2C63.940 83.396%2C63.331 85.886 C 62.980 87.324%2C62.263 88.781%2C61.739 89.125 C 61.165 89.501%2C61.241 90.031%2C61.929 90.456 C 62.997 91.116%2C62.580 98.253%2C61.359 100.229 C 60.531 101.568%2C59.164 101.067%2C58.689 99.250 C 58.259 97.605%2C58.225 97.606%2C58.116 99.275 C 58.042 100.412%2C56.904 101.269%2C54.953 101.659 C 52.859 102.078%2C52.003 102.775%2C52.219 103.884 C 52.539 105.530%2C53.034 105.682%2C58.750 105.885 C 61.519 105.983%2C62.000 106.370%2C62.000 108.500 C 62.000 109.875%2C61.663 111.004%2C61.250 111.009 C 60.838 111.014%2C60.434 116.199%2C60.353 122.532 C 60.182 135.894%2C59.649 137.000%2C53.378 137.000 C 49.713 137.000%2C49.000 137.316%2C49.000 138.938 C 49.000 140.318%2C49.649 140.842%2C51.250 140.755 C 52.488 140.688%2C54.755 140.716%2C56.289 140.817 L 59.078 141.000 58.520 150.250 C 58.214 155.338%2C57.719 161.413%2C57.420 163.750 C 56.717 169.253%2C59.546 169.936%2C60.564 164.509 C 60.957 162.418%2C61.645 161.280%2C62.280 161.673 C 62.942 162.082%2C63.100 161.704%2C62.701 160.664 C 62.194 159.342%2C62.673 159.000%2C65.031 159.000 C 67.303 159.000%2C68.000 159.456%2C68.000 160.941 C 68.000 163.192%2C66.428 164.502%2C65.510 163.016 C 64.483 161.354%2C63.010 161.863%2C63.694 163.645 C 64.080 164.652%2C63.606 165.815%2C62.471 166.645 C 60.803 167.864%2C61.037 168.000%2C64.809 168.000 L 69.000 168.000 69.168 163.250 C 69.335 158.545%2C69.340 158.538%2C69.743 162.487 C 70.257 167.529%2C71.012 167.966%2C79.250 167.985 C 84.628 167.997%2C86.000 167.691%2C86.000 166.481 C 86.000 165.360%2C85.345 165.126%2C83.500 165.589 C 81.502 166.091%2C81.003 165.843%2C81.015 164.358 C 81.039 161.521%2C82.617 159.639%2C84.399 160.323 C 87.004 161.322%2C86.553 154.827%2C83.903 153.172 C 81.881 151.909%2C81.872 151.813%2C83.653 150.490 C 84.669 149.735%2C86.444 149.348%2C87.599 149.629 C 89.532 150.101%2C89.748 149.604%2C90.342 143.320 C 90.696 139.569%2C90.989 134.438%2C90.993 131.917 C 90.997 129.396%2C91.275 127.059%2C91.610 126.723 C 92.813 125.520%2C93.009 116.876%2C91.816 117.613 C 91.008 118.113%2C90.912 117.346%2C91.479 114.905 C 91.914 113.032%2C92.376 107.287%2C92.506 102.138 C 92.663 95.925%2C93.166 92.516%2C94.000 92.000 C 94.691 91.573%2C94.931 90.698%2C94.534 90.055 C 93.505 88.391%2C94.838 83.782%2C96.119 84.574 C 96.747 84.961%2C96.919 86.619%2C96.541 88.632 L 95.903 92.036 100.015 91.519 C 104.685 90.932%2C109.188 88.896%2C107.247 88.249 C 105.555 87.685%2C105.666 85.066%2C107.410 84.396 C 108.185 84.099%2C109.093 82.765%2C109.427 81.434 C 109.762 80.102%2C110.590 79.122%2C111.268 79.256 C 112.090 79.419%2C112.601 77.752%2C112.802 74.250 C 113.057 69.817%2C113.408 69.000%2C115.052 69.000 C 116.124 69.000%2C117.000 68.467%2C117.000 67.814 C 117.000 67.162%2C117.922 65.648%2C119.048 64.449 L 121.096 62.269 117.798 61.469 L 114.500 60.670 117.250 60.268 C 118.763 60.048%2C120.000 59.509%2C120.000 59.072 C 120.000 58.635%2C118.988 58.472%2C117.750 58.709 C 115.588 59.124%2C115.513 58.903%2C115.839 53.070 C 116.176 47.032%2C116.194 46.999%2C119.339 46.850 L 122.500 46.700 119.500 46.267 C 117.850 46.028%2C115.757 45.166%2C114.849 44.351 C 113.746 43.361%2C112.980 43.223%2C112.540 43.935 C 112.178 44.521%2C112.434 45.000%2C113.108 45.000 C 113.782 45.000%2C114.066 45.268%2C113.738 45.595 C 112.501 46.832%2C106.948 44.849%2C107.226 43.269 C 107.377 42.410%2C106.875 41.490%2C106.111 41.224 C 105.264 40.929%2C104.994 41.182%2C105.420 41.870 C 106.469 43.567%2C103.444 43.240%2C102.000 41.500 C 100.972 40.261%2C101.068 40.000%2C102.552 40.000 C 104.132 40.000%2C104.064 39.697%2C101.990 37.489 C 100.328 35.720%2C99.413 35.332%2C98.892 36.175 C 98.409 36.956%2C97.692 37.046%2C96.826 36.436 C 96.097 35.921%2C92.350 35.614%2C88.500 35.754 M92.136 47.492 C 92.023 49.545%2C77.970 51.188%2C78.014 49.143 C 78.088 45.648%2C79.440 43.894%2C81.636 44.445 C 82.936 44.771%2C84.000 44.598%2C84.000 44.060 C 84.000 43.522%2C85.842 43.864%2C88.094 44.821 C 90.345 45.777%2C92.164 46.979%2C92.136 47.492 M98.150 98.250 C 98.067 99.763%2C97.601 101.000%2C97.113 101.000 C 95.577 101.000%2C95.221 106.871%2C96.722 107.447 C 97.785 107.855%2C97.839 108.432%2C96.966 110.063 C 96.350 111.214%2C96.080 112.767%2C96.367 113.514 C 96.653 114.260%2C96.350 115.063%2C95.694 115.298 C 93.971 115.916%2C95.030 116.666%2C98.750 117.463 C 100.839 117.910%2C102.000 117.773%2C102.000 117.079 C 102.000 116.486%2C101.100 116.000%2C100.000 116.000 C 98.533 116.000%2C98.000 115.333%2C98.000 113.500 C 98.000 112.125%2C98.450 111.000%2C99.000 111.000 C 99.550 111.000%2C100.000 110.325%2C100.000 109.500 C 100.000 108.675%2C99.523 108.000%2C98.941 108.000 C 98.359 108.000%2C98.165 107.543%2C98.510 106.984 C 98.856 106.425%2C99.526 106.207%2C100.001 106.500 C 101.238 107.265%2C103.953 103.040%2C103.306 101.355 C 102.984 100.517%2C102.025 100.175%2C100.952 100.515 C 99.551 100.960%2C99.046 100.457%2C98.721 98.295 L 98.300 95.500 98.150 98.250 M72.983 125.250 C 72.890 127.588%2C72.901 129.838%2C73.007 130.250 C 73.484 132.105%2C73.342 135.638%2C72.752 136.592 C 72.396 137.168%2C71.892 141.135%2C71.631 145.408 C 71.371 149.680%2C70.848 153.474%2C70.471 153.838 C 70.093 154.202%2C69.970 150.627%2C70.197 145.894 C 70.468 140.257%2C70.246 137.292%2C69.555 137.301 C 64.943 137.362%2C64.598 137.102%2C66.500 135.000 C 68.726 132.540%2C69.716 132.475%2C70.311 134.750 C 70.562 135.713%2C70.820 134.588%2C70.884 132.250 C 71.014 127.476%2C70.562 127.214%2C67.000 130.000 C 63.527 132.716%2C63.347 132.593%2C63.150 127.380 C 62.985 123.036%2C63.110 122.796%2C65.237 123.366 C 66.482 123.700%2C68.314 123.979%2C69.309 123.986 C 70.304 123.994%2C70.896 124.359%2C70.625 124.798 C 70.354 125.237%2C70.545 126.249%2C71.051 127.048 C 71.705 128.082%2C71.974 127.420%2C71.985 124.750 C 71.993 122.688%2C72.259 121.000%2C72.576 121.000 C 72.892 121.000%2C73.075 122.913%2C72.983 125.250 M89.000 129.000 C 89.000 130.100%2C88.648 131.000%2C88.218 131.000 C 87.788 131.000%2C87.549 132.933%2C87.687 135.296 C 87.926 139.371%2C87.799 139.590%2C85.233 139.546 C 81.805 139.488%2C80.779 136.132%2C83.936 135.306 C 85.907 134.791%2C85.931 134.670%2C84.301 133.478 C 82.752 132.346%2C82.712 131.907%2C83.946 129.601 C 85.617 126.478%2C89.000 126.076%2C89.000 129.000 M90.590 153.854 C 90.295 154.332%2C89.945 156.136%2C89.814 157.862 C 89.682 159.588%2C89.028 161.000%2C88.361 161.000 C 87.693 161.000%2C86.994 161.788%2C86.807 162.750 C 86.045 166.671%2C90.626 166.969%2C151.766 166.985 C 215.249 167.001%2C218.014 166.793%2C217.985 162.007 C 217.973 160.046%2C217.764 159.825%2C217.026 160.992 C 215.691 163.104%2C214.213 161.262%2C213.821 157.000 L 213.500 153.500 152.314 153.242 C 118.406 153.100%2C90.888 153.372%2C90.590 153.854 M103.677 156.601 C 104.015 157.481%2C103.663 158.600%2C102.896 159.086 C 101.898 159.717%2C101.857 159.974%2C102.750 159.985 C 103.438 159.993%2C104.000 160.675%2C104.000 161.500 C 104.000 162.325%2C103.550 163.000%2C103.000 163.000 C 102.450 163.000%2C102.000 162.602%2C102.000 162.117 C 102.000 160.526%2C96.945 160.198%2C95.451 161.692 C 92.970 164.173%2C91.572 160.592%2C92.936 155.250 C 93.251 154.018%2C103.164 155.265%2C103.677 156.601 M151.000 155.932 C 151.000 156.444%2C149.650 157.825%2C148.000 159.000 C 144.395 161.567%2C144.094 163.265%2C147.391 162.438 C 148.706 162.108%2C150.082 162.324%2C150.450 162.919 C 150.899 163.646%2C149.233 164.000%2C145.363 164.000 L 139.608 164.000 143.000 160.500 L 146.392 157.000 143.196 157.000 C 141.438 157.000%2C140.000 156.550%2C140.000 156.000 C 140.000 155.450%2C142.475 155.000%2C145.500 155.000 C 148.525 155.000%2C151.000 155.419%2C151.000 155.932 M162.500 158.523 C 158.529 161.945%2C158.520 161.970%2C161.191 161.985 C 162.671 161.993%2C164.160 162.450%2C164.500 163.000 C 164.886 163.625%2C162.849 164.000%2C159.074 164.000 L 153.029 164.000 156.765 160.527 L 160.500 157.054 157.250 157.027 C 155.463 157.012%2C154.000 156.550%2C154.000 156.000 C 154.000 155.436%2C156.725 155.016%2C160.250 155.038 L 166.500 155.075 162.500 158.523 \' stroke=\'none\' fill=\'%23C0CFD6\' fill-rule=\'evenodd\'/%3E%3C/svg%3E\",\"colorPalette\":[\"#d9dee2\",\"#654b3c\",\"#88a8c5\",\"#5e88b2\",\"#6f6b6f\"],\"lightness\":60,\"placeholderWidth\":1200,\"placeholderHeight\":675,\"stickyErrors\":[]}',NULL,NULL,NULL,NULL,'{\"optimizedImageUrls\":{\"1200\":\"http://localhost:8000/assets/site/_1200x675_crop_center-center_82_line/23/brazzers-launch.jpg\",\"992\":\"http://localhost:8000/assets/site/_992x558_crop_center-center_82_line/23/brazzers-launch.jpg\",\"768\":\"http://localhost:8000/assets/site/_768x576_crop_center-center_60_line/23/brazzers-launch.jpg\",\"576\":\"http://localhost:8000/assets/site/_576x432_crop_center-center_60_line/23/brazzers-launch.jpg\"},\"optimizedWebPImageUrls\":{\"1200\":\"http://localhost:8000/assets/site/_1200x675_crop_center-center_82_line/23/brazzers-launch.jpg.webp\",\"992\":\"http://localhost:8000/assets/site/_992x558_crop_center-center_82_line/23/brazzers-launch.jpg.webp\",\"768\":\"http://localhost:8000/assets/site/_768x576_crop_center-center_60_line/23/brazzers-launch.jpg.webp\",\"576\":\"http://localhost:8000/assets/site/_576x432_crop_center-center_60_line/23/brazzers-launch.jpg.webp\"},\"variantSourceWidths\":[\"1200\",\"992\",\"768\",\"576\"],\"variantHeights\":{\"1200\":675,\"992\":558,\"768\":576,\"576\":432},\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"originalImageWidth\":\"3000\",\"originalImageHeight\":\"2250\",\"placeholder\":\"/9j/4AAQSkZJRgABAQAASABIAAD/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wAARCAAJABADAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQT/xAAlEAABAwIDCQAAAAAAAAAAAAABAgMEAAUhNLEREhRCUnJzkaH/xAAXAQEAAwAAAAAAAAAAAAAAAAADAAEC/8QAGxEAAwADAQEAAAAAAAAAAAAAAAECESExMhL/2gAMAwEAAhEDEQA/AGpr81+4IisqQllTRKwObH5Ut40i4Wdsqlstv7Rw++vqGHulVfK6C5y+BN2zLXjGpoa6NPkQsGWkdw0ob8o3HT//2Q==\",\"placeholderSvg\":\"%3Csvg id=\'svg\' version=\'1.1\' width=\'300\' height=\'168\' style=\'background-color: %23FEFEFE\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M264.000 1.500 C 264.000 2.630%2C265.214 3.000%2C268.927 3.000 C 272.992 3.000%2C274.199 3.438%2C275.821 5.500 C 276.903 6.875%2C278.286 8.000%2C278.894 8.000 C 279.502 8.000%2C280.000 8.567%2C280.000 9.259 C 280.000 9.952%2C280.917 11.091%2C282.037 11.791 C 283.157 12.490%2C284.496 14.174%2C285.012 15.531 C 285.933 17.953%2C288.000 18.969%2C288.000 17.000 C 288.000 16.450%2C289.800 16.000%2C292.000 16.000 L 296.000 16.000 296.000 20.000 C 296.000 23.333%2C296.333 24.000%2C298.000 24.000 C 299.889 24.000%2C300.000 23.333%2C300.000 12.000 L 300.000 0.000 282.000 0.000 C 266.667 0.000%2C264.000 0.222%2C264.000 1.500 M131.452 5.646 C 130.104 7.101%2C129.000 9.036%2C129.000 9.946 C 129.000 10.856%2C128.477 12.123%2C127.838 12.762 C 125.935 14.665%2C124.928 24.933%2C126.405 27.388 C 127.922 29.912%2C126.459 55.855%2C123.388 80.889 C 121.735 94.366%2C121.234 96.453%2C119.356 97.685 C 117.908 98.635%2C117.384 99.754%2C117.744 101.130 C 118.162 102.728%2C118.484 102.880%2C119.233 101.835 C 119.956 100.824%2C120.057 100.913%2C119.645 102.199 C 119.276 103.352%2C119.808 104.113%2C121.301 104.567 C 122.510 104.935%2C124.175 105.822%2C125.000 106.538 C 126.249 107.622%2C126.910 107.506%2C128.947 105.850 C 130.537 104.557%2C131.002 103.619%2C130.276 103.171 C 127.071 101.189%2C127.743 93.000%2C131.111 93.000 C 132.425 93.000%2C132.989 92.426%2C132.794 91.286 C 132.625 90.300%2C133.243 89.420%2C134.250 89.213 C 135.711 88.913%2C136.023 89.651%2C136.136 93.677 C 136.214 96.437%2C136.469 97.431%2C136.732 96.000 C 136.985 94.625%2C137.558 93.050%2C138.006 92.500 C 138.454 91.950%2C139.120 89.700%2C139.486 87.500 C 140.360 82.245%2C142.011 78.000%2C143.180 78.000 C 143.696 78.000%2C143.835 77.543%2C143.490 76.984 C 143.144 76.425%2C142.494 76.194%2C142.045 76.472 C 141.596 76.750%2C141.015 75.857%2C140.753 74.488 C 140.491 73.120%2C140.665 72.000%2C141.139 72.000 C 141.612 72.000%2C142.000 72.675%2C142.000 73.500 C 142.000 74.325%2C142.450 75.000%2C143.000 75.000 C 144.313 75.000%2C144.286 73.295%2C142.959 72.475 C 142.387 72.121%2C142.191 70.857%2C142.525 69.666 C 143.005 67.952%2C142.912 67.813%2C142.081 69.000 C 141.011 70.528%2C140.971 70.406%2C140.687 64.750 C 140.268 56.380%2C142.443 26.098%2C143.594 24.285 C 145.208 21.742%2C145.490 16.000%2C144.000 16.000 C 143.450 16.000%2C143.000 17.520%2C143.000 19.377 L 143.000 22.754 138.250 22.244 C 132.554 21.632%2C131.396 21.000%2C135.973 21.000 C 137.949 21.000%2C139.814 20.296%2C140.608 19.250 C 142.187 17.170%2C142.407 15.631%2C141.000 16.500 C 140.450 16.840%2C140.000 16.365%2C140.000 15.446 C 140.000 13.728%2C143.208 13.737%2C147.250 15.466 C 148.469 15.987%2C149.000 15.761%2C149.000 14.724 C 149.000 13.904%2C147.994 12.970%2C146.765 12.649 C 144.585 12.079%2C144.577 12.030%2C146.462 10.652 C 148.331 9.285%2C148.293 9.139%2C145.274 6.120 C 141.078 1.924%2C135.092 1.719%2C131.452 5.646 M88.500 35.754 C 78.651 36.112%2C77.000 36.618%2C77.000 39.275 C 77.000 42.041%2C71.530 44.930%2C69.719 43.119 C 67.752 41.152%2C67.000 41.902%2C67.000 45.833 C 67.000 50.263%2C66.232 51.437%2C64.354 49.879 C 61.641 47.627%2C60.332 56.332%2C62.985 58.985 C 65.599 61.599%2C65.605 74.110%2C62.991 72.494 C 62.561 72.229%2C61.952 72.684%2C61.636 73.506 C 61.321 74.328%2C61.611 75.014%2C62.281 75.030 C 64.508 75.086%2C60.625 76.721%2C56.502 77.464 C 51.031 78.449%2C50.508 79.897%2C54.236 83.744 C 57.529 87.141%2C60.569 88.391%2C57.623 85.136 C 56.005 83.348%2C56.098 83.273%2C59.953 83.273 C 63.780 83.273%2C63.940 83.396%2C63.331 85.886 C 62.980 87.324%2C62.263 88.781%2C61.739 89.125 C 61.165 89.501%2C61.241 90.031%2C61.929 90.456 C 62.997 91.116%2C62.580 98.253%2C61.359 100.229 C 60.531 101.568%2C59.164 101.067%2C58.689 99.250 C 58.259 97.605%2C58.225 97.606%2C58.116 99.275 C 58.042 100.412%2C56.904 101.269%2C54.953 101.659 C 52.859 102.078%2C52.003 102.775%2C52.219 103.884 C 52.539 105.530%2C53.034 105.682%2C58.750 105.885 C 61.519 105.983%2C62.000 106.370%2C62.000 108.500 C 62.000 109.875%2C61.663 111.004%2C61.250 111.009 C 60.838 111.014%2C60.434 116.199%2C60.353 122.532 C 60.182 135.894%2C59.649 137.000%2C53.378 137.000 C 49.713 137.000%2C49.000 137.316%2C49.000 138.938 C 49.000 140.318%2C49.649 140.842%2C51.250 140.755 C 52.488 140.688%2C54.755 140.716%2C56.289 140.817 L 59.078 141.000 58.520 150.250 C 58.214 155.338%2C57.719 161.413%2C57.420 163.750 C 56.717 169.253%2C59.546 169.936%2C60.564 164.509 C 60.957 162.418%2C61.645 161.280%2C62.280 161.673 C 62.942 162.082%2C63.100 161.704%2C62.701 160.664 C 62.194 159.342%2C62.673 159.000%2C65.031 159.000 C 67.303 159.000%2C68.000 159.456%2C68.000 160.941 C 68.000 163.192%2C66.428 164.502%2C65.510 163.016 C 64.483 161.354%2C63.010 161.863%2C63.694 163.645 C 64.080 164.652%2C63.606 165.815%2C62.471 166.645 C 60.803 167.864%2C61.037 168.000%2C64.809 168.000 L 69.000 168.000 69.168 163.250 C 69.335 158.545%2C69.340 158.538%2C69.743 162.487 C 70.257 167.529%2C71.012 167.966%2C79.250 167.985 C 84.628 167.997%2C86.000 167.691%2C86.000 166.481 C 86.000 165.360%2C85.345 165.126%2C83.500 165.589 C 81.502 166.091%2C81.003 165.843%2C81.015 164.358 C 81.039 161.521%2C82.617 159.639%2C84.399 160.323 C 87.004 161.322%2C86.553 154.827%2C83.903 153.172 C 81.881 151.909%2C81.872 151.813%2C83.653 150.490 C 84.669 149.735%2C86.444 149.348%2C87.599 149.629 C 89.532 150.101%2C89.748 149.604%2C90.342 143.320 C 90.696 139.569%2C90.989 134.438%2C90.993 131.917 C 90.997 129.396%2C91.275 127.059%2C91.610 126.723 C 92.813 125.520%2C93.009 116.876%2C91.816 117.613 C 91.008 118.113%2C90.912 117.346%2C91.479 114.905 C 91.914 113.032%2C92.376 107.287%2C92.506 102.138 C 92.663 95.925%2C93.166 92.516%2C94.000 92.000 C 94.691 91.573%2C94.931 90.698%2C94.534 90.055 C 93.505 88.391%2C94.838 83.782%2C96.119 84.574 C 96.747 84.961%2C96.919 86.619%2C96.541 88.632 L 95.903 92.036 100.015 91.519 C 104.685 90.932%2C109.188 88.896%2C107.247 88.249 C 105.555 87.685%2C105.666 85.066%2C107.410 84.396 C 108.185 84.099%2C109.093 82.765%2C109.427 81.434 C 109.762 80.102%2C110.590 79.122%2C111.268 79.256 C 112.090 79.419%2C112.601 77.752%2C112.802 74.250 C 113.057 69.817%2C113.408 69.000%2C115.052 69.000 C 116.124 69.000%2C117.000 68.467%2C117.000 67.814 C 117.000 67.162%2C117.922 65.648%2C119.048 64.449 L 121.096 62.269 117.798 61.469 L 114.500 60.670 117.250 60.268 C 118.763 60.048%2C120.000 59.509%2C120.000 59.072 C 120.000 58.635%2C118.988 58.472%2C117.750 58.709 C 115.588 59.124%2C115.513 58.903%2C115.839 53.070 C 116.176 47.032%2C116.194 46.999%2C119.339 46.850 L 122.500 46.700 119.500 46.267 C 117.850 46.028%2C115.757 45.166%2C114.849 44.351 C 113.746 43.361%2C112.980 43.223%2C112.540 43.935 C 112.178 44.521%2C112.434 45.000%2C113.108 45.000 C 113.782 45.000%2C114.066 45.268%2C113.738 45.595 C 112.501 46.832%2C106.948 44.849%2C107.226 43.269 C 107.377 42.410%2C106.875 41.490%2C106.111 41.224 C 105.264 40.929%2C104.994 41.182%2C105.420 41.870 C 106.469 43.567%2C103.444 43.240%2C102.000 41.500 C 100.972 40.261%2C101.068 40.000%2C102.552 40.000 C 104.132 40.000%2C104.064 39.697%2C101.990 37.489 C 100.328 35.720%2C99.413 35.332%2C98.892 36.175 C 98.409 36.956%2C97.692 37.046%2C96.826 36.436 C 96.097 35.921%2C92.350 35.614%2C88.500 35.754 M92.136 47.492 C 92.023 49.545%2C77.970 51.188%2C78.014 49.143 C 78.088 45.648%2C79.440 43.894%2C81.636 44.445 C 82.936 44.771%2C84.000 44.598%2C84.000 44.060 C 84.000 43.522%2C85.842 43.864%2C88.094 44.821 C 90.345 45.777%2C92.164 46.979%2C92.136 47.492 M98.150 98.250 C 98.067 99.763%2C97.601 101.000%2C97.113 101.000 C 95.577 101.000%2C95.221 106.871%2C96.722 107.447 C 97.785 107.855%2C97.839 108.432%2C96.966 110.063 C 96.350 111.214%2C96.080 112.767%2C96.367 113.514 C 96.653 114.260%2C96.350 115.063%2C95.694 115.298 C 93.971 115.916%2C95.030 116.666%2C98.750 117.463 C 100.839 117.910%2C102.000 117.773%2C102.000 117.079 C 102.000 116.486%2C101.100 116.000%2C100.000 116.000 C 98.533 116.000%2C98.000 115.333%2C98.000 113.500 C 98.000 112.125%2C98.450 111.000%2C99.000 111.000 C 99.550 111.000%2C100.000 110.325%2C100.000 109.500 C 100.000 108.675%2C99.523 108.000%2C98.941 108.000 C 98.359 108.000%2C98.165 107.543%2C98.510 106.984 C 98.856 106.425%2C99.526 106.207%2C100.001 106.500 C 101.238 107.265%2C103.953 103.040%2C103.306 101.355 C 102.984 100.517%2C102.025 100.175%2C100.952 100.515 C 99.551 100.960%2C99.046 100.457%2C98.721 98.295 L 98.300 95.500 98.150 98.250 M72.983 125.250 C 72.890 127.588%2C72.901 129.838%2C73.007 130.250 C 73.484 132.105%2C73.342 135.638%2C72.752 136.592 C 72.396 137.168%2C71.892 141.135%2C71.631 145.408 C 71.371 149.680%2C70.848 153.474%2C70.471 153.838 C 70.093 154.202%2C69.970 150.627%2C70.197 145.894 C 70.468 140.257%2C70.246 137.292%2C69.555 137.301 C 64.943 137.362%2C64.598 137.102%2C66.500 135.000 C 68.726 132.540%2C69.716 132.475%2C70.311 134.750 C 70.562 135.713%2C70.820 134.588%2C70.884 132.250 C 71.014 127.476%2C70.562 127.214%2C67.000 130.000 C 63.527 132.716%2C63.347 132.593%2C63.150 127.380 C 62.985 123.036%2C63.110 122.796%2C65.237 123.366 C 66.482 123.700%2C68.314 123.979%2C69.309 123.986 C 70.304 123.994%2C70.896 124.359%2C70.625 124.798 C 70.354 125.237%2C70.545 126.249%2C71.051 127.048 C 71.705 128.082%2C71.974 127.420%2C71.985 124.750 C 71.993 122.688%2C72.259 121.000%2C72.576 121.000 C 72.892 121.000%2C73.075 122.913%2C72.983 125.250 M89.000 129.000 C 89.000 130.100%2C88.648 131.000%2C88.218 131.000 C 87.788 131.000%2C87.549 132.933%2C87.687 135.296 C 87.926 139.371%2C87.799 139.590%2C85.233 139.546 C 81.805 139.488%2C80.779 136.132%2C83.936 135.306 C 85.907 134.791%2C85.931 134.670%2C84.301 133.478 C 82.752 132.346%2C82.712 131.907%2C83.946 129.601 C 85.617 126.478%2C89.000 126.076%2C89.000 129.000 M90.590 153.854 C 90.295 154.332%2C89.945 156.136%2C89.814 157.862 C 89.682 159.588%2C89.028 161.000%2C88.361 161.000 C 87.693 161.000%2C86.994 161.788%2C86.807 162.750 C 86.045 166.671%2C90.626 166.969%2C151.766 166.985 C 215.249 167.001%2C218.014 166.793%2C217.985 162.007 C 217.973 160.046%2C217.764 159.825%2C217.026 160.992 C 215.691 163.104%2C214.213 161.262%2C213.821 157.000 L 213.500 153.500 152.314 153.242 C 118.406 153.100%2C90.888 153.372%2C90.590 153.854 M103.677 156.601 C 104.015 157.481%2C103.663 158.600%2C102.896 159.086 C 101.898 159.717%2C101.857 159.974%2C102.750 159.985 C 103.438 159.993%2C104.000 160.675%2C104.000 161.500 C 104.000 162.325%2C103.550 163.000%2C103.000 163.000 C 102.450 163.000%2C102.000 162.602%2C102.000 162.117 C 102.000 160.526%2C96.945 160.198%2C95.451 161.692 C 92.970 164.173%2C91.572 160.592%2C92.936 155.250 C 93.251 154.018%2C103.164 155.265%2C103.677 156.601 M151.000 155.932 C 151.000 156.444%2C149.650 157.825%2C148.000 159.000 C 144.395 161.567%2C144.094 163.265%2C147.391 162.438 C 148.706 162.108%2C150.082 162.324%2C150.450 162.919 C 150.899 163.646%2C149.233 164.000%2C145.363 164.000 L 139.608 164.000 143.000 160.500 L 146.392 157.000 143.196 157.000 C 141.438 157.000%2C140.000 156.550%2C140.000 156.000 C 140.000 155.450%2C142.475 155.000%2C145.500 155.000 C 148.525 155.000%2C151.000 155.419%2C151.000 155.932 M162.500 158.523 C 158.529 161.945%2C158.520 161.970%2C161.191 161.985 C 162.671 161.993%2C164.160 162.450%2C164.500 163.000 C 164.886 163.625%2C162.849 164.000%2C159.074 164.000 L 153.029 164.000 156.765 160.527 L 160.500 157.054 157.250 157.027 C 155.463 157.012%2C154.000 156.550%2C154.000 156.000 C 154.000 155.436%2C156.725 155.016%2C160.250 155.038 L 166.500 155.075 162.500 158.523 \' stroke=\'none\' fill=\'%23C0CFD6\' fill-rule=\'evenodd\'/%3E%3C/svg%3E\",\"colorPalette\":[\"#d9dee2\",\"#654b3c\",\"#88a8c5\",\"#5e88b2\",\"#6f6b6f\"],\"lightness\":60,\"placeholderWidth\":1200,\"placeholderHeight\":675,\"stickyErrors\":[]}'),(44,24,1,NULL,'2021-07-19 15:53:07','2021-07-19 15:53:07','b05dfc63-dbce-4a8e-932f-29b87366ae01',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-19T11:53:07-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}',NULL,NULL,'[]',NULL),(45,24,2,NULL,'2021-07-19 15:53:07','2021-07-19 15:53:07','963bbe9c-4cae-4f52-a1c1-f496dd65f50e',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-19T11:53:07-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"\",\"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\":\"\"}}',NULL,NULL,'[]',NULL),(46,25,1,'Here is my cool review','2021-07-19 15:53:54','2021-07-28 15:49:22','489988e9-64b4-444a-bc9b-b5ca5fa043a3',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T11:49:22-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(47,25,2,'Here is my cool review','2021-07-19 15:53:54','2021-07-28 15:49:22','491688d4-6d1d-4509-a085-5ff372518f1f',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T11:49:22-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(48,26,1,'Here is my cool review','2021-07-19 15:54:15','2021-07-19 15:54:15','d7bc722d-30fc-4988-9cef-ef3633a15d40',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-19T11:54:15-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":\"\",\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}',NULL,'woot!!!!!!',NULL,NULL),(49,26,2,'Here is my cool review','2021-07-19 15:54:15','2021-07-19 15:54:15','c2f7a49c-76cf-41ed-8329-377971d76e58',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-19T11:54:15-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":\"\",\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}',NULL,'woot!!!!!!',NULL,NULL),(52,28,1,'Here is my cool review','2021-07-22 14:15:46','2021-07-22 14:15:46','65a1cb4a-2d95-44cc-93b8-f8cf818541a1',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-19T11:54:15-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":\"\",\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!',NULL,NULL),(53,28,2,'Here is my cool review','2021-07-22 14:15:46','2021-07-22 14:15:46','581b66ab-ebcd-40f5-a1d5-edf5029edfbc',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-19T11:54:15-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":\"\",\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!',NULL,NULL),(56,30,1,'Here is my cool review','2021-07-22 14:16:02','2021-07-22 14:16:02','fe38a608-a942-4fb6-a57c-e389257ad010',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-19T11:54:15-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":\"\",\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(57,30,2,'Here is my cool review','2021-07-22 14:16:02','2021-07-22 14:16:02','35f55a0e-54da-4249-90fd-f1f4d2ab587e',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-19T11:54:15-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":\"\",\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(58,31,1,'Here is my cool review','2021-07-28 14:47:09','2021-07-28 14:47:09','5e2df63d-a0d3-4297-9a28-dd537eb642d2',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T10:47:08-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(59,31,2,'Here is my cool review','2021-07-28 14:47:09','2021-07-28 14:47:09','859f945a-3d39-412a-b0bb-c10da1673d19',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T10:47:08-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(60,32,1,'Here is my cool review','2021-07-28 15:45:22','2021-07-28 15:45:22','2f193a18-299e-415f-a0df-fb4148b8d956',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T11:45:21-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(61,32,2,'Here is my cool review','2021-07-28 15:45:22','2021-07-28 15:45:22','b2e62a94-775e-4744-bbce-3ebac3257f33',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T11:45:21-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(62,33,1,'Here is my cool review','2021-07-28 15:45:55','2021-07-28 15:45:55','d7a55a1a-08fc-4b6d-afa0-5325e1d2ef71',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T11:45:55-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(63,33,2,'Here is my cool review','2021-07-28 15:45:55','2021-07-28 15:45:55','acdf8e6a-5fb4-41cc-8e37-f01c52ed5611',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T11:45:55-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(64,34,1,'Here is my cool review','2021-07-28 15:46:16','2021-07-28 15:46:16','493c4dd9-6bc6-489c-acf3-6c09e6c10041',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T11:46:15-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(65,34,2,'Here is my cool review','2021-07-28 15:46:16','2021-07-28 15:46:16','668d30e4-3d6e-4c57-99db-ecbbee9d54c5',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T11:46:15-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(66,35,1,'Here is my cool review','2021-07-28 15:46:25','2021-07-28 15:46:25','fb7399b1-90c7-490a-8981-d1e5efa40e69',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T11:46:24-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(67,35,2,'Here is my cool review','2021-07-28 15:46:25','2021-07-28 15:46:25','6482dceb-489f-4c78-b78a-670df229fcb9',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T11:46:24-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(68,36,1,'Here is my cool review','2021-07-28 15:49:22','2021-07-28 15:49:22','3e32164f-6be4-487d-b086-dd2da52bafab',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T11:49:22-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',NULL),(69,36,2,'Here is my cool review','2021-07-28 15:49:22','2021-07-28 15:49:22','565f6793-707a-4ceb-8f30-ba76ed5dd303',NULL,'{\"bundleVersion\":\"1.0.22\",\"sourceBundleType\":\"field\",\"sourceId\":null,\"sourceName\":null,\"sourceHandle\":null,\"sourceType\":\"field\",\"typeId\":null,\"sourceTemplate\":\"\",\"sourceSiteId\":null,\"sourceAltSiteSettings\":[],\"sourceDateUpdated\":\"2021-07-28T11:49:22-04:00\",\"metaGlobalVars\":{\"language\":null,\"mainEntityOfPage\":\"\",\"seoTitle\":\"\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"\",\"robots\":\"\",\"ogType\":\"\",\"ogTitle\":\"\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"\",\"twitterCard\":\"\",\"twitterCreator\":\"\",\"twitterTitle\":\"\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"\"},\"metaSiteVars\":{\"siteName\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]},\"metaSitemapVars\":{\"sitemapUrls\":true,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"\",\"sitemapPriority\":\"\",\"sitemapLimit\":null,\"structureDepth\":null,\"sitemapImageFieldMap\":[],\"sitemapVideoFieldMap\":[]},\"metaContainers\":{\"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\":[],\"name\":\"General\",\"description\":\"JsonLd Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaJsonLdContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaTitleContainergeneral\":{\"data\":[],\"name\":\"General\",\"description\":\"Meta Title Tag\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaTitleContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false}},\"redirectsContainer\":[],\"frontendTemplatesContainer\":{\"data\":[],\"name\":null,\"description\":null,\"class\":\"nystudio107\\\\seomatic\\\\models\\\\FrontendTemplateContainer\",\"handle\":null,\"include\":true,\"dependencies\":null,\"clearCache\":false},\"metaBundleSettings\":{\"siteType\":\"\",\"siteSubType\":\"\",\"siteSpecificType\":\"\",\"seoTitleSource\":\"fromCustom\",\"seoTitleField\":\"title\",\"siteNamePositionSource\":\"fromCustom\",\"seoDescriptionSource\":\"fromCustom\",\"seoDescriptionField\":\"title\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"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\":\"\"}}','

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

\n

The IAB Transparency & Consent Framework (TCF) is an open-standard technical framework that enables websites, advertisers and ad agencies to obtain, record, and update consumer consent for web pages. Google Analytics integrates with TCF version 2 to control advertising features for customers using gtag.js or Google Tag Manager.

','woot!!!!!!','[]',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; -INSERT INTO `drafts` VALUES (2,NULL,1,0,'First draft',NULL,0,NULL,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,NULL,'craft\\elements\\User',1,0,'2020-03-27 13:22:43','2021-07-05 14:30:10',NULL,NULL,'9c39b369-6229-4753-83e1-afd4da7acf29'),(2,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2020-03-27 13:38:49','2021-03-15 15:40:42',NULL,NULL,'7526d70b-8b45-4af6-b5b8-c56c6a44e34c'),(3,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Donation',1,0,'2021-03-15 15:24:15','2021-03-15 15:24:15',NULL,NULL,'526a5ea3-767b-4df7-8712-580157c88145'),(4,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'7081584e-e3df-4024-9257-7f8e8ec95a28'),(5,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'45269718-1004-4930-859b-07c56d970e17'),(6,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'61078ac7-642e-4108-a552-fb0d0e45881d'),(7,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'642ecb15-e397-4658-b878-22c399183f63'),(8,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'c6b705ef-f5e8-4a57-9e37-efac1cf06d20'),(9,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'a71ddf46-2c55-41c0-92de-fc0ddf3080fa'),(10,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'6406a158-0467-4e91-8504-afa784805abe'),(11,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'4131ac3a-b08d-4811-9909-ad9aaec47e99'),(12,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'d909722a-a9ac-400a-83ae-c43cd44e7064'),(13,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'8f5e64bc-8282-42a9-a462-e13aff72917d'),(14,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'cc3c2113-f0bd-47d2-bad9-5a7c585228a9'),(15,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'e17cdcbf-cf0b-4ff5-9943-f04e7b8d821a'),(17,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2021-03-15 15:41:19','2021-03-15 16:17:36',NULL,NULL,'251c74e8-9611-447e-a7a0-7c3e48dd315c'),(18,17,NULL,1,5,'craft\\elements\\Entry',1,0,'2021-03-15 15:41:19','2021-03-15 15:41:19',NULL,NULL,'903b23f3-a446-4282-89bb-c18c3a2b8bec'),(19,NULL,NULL,NULL,6,'craft\\elements\\GlobalSet',1,0,'2021-03-15 15:55:30','2021-07-14 16:08:59',NULL,NULL,'aa7c6968-88ec-4d2a-af47-d3c40b582a68'),(20,17,NULL,2,5,'craft\\elements\\Entry',1,0,'2021-03-15 16:17:36','2021-03-15 16:17:36',NULL,NULL,'9e157ef9-368f-49aa-bff9-901e83da4e14'),(21,NULL,NULL,NULL,9,'craft\\elements\\Category',1,0,'2021-04-01 02:35:35','2021-04-01 02:35:35',NULL,'2021-06-15 15:48:25','0b5e2d02-58de-4965-b9c6-280dfecedd34'),(22,NULL,NULL,NULL,9,'craft\\elements\\Category',1,0,'2021-04-01 02:35:44','2021-04-01 02:35:44',NULL,'2021-06-15 15:48:25','8deb5a7a-2202-4eac-8415-2ef70a523974'),(23,NULL,NULL,NULL,7,'craft\\elements\\Asset',1,0,'2021-07-14 16:33:02','2021-07-14 16:33:02',NULL,NULL,'85d7dd30-99e6-45df-87ee-4c2bc96ac007'),(24,NULL,2,NULL,5,'craft\\elements\\Entry',1,0,'2021-07-19 15:53:07','2021-07-19 15:53:07',NULL,NULL,'4bf19d60-94e1-4233-9722-d35cac37cfaf'),(25,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2021-07-19 15:53:54','2021-07-28 15:49:22',NULL,NULL,'1e22f455-c2cb-4d43-a177-4ca6fe4635d9'),(26,25,NULL,3,11,'craft\\elements\\Entry',1,0,'2021-07-19 15:54:15','2021-07-19 15:54:15',NULL,NULL,'79d8fe6e-4d22-4bb6-ba54-59ab8006fc9b'),(28,25,NULL,4,11,'craft\\elements\\Entry',1,0,'2021-07-22 14:15:46','2021-07-22 14:15:46',NULL,NULL,'f5116fef-5f1d-41db-bea2-989682489309'),(30,25,NULL,5,5,'craft\\elements\\Entry',1,0,'2021-07-22 14:16:02','2021-07-22 14:16:02',NULL,NULL,'a2232462-b730-40a3-8adf-6a244664f654'),(31,25,NULL,6,5,'craft\\elements\\Entry',1,0,'2021-07-28 14:47:09','2021-07-28 14:47:09',NULL,NULL,'dc2ce09c-246a-4617-a802-e6031bab7e68'),(32,25,NULL,7,5,'craft\\elements\\Entry',1,0,'2021-07-28 15:45:21','2021-07-28 15:45:22',NULL,NULL,'e4b081f3-c7bf-4b73-96ff-d06cbf347af0'),(33,25,NULL,8,5,'craft\\elements\\Entry',1,0,'2021-07-28 15:45:55','2021-07-28 15:45:55',NULL,NULL,'34714dfb-12b2-4837-ba8d-1a50747bb331'),(34,25,NULL,9,5,'craft\\elements\\Entry',1,0,'2021-07-28 15:46:16','2021-07-28 15:46:16',NULL,NULL,'7d8d1bde-1afb-443b-8b20-19001cd11146'),(35,25,NULL,10,5,'craft\\elements\\Entry',1,0,'2021-07-28 15:46:25','2021-07-28 15:46:25',NULL,NULL,'fa95da21-12da-42bc-a0f2-5741769fc353'),(36,25,NULL,11,5,'craft\\elements\\Entry',1,0,'2021-07-28 15:49:22','2021-07-28 15:49:22',NULL,NULL,'5c67a2d0-ecfb-40d7-af7e-2b76089874f3'); -/*!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'),(3,2,2,'homepage','__home__',1,'2021-03-15 15:04:42','2021-03-15 15:04:42','ad754d68-f573-4b4d-9b50-dab3ab22348c'),(4,3,1,NULL,NULL,1,'2021-03-15 15:24:15','2021-03-15 15:24:15','a61f7646-3787-4cc3-9daf-3475f78d6c3e'),(5,4,1,'ant-001','shop/products/ant-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','6b386ce1-85e7-4598-8d63-754c9a8cd5b3'),(6,5,1,'ant-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','8d337ed7-4895-4a25-a34d-93188989c8d2'),(7,4,2,'ant-001','shop/products/ant-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','686befc9-91a8-450a-a6f6-694cd0f3360a'),(8,5,2,'ant-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','5cb47b5e-d6e2-4014-b8de-ec121c0e94a3'),(9,6,1,'psb-001','shop/products/psb-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','8f4800bd-b82f-45fc-b0c5-7e5cf3fbdd96'),(10,7,1,'psb-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','9aa280fc-64a1-4ca2-8b7e-d0967fcb59b9'),(11,6,2,'psb-001','shop/products/psb-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','e1f53b4e-b9ac-46d1-bd70-32a0f3949930'),(12,7,2,'psb-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','e7fa30a7-09ab-40dc-8f2e-a6dab095794c'),(13,8,1,'rre-001','shop/products/rre-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','7b9e5f9b-02db-4766-92dd-f194343d03de'),(14,9,1,'rre-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','1f53e93c-1959-4d16-8965-0edaaa21d59b'),(15,8,2,'rre-001','shop/products/rre-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','b6b41b1f-7271-4634-b846-6eb6beabe9ed'),(16,9,2,'rre-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','dacad1bf-d166-4d23-a24f-4d9e164d8a0d'),(17,10,1,'tfa-001','shop/products/tfa-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','8157cac0-7325-4e85-883d-f9fc771e7279'),(18,11,1,'tfa-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','e2335aeb-76a3-4b6e-b319-41b93374a1c0'),(19,10,2,'tfa-001','shop/products/tfa-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','e0f3240c-3359-4bfc-9dd8-268be0cbb622'),(20,11,2,'tfa-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','9a01543b-dd90-4ca3-ae77-10ad166b1b4a'),(21,12,1,'lkh-001','shop/products/lkh-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','2313ce7f-f021-4dc8-b703-e5f2659bee07'),(22,13,1,'lkh-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','66168322-cd47-456d-b311-9d82e98e19c3'),(23,12,2,'lkh-001','shop/products/lkh-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','7983a1e7-57c8-4a28-bce4-58415204e59d'),(24,13,2,'lkh-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','1236004d-2c97-45f1-8d91-58913df68155'),(25,14,1,'fdb-001','shop/products/fdb-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','c76617ea-9d23-43e7-8a4f-beee6c1c287a'),(26,15,1,'fdb-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','93ca9c74-7665-42e6-ade5-4fbea4a22207'),(27,14,2,'fdb-001','shop/products/fdb-001',1,'2021-03-15 15:24:16','2021-03-15 15:24:20','bf3dedc6-8751-41c9-b950-908d0ff3dd78'),(28,15,2,'fdb-001',NULL,1,'2021-03-15 15:24:16','2021-03-15 15:24:16','7bc767c8-49af-4dd6-8810-6f964d1d0a97'),(31,17,1,'my-first-blog','blog/my-first-blog',1,'2021-03-15 15:41:19','2021-03-15 15:41:19','63a271a3-7312-4bec-b3e8-e7b86621e999'),(32,17,2,'my-first-blog','blog/my-first-blog',1,'2021-03-15 15:41:19','2021-03-15 15:41:19','5102c9da-9a13-4193-81e7-947fb09b7881'),(33,18,1,'my-first-blog','blog/my-first-blog',1,'2021-03-15 15:41:19','2021-03-15 15:41:19','4ee22583-ddef-491d-951e-9e8b12a7f98b'),(34,18,2,'my-first-blog','blog/my-first-blog',1,'2021-03-15 15:41:19','2021-03-15 15:41:19','85cd3c31-091d-4dab-addc-310ce17e129c'),(35,19,1,NULL,NULL,1,'2021-03-15 15:55:30','2021-03-15 15:55:30','cb7c4fe6-7ae8-4d1b-813c-932c555613a0'),(36,19,2,NULL,NULL,1,'2021-03-15 15:55:30','2021-03-15 15:55:30','0cbf45ed-ffae-4d47-93c6-8b5dfd332f57'),(37,20,1,'my-first-blog','blog/my-first-blog',1,'2021-03-15 16:17:37','2021-03-15 16:17:37','c73e9643-9ff4-4a8e-9955-e409b588e21b'),(38,20,2,'my-first-blog','blog/my-first-blog',1,'2021-03-15 16:17:37','2021-03-15 16:17:37','96bdf772-209b-4465-9ab0-4a132e5b1655'),(39,21,1,'puppies','category/puppies',1,'2021-04-01 02:35:35','2021-04-01 02:35:46','51530c40-112f-484f-addd-8abf4dfa39d6'),(40,21,2,'puppies','category/puppies',1,'2021-04-01 02:35:35','2021-04-01 02:35:46','5c01578e-7c8c-41de-8a01-58f5b38e7195'),(41,22,1,'kitties','category/kitties',1,'2021-04-01 02:35:44','2021-04-01 02:35:48','2373a4d8-4ee0-4e70-9cc3-6d3b6dd054c3'),(42,22,2,'kitties','category/kitties',1,'2021-04-01 02:35:44','2021-04-01 02:35:48','41ed619d-71c4-48fe-b548-b3d3d8373620'),(43,23,1,NULL,NULL,1,'2021-07-14 16:33:02','2021-07-14 16:33:02','03222256-e051-412b-a39f-95970985cb6f'),(44,23,2,NULL,NULL,1,'2021-07-14 16:33:03','2021-07-14 16:33:03','69368fee-f27d-4f39-8add-fd4630d7a596'),(45,24,1,'__temp_hblnmoclpklexicfikdeajbklmyfkixokvlc','blog/__temp_hblnmoclpklexicfikdeajbklmyfkixokvlc',1,'2021-07-19 15:53:07','2021-07-19 15:53:07','89859f98-2532-4155-8ccd-395269326965'),(46,24,2,'__temp_hblnmoclpklexicfikdeajbklmyfkixokvlc','blog/__temp_hblnmoclpklexicfikdeajbklmyfkixokvlc',1,'2021-07-19 15:53:07','2021-07-19 15:53:07','c5e2e11c-e4e1-409a-b4e9-21dcc3ec8b0e'),(47,25,1,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-19 15:53:54','2021-07-19 15:54:10','5ed0e5bf-dc30-42de-8191-6faf06cae60d'),(48,25,2,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-19 15:53:54','2021-07-19 15:54:10','65062682-bd38-4790-ade8-49011ba70a8e'),(49,26,1,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-19 15:54:15','2021-07-19 15:54:15','f4f003e0-0f08-43cc-8183-4a3c6e5191e8'),(50,26,2,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-19 15:54:15','2021-07-19 15:54:15','ce445627-0885-40bd-910a-43febd7bd13d'),(53,28,1,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-22 14:15:46','2021-07-22 14:15:46','7c247335-42e8-43ea-85e6-ef05b466f59b'),(54,28,2,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-22 14:15:46','2021-07-22 14:15:46','2950e9a1-d182-457a-800f-14c7311dc067'),(57,30,1,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-22 14:16:02','2021-07-22 14:16:02','fa16a79b-f3bb-434f-a81f-5e042509ab52'),(58,30,2,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-22 14:16:02','2021-07-22 14:16:02','7dbe45eb-1f80-4453-aa14-413487f9940b'),(59,31,1,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-28 14:47:09','2021-07-28 14:47:09','72b35052-0a5a-4579-ba1e-d7363a3ca679'),(60,31,2,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-28 14:47:09','2021-07-28 14:47:09','08ed2dd0-242c-4b4a-8133-d98682a2e650'),(61,32,1,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-28 15:45:22','2021-07-28 15:45:22','85b79580-7f16-473a-b768-02421b674bba'),(62,32,2,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-28 15:45:22','2021-07-28 15:45:22','f4419974-b703-4425-8025-1a7ffcf6074f'),(63,33,1,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-28 15:45:55','2021-07-28 15:45:55','5f97b6e3-1a36-48ef-bd7b-8ef7cac77c8b'),(64,33,2,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-28 15:45:55','2021-07-28 15:45:55','c7e33b20-b67d-4005-b6de-c6c02e84e403'),(65,34,1,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-28 15:46:16','2021-07-28 15:46:16','d2d46361-bbd2-443d-9d62-256738d346f0'),(66,34,2,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-28 15:46:16','2021-07-28 15:46:16','6d35f6bf-12d9-4281-bda6-99cc0963c14e'),(67,35,1,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-28 15:46:25','2021-07-28 15:46:25','9117e992-6c77-434c-bd47-e3ab41b9c455'),(68,35,2,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-28 15:46:25','2021-07-28 15:46:25','a3bd4621-a734-4eb9-859f-2ce3078b3fb7'),(69,36,1,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-28 15:49:22','2021-07-28 15:49:22','9372a12b-8381-410a-9716-7bf1ab955bcd'),(70,36,2,'here-is-my-cool-review','blog/here-is-my-cool-review',1,'2021-07-28 15:49:22','2021-07-28 15:49:22','6c4d0940-485d-4e33-8c40-7485b0b46adb'); -/*!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'),(17,6,NULL,3,1,'2021-03-15 15:40:00',NULL,NULL,'2021-03-15 15:41:19','2021-03-15 15:41:19','dbc93ca5-a2b1-4abc-bf44-6458f314f186'),(18,6,NULL,3,1,'2021-03-15 15:40:00',NULL,NULL,'2021-03-15 15:41:19','2021-03-15 15:41:19','08ea7070-095b-49a5-b170-edf35eb3b9b0'),(20,6,NULL,3,1,'2021-03-15 15:40:00',NULL,NULL,'2021-03-15 16:17:37','2021-03-15 16:17:37','1e2703e8-7642-434d-a9b6-3dd6baad0ed7'),(24,6,NULL,3,1,'2021-07-19 15:53:00',NULL,NULL,'2021-07-19 15:53:07','2021-07-19 15:53:07','2556dfa3-4164-49ae-98f6-27f2474ff337'),(25,6,NULL,3,1,'2021-07-19 15:53:00',NULL,NULL,'2021-07-19 15:53:54','2021-07-22 14:16:02','396f59a3-56d7-4ce2-8c86-226d0c31f106'),(26,6,NULL,5,1,'2021-07-19 15:53:00',NULL,NULL,'2021-07-19 15:54:15','2021-07-19 15:54:15','038f7542-b1b1-4447-b55b-5ed6ada3baba'),(28,6,NULL,5,1,'2021-07-19 15:53:00',NULL,NULL,'2021-07-22 14:15:46','2021-07-22 14:15:46','8d643b94-973a-4758-bc09-372ae3e8cc7f'),(30,6,NULL,3,1,'2021-07-19 15:53:00',NULL,NULL,'2021-07-22 14:16:02','2021-07-22 14:16:02','be2f73d0-8bd5-4aa7-91e7-07f0a543d20b'),(31,6,NULL,3,1,'2021-07-19 15:53:00',NULL,NULL,'2021-07-28 14:47:09','2021-07-28 14:47:09','bd0295ee-e87f-4a5e-ae83-dbb3b35f03f9'),(32,6,NULL,3,1,'2021-07-19 15:53:00',NULL,NULL,'2021-07-28 15:45:22','2021-07-28 15:45:22','2011286e-9946-4b17-829f-dd2a0fe9e4ae'),(33,6,NULL,3,1,'2021-07-19 15:53:00',NULL,NULL,'2021-07-28 15:45:55','2021-07-28 15:45:55','39a1fa73-21e6-454f-b14b-cebd3733934b'),(34,6,NULL,3,1,'2021-07-19 15:53:00',NULL,NULL,'2021-07-28 15:46:16','2021-07-28 15:46:16','6e9283bf-287f-43c2-9f5a-42bc0dfdef3d'),(35,6,NULL,3,1,'2021-07-19 15:53:00',NULL,NULL,'2021-07-28 15:46:25','2021-07-28 15:46:25','9663f717-eac3-40ce-bed6-6da84820323e'),(36,6,NULL,3,1,'2021-07-19 15:53:00',NULL,NULL,'2021-07-28 15:49:22','2021-07-28 15:49:22','bf1ae554-d149-4e7d-b99e-7aaf733b4f61'); -/*!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,'',NULL,NULL,1,'2020-03-27 13:38:49','2020-10-16 15:16:16','2021-03-15 15:09:11','faceb3ed-6771-453c-9c2a-aa330847f6db'),(2,5,1,'Homepage','homepage',0,'none',NULL,'{section.name|raw}',1,'2020-03-27 13:38:49','2021-03-15 15:40:41',NULL,'fb3a8f31-d1cc-4c13-903b-a501f7e51f54'),(3,6,5,'Blog','blog',1,'site',NULL,NULL,1,'2021-03-15 15:39:25','2021-03-15 15:39:25',NULL,'c4536798-743d-4bf0-9669-192827bfb26c'),(4,6,8,'Review','review',1,'site',NULL,NULL,2,'2021-04-01 02:34:33','2021-04-01 02:34:33','2021-06-15 15:48:25','f631db8b-3a6f-47c4-9001-54fa8733f2c9'),(5,6,11,'Review','review',1,'site',NULL,NULL,2,'2021-06-15 15:48:25','2021-06-15 15:48:25',NULL,'626b0987-e067-4dd2-9918-1d209373265a'); -/*!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',NULL,'94b4d5ac-d7ea-4241-a6cb-92b39f482f99'),(2,'Errors','2020-03-27 13:30:08','2020-03-27 13:30:08','2021-03-15 15:13:19','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; -INSERT INTO `fieldlayoutfields` VALUES (5,1,5,7,0,1,'2021-03-15 15:40:41','2021-03-15 15:40:41','5ad24cfd-cd33-43e5-bc34-3a55e7065fb7'),(6,1,5,6,0,2,'2021-03-15 15:40:41','2021-03-15 15:40:41','b51f0845-d0f4-4e30-829a-b331b243a0db'),(7,1,5,5,0,3,'2021-03-15 15:40:41','2021-03-15 15:40:41','ba3eee15-07ad-4f97-88f3-921529ad9345'),(11,8,8,7,0,1,'2021-04-01 02:34:33','2021-04-01 02:34:33','e885c6ca-529d-4f94-b132-20d4fe01364b'),(12,8,8,6,0,2,'2021-04-01 02:34:33','2021-04-01 02:34:33','cb13a5ac-ed09-4955-8ca1-874160c145ce'),(13,8,8,5,0,3,'2021-04-01 02:34:33','2021-04-01 02:34:33','cdb8edd0-c830-4cc1-b9b3-5107c092584f'),(14,5,10,7,0,1,'2021-06-15 15:48:25','2021-06-15 15:48:25','07f2bcf9-58d1-4856-b15d-554871282e3a'),(15,5,10,6,0,2,'2021-06-15 15:48:25','2021-06-15 15:48:25','f7fe70e3-39ee-4c88-be9b-9b5e06d4ea94'),(16,5,10,8,0,3,'2021-06-15 15:48:25','2021-06-15 15:48:25','fea13ae7-1fa6-40be-b598-6d5fdfb66d02'),(17,5,10,5,0,4,'2021-06-15 15:48:25','2021-06-15 15:48:25','5a3876f4-2930-41e9-91ca-face0e01fd68'),(21,11,14,7,0,1,'2021-06-15 15:48:25','2021-06-15 15:48:25','10ca5131-a435-49f0-beac-6494897b4cdc'),(22,11,14,6,0,2,'2021-06-15 15:48:25','2021-06-15 15:48:25','a852945b-2359-49a8-b057-9c4ada4ed99f'),(23,11,14,5,0,3,'2021-06-15 15:48:25','2021-06-15 15:48:25','b7962b20-bcb7-45f4-8b09-2acc5b5f14e9'),(24,6,15,7,0,0,'2021-07-14 16:08:59','2021-07-14 16:08:59','8b0d374d-c74b-4f2a-98aa-9aa79215d46d'),(25,6,15,6,0,1,'2021-07-14 16:08:59','2021-07-14 16:08:59','a15e1d86-7ad8-4787-9969-32706fc4cd47'),(26,7,16,4,0,1,'2021-07-14 16:32:45','2021-07-14 16:32:45','4c22a8ab-5e7d-4422-8062-e78e0e0be054'),(27,7,16,9,0,2,'2021-07-14 16:32:45','2021-07-14 16:32:45','670b7c3e-7332-4b4a-ad05-8b672a29670b'); -/*!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; -INSERT INTO `fieldlayouts` VALUES (1,'craft\\elements\\Entry','2021-03-03 22:29:11','2021-03-03 22:29:11',NULL,'3079b909-ff31-4f40-98a0-10c57767ab1f'),(2,'craft\\commerce\\elements\\Order','2021-03-15 15:24:15','2021-03-15 15:24:15',NULL,'030fdf45-9155-498b-8850-e2358400347b'),(3,'craft\\commerce\\elements\\Product','2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,'08766548-0b7c-493b-bdce-20f096719426'),(4,'craft\\commerce\\elements\\Variant','2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,'80c2837d-4f73-465a-bc55-085b035da781'),(5,'craft\\elements\\Entry','2021-03-15 15:39:25','2021-03-15 15:39:25',NULL,'44918e94-126a-4108-98da-1f66e19d2b2d'),(6,'craft\\elements\\GlobalSet','2021-03-15 15:55:30','2021-03-15 15:55:30',NULL,'e1ad1c2a-97c8-4b64-9d59-41e897a98298'),(7,'craft\\elements\\Asset','2021-03-15 16:13:40','2021-03-15 16:13:40',NULL,'e73b4186-2fad-4c0f-8eae-bbb884932c58'),(8,'craft\\elements\\Entry','2021-04-01 02:34:33','2021-04-01 02:34:33','2021-06-15 15:48:25','e66084b1-4fac-4681-b142-cd25eab4c076'),(9,'craft\\elements\\Category','2021-04-01 02:35:21','2021-04-01 02:35:21','2021-06-15 15:48:25','461e3853-0a60-4277-8682-5f5b7993c5e1'),(10,'craft\\elements\\Category','2021-06-15 15:48:25','2021-06-15 15:48:25',NULL,'4e420bac-c389-4bea-9708-e3e7c19f3cc1'),(11,'craft\\elements\\Entry','2021-06-15 15:48:25','2021-06-15 15:48:25',NULL,'446fae8b-775a-4b1b-a6dc-ef009aede404'); -/*!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; -INSERT INTO `fieldlayouttabs` VALUES (2,3,'Content','[{\"type\":\"craft\\\\commerce\\\\fieldlayoutelements\\\\ProductTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100}]',1,'2021-03-15 15:24:16','2021-03-15 15:24:16','1cc0a6e3-5b8f-46fc-9f03-904e8ebe4d0e'),(5,1,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\"}]',1,'2021-03-15 15:40:41','2021-03-15 15:40:41','602a1b6a-3cbc-46cf-9b2f-3139e7237e35'),(8,8,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\"}]',1,'2021-04-01 02:34:33','2021-04-01 02:34:33','25a0770e-d1aa-4fbe-9d40-8253aebcfd83'),(9,9,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\TitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100}]',1,'2021-04-01 02:35:21','2021-04-01 02:35:21','13b26387-d6dc-4355-9bdd-963a2889fd1b'),(10,5,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"0242b54b-89fc-4bc4-b2ba-308cca715ba7\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\"}]',1,'2021-06-15 15:48:25','2021-06-15 15:48:25','46641681-22b7-4209-a484-3266b8a6b71b'),(13,10,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\TitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100}]',1,'2021-06-15 15:48:25','2021-06-15 15:48:25','8999886e-e5c5-4bf2-abfa-a9c92e17b6e1'),(14,11,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\"}]',1,'2021-06-15 15:48:25','2021-06-15 15:48:25','0edf8857-7173-4b5a-a35a-61e6aadbbf14'),(15,6,'Default','[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\"}]',1,'2021-07-14 16:08:59','2021-07-14 16:08:59','e5691bc6-38e6-4b70-bbd8-e28035ece3bb'),(16,7,'Content','[{\"type\":\"craft\\\\fieldlayoutelements\\\\AssetTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"3ac44e69-f6b1-48f7-a9a6-f4cf14261b16\"}]',1,'2021-07-14 16:32:45','2021-07-14 16:32:45','aecbb4da-64ee-4c90-b6e5-6db0c6728217'); -/*!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 (4,1,'Optimized Images','optimizedImages','global',NULL,'',0,'none',NULL,'nystudio107\\imageoptimize\\fields\\OptimizedImages','{\"displayDominantColorPalette\":\"1\",\"displayLazyLoadPlaceholderImages\":\"1\",\"displayOptimizedImageVariants\":\"1\",\"variants\":[{\"width\":\"1200\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"16\",\"aspectRatioY\":\"9\",\"retinaSizes\":[\"1\"],\"quality\":\"82\",\"format\":\"jpg\"},{\"width\":\"992\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"16\",\"aspectRatioY\":\"9\",\"retinaSizes\":[\"1\"],\"quality\":\"82\",\"format\":\"jpg\"},{\"width\":\"768\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"4\",\"aspectRatioY\":\"3\",\"retinaSizes\":[\"1\"],\"quality\":\"60\",\"format\":\"jpg\"},{\"width\":\"576\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"4\",\"aspectRatioY\":\"3\",\"retinaSizes\":[\"1\"],\"quality\":\"60\",\"format\":\"jpg\"}]}','2021-03-02 00:00:09','2021-03-02 00:00:09','3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5'),(5,1,'SEO','seo','global',NULL,'',0,'none',NULL,'nystudio107\\seomatic\\fields\\SeoSettings','{\"elementDisplayPreviewType\":\"google\",\"facebookTabEnabled\":\"\",\"generalEnabledFields\":[\"seoPreview\",\"mainEntityOfPage\",\"seoTitle\",\"siteNamePosition\",\"seoDescription\",\"seoKeywords\",\"seoImage\",\"seoImageTransform\",\"seoImageTransformMode\",\"seoImageDescription\",\"robots\",\"canonicalUrl\"],\"generalTabEnabled\":\"1\",\"sitemapEnabledFields\":[\"sitemapUrls\",\"sitemapAssets\",\"sitemapFiles\",\"sitemapAltLinks\",\"sitemapChangeFreq\",\"sitemapPriority\",\"sitemapLimit\"],\"sitemapTabEnabled\":\"\",\"twitterTabEnabled\":\"\"}','2021-03-03 22:28:54','2021-07-19 16:07:55','4a0cb371-14a6-415d-84db-fc0512410ec8'),(6,1,'Rich Text','richText','global',NULL,'',0,'none',NULL,'craft\\redactor\\Field','{\"availableTransforms\":\"*\",\"availableVolumes\":\"*\",\"cleanupHtml\":true,\"columnType\":\"text\",\"configSelectionMode\":\"choose\",\"defaultTransform\":\"\",\"manualConfig\":\"\",\"purifierConfig\":\"\",\"purifyHtml\":\"1\",\"redactorConfig\":\"Simple.json\",\"removeEmptyTags\":\"1\",\"removeInlineStyles\":\"1\",\"removeNbsp\":\"1\",\"showHtmlButtonForNonAdmins\":\"\",\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"uiMode\":\"enlarged\"}','2021-03-15 15:39:54','2021-03-15 15:39:54','abcda4a4-b1db-4677-b5d6-69588443704f'),(7,1,'Plain Text','plainText','global',NULL,'',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":\"\",\"columnType\":null,\"initialRows\":\"4\",\"multiline\":\"\",\"placeholder\":null,\"uiMode\":\"normal\"}','2021-03-15 15:40:05','2021-03-15 15:40:05','21903cb2-5b82-49ea-9766-e120d0951ea3'),(8,1,'Longform','longform','global',NULL,'',0,'none',NULL,'verbb\\vizy\\fields\\VizyField','{\"availableTransforms\":\"*\",\"availableVolumes\":\"*\",\"columnType\":\"text\",\"configSelectionMode\":\"choose\",\"defaultTransform\":\"\",\"fieldData\":[{\"id\":\"group-9u4U9ASooD\",\"name\":\"Default\",\"blockTypes\":[{\"id\":\"type-IXfgwp16KQ\",\"name\":\"Text\",\"handle\":\"text\",\"icon\":{\"label\":\"HireAHelper\",\"value\":\"hire-a-helper-brands\"},\"enabled\":true,\"layoutUid\":\"b262e1c1-d257-4432-94ba-dc5c168284bc\"}]}],\"manualConfig\":\"\",\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"vizyConfig\":\"\"}','2021-06-15 15:48:25','2021-06-15 15:48:25','0242b54b-89fc-4bc4-b2ba-308cca715ba7'),(9,1,'Some Images','someImages','global','hjezvijy','',0,'none',NULL,'nystudio107\\imageoptimize\\fields\\OptimizedImages','{\"displayDominantColorPalette\":\"1\",\"displayLazyLoadPlaceholderImages\":\"1\",\"displayOptimizedImageVariants\":\"1\",\"variants\":[{\"width\":\"1200\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"16\",\"aspectRatioY\":\"9\",\"retinaSizes\":[\"1\"],\"quality\":\"82\",\"format\":\"jpg\"},{\"width\":\"992\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"16\",\"aspectRatioY\":\"9\",\"retinaSizes\":[\"1\"],\"quality\":\"82\",\"format\":\"jpg\"},{\"width\":\"768\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"4\",\"aspectRatioY\":\"3\",\"retinaSizes\":[\"1\"],\"quality\":\"60\",\"format\":\"jpg\"},{\"width\":\"576\",\"useAspectRatio\":\"1\",\"aspectRatioX\":\"4\",\"aspectRatioY\":\"3\",\"retinaSizes\":[\"1\"],\"quality\":\"60\",\"format\":\"jpg\"}]}','2021-07-14 16:32:12','2021-07-14 16:32:12','3ac44e69-f6b1-48f7-a9a6-f4cf14261b16'); -/*!40000 ALTER TABLE `fields` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_emailtemplates` --- - -LOCK TABLES `formie_emailtemplates` WRITE; -/*!40000 ALTER TABLE `formie_emailtemplates` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_emailtemplates` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_forms` --- - -LOCK TABLES `formie_forms` WRITE; -/*!40000 ALTER TABLE `formie_forms` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_forms` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_formtemplates` --- - -LOCK TABLES `formie_formtemplates` WRITE; -/*!40000 ALTER TABLE `formie_formtemplates` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_formtemplates` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_integrations` --- - -LOCK TABLES `formie_integrations` WRITE; -/*!40000 ALTER TABLE `formie_integrations` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_integrations` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_nested` --- - -LOCK TABLES `formie_nested` WRITE; -/*!40000 ALTER TABLE `formie_nested` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_nested` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_nestedfieldrows` --- - -LOCK TABLES `formie_nestedfieldrows` WRITE; -/*!40000 ALTER TABLE `formie_nestedfieldrows` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_nestedfieldrows` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_notifications` --- - -LOCK TABLES `formie_notifications` WRITE; -/*!40000 ALTER TABLE `formie_notifications` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_notifications` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_pagesettings` --- - -LOCK TABLES `formie_pagesettings` WRITE; -/*!40000 ALTER TABLE `formie_pagesettings` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_pagesettings` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_relations` --- - -LOCK TABLES `formie_relations` WRITE; -/*!40000 ALTER TABLE `formie_relations` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_relations` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_rows` --- - -LOCK TABLES `formie_rows` WRITE; -/*!40000 ALTER TABLE `formie_rows` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_rows` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_sentnotifications` --- - -LOCK TABLES `formie_sentnotifications` WRITE; -/*!40000 ALTER TABLE `formie_sentnotifications` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_sentnotifications` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_statuses` --- - -LOCK TABLES `formie_statuses` WRITE; -/*!40000 ALTER TABLE `formie_statuses` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `formie_statuses` VALUES (1,'New','new','green',NULL,1,1,NULL,'2021-06-15 15:48:25','2021-06-15 15:48:25','110568c4-6978-4a9d-ae96-44c45c0739c1'); -/*!40000 ALTER TABLE `formie_statuses` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_stencils` --- - -LOCK TABLES `formie_stencils` WRITE; -/*!40000 ALTER TABLE `formie_stencils` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `formie_stencils` VALUES (1,'Contact Form','contactForm','{\"availability\":\"always\",\"availabilityFrom\":null,\"availabilitySubmissions\":null,\"availabilityTo\":null,\"dataRetention\":\"forever\",\"dataRetentionValue\":null,\"fileUploadsAction\":\"retain\",\"notifications\":[{\"attachFiles\":true,\"content\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"A user submission has been made on the \\\\\\\"\\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Form Name\\\",\\\"value\\\":\\\"{formName}\\\"}},{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"\\\\\\\" form on \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Site Name\\\",\\\"value\\\":\\\"{siteName}\\\"}},{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\" at \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Timestamp (yyyy-mm-dd hh:mm:ss)\\\",\\\"value\\\":\\\"{timestamp}\\\"}}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Their submission details are:\\\"}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"All Form Fields\\\",\\\"value\\\":\\\"{allFields}\\\"}}]}]\",\"enabled\":true,\"from\":\"{field.emailAddress}\",\"id\":\"new981-8077\",\"name\":\"Admin Notification\",\"replyTo\":\"{field.emailAddress}\",\"subject\":\"A new submission was made on \\\"{formName}\\\"\",\"templateId\":\"\",\"to\":\"{systemEmail}\"},{\"attachFiles\":true,\"content\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Thanks again for contacting us. Our team will get back to you as soon as we can.\\\"}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"As a reminder, you submitted the following details at \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Timestamp (yyyy-mm-dd hh:mm:ss)\\\",\\\"value\\\":\\\"{timestamp}\\\"}}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"All Form Fields\\\",\\\"value\\\":\\\"{allFields}\\\"}}]}]\",\"enabled\":true,\"id\":\"new7052-5168\",\"name\":\"User Notification\",\"subject\":\"Thanks for contacting us!\",\"templateId\":\"\",\"to\":\"{field.emailAddress}\"}],\"pages\":[{\"id\":\"new1272610411\",\"label\":\"Page 1\",\"rows\":[{\"fields\":[{\"brandNewField\":false,\"columnWidth\":12,\"handle\":\"yourName\",\"hasLabel\":true,\"id\":\"new7715-7348\",\"label\":\"Your Name\",\"settings\":{\"firstNameCollapsed\":false,\"firstNameDefaultValue\":\"\",\"firstNameEnabled\":true,\"firstNameLabel\":\"First Name\",\"firstNamePlaceholder\":\"e.g. Peter\",\"firstNameRequired\":true,\"handle\":\"yourName\",\"instructions\":\"Please enter your full name.\",\"instructionsPosition\":\"\",\"label\":\"Your Name\",\"labelPosition\":\"verbb\\\\formie\\\\positions\\\\Hidden\",\"lastNameCollapsed\":false,\"lastNameDefaultValue\":\"\",\"lastNameEnabled\":true,\"lastNameLabel\":\"Last Name\",\"lastNamePlaceholder\":\"e.g. Sherman\",\"lastNameRequired\":true,\"limitType\":\"characters\",\"middleNameCollapsed\":true,\"middleNameDefaultValue\":\"\",\"middleNameEnabled\":false,\"middleNameLabel\":\"Middle Name\",\"placeholder\":\"Your name\",\"prefixCollapsed\":true,\"prefixDefaultValue\":\"\",\"prefixEnabled\":false,\"prefixLabel\":\"Prefix\",\"subfieldLabelPosition\":\"\",\"useMultipleFields\":true},\"type\":\"verbb\\\\formie\\\\fields\\\\formfields\\\\Name\"}],\"id\":\"new8990-9934\"},{\"fields\":[{\"brandNewField\":false,\"columnWidth\":12,\"handle\":\"emailAddress\",\"hasLabel\":true,\"id\":\"new6482-9528\",\"label\":\"Email Address\",\"settings\":{\"handle\":\"emailAddress\",\"instructions\":\"Please enter your email so we can get in touch.\",\"instructionsPosition\":\"\",\"label\":\"Email Address\",\"labelPosition\":\"\",\"limitType\":\"characters\",\"placeholder\":\"e.g. psherman@wallaby.com\",\"required\":true},\"type\":\"verbb\\\\formie\\\\fields\\\\formfields\\\\Email\"}],\"id\":\"new9524-8509\"},{\"fields\":[{\"brandNewField\":false,\"columnWidth\":12,\"handle\":\"message\",\"hasLabel\":true,\"id\":\"new982-7322\",\"label\":\"Message\",\"settings\":{\"handle\":\"message\",\"instructions\":\"Please enter your comments.\",\"instructionsPosition\":\"\",\"label\":\"Message\",\"labelPosition\":\"\",\"limitType\":\"characters\",\"placeholder\":\"e.g. The reason for my enquiry is...\",\"required\":true},\"type\":\"verbb\\\\formie\\\\fields\\\\formfields\\\\MultiLineText\"}],\"id\":\"new2177-9685\"}],\"settings\":{\"backButtonLabel\":\"Back\",\"buttonsPosition\":\"left\",\"label\":\"Page 1\",\"showBackButton\":false,\"submitButtonLabel\":\"Contact us\"},\"sortOrder\":0}],\"requireUser\":false,\"settings\":{\"availabilityMessage\":null,\"availabilityMessageDate\":null,\"availabilityMessageSubmissions\":null,\"collectIp\":\"\",\"collectUser\":null,\"dataRetention\":null,\"dataRetentionValue\":null,\"defaultEmailTemplateId\":\"\",\"defaultInstructionsPosition\":\"verbb\\\\formie\\\\positions\\\\AboveInput\",\"defaultLabelPosition\":\"verbb\\\\formie\\\\positions\\\\AboveInput\",\"displayCurrentPageTitle\":\"\",\"displayFormTitle\":\"\",\"displayPageProgress\":\"\",\"displayPageTabs\":\"\",\"errorMessage\":[{\"content\":[{\"text\":\"Couldn’t save submission due to errors.\",\"type\":\"text\"}],\"type\":\"paragraph\"}],\"errorMessagePosition\":\"top-form\",\"fileUploadsAction\":null,\"loadingIndicator\":\"spinner\",\"loadingIndicatorText\":\"\",\"progressPosition\":\"end\",\"redirectUrl\":null,\"storeData\":null,\"submissionTitleFormat\":\"{timestamp}\",\"submitAction\":\"message\",\"submitActionFormHide\":\"\",\"submitActionMessage\":[{\"content\":[{\"text\":\"Thank you for contacting us! Our team will get in touch shortly to follow up on your message.\",\"type\":\"text\"}],\"type\":\"paragraph\"}],\"submitActionMessagePosition\":\"top-form\",\"submitActionMessageTimeout\":\"\",\"submitActionTab\":null,\"submitActionUrl\":\"\",\"submitMethod\":\"ajax\",\"userDeletedAction\":null,\"validationOnFocus\":\"1\",\"validationOnSubmit\":\"1\"},\"userDeletedAction\":\"retain\"}',NULL,NULL,NULL,'2021-06-15 15:48:25','2021-06-15 15:48:25','a0587a0b-d71c-4085-9c28-f0165af2b925'); -/*!40000 ALTER TABLE `formie_stencils` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_submissions` --- - -LOCK TABLES `formie_submissions` WRITE; -/*!40000 ALTER TABLE `formie_submissions` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_submissions` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_syncfields` --- - -LOCK TABLES `formie_syncfields` WRITE; -/*!40000 ALTER TABLE `formie_syncfields` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_syncfields` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_syncs` --- - -LOCK TABLES `formie_syncs` WRITE; -/*!40000 ALTER TABLE `formie_syncs` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_syncs` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `formie_tokens` --- - -LOCK TABLES `formie_tokens` WRITE; -/*!40000 ALTER TABLE `formie_tokens` DISABLE KEYS */; -set autocommit=0; -/*!40000 ALTER TABLE `formie_tokens` ENABLE KEYS */; -UNLOCK TABLES; -commit; - --- --- Dumping data for table `globalsets` --- - -LOCK TABLES `globalsets` WRITE; -/*!40000 ALTER TABLE `globalsets` DISABLE KEYS */; -set autocommit=0; -INSERT INTO `globalsets` VALUES (19,'Globals','globals',6,2,'2021-03-15 15:55:30','2021-07-14 16:08:59','aa7c6968-88ec-4d2a-af47-d3c40b582a68'); -/*!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; -INSERT INTO `gqlschemas` VALUES (1,'Public Schema','[]',1,'2021-02-28 19:56:45','2021-02-28 19:56:45','6005c2f9-5d85-4442-b712-22e070096ac8'); -/*!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; -INSERT INTO `gqltokens` VALUES (1,'Public Token','__PUBLIC__',0,NULL,NULL,1,'2020-10-16 15:16:16','2021-02-28 19:56:45','1b9fd892-85aa-46c0-9bed-c7c82bf46416'); -/*!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.7.7','3.7.7',0,'exrynxbucntv','luzmvhykhscq','2020-03-27 13:22:43','2021-08-04 19:57:58','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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'),(185,'craft','m200306_054652_disabled_sites','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abc2f9d4-4653-4583-82f4-7e483a13f888'),(186,'craft','m200522_191453_clear_template_caches','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b3cf261a-7c72-494f-b0d3-f90f37dd8697'),(187,'craft','m200606_231117_migration_tracks','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','bc34bce4-9616-413c-8c68-5e9b60eb7210'),(188,'craft','m200619_215137_title_translation_method','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','d7391893-a7b0-481b-bac7-bb8124f56aa2'),(189,'craft','m200620_005028_user_group_descriptions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abd003bc-e99d-4929-8d42-fdb5adfa8c90'),(190,'craft','m200620_230205_field_layout_changes','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','43b71a32-5238-4c70-90a2-6531b2042268'),(191,'craft','m200625_131100_move_entrytypes_to_top_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','2b86d78a-0825-4c90-acf7-629463148de8'),(192,'craft','m200629_112700_remove_project_config_legacy_files','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','35da89d2-87af-4f31-98d4-d028e5f44f03'),(193,'craft','m200630_183000_drop_configmap','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','6e888e11-fff0-4cf6-83ed-ac62cce76ef0'),(194,'craft','m200715_113400_transform_index_error_flag','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b7bae372-1ba0-4109-ade5-b1f9af4a63a6'),(195,'craft','m200716_110900_replace_file_asset_permissions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','3a1671c1-3334-478b-92d3-35dce55d87ae'),(196,'craft','m200716_153800_public_token_settings_in_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','9fcbf070-3ff5-40a0-910b-ed0c0e5ad88d'),(197,'craft','m200720_175543_drop_unique_constraints','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','deaeab5a-092d-4e0f-95fb-18ef08d6489e'),(198,'craft','m200825_051217_project_config_version','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','6e096de1-fcd8-4f96-92b3-37db41a29a25'),(199,'plugin:seomatic','m200419_203444_add_type_id','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','25f0ab31-c74b-40da-b18b-e82f19c3855c'),(202,'plugin:webperf','Install','2020-11-18 21:24:48','2020-11-18 21:24:48','2020-11-18 21:24:48','798d71aa-fb25-4b75-9293-964b80035f2a'),(203,'plugin:webperf','m190625_151715_add_indexes','2020-11-18 21:24:48','2020-11-18 21:24:48','2020-11-18 21:24:48','49b8b2be-5c9e-4821-9851-60c597186b3e'),(204,'craft','m201116_190500_asset_title_translation_method','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','94da610f-2014-4abf-adcb-175d1b85f4bb'),(205,'craft','m201124_003555_plugin_trials','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','2f1fd1a7-9419-4809-b2d7-ea1c23107884'),(206,'craft','m210209_135503_soft_delete_field_groups','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','a4136522-77e7-4bec-96d9-08066118c154'),(207,'craft','m210212_223539_delete_invalid_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','e4608336-f165-4108-89c7-67d5d70cf2d2'),(208,'craft','m210214_202731_track_saved_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','9b5948e1-7f7f-458f-8276-fefeee254ff2'),(209,'plugin:redactor','m180430_204710_remove_old_plugins','2021-03-03 03:34:37','2021-03-03 03:34:37','2021-03-03 03:34:37','b0472ab6-c3d8-4f76-b74e-e8f5dad83e08'),(210,'plugin:redactor','Install','2021-03-03 03:34:37','2021-03-03 03:34:37','2021-03-03 03:34:37','51e288ad-c556-4464-afc9-3c8e0e435f05'),(211,'plugin:redactor','m190225_003922_split_cleanup_html_settings','2021-03-03 03:34:37','2021-03-03 03:34:37','2021-03-03 03:34:37','e4a9d217-2a04-4f07-9d3a-6e7956b7cdd2'),(212,'craft','m210223_150900_add_new_element_gql_schema_components','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','aef28876-0de8-4eca-bd90-392d818d7740'),(213,'craft','m210224_162000_add_projectconfignames_table','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','0eb6eb5a-2c3d-4321-901a-7fd2629fcc56'),(214,'plugin:commerce','Install','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f26be053-2fd4-42f1-99b2-b140b9825be9'),(215,'plugin:commerce','m160531_154500_craft3_upgrade','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','87692049-d66e-4ca6-9268-84896969a473'),(216,'plugin:commerce','m170616_154500_productTypeSites_upgrade','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','33202f25-8ecd-422a-8546-efef9a5ca2a0'),(217,'plugin:commerce','m170705_154500_i18n_to_sites','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','fda264ab-9f5e-406a-93fe-1ebbe742a265'),(218,'plugin:commerce','m170705_155000_order_shippingmethod_to_shippingmethodhandle','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','48512d60-624e-4348-bda5-acc24e4d12ef'),(219,'plugin:commerce','m170718_150000_paymentmethod_class_to_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','fce9cd50-bf20-40a2-905a-f766a4378e53'),(220,'plugin:commerce','m170725_130000_paymentmethods_are_now_gateways','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','269b27ae-b5bd-47d1-ba36-253b1561cfe6'),(221,'plugin:commerce','m170810_130000_sendCartInfo_per_gateway','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b1ddb294-a438-4036-93db-08d86007fb83'),(222,'plugin:commerce','m170828_130000_transaction_gatewayProcessing_flag','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b986c5c9-c60d-45fa-be24-9fd8f3d5aa38'),(223,'plugin:commerce','m170830_130000_order_refactor','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','94ebefe6-eba7-4616-9273-6cfd2d08de95'),(224,'plugin:commerce','m170831_130000_paymentCurreny_primary_not_null','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','187822c8-2e95-4889-83ed-f9bc5834a6b4'),(225,'plugin:commerce','m170904_130000_processing_transactions','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f2a76bd6-a17e-42cb-95b8-cdac6cc37548'),(226,'plugin:commerce','m171010_170000_stock_location','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','381e7782-b1d8-4b24-baf7-8cb8b547b5bf'),(227,'plugin:commerce','m171202_180000_promotions_for_all_purchasables','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','47912c19-f6a3-42d2-8365-de9225ad6dfc'),(228,'plugin:commerce','m171204_213000_payment_sources','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','065fc0fd-6e79-408a-8b5d-7594090c6cee'),(229,'plugin:commerce','m171207_160000_order_can_store_payment_sources','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','62b788df-78a1-4d96-bc28-bcc98ee5bce1'),(230,'plugin:commerce','m171221_120000_subscriptions','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0538afbf-c4d5-4e36-9a1d-8a82f8c9ef9a'),(231,'plugin:commerce','m171221_120500_missing_indexes','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0a951f26-0cf7-4a7a-b885-d35eb056ae15'),(232,'plugin:commerce','m180205_150646_create_state_abbreviation_index','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f14e42ec-bfa7-4071-a66a-af5e9a4de07b'),(233,'plugin:commerce','m180209_115000_plan_description','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','a55e44d8-78e2-4e1f-be54-bac7f8e6965b'),(234,'plugin:commerce','m180216_130000_rename_store_location','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','23a2f3d9-f752-4b80-abc1-bb4038c73013'),(235,'plugin:commerce','m180217_130000_sale_migration','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5d350d40-ab77-4230-bd63-77ec745702bf'),(236,'plugin:commerce','m180218_130000_sale_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','afbcaa97-6cfc-4d86-81d4-ac7cb9cef704'),(237,'plugin:commerce','m180219_130000_sale_can_stop_processing','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','6a432cf2-59a4-4b48-a89c-a09f7315f759'),(238,'plugin:commerce','m180220_130000_sale_can_ignore_previous','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','3b94e29e-df65-486e-b0d9-f9dbab1bd591'),(239,'plugin:commerce','m180221_130000_sale_fixSort','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','2f63a5f0-3b98-4eb5-bc5b-7809c77a722f'),(240,'plugin:commerce','m180222_130000_lineitemsubtotal','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','2210298f-b28f-4351-b59a-ccc10ee3ef9f'),(241,'plugin:commerce','m180306_130000_renamed','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9f88a129-5c45-4ac5-87db-382264c20f3a'),(242,'plugin:commerce','m180307_130000_order_paid_status','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0f81731d-0b11-428c-b623-d8564f179f62'),(243,'plugin:commerce','m180308_130000_update_order_paid_status','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0b828e9d-0fc7-485c-a208-a38c83f163c3'),(244,'plugin:commerce','m180308_130001_has_and_is','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','de0f127c-e76d-4c35-b563-64d2c816b98a'),(245,'plugin:commerce','m180312_130001_countryBased','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','380f3663-e5e4-4195-b17d-2611aab4891a'),(246,'plugin:commerce','m180319_130001_fieldSettings','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ff73d648-4e41-4bd5-ae5d-1f83685d3a00'),(247,'plugin:commerce','m180326_130001_cascadeDeleteVariants','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9365eaa9-7641-4800-a15d-386ca4eb2788'),(248,'plugin:commerce','m180329_161901_gateway_send_cart_info','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','89bd512c-a5d5-4da9-a547-452fc58bc862'),(249,'plugin:commerce','m180401_150701_primary_addresses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c7ed8d24-bfdd-4283-a5d1-bc84f45d789a'),(250,'plugin:commerce','m180401_161901_first_last_name_optional','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f1b1c791-e524-4798-92ec-13ed45904c50'),(251,'plugin:commerce','m180402_161901_increase_size_of_snapshot','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c447bc1b-57e4-4d74-8b52-ac3a723e09d5'),(252,'plugin:commerce','m180402_161902_email_discount_usage','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','bb4cca07-ae34-44cb-87e4-054345d44461'),(253,'plugin:commerce','m180402_161903_primary_customer_addresses_relations','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d391b76c-a6a1-4167-9517-ea4611b9c017'),(254,'plugin:commerce','m180402_161904_order_addresses_relations','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c5274ba4-4294-4834-b7f4-f5aa4494955e'),(255,'plugin:commerce','m180417_161904_fix_purchasables','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','407cd2ab-1074-4998-b277-071e1edf47a2'),(256,'plugin:commerce','m180421_161904_transaction_note','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d9a0faab-506f-4e81-870f-e61b5cc81c95'),(257,'plugin:commerce','m180525_161904_available_for_purchase','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','26928449-a809-4306-b253-a40219332414'),(258,'plugin:commerce','m180601_161904_fix_orderLanguage','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5a04fabd-1241-407f-923a-7509e8517852'),(259,'plugin:commerce','m180620_161904_fix_primaryAddressCascade','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','979c6011-14b0-468e-bfcd-0c1b1050394c'),(260,'plugin:commerce','m180718_161906_add_orderPdfAttachment','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','4f93d976-0387-4536-af90-a21b2e64501a'),(261,'plugin:commerce','m180818_161906_fix_discountPurchasableType','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','a340450b-dc9d-404c-a095-5095c9f4a581'),(262,'plugin:commerce','m180818_161907_fix_orderPaidWithAddresses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','58da852d-8516-4b18-bde1-1b313ec122ba'),(263,'plugin:commerce','m180918_161907_fix_uniqueEmailDiscountsUses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','706e2765-14f2-404a-a86c-666b30f812ea'),(264,'plugin:commerce','m180918_161908_fix_messageLengthOnOrder','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','92c0e30f-98d4-4fc3-aaba-4000a5221070'),(265,'plugin:commerce','m181024_100600_gateway_project_config_support','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d1741fdf-d7d0-4196-bd86-c41241770b0e'),(266,'plugin:commerce','m181113_161908_addReferenceToOrder','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','094ce2cc-26a7-4b92-9fbd-ab3c6e7a5c43'),(267,'plugin:commerce','m181119_100600_lite_shipping_and_tax','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','7ceec82e-bd27-4ab2-a2d5-09c879869802'),(268,'plugin:commerce','m181203_130000_order_status_archivable','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','48d4eb5d-3b7c-41ce-aa26-38bc41383868'),(269,'plugin:commerce','m181203_162000_gateway_unique_index_drop','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5648383b-d285-4788-b13b-a7eb6b01c923'),(270,'plugin:commerce','m181206_120000_remaining_project_config_support','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','12727cd3-9281-4ec4-91ff-5a5833a5beab'),(271,'plugin:commerce','m181221_120000_sort_order_for_plans','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b96bacbe-2d76-4a80-9087-8dcfbff52f6f'),(272,'plugin:commerce','m190109_223402_set_edition','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','6fcf5c06-10b5-4fb0-9159-194d233f3c6f'),(273,'plugin:commerce','m190111_161909_lineItemTotalCanBeNegative','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f5c17949-326b-4a05-9131-62715f49bbac'),(274,'plugin:commerce','m190117_161909_replace_product_ref_tags','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5c619bf5-0020-4529-93e7-6d78123c363d'),(275,'plugin:commerce','m190126_000856_restore_variants_with_products','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','05b37412-6c17-4a0a-aba9-eaa9b5d09360'),(276,'plugin:commerce','m190129_000857_insert_cached_data','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','44f797b3-ac4c-4294-a82d-54a2088a7657'),(277,'plugin:commerce','m190131_000858_add_donation_purchasable','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0e55840a-9f26-4f03-b380-5815f2cea2a2'),(278,'plugin:commerce','m190213_000858_discount_free_shipping_changes','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9afcd71e-f00b-4a15-8054-1c861dbbd855'),(279,'plugin:commerce','m190222_161405_permissions_to_uid','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','65f272d9-6323-4997-91ca-5d58102b0832'),(280,'plugin:commerce','m190301_161406_unique_sku_constraint_in_app','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','58553162-ff8b-4104-bffa-1e7257147c73'),(281,'plugin:commerce','m190311_161910_order_total','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','79293f46-dd19-4136-915f-69f1fb513a22'),(282,'plugin:commerce','m190322_161911_register_on_checkout','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','dc097964-0bd0-4e54-9a65-a72576bb1cd9'),(283,'plugin:commerce','m190523_150000_fix_lineItems_dateCreated','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ec46e8bf-519d-49d4-baf4-63490773988f'),(284,'plugin:commerce','m190523_161912_line_item_statuses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1669602f-cb79-47f5-8b03-f905df2894e9'),(285,'plugin:commerce','m190527_161913_order_recalc_mode','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','082aae35-43d6-430d-afee-6a6a3b158cb7'),(286,'plugin:commerce','m190527_161914_admin_note_on_lineitem','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','100b83e4-4ad6-413a-bc79-9280b682ad16'),(287,'plugin:commerce','m190528_161915_description_on_purchasable','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ba24795c-143f-4208-b794-0ef28343a0f7'),(288,'plugin:commerce','m190622_161916_origin_on_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9bbe0b08-8e8b-4e66-ad01-6d1ea31793cb'),(289,'plugin:commerce','m190725_141100_subscription_suspension_fields','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1ae88730-3996-43b7-87f0-e07d2f1c2319'),(290,'plugin:commerce','m190821_150226_discount_purchaseTotal_update','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c5538566-4d80-412e-9ba7-b551de93b217'),(291,'plugin:commerce','m190823_071838_taxCategoryId_allow_null','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1fcb4563-a2e6-49ac-a5e9-46ef1dc3bda0'),(292,'plugin:commerce','m190923_131716_update_overpaid_status','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','69f5240b-7c55-4b26-b220-e376f6092611'),(293,'plugin:commerce','m190923_132226_update_paidStatuses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0bbbd93d-077a-4f5d-bfc2-fba4b8b59714'),(294,'plugin:commerce','m190924_184909_taxCategory_allow_null_postgres','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','61a3e366-88dd-4df2-b46e-939fc63435bd'),(295,'plugin:commerce','m191004_184910_orderPaidDate','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9c764a06-da15-4fd1-9e95-da0f12fccd33'),(296,'plugin:commerce','m191007_184911_orderStatus_from_archived_to_deleted','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c3b0ffa2-681c-4faf-9273-85318a8fe337'),(297,'plugin:commerce','m191008_153947_add_relationship_type_to_discounts','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c2366278-a69c-4291-9a5f-cc1718e67ae4'),(298,'plugin:commerce','m191008_155732_add_relationship_type_to_sales','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ed2d96a6-c093-4c72-a609-4f4908371493'),(299,'plugin:commerce','m191009_002748_add_ignoreSales_to_discounts','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c1a6d170-0f7b-4f95-a9c5-081f35ef19da'),(300,'plugin:commerce','m191009_184912_zipCode_match_added_to_shipping_and_tax_address_zones','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','73a51a91-f577-4717-82e8-9ce58481c3d6'),(301,'plugin:commerce','m191015_194704_add_description_to_orderStatus','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','224fe532-30bd-444e-b265-cdac0e59b835'),(302,'plugin:commerce','m191015_201444_add_code_to_taxRates','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9b54cfd8-1b11-41b6-8061-cbb9161e629e'),(303,'plugin:commerce','m191016_231143_add_sortOrder_to_countries','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','503e427b-7f21-40ff-99c6-1511442a3d6f'),(304,'plugin:commerce','m191017_183550_add_extra_address_fields','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','25521e42-a5c6-46fe-b669-0fc30b4cd321'),(305,'plugin:commerce','m191018_183551_cc_replyTo_emails','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b40e268c-f864-42e1-a586-a2ff9979fb16'),(306,'plugin:commerce','m191021_184436_add_estimated_fields_to_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','aa3058e1-7e31-46f7-9edc-11662020682c'),(307,'plugin:commerce','m191021_190018_add_estimated_flag_to_addresses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','82034769-2f10-4a50-a7d3-25c919bc1f2f'),(308,'plugin:commerce','m191022_162628_add_estimated_toadjustments','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','669a30a2-0131-44dd-86f5-dbd25a4bd515'),(309,'plugin:commerce','m191113_111954_add_plain_text_template_path','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b4c5320b-108e-4298-8255-68a1ed05eae1'),(310,'plugin:commerce','m191114_115600_remove_customer_info_field','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0cf36149-20b0-4555-b880-0632d4c5329d'),(311,'plugin:commerce','m191114_133817_add_base_discount_type_attribute','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0bc557fc-2401-4615-91fe-59add2712a52'),(312,'plugin:commerce','m191115_103105_add_totalDiscountUses_column','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','98918e0f-6038-47f1-a2f6-87e355e71c43'),(313,'plugin:commerce','m191115_103501_update_totalDiscountUses_with_current_uses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','71c4501d-b397-4c1e-ab74-906d4cabf6d1'),(314,'plugin:commerce','m191115_105329_add_totalDiscountUseLimit','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','06d9076e-c218-408a-9568-af714ebfe19b'),(315,'plugin:commerce','m191125_150308_add_enabled_countries','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','524b891f-63b2-4c02-9c57-3b3992ca4bdb'),(316,'plugin:commerce','m191125_150315_add_enabled_states','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9df41cd3-75fd-4f43-9b85-c81c5f78420c'),(317,'plugin:commerce','m191202_220748_updated_zipCodeConditional_column_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','e73e22a7-915a-401e-9386-958287e349c9'),(318,'plugin:commerce','m191203_163242_add_titleLabel_to_product_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d662bfc0-b76f-47f7-bfc8-5ef27e8c6dd0'),(319,'plugin:commerce','m200101_114320_remove_orphan_customers','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','74622095-cef0-44b2-bc3a-84f430bdabb2'),(320,'plugin:commerce','m200102_141910_add_variantTitleLabel_attribute','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','cdc79e8d-252e-4866-942c-deb1853d3b24'),(321,'plugin:commerce','m200102_185704_update_totalDiscountUseLimit_with_current_totalUseLimit','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','08b0d690-201f-4d0f-9be9-ccc62688d25f'),(322,'plugin:commerce','m200102_185839_remove_totalUses_and_totalUseLimit','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1f955dfa-1689-4779-ba41-de53a49c7323'),(323,'plugin:commerce','m200108_114623_consolidate_customer_records','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','468f81cc-ba31-49ed-b523-d0b6e89a476a'),(324,'plugin:commerce','m200112_220749_cache_totalDiscount_totalTax_totalShipping','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','eb47fe4a-ea46-4085-ab70-fe5307a076a0'),(325,'plugin:commerce','m200127_235254_replace_old_revenue_widget','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','906a32ab-11e3-4148-ab3a-7d1a53859cd0'),(326,'plugin:commerce','m200129_161705_create_missing_customer_records_for_users','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d05f41e9-6fb8-4fd6-acef-8c58f33e45e7'),(327,'plugin:commerce','m200206_161706_date_authorized','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','47813381-95b3-4936-8503-879c3ad1dc70'),(328,'plugin:commerce','m200207_161707_sku_description_on_lineitem','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','7f964fdd-05bd-4481-921b-c47823ccb4ff'),(329,'plugin:commerce','m200218_231144_add_sortOrder_to_states','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','309008b6-562d-41eb-a592-92933ae05056'),(330,'plugin:commerce','m200218_231199_add_appliesTo_to_discounts','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','205d65e7-1ac2-4526-a6f8-d37962a076a7'),(331,'plugin:commerce','m200320_161708_add_index_order_email','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d17e6eeb-1b67-41b0-85d7-b6fc3900797e'),(332,'plugin:commerce','m200402_172412_add_order_condition_formula','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ca2918cd-014c-470d-bddb-46bdcd938aba'),(333,'plugin:commerce','m200602_172413_fix_orders_without_customerId','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','3b59df4f-c1bd-459c-b81d-eb8d0f76dac2'),(334,'plugin:commerce','m200617_172414_fix_country_state_sort_orders','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','18727517-eeda-40bb-bc1a-7f3556bd9db5'),(335,'plugin:commerce','m200722_172699_product_title_format','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','58e36c45-bf8f-44a8-a85e-0f74d9f56430'),(336,'plugin:commerce','m200723_072632_add_shippingMethodName_to_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','40ca8ba3-d92a-4fea-b133-11321f0bd7c6'),(337,'plugin:commerce','m200730_233644_field_layout_changes','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','a285344b-f983-4a5c-8b5b-e50b55804aac'),(338,'plugin:commerce','m200801_233755_pdfs','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9bd05a92-7f43-4f9f-9870-aff9bd44a258'),(339,'plugin:commerce','m200804_185727_fix_productTitleFormat','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','29561ea2-9db0-4ac0-ac5c-79a0f4118fe0'),(340,'plugin:commerce','m200901_094328_add_lineItem_description_column_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','3682554f-cf15-466d-be97-7ffc9ad223d2'),(341,'plugin:commerce','m200902_071515_add_itemSubtotal_order_column','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ff851a5c-fed8-4a5f-948d-32466d42a625'),(342,'plugin:commerce','m200907_132553_fix_donation_siteIds','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','dcf13b67-4911-4537-bbd3-68309e76fe63'),(343,'plugin:commerce','m200910_134928_fix_productType_title_format_columns','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9c03b2c6-9478-4d57-80b6-05213e4e040b'),(344,'plugin:commerce','m201005_169999_add_orderSiteId','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','eb72f3f3-b7d8-4117-872f-ca5f5b9cf4ab'),(345,'plugin:commerce','m201013_064230_add_subscription_id_fk','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','beee0471-e4b9-40fe-a797-d408e919c084'),(346,'plugin:commerce','m201102_064231_fix_deletedWithProduct_bool','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','89ea0ea6-981c-482e-87bb-1193a73e0772'),(347,'plugin:commerce','m201120_093135_add_locale_setting_to_email_and_pdf','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','79bb5914-9d51-4463-bba4-200191d399d2'),(348,'craft','m210326_132000_invalidate_projectconfig_cache','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','27d82ddb-2a06-4353-ab3c-21f1e89ee847'),(349,'plugin:commerce','m210302_050822_change_adjust_type_to_lowercase','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','c398363e-f42a-4782-9a43-d8b2b7931045'),(350,'plugin:commerce','m210317_050824_taxIncluded_update','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','260cbb22-f711-4920-9e31-8c379ccf946d'),(351,'plugin:commerce','m210317_093136_includedTax_fix','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','2250df4f-8928-4e68-802b-5f33c15a195c'),(352,'craft','m210331_220322_null_author','2021-06-15 15:48:20','2021-06-15 15:48:20','2021-06-15 15:48:20','22cda829-79c7-410d-9000-7e36fd2e41c1'),(353,'plugin:commerce','m201111_064232_order_notices','2021-06-15 15:48:20','2021-06-15 15:48:20','2021-06-15 15:48:20','5a404971-7783-4a6d-9081-bb17c465f18c'),(354,'plugin:commerce','m210113_093199_add_minMaxTotalType_to_shipping_rules','2021-06-15 15:48:20','2021-06-15 15:48:20','2021-06-15 15:48:20','a7f36749-8e63-4b3e-998f-e7f672768141'),(355,'plugin:commerce','m210114_093299_add_orderConditionFormula_to_shipping_rules','2021-06-15 15:48:20','2021-06-15 15:48:20','2021-06-15 15:48:20','b09c5e5b-48ff-4f6e-858f-615ee3c9c1db'),(356,'plugin:commerce','m210317_093137_add_type_to_notices','2021-06-15 15:48:20','2021-06-15 15:48:20','2021-06-15 15:48:20','faa694a9-7c9c-45ff-88c0-4bd963edc2b6'),(357,'plugin:retour','m210603_221000_add_gql_schema_components','2021-06-15 15:48:20','2021-06-15 15:48:20','2021-06-15 15:48:20','e5ff2038-070c-4e18-92df-db49e6980524'),(358,'plugin:seomatic','m210603_213100_add_gql_schema_components','2021-06-15 15:48:20','2021-06-15 15:48:20','2021-06-15 15:48:20','ef702e9d-4a2c-4847-99f7-61b5bf1ae119'),(359,'plugin:campaign','Install','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','66847aaf-ee4a-4a4a-81b9-bebb5dcef663'),(360,'plugin:campaign','m180312_120000_sendout_sender_id','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','acd037b1-96be-4948-9fa4-fd8cd2cfecda'),(361,'plugin:campaign','m180313_120000_add_verified_columns','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','ca91c876-b5a0-4081-b4e3-5efaf0601e3e'),(362,'plugin:campaign','m180320_120000_add_default_values','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','0f04388f-d56a-4629-b96a-e7cdddf68db5'),(363,'plugin:campaign','m180329_120000_sendout_sending','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','4c8081a6-8226-4676-8b0e-fe259e30e9a5'),(364,'plugin:campaign','m180405_120000_remove_expected_recipients','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','19060d55-b598-4eb3-ad85-7183388e72f9'),(365,'plugin:campaign','m180408_120000_time_delay_intervals','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','0f44eadf-34f8-447c-972b-54973cda4a75'),(366,'plugin:campaign','m180410_120000_pending_contacts','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','abf6891c-3338-46d7-a468-811fdb8b9215'),(367,'plugin:campaign','m180430_120000_geoip_refactoring','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','437b4390-a104-4464-96b6-fcd39c709588'),(368,'plugin:campaign','m180430_120000_source_columns','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','a4a82ebc-841a-4ba8-8606-e24251fa883a'),(369,'plugin:campaign','m180503_120000_pending_contacts_source_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','b02ad22d-beb0-4573-9c04-b82bca098c9e'),(370,'plugin:campaign','m180503_120000_user_permissions','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','fed8a55c-bf44-44bc-89d2-5539860f29c8'),(371,'plugin:campaign','m180507_120000_mlid','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','aafb54d1-a74e-4cfc-8d20-64b07ea2b844'),(372,'plugin:campaign','m180520_120000_remove_duplicate_columns','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','db553397-beb2-442a-9367-71eb5e932f99'),(373,'plugin:campaign','m180817_120000_rename_schedule_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','8abdeb79-ff27-44ed-9296-467271a6f7eb'),(374,'plugin:campaign','m180821_120000_add_mailinglisttype_template_columns','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','d0afad71-3c98-47b7-8165-6bc0f91fb3a8'),(375,'plugin:campaign','m180823_120000_refactor_schedule_send_time','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','8d2d2555-04f7-4b0d-ab95-3ea10a141530'),(376,'plugin:campaign','m180825_120000_add_mailinglist_syncedusergroupid_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','28e5a604-1817-4842-84b5-7d73ea72bda9'),(377,'plugin:campaign','m180830_120000_update_sendouts_htmlbody_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','78cddd82-88ba-46e8-bee6-5cf46b56b936'),(378,'plugin:campaign','m180911_120000_add_import_columns','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','947ff8a3-f769-4a7b-836e-bc1b1890e4c3'),(379,'plugin:campaign','m180913_120000_update_links_url_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','dd36a8d7-edeb-4bf1-8fd4-0743dde21392'),(380,'plugin:campaign','m181011_120000_add_siteid_columns','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','2a32acc8-1eab-435c-9168-6a998828676d'),(381,'plugin:campaign','m181014_120000_add_fromnamesemails_setting','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','38e60bfd-ead8-46d5-a8f8-7d861564255b'),(382,'plugin:campaign','m181109_120000_add_mailinglisttype_subject_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','7297fa64-a52f-410a-a9a0-6969f880535a'),(383,'plugin:campaign','m181126_120000_add_imports_foreignkey','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','beb715b9-b579-434b-b53b-c13b763142bc'),(384,'plugin:campaign','m190110_120000_add_contacts_userid','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','48c10591-f6aa-4292-86e8-f64b375062dc'),(385,'plugin:campaign','m190411_120000_alter_fail_columns','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','fe5d4ba7-3327-443c-b519-2d078d504f54'),(386,'plugin:campaign','m190422_120000_remove_failures_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','3eb0fff4-2c43-4f73-b552-0ce2c6dd80e8'),(387,'plugin:campaign','m190430_120000_update_fromnamesemails_setting','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','961ea562-17a5-4533-968b-cb4b9b9eb6df'),(388,'plugin:campaign','m190506_120000_add_assign_segment_types','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','8f8233a3-fea8-4bb7-998b-ab8b019bc47f'),(389,'plugin:campaign','m190701_120000_add_replytoemail','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','b2356bbd-2ee7-4628-8651-45fef7684f06'),(390,'plugin:campaign','m190725_120000_add_campaigntype_querystringparameters_columns','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','ac3fb2c8-d469-4349-9cd4-ea69237573c0'),(391,'plugin:campaign','m190726_120000_add_rename_mailinglisttype_columns','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','1665b8f1-887c-4035-b1a7-cc564d8d9687'),(392,'plugin:campaign','m200303_120000_add_missing_mailinglisttype_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','0445afac-cabd-4b17-8aed-9179955079a2'),(393,'plugin:campaign','m200315_120000_update_email_constraint','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','94046d98-3f9a-4642-b8ba-3c08f4a87239'),(394,'plugin:campaign','m200411_120000_update_short_uid_columns','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','cc58dd01-ab20-4e04-8dee-fe3e712dcb57'),(395,'plugin:campaign','m200923_120000_add_date_deleted_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','3a0eb1fe-f49c-45f4-be34-9fb476951345'),(396,'plugin:campaign','m200924_120000_add_test_contact_id_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','b619ed96-07fb-4f98-9ba7-df12e2de0494'),(397,'plugin:campaign','m201005_120000_add_force_subscribe_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','8b842cc5-3cee-43b2-847b-ffd298df95c5'),(398,'plugin:campaign','m201214_120000_add_asset_id_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','b4a779af-fae5-4931-9bcf-c28cb5232285'),(399,'plugin:campaign','m210102_120000_add_blocked_column','2021-06-15 15:48:23','2021-06-15 15:48:23','2021-06-15 15:48:23','409dc7c1-9459-4920-b6ab-73fdda82b1b7'),(400,'plugin:formie','Install','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','e395f83b-a9fc-4f2e-8485-93b5abdbf34c'),(401,'plugin:formie','m200724_000000_submissions_ipAddress','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','7242ea90-34a7-4326-ae96-6f0e30f2c2e8'),(402,'plugin:formie','m200725_000000_convert_success_message','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','ff784145-1609-4ee3-83f2-04429f79ff4f'),(403,'plugin:formie','m200725_100000_convert_error_message','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','ed4db754-898a-451e-915a-add956b4d735'),(404,'plugin:formie','m200731_000000_date_default_value','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','0a4f4290-aa21-4b2b-9d7d-1175c2f8c6ae'),(405,'plugin:formie','m200731_100000_hidden_defaults','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','589705b2-419e-45eb-8ab1-6de640a215b9'),(406,'plugin:formie','m200807_000000_form_css_js','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','4f6905c7-d2d5-48c7-b402-923bbb716082'),(407,'plugin:formie','m200810_000000_form_template_defaults','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','a3106a47-cde3-48ed-8578-7aad7f1f6b18'),(408,'plugin:formie','m200819_000000_tokens','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','a161caaa-7b50-4734-931a-7b4a4c091dff'),(409,'plugin:formie','m200822_000000_integrations','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','8fedac45-7999-47f7-b1d5-cc6827f55aad'),(410,'plugin:formie','m201010_000000_resave_submissions','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','47abf2ee-62eb-4fdc-b10e-28160bbb95d7'),(411,'plugin:formie','m201011_000000_convert_agree_description','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','ef516565-0809-4707-ba11-832586f22068'),(412,'plugin:formie','m201012_000000_address_autocomplete','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','83dd923a-b8a0-43e8-9ccf-5b4c66478ebd'),(413,'plugin:formie','m201016_000000_fix_agree_descriptionHtml','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','cffdca8a-868f-408b-b968-75e53b8f31c6'),(414,'plugin:formie','m201108_000000_sent_notifications','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','ba360e27-5a28-4b27-a961-ebe5690f0750'),(415,'plugin:formie','m201119_000000_increase_stencil','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','bd0c69f1-55e9-493d-af30-e883a3d06f5e'),(416,'plugin:formie','m201122_000000_notification_conditions','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','4cdac69c-8229-4520-bfea-960280b81792'),(417,'plugin:formie','m201123_000000_phone_refactor','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','285fd56d-70ab-4f75-8306-13a14bc3c87e'),(418,'plugin:formie','m201124_000000_form_data_retention','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','a89a77e7-5534-4441-8200-bffc888ac3cf'),(419,'plugin:formie','m201124_100000_form_file_uploads_data_retention','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','0fe8bea2-e03b-4027-8a7c-1eb612ae5304'),(420,'plugin:formie','m210131_000000_form_data_retention','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','d4785828-e944-4fad-8dce-7f5fbbc7f308'),(421,'plugin:formie','m210307_000000_relations','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','2eb3c3ef-6461-4e17-9871-9cb3e743757a'),(422,'plugin:formie','m210309_000000_fix_formId','2021-06-15 15:48:24','2021-06-15 15:48:24','2021-06-15 15:48:24','07a1ba7b-7584-43ed-97b9-c4549eb246f9'),(423,'craft','m210302_212318_canonical_elements','2021-07-14 16:08:59','2021-07-14 16:08:59','2021-07-14 16:08:59','57555fc5-1fca-4c96-94bb-a6fbc0e5408a'),(424,'craft','m210329_214847_field_column_suffixes','2021-07-14 16:08:59','2021-07-14 16:08:59','2021-07-14 16:08:59','4c320963-7312-4d29-8863-d7718009aac5'),(425,'craft','m210405_231315_provisional_drafts','2021-07-14 16:08:59','2021-07-14 16:08:59','2021-07-14 16:08:59','b0fc950f-3594-4bcd-83b7-5bee60dc5c3b'),(426,'craft','m210602_111300_project_config_names_in_config','2021-07-14 16:08:59','2021-07-14 16:08:59','2021-07-14 16:08:59','fa927d05-fe04-4016-ac20-82957a156c64'),(427,'craft','m210611_233510_default_placement_settings','2021-07-14 16:08:59','2021-07-14 16:08:59','2021-07-14 16:08:59','d5134023-1a6b-491c-8cf1-9caf22b39318'),(428,'craft','m210613_145522_sortable_global_sets','2021-07-14 16:08:59','2021-07-14 16:08:59','2021-07-14 16:08:59','47924a43-b3d9-48a0-9cf7-ca26141a99d5'),(429,'craft','m210613_184103_announcements','2021-07-14 16:08:59','2021-07-14 16:08:59','2021-07-14 16:08:59','1211fd02-6e53-4711-abcc-6ea5331dda03'),(430,'plugin:commerce','m201218_103541_add_user_condition_column_in_promotions','2021-07-14 16:09:00','2021-07-14 16:09:00','2021-07-14 16:09:00','441d6199-74ff-4908-973c-d30bc097d3b2'),(431,'plugin:commerce','m210608_093199_add_remove_included_to_taxrates','2021-07-14 16:09:00','2021-07-14 16:09:00','2021-07-14 16:09:00','21c8a6b3-30f3-438b-91a0-e186b3f7b848'),(432,'plugin:commerce','m210611_093299_add_remove_vat_included_to_taxrates','2021-07-14 16:09:00','2021-07-14 16:09:00','2021-07-14 16:09:00','5e3390fa-24c6-4209-946f-97c0fc19f9c6'),(433,'plugin:commerce','m210616_152013_change_return_cancel_url_column_type','2021-07-14 16:09:00','2021-07-14 16:09:00','2021-07-14 16:09:00','8f75e68c-072b-4abc-8461-74a61f4c963d'),(434,'plugin:commerce','m210703_060852_store_location_index','2021-07-14 16:09:00','2021-07-14 16:09:00','2021-07-14 16:09:00','ca629316-a489-4bab-9f1e-3418e8de3c3d'),(435,'plugin:formie','m210530_000000_sentnotifications_body','2021-07-14 16:09:00','2021-07-14 16:09:00','2021-07-14 16:09:00','6c3cd22e-1e3d-4c16-bd7f-dd1afa2c768c'),(436,'plugin:formie','m210607_000000_permissions','2021-07-14 16:09:00','2021-07-14 16:09:00','2021-07-14 16:09:00','2bd3f0d9-cc9d-4e21-b8a6-18f6211e3bb1'),(437,'plugin:formie','m210613_000000_sentnotifications_notificationId','2021-07-14 16:09:00','2021-07-14 16:09:00','2021-07-14 16:09:00','d35a97c6-eae8-4721-b82c-33639e6057e3'); -/*!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.10','1.0.0','unknown',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2021-08-04 19:58:11','e3c115e9-20f8-4e22-844e-30e17ef57531'),(2,'fastcgi-cache-bust','1.0.9','1.0.0','unknown',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2021-08-04 19:58:11','181a837f-d581-4b8f-a41f-c42ac5024864'),(3,'image-optimize','1.6.35','1.0.0','trial',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2021-08-04 19:58:11','828d7b83-f12e-417e-83f6-92fbbb05c82f'),(4,'retour','3.1.58','3.0.10','trial',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2021-08-04 19:58:11','d72e01fb-71aa-4d22-a59b-e3d941f64908'),(5,'seomatic','3.3.47','3.0.10','trial',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2021-08-04 19:58:11','1f2b10de-d456-42a8-816e-278d5516bcdd'),(7,'typogrify','1.1.18','1.0.0','unknown',NULL,'2020-03-27 13:30:07','2020-03-27 13:30:07','2021-08-04 19:58:11','77df8ab1-431b-47c6-9652-3b7f85c6ce9f'),(9,'twigpack','1.2.15','1.0.0','unknown',NULL,'2020-10-16 15:31:32','2020-10-16 15:31:32','2021-08-04 19:58:11','08169dff-2660-4224-bd82-b9a0a82101f2'),(11,'templatecomments','1.1.2','1.0.0','unknown',NULL,'2020-11-18 21:24:48','2020-11-18 21:24:48','2021-08-04 19:58:11','a144af0d-92ee-4913-97be-0e42d90b5aaa'),(12,'webperf','1.0.24','1.0.1','trial',NULL,'2020-11-18 21:24:48','2020-11-18 21:24:48','2021-08-04 19:58:11','f7222098-e07d-4101-b8d3-ef05b8e67f4d'),(13,'instant-analytics','1.1.12','1.0.0','trial',NULL,'2021-03-03 01:18:23','2021-03-03 01:18:23','2021-08-04 19:58:11','df13a92a-4d28-48f7-a0a2-da7d343e79d8'),(15,'redactor','2.8.8','2.3.0','unknown',NULL,'2021-03-03 03:34:37','2021-03-03 03:34:37','2021-08-04 19:58:11','74c9084c-7baf-438b-8786-eb738e4d5670'),(16,'rich-variables','1.0.29','1.0.0','trial',NULL,'2021-03-03 03:35:04','2021-03-03 03:35:04','2021-08-04 19:58:11','d4213a31-b058-48df-bc28-fd6960afe7e9'),(17,'transcoder','1.2.19','1.0.0','trial',NULL,'2021-03-03 03:37:37','2021-03-03 03:37:37','2021-08-04 19:58:11','9960f34f-2a1d-416c-839a-063df166583e'),(18,'commerce','3.4.1','3.4.11','trial',NULL,'2021-03-15 15:24:09','2021-03-15 15:24:09','2021-08-04 19:58:11','11fc64db-82ac-455f-88bc-f8ee055b7d8a'),(19,'campaign','1.19.2','1.18.0','trial',NULL,'2021-06-15 15:48:21','2021-06-15 15:48:21','2021-08-04 15:59:28','c64fd3b2-c6e9-44f5-a0ca-4cd528e3af4e'),(20,'cookies','1.1.15','1.0.0','unknown',NULL,'2021-06-15 15:48:23','2021-06-15 15:48:23','2021-08-04 19:58:11','45389268-621b-4516-85d1-44a3dcd0f7f1'),(21,'disqus','1.1.3','1.0.0','unknown',NULL,'2021-06-15 15:48:23','2021-06-15 15:48:23','2021-08-04 19:58:11','c22ba0df-a33c-440e-abe9-df046acfdc3a'),(22,'formie','1.4.12','1.1.11','trial',NULL,'2021-06-15 15:48:23','2021-06-15 15:48:23','2021-08-04 15:59:28','0d49365a-c363-4082-94a7-26ffe94cea27'),(23,'vite','1.0.13','1.0.0','unknown',NULL,'2021-06-15 15:48:24','2021-06-15 15:48:24','2021-08-04 15:59:28','c7cd9b9b-c041-404b-adb0-2f7628b77c30'),(24,'vizy','1.0.4','0.9.0','trial',NULL,'2021-06-15 15:48:24','2021-06-15 15:48:24','2021-08-04 15:59:28','883f0f8e-8fe7-40d2-b7e8-e2207a7a654b'),(25,'autocomplete','1.0.0','1.0.0','unknown',NULL,'2021-07-29 20:26:09','2021-07-29 20:26:09','2021-07-29 20:26:11','2262bb84-003f-4d3b-8109-3cfdcd1cfaaa'); -/*!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 ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.defaultPlacement','\"end\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocapitalize','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocomplete','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocorrect','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.class','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.disabled','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.id','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.instructions','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.label','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.max','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.min','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.name','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.orientation','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.placeholder','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.readonly','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.requirable','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.size','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.step','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.tip','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.title','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\TitleField\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.warning','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.width','100'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.name','\"Content\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.sortOrder','1'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.handle','\"category\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.name','\"Category\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"category/{slug}\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"category/{slug}\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.structure.maxLevels','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.structure.uid','\"7955d443-a120-44f2-bdbe-c741d59fadf4\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.handle','\"dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.isFrontendEnabled','true'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.name','\"Dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.paymentType','\"purchase\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.settings','null'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.sortOrder','99'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.type','\"craft\\\\commerce\\\\gateways\\\\Dummy\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.color','\"green\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.default','true'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.description','null'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.handle','\"new\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.name','\"New\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.sortOrder','99'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.descriptionFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.handle','\"clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasDimensions','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasProductTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariants','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariantTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.name','\"Clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocapitalize','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocomplete','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocorrect','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.class','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.disabled','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.id','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.instructions','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.label','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.max','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.min','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.name','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.orientation','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.placeholder','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.readonly','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.requirable','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.size','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.step','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.tip','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.title','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.type','\"craft\\\\commerce\\\\fieldlayoutelements\\\\ProductTitleField\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.warning','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.width','100'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.name','\"Content\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.sortOrder','1'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productTitleFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.skuFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.titleFormat','\"{product.title}\"'),('dateModified','1628107078'),('email.fromEmail','\"andrew@nystudio107.com\"'),('email.fromName','\"Craft\"'),('email.transportType','\"craft\\\\mail\\\\transportadapters\\\\Sendmail\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocapitalize','true'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocomplete','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocorrect','true'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.class','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.disabled','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.id','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.max','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.min','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.name','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.orientation','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.placeholder','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.readonly','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.requirable','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.size','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.step','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.title','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.required','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.required','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.required','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.name','\"Content\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.sortOrder','1'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.handle','\"review\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.hasTitleField','true'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.name','\"Review\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.section','\"de308a7d-1794-448f-9176-29e2eace7ecf\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.sortOrder','2'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleFormat','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleTranslationKeyFormat','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleTranslationMethod','\"site\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocapitalize','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocomplete','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocorrect','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.class','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.disabled','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.id','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.max','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.min','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.name','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.orientation','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.placeholder','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.readonly','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.requirable','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.size','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.step','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.title','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.fieldUid','\"0242b54b-89fc-4bc4-b2ba-308cca715ba7\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.name','\"Content\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.handle','\"blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.hasTitleField','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.name','\"Blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.section','\"de308a7d-1794-448f-9176-29e2eace7ecf\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationKeyFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationMethod','\"site\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocapitalize','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocomplete','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocorrect','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.class','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.disabled','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.id','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.max','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.min','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.name','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.orientation','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.placeholder','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.readonly','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.requirable','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.size','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.step','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.title','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.name','\"Content\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.handle','\"homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.hasTitleField','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.name','\"Homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.section','\"54e60257-f31a-44aa-960e-bbd364197e28\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleFormat','\"{section.name|raw}\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationKeyFormat','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationMethod','\"none\"'),('fieldGroups.94b4d5ac-d7ea-4241-a6cb-92b39f482f99.name','\"Common\"'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.columnSuffix','null'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.contentColumnType','\"string\"'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.handle','\"longform\"'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.instructions','\"\"'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.name','\"Longform\"'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.searchable','false'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.settings.errorMessage','\"Unable to find component class \'verbb\\\\vizy\\\\fields\\\\VizyField\'.\"'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.settings.expectedType','\"verbb\\\\vizy\\\\fields\\\\VizyField\"'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.settings.settings','\"{\\\"availableTransforms\\\":\\\"*\\\",\\\"availableVolumes\\\":\\\"*\\\",\\\"columnType\\\":\\\"text\\\",\\\"configSelectionMode\\\":\\\"choose\\\",\\\"defaultTransform\\\":\\\"\\\",\\\"fieldData\\\":[{\\\"id\\\":\\\"group-9u4U9ASooD\\\",\\\"name\\\":\\\"Default\\\",\\\"blockTypes\\\":[{\\\"id\\\":\\\"type-IXfgwp16KQ\\\",\\\"name\\\":\\\"Text\\\",\\\"handle\\\":\\\"text\\\",\\\"icon\\\":{\\\"label\\\":\\\"HireAHelper\\\",\\\"value\\\":\\\"hire-a-helper-brands\\\"},\\\"enabled\\\":true,\\\"layoutUid\\\":\\\"b262e1c1-d257-4432-94ba-dc5c168284bc\\\"}]}],\\\"manualConfig\\\":\\\"\\\",\\\"showUnpermittedFiles\\\":false,\\\"showUnpermittedVolumes\\\":false,\\\"vizyConfig\\\":\\\"\\\"}\"'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.translationKeyFormat','null'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.translationMethod','\"none\"'),('fields.0242b54b-89fc-4bc4-b2ba-308cca715ba7.type','\"craft\\\\fields\\\\MissingField\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.columnSuffix','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.contentColumnType','\"text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.handle','\"plainText\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.instructions','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.name','\"Plain Text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.searchable','false'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.byteLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.charLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.code','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.columnType','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.initialRows','\"4\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.multiline','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.placeholder','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.uiMode','\"normal\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationKeyFormat','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationMethod','\"none\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.type','\"craft\\\\fields\\\\PlainText\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.columnSuffix','\"hjezvijy\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.contentColumnType','\"text\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.handle','\"someImages\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.instructions','\"\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.name','\"Some Images\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.searchable','false'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.displayDominantColorPalette','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.displayLazyLoadPlaceholderImages','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.displayOptimizedImageVariants','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.0.1','\"1200\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.2.1','\"16\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.3.1','\"9\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.5.1','\"82\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.0.1','\"992\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.2.1','\"16\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.3.1','\"9\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.5.1','\"82\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.0.1','\"768\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.2.1','\"4\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.3.1','\"3\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.5.1','\"60\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.0.1','\"576\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.2.1','\"4\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.3.1','\"3\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.5.1','\"60\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.translationKeyFormat','null'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.translationMethod','\"none\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.type','\"nystudio107\\\\imageoptimize\\\\fields\\\\OptimizedImages\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.columnSuffix','null'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.contentColumnType','\"text\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.handle','\"optimizedImages\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.instructions','\"\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.name','\"Optimized Images\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.searchable','false'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayDominantColorPalette','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayLazyLoadPlaceholderImages','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayOptimizedImageVariants','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.0.1','\"1200\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.2.1','\"16\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.3.1','\"9\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.5.1','\"82\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.0.1','\"992\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.2.1','\"16\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.3.1','\"9\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.5.1','\"82\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.0.1','\"768\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.2.1','\"4\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.3.1','\"3\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.5.1','\"60\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.0.1','\"576\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.2.1','\"4\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.3.1','\"3\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.5.1','\"60\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.translationKeyFormat','null'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.translationMethod','\"none\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.type','\"nystudio107\\\\imageoptimize\\\\fields\\\\OptimizedImages\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.columnSuffix','null'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.contentColumnType','\"text\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.handle','\"seo\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.instructions','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.name','\"SEO\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.searchable','false'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.elementDisplayPreviewType','\"google\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.facebookTabEnabled','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.0','\"seoPreview\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.1','\"mainEntityOfPage\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.10','\"robots\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.11','\"canonicalUrl\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.2','\"seoTitle\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.3','\"siteNamePosition\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.4','\"seoDescription\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.5','\"seoKeywords\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.6','\"seoImage\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.7','\"seoImageTransform\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.8','\"seoImageTransformMode\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.9','\"seoImageDescription\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalTabEnabled','\"1\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.0','\"sitemapUrls\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.1','\"sitemapAssets\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.2','\"sitemapFiles\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.3','\"sitemapAltLinks\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.4','\"sitemapChangeFreq\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.5','\"sitemapPriority\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.6','\"sitemapLimit\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapTabEnabled','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.twitterTabEnabled','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.translationKeyFormat','null'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.translationMethod','\"none\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.type','\"nystudio107\\\\seomatic\\\\fields\\\\SeoSettings\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.columnSuffix','null'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.contentColumnType','\"text\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.handle','\"richText\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.instructions','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.name','\"Rich Text\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.searchable','false'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.availableTransforms','\"*\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.availableVolumes','\"*\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.cleanupHtml','true'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.columnType','\"text\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.configSelectionMode','\"choose\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.defaultTransform','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.manualConfig','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.purifierConfig','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.purifyHtml','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.redactorConfig','\"Simple.json\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeEmptyTags','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeInlineStyles','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeNbsp','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showHtmlButtonForNonAdmins','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showUnpermittedFiles','false'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showUnpermittedVolumes','false'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.uiMode','\"enlarged\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.translationKeyFormat','null'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.translationMethod','\"none\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.type','\"craft\\\\redactor\\\\Field\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.color','\"green\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.description','null'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.handle','\"new\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.isDefault','true'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.name','\"New\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.sortOrder','1'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availability','\"always\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availabilityFrom','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availabilitySubmissions','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availabilityTo','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.dataRetention','\"forever\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.dataRetentionValue','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.fileUploadsAction','\"retain\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.attachFiles','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.content','\"[{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"A user submission has been made on the \\\\\\\"\\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Form Name\\\",\\\"value\\\":\\\"{formName}\\\"}},{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"\\\\\\\" form on \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Site Name\\\",\\\"value\\\":\\\"{siteName}\\\"}},{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\" at \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Timestamp (yyyy-mm-dd hh:mm:ss)\\\",\\\"value\\\":\\\"{timestamp}\\\"}}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Their submission details are:\\\"}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"All Form Fields\\\",\\\"value\\\":\\\"{allFields}\\\"}}]}]\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.enabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.from','\"{field.emailAddress}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.id','\"new981-8077\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.name','\"Admin Notification\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.replyTo','\"{field.emailAddress}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.subject','\"A new submission was made on \\\"{formName}\\\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.templateId','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.to','\"{systemEmail}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.attachFiles','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.content','\"[{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Thanks again for contacting us. Our team will get back to you as soon as we can.\\\"}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"As a reminder, you submitted the following details at \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Timestamp (yyyy-mm-dd hh:mm:ss)\\\",\\\"value\\\":\\\"{timestamp}\\\"}}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"All Form Fields\\\",\\\"value\\\":\\\"{allFields}\\\"}}]}]\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.enabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.id','\"new7052-5168\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.name','\"User Notification\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.subject','\"Thanks for contacting us!\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.templateId','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.to','\"{field.emailAddress}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.id','\"new1272610411\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.label','\"Page 1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.brandNewField','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.columnWidth','12'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.handle','\"yourName\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.hasLabel','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.id','\"new7715-7348\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.label','\"Your Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameCollapsed','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameEnabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameLabel','\"First Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNamePlaceholder','\"e.g. Peter\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameRequired','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.handle','\"yourName\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.instructions','\"Please enter your full name.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.instructionsPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.label','\"Your Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.labelPosition','\"verbb\\\\formie\\\\positions\\\\Hidden\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameCollapsed','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameEnabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameLabel','\"Last Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNamePlaceholder','\"e.g. Sherman\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameRequired','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.limitType','\"characters\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameCollapsed','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameEnabled','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameLabel','\"Middle Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.placeholder','\"Your name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixCollapsed','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixEnabled','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixLabel','\"Prefix\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.subfieldLabelPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.useMultipleFields','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.type','\"verbb\\\\formie\\\\fields\\\\formfields\\\\Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.id','\"new8990-9934\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.brandNewField','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.columnWidth','12'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.handle','\"emailAddress\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.hasLabel','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.id','\"new6482-9528\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.label','\"Email Address\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.handle','\"emailAddress\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.instructions','\"Please enter your email so we can get in touch.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.instructionsPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.label','\"Email Address\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.labelPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.limitType','\"characters\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.placeholder','\"e.g. psherman@wallaby.com\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.required','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.type','\"verbb\\\\formie\\\\fields\\\\formfields\\\\Email\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.id','\"new9524-8509\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.brandNewField','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.columnWidth','12'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.handle','\"message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.hasLabel','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.id','\"new982-7322\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.label','\"Message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.handle','\"message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.instructions','\"Please enter your comments.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.instructionsPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.label','\"Message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.labelPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.limitType','\"characters\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.placeholder','\"e.g. The reason for my enquiry is...\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.required','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.type','\"verbb\\\\formie\\\\fields\\\\formfields\\\\MultiLineText\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.id','\"new2177-9685\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.backButtonLabel','\"Back\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.buttonsPosition','\"left\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.label','\"Page 1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.showBackButton','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.submitButtonLabel','\"Contact us\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.sortOrder','0'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.requireUser','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.availabilityMessage','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.availabilityMessageDate','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.availabilityMessageSubmissions','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.collectIp','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.collectUser','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.dataRetention','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.dataRetentionValue','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.defaultEmailTemplateId','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.defaultInstructionsPosition','\"verbb\\\\formie\\\\positions\\\\AboveInput\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.defaultLabelPosition','\"verbb\\\\formie\\\\positions\\\\AboveInput\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayCurrentPageTitle','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayFormTitle','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayPageProgress','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayPageTabs','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessage.0.content.0.text','\"Couldn’t save submission due to errors.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessage.0.content.0.type','\"text\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessage.0.type','\"paragraph\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessagePosition','\"top-form\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.fileUploadsAction','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.loadingIndicator','\"spinner\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.loadingIndicatorText','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.progressPosition','\"end\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.redirectUrl','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.storeData','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submissionTitleFormat','\"{timestamp}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitAction','\"message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionFormHide','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessage.0.content.0.text','\"Thank you for contacting us! Our team will get in touch shortly to follow up on your message.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessage.0.content.0.type','\"text\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessage.0.type','\"paragraph\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessagePosition','\"top-form\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessageTimeout','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionTab','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionUrl','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitMethod','\"ajax\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.userDeletedAction','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.validationOnFocus','\"1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.validationOnSubmit','\"1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.userDeletedAction','\"retain\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.defaultStatusId','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.handle','\"contactForm\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.name','\"Contact Form\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.templateId','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.name','\"Default\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.sortOrder','1'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.handle','\"globals\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.name','\"Globals\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.sortOrder','2'),('graphql.publicToken.enabled','false'),('graphql.publicToken.expiryDate','null'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.isPublic','true'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.name','\"Public Schema\"'),('meta.__names__.0242b54b-89fc-4bc4-b2ba-308cca715ba7','\"Longform\"'),('meta.__names__.110568c4-6978-4a9d-ae96-44c45c0739c1','\"New\"'),('meta.__names__.21903cb2-5b82-49ea-9766-e120d0951ea3','\"Plain Text\"'),('meta.__names__.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16','\"Some Images\"'),('meta.__names__.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5','\"Optimized Images\"'),('meta.__names__.407fe253-2ada-4a88-b1a4-fb6c2004cd9b','\"Clothing\"'),('meta.__names__.4a0cb371-14a6-415d-84db-fc0512410ec8','\"SEO\"'),('meta.__names__.54e60257-f31a-44aa-960e-bbd364197e28','\"Homepage\"'),('meta.__names__.5c642d7e-b16b-4836-9575-668d75d242e5','\"Site\"'),('meta.__names__.5da841b1-ca0d-46ff-8bb1-04d6c889ac54','\"English\"'),('meta.__names__.6005c2f9-5d85-4442-b712-22e070096ac8','\"Public Schema\"'),('meta.__names__.626b0987-e067-4dd2-9918-1d209373265a','\"Review\"'),('meta.__names__.6a117ef0-054c-4147-acb6-6fe57d48c4ae','\"Dummy\"'),('meta.__names__.94b4d5ac-d7ea-4241-a6cb-92b39f482f99','\"Common\"'),('meta.__names__.a0587a0b-d71c-4085-9c28-f0165af2b925','\"Contact Form\"'),('meta.__names__.aa7c6968-88ec-4d2a-af47-d3c40b582a68','\"Globals\"'),('meta.__names__.abcda4a4-b1db-4677-b5d6-69588443704f','\"Rich Text\"'),('meta.__names__.b8fd3909-9af1-42c4-8c5e-2716a2a1957e','\"Category\"'),('meta.__names__.c4536798-743d-4bf0-9669-192827bfb26c','\"Blog\"'),('meta.__names__.de308a7d-1794-448f-9176-29e2eace7ecf','\"Blog\"'),('meta.__names__.ec473f07-152f-423b-90df-ac425e6068a1','\"Spanish\"'),('meta.__names__.f89601e9-4ba9-4a48-9e99-350aa9914912','\"plugindev\"'),('meta.__names__.f923795f-139e-4b59-b27c-eaa0be4f847c','\"New\"'),('meta.__names__.fb3a8f31-d1cc-4c13-903b-a501f7e51f54','\"Homepage\"'),('plugins.autocomplete.edition','\"standard\"'),('plugins.autocomplete.enabled','true'),('plugins.autocomplete.schemaVersion','\"1.0.0\"'),('plugins.campaign.edition','\"lite\"'),('plugins.campaign.enabled','true'),('plugins.campaign.licenseKey','\"F3MN89XHBHVI5DAPSIVIYT8V\"'),('plugins.campaign.schemaVersion','\"1.18.0\"'),('plugins.commerce.edition','\"lite\"'),('plugins.commerce.enabled','true'),('plugins.commerce.licenseKey','\"J2NBXBI5X4R7LD6QH69N51OY\"'),('plugins.commerce.schemaVersion','\"3.4.11\"'),('plugins.cookies.edition','\"standard\"'),('plugins.cookies.enabled','true'),('plugins.cookies.schemaVersion','\"1.0.0\"'),('plugins.disqus.edition','\"standard\"'),('plugins.disqus.enabled','true'),('plugins.disqus.schemaVersion','\"1.0.0\"'),('plugins.fastcgi-cache-bust.edition','\"standard\"'),('plugins.fastcgi-cache-bust.enabled','true'),('plugins.fastcgi-cache-bust.schemaVersion','\"1.0.0\"'),('plugins.formie.edition','\"standard\"'),('plugins.formie.enabled','true'),('plugins.formie.licenseKey','\"P7DFF2O1GLQSRR9AH5IS9Q4R\"'),('plugins.formie.schemaVersion','\"1.1.11\"'),('plugins.image-optimize.edition','\"standard\"'),('plugins.image-optimize.enabled','true'),('plugins.image-optimize.licenseKey','\"HYZ5UZV03GNJM5VK9QNV9SEX\"'),('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','true'),('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__.0.1.__assoc__.3.0','\"unsharpMask\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.3.1','\"20\"'),('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','\"\"'),('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.lowerQualityRetinaImageVariants','true'),('plugins.image-optimize.settings.sharpenScaledImagePercentage','50'),('plugins.image-optimize.settings.transformClass','\"nystudio107\\\\imageoptimize\\\\imagetransforms\\\\CraftImageTransform\"'),('plugins.instant-analytics.edition','\"standard\"'),('plugins.instant-analytics.enabled','true'),('plugins.instant-analytics.licenseKey','\"M7PU5DVTK7247SS1V3DVBVL3\"'),('plugins.instant-analytics.schemaVersion','\"1.0.0\"'),('plugins.minify.edition','\"standard\"'),('plugins.minify.enabled','true'),('plugins.minify.schemaVersion','\"1.0.0\"'),('plugins.redactor.edition','\"standard\"'),('plugins.redactor.enabled','true'),('plugins.redactor.schemaVersion','\"2.3.0\"'),('plugins.retour.edition','\"standard\"'),('plugins.retour.enabled','true'),('plugins.retour.licenseKey','\"4LL2ODYFR0QG87WCCW3XYYFQ\"'),('plugins.retour.schemaVersion','\"3.0.10\"'),('plugins.retour.settings.additionalHeaders','\"\"'),('plugins.retour.settings.alwaysStripQueryString','false'),('plugins.retour.settings.automaticallyTrimStatistics','\"1\"'),('plugins.retour.settings.createUriChangeRedirects','true'),('plugins.retour.settings.dynamicRedirectDisplayLimit','100'),('plugins.retour.settings.enableApiEndpoint','\"\"'),('plugins.retour.settings.excludePatterns','\"\"'),('plugins.retour.settings.pluginName','\"Retour\"'),('plugins.retour.settings.preserveQueryString','false'),('plugins.retour.settings.recordRemoteIp','true'),('plugins.retour.settings.refreshIntervalSecs','5'),('plugins.retour.settings.staticRedirectDisplayLimit','100'),('plugins.retour.settings.statisticsRateLimitMs','\"3600000\"'),('plugins.retour.settings.statsDisplayLimit','1000'),('plugins.retour.settings.statsStoredLimit','1000'),('plugins.retour.settings.stripQueryStringFromStats','false'),('plugins.retour.settings.uriChangeRedirectSrcMatch','\"pathonly\"'),('plugins.rich-variables.edition','\"standard\"'),('plugins.rich-variables.enabled','true'),('plugins.rich-variables.licenseKey','\"XCDGZ4TWFI5W87892QH9WX6T\"'),('plugins.rich-variables.schemaVersion','\"1.0.0\"'),('plugins.seomatic.edition','\"standard\"'),('plugins.seomatic.enabled','true'),('plugins.seomatic.licenseKey','\"ZTMAKHNCRNLVSBCTDHIJUPQW\"'),('plugins.seomatic.schemaVersion','\"3.0.10\"'),('plugins.templatecomments.edition','\"standard\"'),('plugins.templatecomments.enabled','false'),('plugins.templatecomments.schemaVersion','\"1.0.0\"'),('plugins.transcoder.edition','\"standard\"'),('plugins.transcoder.enabled','true'),('plugins.transcoder.licenseKey','\"MCJR0325X9EMZYDAHCDXHP8R\"'),('plugins.transcoder.schemaVersion','\"1.0.0\"'),('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.vite.edition','\"standard\"'),('plugins.vite.enabled','true'),('plugins.vite.schemaVersion','\"1.0.0\"'),('plugins.vizy.edition','\"standard\"'),('plugins.vizy.enabled','true'),('plugins.vizy.licenseKey','\"0NNHVEL0DM3VA58KBCKVWRSJ\"'),('plugins.vizy.schemaVersion','\"0.9.0\"'),('plugins.webperf.edition','\"standard\"'),('plugins.webperf.enabled','false'),('plugins.webperf.licenseKey','\"SP5V7EIW3GYBJR4R20D30Q0I\"'),('plugins.webperf.schemaVersion','\"1.0.1\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.defaultPlacement','\"end\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.enableVersioning','false'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.handle','\"homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.name','\"Homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.1','\"Entry\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.1','\"/\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.1','\"1\"'),('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.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"index\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"__home__\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.type','\"single\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.defaultPlacement','\"end\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.enableVersioning','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.handle','\"blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.name','\"Blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.1','\"{url}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.1','\"1\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.propagationMethod','\"all\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.type','\"channel\"'),('siteGroups.f89601e9-4ba9-4a48-9e99-350aa9914912.name','\"plugindev\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.baseUrl','\"@web/\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabled','true'),('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','\"English\"'),('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'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.baseUrl','\"@web/es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.enabled','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.handle','\"spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.language','\"es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.name','\"Spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.primary','false'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.siteGroup','\"f89601e9-4ba9-4a48-9e99-350aa9914912\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.sortOrder','2'),('system.edition','\"pro\"'),('system.live','true'),('system.name','\"plugindev\"'),('system.retryDuration','60'),('system.schemaVersion','\"3.7.7\"'),('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.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocapitalize','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocomplete','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocorrect','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.class','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.disabled','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.id','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.max','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.min','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.name','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.orientation','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.placeholder','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.readonly','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.requirable','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.size','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.step','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.title','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\AssetTitleField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.fieldUid','\"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.required','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.fieldUid','\"3ac44e69-f6b1-48f7-a9a6-f4cf14261b16\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.required','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.name','\"Content\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.sortOrder','1'),('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','0'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationKeyFormat','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationMethod','\"site\"'),('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 ('10605f7e','@craft/web/assets/cp/dist'),('10929eef','@lib/jquery.payment'),('1133e210','@app/web/assets/craftsupport/dist'),('115baca6','@craft/web/assets/cp/dist'),('11757db','@craft/web/assets/dashboard/dist'),('1366699e','@craft/web/assets/craftsupport/dist'),('13e52610','@lib/jquery-touch-events'),('14411ad2','@lib/picturefill'),('1518e894','@craft/web/assets/fieldsettings/dist'),('15579650','@craft/commerce/web/assets/statwidgets/dist'),('164b82cb','@lib/fileupload'),('164f7a37','@lib/selectize'),('177489ef','@lib/selectize'),('18034672','@lib/garnishjs'),('1a1054a8','@craft/web/assets/edituser/dist'),('1ae43a83','@lib/d3'),('1ae8bddc','@lib/iframe-resizer'),('1b18624f','@modules/sitemodule/assetbundles/sitemodule/dist'),('1b60de53','@craft/web/assets/login/dist'),('1c0c20c','@storage/rebrand/icon'),('1c233ebd','@lib/xregexp'),('1c895340','@craft/commerce/web/assets/orderswidget/dist'),('1ce22ad5','@craft/web/assets/utilities/dist'),('1d18cd65','@lib/xregexp'),('1d3ac67a','@bower/jquery/dist'),('1eb08263','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('1fa14ed1','@app/web/assets/updateswidget/dist'),('20c76e31','@lib/vue'),('211b0cbf','@app/web/assets/recententries/dist'),('21b195db','@craft/web/assets/editentry/dist'),('225125c','@craft/web/assets/cp/dist'),('22bf4d67','@lib/jquery-touch-events'),('2342c554','@craft/web/assets/edituser/dist'),('23dc66c8','@lib/timepicker'),('242811b6','@craft/redactor/assets/field/dist'),('24685786','@bower/jquery/dist'),('251b71a5','@lib/picturefill'),('25be5edd','@lib/axios'),('25c2fc0','@nystudio107/webperf/assetbundles/webperf/dist'),('2638a931','@craft/web/assets/fields/dist'),('26a94552','@bower/jquery/dist'),('26fd60dc','@lib/fabric'),('27d2bba8','@modules/sitemodule/assetbundles/sitemodule/dist'),('285126a','@appicons'),('29592d05','@lib/garnishjs'),('29c00f13','@lib/jquery.payment'),('2b011dc7','@lib/jquery.payment'),('2bbe51f4','@lib/d3'),('2c7354da','@craft/web/assets/feed/dist'),('2d75ca0c','@lib/vue'),('2d97ec6','/Users/andrew/webdev/craft/craft-imageoptimize/src/assetbundles/imageoptimize/dist'),('2dd6ad74','@commerceLib/deepmerge'),('2f1651e4','@craft/web/assets/admintable/dist'),('2f691e94','@lib/jquery-ui'),('31504f4c','@lib/iframe-resizer'),('31992bea','@lib/timepicker'),('3231980c','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('32aa6d8f','@lib/element-resize-detector'),('33bbb4e2','@lib/garnishjs'),('342ff57f','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('34a4c481','@craft/web/assets/recententries/dist'),('34b053ef','@commerceLib'),('35849ce9','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('359f3759','@craft/web/assets/recententries/dist'),('35e7a0fb','@lib/velocity'),('35f4c803','@craft/web/assets/admintable/dist'),('36465e3a','@craft/web/assets/craftsupport/dist'),('3726b22f','@lib/velocity'),('3845c627','@craft/web/assets/dashboard/dist'),('38683e4c','@app/web/assets/login/dist'),('38c6088d','@craft/web/assets/updates/dist'),('38f25a94','@commerceLib'),('39998b3c','@commerceLib'),('3be8a46e','/Users/andrew/webdev/craft/craft-richvariables/src/redactor/plugins/v2'),('3c1ff93b','@lib/fabric'),('3c562b32','@app/web/assets/cp/dist'),('3d6450f','@craft/web/assets/dashboard/dist'),('3df3705b','@lib/fileupload'),('3e40e9f7','@craft/web/assets/login/dist'),('403f3756','@lib/selectize'),('40a3715','@lib/selectize'),('4106e0ec','@craft/web/assets/feed/dist'),('413b32aa','@verbb/vizy/web/assets/field/dist'),('421caaa2','@lib/jquery-ui'),('423157b3','@lib/picturefill'),('430aa46b','@lib/picturefill'),('443f2478','@lib/iframe-resizer'),('44ae98a9','@lib/jquery-touch-events'),('44e0b295','@lib/velocity'),('44fed917','@craft/commerce/web/assets/statwidgets/dist'),('454d608c','@app/web/assets/feed/dist'),('45805e80','@craft/web/assets/craftsupport/dist'),('45956b71','@lib/jquery-touch-events'),('45c02d37','/Users/andrew/webdev/craft/craft-imageoptimize/src/assetbundles/imageoptimize/dist'),('4610121f','@craft/web/assets/cp/dist'),('468c5269','@craft/web/assets/updateswidget/dist'),('47414c54','@craft/web/assets/craftsupport/dist'),('48092a32','@storage/rebrand/icon'),('489c1b6f','@lib/fileupload'),('48cbeaeb','@lib/axios'),('495216a8','@lib/velocity'),('4a5373dc','@lib/xregexp'),('4a9267b4','@craft/web/assets/utilities/dist'),('4bcf7130','@craft/web/assets/fieldsettings/dist'),('4bd2e2f4','/Users/andrew/webdev/craft/craft-richvariables/src/redactor/plugins/v2'),('4c9477e2','@lib/d3'),('4d201c07','@craft/commerce/web/assets/orderswidget/dist'),('4d719d94','@craft/web/assets/queuemanager/dist'),('4d86e94d','@craft/web/assets/login/dist'),('4daf843a','@lib/d3'),('4dd66b58','@craft/web/assets/dbbackup/dist'),('4e377162','@craft/web/assets/edituser/dist'),('4f17798c','@craft/web/assets/dbbackup/dist'),('4f47fb99','@craft/web/assets/login/dist'),('50741a91','@lib/picturefill'),('50b1ea3b','@lib/xregexp'),('50b687b5','@craft/web/assets/editentry/dist'),('51f8df3f','/Users/andrew/webdev/craft/craft-transcoder/src/assetbundles/transcoder/dist'),('538ee297','@craft/web/assets/recententries/dist'),('55307211','@craft/web/assets/dashboard/dist'),('55419fd5','@craft/web/assets/generalsettings/dist'),('55562cda','@lib/prismjs'),('556f45e8','@bower/jquery/dist'),('5575b940','@lib/jquery.payment'),('55dc058b','/Users/andrew/webdev/craft/craft-transcoder/src/assetbundles/transcoder/dist'),('567a695a','@lib/iframe-resizer'),('57419a82','@lib/iframe-resizer'),('57d02653','@lib/jquery-touch-events'),('58c71d7d','@lib/jquery.payment'),('58d72a96','@craft/web/assets/utilities/dist'),('58dde1d5','@bower/jquery/dist'),('5a020035','@craft/redactor/assets/field/dist'),('5ad9564d','@lib/fileupload'),('5addaeb1','@lib/selectize'),('5be2a595','@lib/fileupload'),('5c22ac52','@craft/commerce/web/assets/commercecp/dist'),('5c6ecb8e','@craft/web/assets/updateswidget/dist'),('5c72d862','@lib/vue'),('5ca21b13','@craft/web/assets/plugins/dist'),('5cf28bf8','@craft/web/assets/cp/dist'),('5e2d69a3','@app/web/assets/utilities/dist'),('5eb3cab6','@lib/vue'),('5ed13ac0','@lib/d3'),('5fdfd9b9','@lib/element-resize-detector'),('5ff484fa','@verbb/vizy/web/assets/field/dist'),('61c08531','@lib/velocity'),('62bf76ba','@craft/web/assets/admintable/dist'),('62d489e0','@craft/web/assets/recententries/dist'),('6329d6fd','@craft/web/assets/editsection/dist'),('63689812','/Users/andrew/webdev/craft/craft-seomatic/src/assetbundles/seomatic/dist'),('63848562','@craft/web/assets/admintable/dist'),('645ed6b7','@commerceLib/deepmerge'),('6520499e','@lib/vue'),('6535071f','@commerceLib/deepmerge'),('655b8c2f','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('65f08aef','@craft/web/assets/plugins/dist'),('675a6c19','/Users/andrew/webdev/craft/craft-richvariables/src/assetbundles/richvariables/dist'),('681cdfcc','@commerceLib/deepmerge'),('6a364','@lib/d3'),('6a6fb45a','@lib/fabric'),('6aaa7db7','@craft/web/assets/fields/dist'),('6b544782','@lib/fabric'),('6c24bddd','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('6d34a0f9','@craft/web/assets/updateswidget/dist'),('6d6c2d46','@lib/garnishjs'),('6e7d170','@craft/redactor/assets/redactor/dist'),('701045b5','@craft/web/assets/dashboard/dist'),('704f724c','@bower/jquery/dist'),('71655c21','@lib/selectize'),('717a2157','@commerceLib'),('71997b17','@lib/axios'),('71c1c840','@craft/web/assets/admintable/dist'),('735869c3','@lib/axios'),('7484faa4','@craft/web/assets/dbbackup/dist'),('7596b011','@craft/web/assets/editentry/dist'),('75da5b6','@craft/web/assets/fieldsettings/dist'),('76156a65','@craft/web/assets/login/dist'),('77151322','@storage/rebrand/logo'),('774a7968','@craft/web/assets/cp/dist'),('774d4a20','@lib/element-resize-detector'),('782af978','@lib/fabric'),('78361007','@craft/web/assets/recententries/dist'),('78547110','@craft/web/assets/feed/dist'),('78ef3095','@craft/web/assets/fields/dist'),('798f298a','@lib/jquery-ui'),('79ff173c','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('7a28f921','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('7a9563c4','@craft/web/assets/feed/dist'),('7affee1d','@lib/element-resize-detector'),('7b0918ab','@lib/xregexp'),('7b4e3b5e','@lib/jquery-ui'),('7b782c95','/Users/andrew/webdev/craft/craft-transcoder/src/assetbundles/transcoder/dist'),('7c611e2a','@vendor/yiisoft/yii2/assets'),('7c628db','@craft/web/assets/deprecationerrors/dist'),('7de72ad9','@lib/jquery.payment'),('7e1293bc','@lib/garnishjs'),('7e13dda8','@craft/web/assets/craftsupport/dist'),('7f296064','@lib/garnishjs'),('7fb8d0d','@lib/jquery-ui'),('8009f0d6','@lib/selectize'),('80594105','@craft/web/assets/fields/dist'),('809c88e8','@lib/fabric'),('8209bfb2','@bower/jquery/dist'),('825d9a3c','@lib/fabric'),('83d05862','/Users/andrew/webdev/craft/craft-richvariables/src/assetbundles/richvariables/dist'),('83f84ace','@lib/jquery-ui'),('855fda8','@lib/vue'),('85dbc414','@lib/iframe-resizer'),('8621e6d7','@lib/element-resize-detector'),('87d71061','@lib/xregexp'),('892f0a87','@lib/axios'),('8964d128','@lib/velocity'),('8977b9d0','@craft/web/assets/admintable/dist'),('8978fb03','@lib/fileupload'),('89e022be','/Users/andrew/webdev/craft/craft-instantanalytics/src/assetbundles/instantanalytics/dist'),('8a65b45c','@lib/xregexp'),('8a70ddf9','@craft/web/assets/recententries/dist'),('8b9471a2','@craft/web/assets/cp/dist'),('8cce4d7f','@craft/web/assets/dashboard/dist'),('8dbb54eb','@lib/selectize'),('8df3b049','/Users/andrew/webdev/craft/craft-webperf/src/assetbundles/boomerang/dist/js'),('8e384585','@craft/web/assets/plugins/dist'),('8fa1e727','@lib/jquery.payment'),('907bff7','@lib/jquery-touch-events'),('9086f434','@lib/jquery-ui'),('9190fafd','@lib/picturefill'),('91bd07ec','@lib/jquery-ui'),('91eaa833','@craft/web/assets/updateswidget/dist'),('92a74da2','@craft/web/assets/feed/dist'),('92be8dda','@craft/web/assets/clearcaches/dist'),('938648cf','@lib/velocity'),('939cbe7a','@craft/web/assets/feed/dist'),('939eea7','@lib/element-resize-detector'),('93fa1113','@commerceLib/deepmerge'),('94b2ccb6','@lib/prismjs'),('953637e','@craft/web/assets/feed/dist'),('95437ec0','@lib/jquery.payment'),('95da5cd6','@lib/garnishjs'),('9634c63f','@lib/jquery-touch-events'),('971b4e02','@lib/garnishjs'),('97e9605','@yii/debug/assets'),('988f410c','@modules/sitemodule/assetbundles/sitemodule/dist'),('98eb2655','@bower/jquery/dist'),('98ff4d16','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('9924a1a8','@verbb/base/resources/dist'),('9933cafa','@craft/web/assets/utilities/dist'),('9a51b47d','@lib/axios'),('9aab2dc3','/Users/andrew/webdev/craft/craft-seomatic/src/assetbundles/seomatic/dist'),('9b5c1cb0','@craft/web/assets/userpermissions/dist'),('9b6a47a5','@lib/axios'),('9b9fa76d','@craft/web/assets/editsection/dist'),('9cabe0f5','/Users/andrew/webdev/craft/craft-instantanalytics/src/assetbundles/instantanalytics/dist'),('9d087fb0','@lib/timepicker'),('9d46fb7f','@craft/web/assets/plugins/dist'),('9e6979','@lib/axios'),('9effd277','@commerceLib'),('9f35daac','@lib/d3'),('a0615b06','@craft/web/assets/utilities/dist'),('a1e86ef','@craft/web/assets/updateswidget/dist'),('a20e8d4c','@craft/web/assets/userpermissions/dist'),('a243b','@lib/iframe-resizer'),('a2a049d2','@craft/web/assets/utilities/dist'),('a2f727c5','@lib/xregexp'),('a41915b7','@lib/jquery.payment'),('a43635a3','@cloudfrontUrl/Users/andrew/webdev/craft/craft-webperf/src/assetbundles/boomerang/dist/js'),('a48f34f3','@craft/web/assets/login/dist'),('a492930','@lib/jquery-ui'),('a4a65984','@lib/d3'),('a4c4a9f2','@lib/vue'),('a5b4c72b','@craft/web/assets/login/dist'),('a6674b50','@lib/d3'),('a676a063','@storage/rebrand/icon'),('a776bfef','@craft/web/assets/dashboard/dist'),('a782a126','@craft/web/assets/queuemanager/dist'),('a89b634f','@lib/selectize'),('a8c26b01','@lib/picturefill'),('a9b14d22','@bower/jquery/dist'),('aa0379d5','@lib/picturefill'),('aa2700cf','/Users/andrew/webdev/craft/craft-seomatic/src/assetbundles/seomatic/dist'),('aa4f39e','/Users/andrew/webdev/craft/craft-richvariables/src/assetbundles/richvariables/dist'),('aaab0321','/Users/andrew/webdev/craft/craft-imageoptimize/src/assetbundles/imageoptimize/dist'),('ab7b2a37','@craft/commerce/web/assets/statwidgets/dist'),('ab866bf6','@craft/commerce/web/assets/commercecp/dist'),('ac88cd2a','@lib/garnishjs'),('ac89833e','@craft/web/assets/craftsupport/dist'),('ad123d48','/Users/andrew/webdev/craft/craft-transcoder/src/web/assets/dist'),('ad991447','@lib/element-resize-detector'),('ada74517','@lib/jquery-touch-events'),('adb270e6','@craft/web/assets/craftsupport/dist'),('ade05d4a','@lib/prismjs'),('aeb44606','@craft/web/assets/cp/dist'),('af214f9e','@lib/prismjs'),('af50ea5d','@craft/web/assets/recententries/dist'),('af6657c3','@lib/jquery-touch-events'),('b025282c','@craft/web/assets/admintable/dist'),('b02a6aff','@lib/fileupload'),('b1243a2f','@craft/redactor/assets/redactor/dist'),('b257537','@craft/web/assets/updateswidget/dist'),('b2eb782b','@lib/fileupload'),('b47e8d75','/Users/andrew/webdev/craft/craft-richvariables/src/assetbundles/richvariables/dist'),('b4ca9f97','@craft/web/assets/updateswidget/dist'),('b5133054','/Users/andrew/webdev/craft/craft-campaign/buildchain/dist'),('b5601ac8','@craft/web/assets/dbbackup/dist'),('b681e4d0','@lib/vue'),('b6c6d2d8','@craft/commerce/web/assets/orderswidget/dist'),('b7336580','@modules/sitemodule/assetbundles/sitemodule/dist'),('b77b8da0','@lib/element-resize-detector'),('b7ba1708','@lib/vue'),('b81b57e','@lib/prismjs'),('b8284814','@lib/timepicker'),('b83eba5f','@lib/velocity'),('b989bcce','@craft/web/assets/fieldsettings/dist'),('b9ce1914','@lib/fabric'),('ba6cbd29','@modules/sitemodule/assetbundles/sitemodule/dist'),('ba84dba3','@craft/commerce/web/assets/orderswidget/dist'),('bb9c3e9d','/Users/andrew/webdev/craft/craft-seomatic/src/assetbundles/seomatic/dist'),('bbef0a0b','@craft/commerce/web/assets/orderswidget/dist'),('bc8955e8','@lib/iframe-resizer'),('bcb1673','@modules/sitemodule/assetbundles/sitemodule/dist'),('bd80d328','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('bd942608','@craft/web/assets/dashboard/dist'),('beb9c925','@craft/web/assets/sites/dist'),('bf8fc73','@lib/element-resize-detector'),('c013ea5d','@app/web/assets/dbbackup/dist'),('c03ce3bb','@lib/iframe-resizer'),('c070791d','@craft/web/assets/updates/dist'),('c12d7891','@lib/fileupload'),('c1fd791c','@lib/garnishjs'),('c208c079','@lib/jquery.payment'),('c2535e54','@commerceLib/deepmerge'),('c29ee13d','@craft/web/assets/login/dist'),('c327822e','/Users/andrew/webdev/craft/craft-instantanalytics/src/assetbundles/instantanalytics/dist'),('c33333a1','@lib/jquery.payment'),('c3c1f230','@craft/web/assets/cp/dist'),('c4a78ddb','/Users/andrew/webdev/craft/craft-richvariables/src/redactor/plugins/v2'),('c4d700c3','@craft/web/assets/feed/dist'),('c5eed779','@lib/selectize'),('c61e458c','/Users/andrew/webdev/craft/craft-imageoptimize/src/assetbundles/imageoptimize/dist'),('c6871d6','/Users/andrew/webdev/craft/craft-webperf/src/assetbundles/webperf/dist'),('c6cccfd3','/Users/andrew/webdev/craft/craft-richvariables/src/assetbundles/richvariables/dist'),('c7346ab9','/Users/andrew/webdev/craft/craft-imageoptimize/src/assetbundles/imageoptimize/dist'),('c7cd4a8d','@lib/jquery-ui'),('c974abd7','@modules/sitemodule/assetbundles/sitemodule/dist'),('ca8f9da1','/Users/andrew/webdev/craft/craft-webperf/src/assetbundles/boomerang/dist/js'),('ca91b2c','@lib/fileupload'),('ca9856f0','@craft/web/assets/craftsupport/dist'),('cb367313','/Users/andrew/webdev/craft/craft-imageoptimize/src/assetbundles/imageoptimize/dist'),('cb42a969','@craft/web/assets/editentry/dist'),('cb53107','@lib/velocity'),('cc9fdcac','@lib/fileupload'),('cd1276b8','@modules/sitemodule/assetbundles/sitemodule/dist'),('cd1a0ac4','@lib/axios'),('cd51d16b','@lib/velocity'),('cd8e4786','@lib/iframe-resizer'),('cdc904bd','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('ce9b6b34','@bower/jquery/dist'),('cf0e2bac','@craft/redactor/assets/redactor/dist'),('cf569d30','@commerceLib'),('cf8293f3','@lib/xregexp'),('cfa098ec','@bower/jquery/dist'),('d0a3714d','@storage/rebrand/logo'),('d1664968','@craft/web/assets/utilities/dist'),('d1767e83','@lib/jquery.payment'),('d22298a','/Users/andrew/webdev/craft/craft-webperf/src/assetbundles/webperf/dist'),('d2ccd44','@lib/axios'),('d3d3e190','@lib/jquery-touch-events'),('d45924c','@lib/fabric'),('d477dd52','@lib/picturefill'),('d47e64cf','@craft/web/assets/fields/dist'),('d4bbad22','@lib/fabric'),('d685b348','@craft/web/assets/queuemanager/dist'),('d760593e','@lib/d3'),('d7f89323','@lib/axios'),('d907e44b','@craft/web/assets/editentry/dist'),('d98c275c','/Users/andrew/webdev/craft/craft-instantanalytics/src/assetbundles/instantanalytics/dist'),('d9bf2ba1','@craft/web/assets/updateswidget/dist'),('d9c5796f','@lib/picturefill'),('dad2fd03','@lib/d3'),('dc96eae7','@craft/web/assets/recententries/dist'),('dcde2616','@bower/jquery/dist'),('dd2fd36a','@lib/jquery-ui'),('dd509c1a','@craft/web/assets/admintable/dist'),('de2f6f91','@lib/velocity'),('de359924','@craft/web/assets/feed/dist'),('de57f833','@craft/web/assets/recententries/dist'),('de6145ad','@lib/jquery-touch-events'),('df149c49','@lib/velocity'),('df9b31aa','/Users/andrew/webdev/craft/craft-webperf/src/assetbundles/webperf/dist'),('e0303319','@lib/element-resize-detector'),('e0a3c55f','/Users/andrew/webdev/craft/craft-seomatic/src/assetbundles/seomatic/dist'),('e0acaa40','@modules/sitemodule/assetbundles/sitemodule/dist'),('e0edba5d','@craft/web/assets/updateswidget/dist'),('e0f1a9b1','@lib/vue'),('e10bc0c1','@lib/element-resize-detector'),('e120a460','@craft/web/assets/craftsupport/dist'),('e22ca889','@craft/web/assets/updateswidget/dist'),('e2f351f4','@craft/commerce/web/assets/statwidgets/dist'),('e398805c','@craft/commerce/web/assets/statwidgets/dist'),('e40d4f35','@lib/fileupload'),('e4dd4eb8','@lib/garnishjs'),('e556bde','@cloudfrontUrl/Users/andrew/webdev/craft/craft-imageoptimize/src/assetbundles/imageoptimize/dist'),('e66739f','@lib/xregexp'),('e70569cf','@craft/web/assets/recententries/dist'),('e77290ec','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('e829904b','@craft/web/assets/plugins/dist'),('e8ae7022','@lib/iframe-resizer'),('e92613ad','@craft/web/assets/login/dist'),('e96fea85','@lib/garnishjs'),('ea38335','@lib/picturefill'),('ea541511','/Users/andrew/webdev/craft/craft-instantanalytics/src/assetbundles/instantanalytics/dist'),('eadf98b1','@craft/web/assets/dashboard/dist'),('eb14a46','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('ebe0819b','/Users/andrew/webdev/craft/craft-webperf/src/assetbundles/webperf/dist'),('ebe46b69','@craft/web/assets/dashboard/dist'),('ec97b341','/Users/andrew/webdev/craft/craft-instantanalytics/src/assetbundles/instantanalytics/dist'),('ed92236c','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('edae9904','@craft/web/assets/fieldsettings/dist'),('ee65487e','/Users/andrew/webdev/craft/craft-richvariables/src/assetbundles/richvariables/dist'),('eeb1588f','@craft/commerce/web/assets/statwidgets/dist'),('eec62f90','@craft/web/assets/updater/dist'),('f0e5f921','@modules/sitemodule/assetbundles/sitemodule/dist'),('f1294165','@craft/web/assets/pluginstore/dist'),('f1551a8b','@craft/web/assets/dbbackup/dist'),('f19b9a86','@lib/fabric'),('f2406e9a','@lib/d3'),('f30ca060','@craft/commerce/web/assets/orderswidget/dist'),('f34e8de3','@lib/element-resize-detector'),('f3c48a4a','@craft/web/assets/login/dist'),('f40fcc9d','@nystudio107/webperf/assetbundles/boomerang/dist/js'),('f41110db','@lib/xregexp'),('f42431d','/Users/andrew/webdev/craft/craft-richvariables/src/assetbundles/richvariables/dist'),('f4aa639f','/Users/andrew/webdev/craft/craft-transcoder/src/assetbundles/transcoder/dist'),('f52fc60b','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('f58d6bb4','@craft/web/assets/feed/dist'),('f629a886','@craft/web/assets/userpermissions/dist'),('f665e8ae','@nystudio107/seomatic/assetbundles/seomatic/dist'),('f69721fa','@lib/jquery-ui'),('f6d0020f','@lib/xregexp'),('f8527118','@craft/web/assets/cp/dist'),('f870abbe','@craft/web/assets/admintable/dist'),('fa133056','@lib/vue'),('fa9363cc','@craft/web/assets/cp/dist'),('fb417209','@lib/jquery-touch-events'),('fbc23d87','@craft/web/assets/craftsupport/dist'),('fc293ebb','@lib/fabric'),('fc4061b3','@lib/axios'),('fc4d4bae','/Users/andrew/webdev/craft/craft-retour/src/assetbundles/retour/dist'),('fcbc4685','@lib/selectize'),('fce54ecb','@lib/picturefill'),('fcfbd07','/Users/andrew/webdev/craft/craft-seomatic/src/assetbundles/seomatic/dist'),('fe0714e7','@storage/rebrand/logo'),('fe7d5451','@lib/selectize'),('feb5d9d8','@verbb/vizy/web/assets/field/dist'),('ff5b657e','@app/web/assets/dashboard/dist'); -/*!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; -INSERT INTO `retour_static_redirects` VALUES (1,'2021-07-05 19:41:25','2021-07-05 19:41:25','b63100c2-8c60-4590-9437-3f508984b756',NULL,0,1,'/mooo','/mooo','pathonly','exactmatch','/bark',301,0,NULL),(2,'2021-07-06 17:48:14','2021-07-06 17:48:14','be237a53-f79a-4350-9d31-8101da36cb3c',NULL,0,1,'/cow','/cow','pathonly','exactmatch','/man',301,0,NULL); -/*!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','2021-08-04 16:06:04','d51a6505-12b4-479c-8521-90eec927b370',1,'/favicon.ico','http://localhost:8000/','172.30.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36','Template not found: favicon.ico','/var/www/project/cms/vendor/craftcms/cms/src/controllers/TemplatesController.php',92,31,'2021-08-04 16:06:04',0),(5,'2021-07-08 12:45:26','2021-07-08 12:45:26','6130e87b-61f7-4e1f-93b3-a73d69ed3ffe',1,'/trouble','','172.24.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','Template not found: trouble','/var/www/project/cms/vendor/craftcms/cms/src/controllers/TemplatesController.php',92,1,'2021-07-08 12:45:26',0),(7,'2021-07-19 15:58:59','2021-07-19 17:39:21','7d7e2d9b-d91a-4019-bb70-ff77353206b8',1,'/sitemaps-1-section-blog-1-sitemap.xml','http://localhost:8000/sitemaps-1-sitemap.xml','172.27.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','Page not found.','/Users/andrew/webdev/craft/craft-seomatic/src/models/SitemapTemplate.php',114,13,'2021-07-19 17:39:21',0),(8,'2021-07-22 14:56:28','2021-07-22 14:56:28','bac11fc6-2b8e-44ca-a6e7-df4c67733055',1,'/pills.jpg','http://localhost:8000/vite','172.23.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','Template not found: pills.jpg','/var/www/project/cms/vendor/craftcms/cms/src/controllers/TemplatesController.php',92,1,'2021-07-22 14:56:28',0),(9,'2021-07-22 14:57:30','2021-07-22 15:19:52','62a99079-ee52-4c5e-a4a4-4c58f6f7210e',1,'/src/img/pills.jpg','http://localhost:8000/vite','172.23.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','Template not found: src/img/pills.jpg','/var/www/project/cms/vendor/craftcms/cms/src/controllers/TemplatesController.php',92,21,'2021-07-22 15:19:52',0),(10,'2021-07-22 15:08:13','2021-07-22 16:52:31','e839a521-e284-4d8c-9ef6-6fd7f6d28ac2',1,'/__vite_ping','http://localhost:8000/vite','172.23.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','Page not found.','/var/www/project/cms/vendor/craftcms/cms/src/web/Request.php',1313,12,'2021-07-22 16:52:31',0),(11,'2021-07-22 15:23:14','2021-07-22 15:41:43','ecc76611-3037-480b-86a6-8a45e525e016',1,'/src/pills.jpg','http://localhost:8000/vite','172.23.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','Template not found: src/pills.jpg','/var/www/project/cms/vendor/craftcms/cms/src/controllers/TemplatesController.php',92,19,'2021-07-22 15:41:43',0),(12,'2021-07-26 17:15:17','2021-07-26 17:15:17','3f8510f6-36b6-4f58-ac6b-5711e48d3993',1,'/webperf/metrics/beacon','http://localhost:8000/about','172.23.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36','Template not found: webperf/metrics/beacon','/var/www/project/cms/vendor/craftcms/cms/src/controllers/TemplatesController.php',92,1,'2021-07-26 17:15:17',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; -INSERT INTO `revisions` VALUES (1,17,1,1,''),(2,17,1,2,''),(3,25,1,1,''),(4,25,1,2,'Applied “Draft 1”'),(5,25,1,3,''),(6,25,1,4,''),(7,25,1,5,''),(8,25,1,6,''),(9,25,1,7,''),(10,25,1,8,''),(11,25,1,9,''); -/*!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,'lastname',0,1,''),(1,'firstname',0,1,''),(2,'slug',0,1,' homepage '),(2,'title',0,1,' homepage '),(2,'slug',0,2,' homepage '),(2,'title',0,2,' homepage '),(3,'slug',0,1,''),(17,'title',0,2,' my first blog '),(17,'slug',0,2,' my first blog '),(17,'slug',0,1,' my first blog '),(17,'title',0,1,' my first blog '),(19,'slug',0,2,''),(19,'slug',0,1,''),(21,'title',0,2,' puppies '),(21,'slug',0,2,' puppies '),(21,'slug',0,1,' puppies '),(21,'title',0,1,' puppies '),(22,'title',0,2,' kitties '),(22,'slug',0,2,' kitties '),(22,'slug',0,1,' kitties '),(22,'title',0,1,' kitties '),(1,'fullname',0,1,''),(1,'email',0,1,' andrew nystudio107 com '),(1,'slug',0,1,''),(23,'kind',0,2,' image '),(23,'extension',0,2,' jpeg '),(23,'filename',0,2,' brazzers launch jpeg '),(23,'filename',0,1,' brazzers launch jpeg '),(23,'extension',0,1,' jpeg '),(23,'kind',0,1,' image '),(23,'slug',0,1,''),(23,'title',0,1,' brazzers launch '),(23,'slug',0,2,''),(23,'title',0,2,' brazzers launch '),(24,'slug',0,2,' temp hblnmoclpklexicfikdeajbklmyfkixokvlc '),(24,'slug',0,1,' temp hblnmoclpklexicfikdeajbklmyfkixokvlc '),(24,'title',0,1,''),(24,'title',0,2,''),(25,'title',0,2,' here is my cool review '),(25,'slug',0,2,' here is my cool review '),(25,'slug',0,1,' here is my cool review '),(25,'title',0,1,' here is my cool review '); -/*!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','end',NULL,'2020-03-27 13:38:49','2020-03-27 13:38:49','2021-03-15 15:09:11','a72bfe0c-3389-4f9f-8ec1-ab318ec10b29'),(5,NULL,'Homepage','homepage','single',0,'all','end','[{\"label\":\"Entry\",\"urlFormat\":\"/\",\"refresh\":\"1\"}]','2020-03-27 13:38:49','2021-03-15 15:04:41',NULL,'54e60257-f31a-44aa-960e-bbd364197e28'),(6,NULL,'Blog','blog','channel',1,'all','end','[{\"label\":\"Primary entry page\",\"urlFormat\":\"{url}\",\"refresh\":\"1\"}]','2021-03-15 15:39:25','2021-03-15 15:39:25',NULL,'de308a7d-1794-448f-9176-29e2eace7ecf'); -/*!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'),(3,5,2,1,'__home__','index',1,'2021-03-15 15:04:41','2021-03-15 15:04:50','32282537-65b3-4b3d-911c-c34090f0d571'),(4,6,1,1,'blog/{slug}','blog/_entry',1,'2021-03-15 15:39:25','2021-03-15 15:39:25','f134ef0e-b422-449e-971f-5465a6c43bf5'),(5,6,2,1,'blog/{slug}','blog/_entry',1,'2021-03-15 15:39:25','2021-03-15 15:39:25','641ed1e3-0154-4912-bb57-a2d3a179842d'); -/*!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','2021-07-26 15:55:24','54bcfb25-90fc-40ce-8a49-7ff73bee5bd6','1.0.56','__GLOBAL_BUNDLE__',1,'__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__',NULL,'',1,'[]','2021-07-26 15:55:24','{\"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\":\"Project\",\"identity\":{\"siteType\":\"Organization\",\"siteSubType\":\"LocalBusiness\",\"siteSpecificType\":\"\",\"computedType\":\"LocalBusiness\",\"genericName\":\"\",\"genericAlternateName\":\"\",\"genericDescription\":\"\",\"genericUrl\":\"\",\"genericImage\":\"\",\"genericImageWidth\":\"\",\"genericImageHeight\":\"\",\"genericImageIds\":\"\",\"genericTelephone\":\"\",\"genericEmail\":\"\",\"genericStreetAddress\":\"\",\"genericAddressLocality\":\"\",\"genericAddressRegion\":\"\",\"genericPostalCode\":\"\",\"genericAddressCountry\":\"\",\"genericGeoLatitude\":\"\",\"genericGeoLongitude\":\"\",\"personGender\":\"Male\",\"personBirthPlace\":\"\",\"organizationDuns\":\"\",\"organizationFounder\":\"\",\"organizationFoundingDate\":\"\",\"organizationFoundingLocation\":\"\",\"organizationContactPoints\":\"\",\"corporationTickerSymbol\":\"\",\"localBusinessPriceRange\":\"$\",\"localBusinessOpeningHours\":[{\"open\":null,\"close\":null},{\"open\":null,\"close\":null},{\"open\":null,\"close\":null},{\"open\":null,\"close\":null},{\"open\":null,\"close\":null},{\"open\":null,\"close\":null},{\"open\":null,\"close\":null}],\"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\":\"\",\"facebookSiteVerification\":\"\",\"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\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\"]},\"tagAttrs\":[]},\"keywords\":{\"charset\":\"\",\"content\":\"{seomatic.meta.seoKeywords}\",\"httpEquiv\":\"\",\"name\":\"keywords\",\"property\":null,\"include\":true,\"key\":\"keywords\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.seoDescription}\",\"httpEquiv\":\"\",\"name\":\"description\",\"property\":null,\"include\":true,\"key\":\"description\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"referrer\":{\"charset\":\"\",\"content\":\"{seomatic.site.referrer}\",\"httpEquiv\":\"\",\"name\":\"referrer\",\"property\":null,\"include\":true,\"key\":\"referrer\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"robots\":{\"charset\":\"\",\"content\":\"{seomatic.meta.robots}\",\"httpEquiv\":\"\",\"name\":\"robots\",\"property\":null,\"include\":true,\"key\":\"robots\",\"environment\":{\"live\":{\"content\":\"{seomatic.meta.robots}\"},\"staging\":{\"content\":\"none\"},\"local\":{\"content\":\"none\"}},\"dependencies\":null,\"tagAttrs\":[]}},\"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,\"tagAttrs\":[]},\"fb:app_id\":{\"charset\":\"\",\"content\":\"{seomatic.site.facebookAppId}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"fb:app_id\",\"include\":true,\"key\":\"fb:app_id\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:locale\":{\"charset\":\"\",\"content\":\"{{ craft.app.language |replace({\\\"-\\\": \\\"_\\\"}) }}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:locale\",\"include\":true,\"key\":\"og:locale\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:locale:alternate\":{\"charset\":\"\",\"content\":\"\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:locale:alternate\",\"include\":true,\"key\":\"og:locale:alternate\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:site_name\":{\"charset\":\"\",\"content\":\"{seomatic.site.siteName}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:site_name\",\"include\":true,\"key\":\"og:site_name\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:type\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogType}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:type\",\"include\":true,\"key\":\"og:type\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:url\":{\"charset\":\"\",\"content\":\"{seomatic.meta.canonicalUrl}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:url\",\"include\":true,\"key\":\"og:url\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"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,\"tagAttrs\":[]},\"og:description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogDescription}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:description\",\"include\":true,\"key\":\"og:description\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"og:image\":{\"charset\":\"\",\"content\":\"{seomatic.meta.ogImage}\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:image\",\"include\":true,\"key\":\"og:image\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"og:see_also\":{\"charset\":\"\",\"content\":\"\",\"httpEquiv\":\"\",\"name\":\"\",\"property\":\"og:see_also\",\"include\":true,\"key\":\"og:see_also\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"facebook-site-verification\":{\"charset\":\"\",\"content\":\"{seomatic.site.facebookSiteVerification}\",\"httpEquiv\":\"\",\"name\":\"facebook-domain-verification\",\"property\":null,\"include\":true,\"key\":\"facebook-site-verification\",\"environment\":null,\"dependencies\":{\"site\":[\"facebookSiteVerification\"]},\"tagAttrs\":[]}},\"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,\"tagAttrs\":[]},\"twitter:site\":{\"charset\":\"\",\"content\":\"@{seomatic.site.twitterHandle}\",\"httpEquiv\":\"\",\"name\":\"twitter:site\",\"property\":null,\"include\":true,\"key\":\"twitter:site\",\"environment\":null,\"dependencies\":{\"site\":[\"twitterHandle\"]},\"tagAttrs\":[]},\"twitter:creator\":{\"charset\":\"\",\"content\":\"@{seomatic.meta.twitterCreator}\",\"httpEquiv\":\"\",\"name\":\"twitter:creator\",\"property\":null,\"include\":true,\"key\":\"twitter:creator\",\"environment\":null,\"dependencies\":{\"meta\":[\"twitterCreator\"]},\"tagAttrs\":[]},\"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,\"tagAttrs\":[]},\"twitter:description\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterDescription}\",\"httpEquiv\":\"\",\"name\":\"twitter:description\",\"property\":null,\"include\":true,\"key\":\"twitter:description\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"twitter:image\":{\"charset\":\"\",\"content\":\"{seomatic.meta.twitterImage}\",\"httpEquiv\":\"\",\"name\":\"twitter:image\",\"property\":null,\"include\":true,\"key\":\"twitter:image\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]}},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]}},\"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,\"tagAttrs\":[]},\"home\":{\"crossorigin\":\"\",\"href\":\"{{ seomatic.helper.siteUrl(\\\"/\\\") }}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"home\",\"sizes\":\"\",\"type\":\"\",\"include\":true,\"key\":\"home\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[]},\"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\"]},\"tagAttrs\":[]},\"publisher\":{\"crossorigin\":\"\",\"href\":\"{seomatic.site.googlePublisherLink}\",\"hreflang\":\"\",\"media\":\"\",\"rel\":\"publisher\",\"sizes\":\"\",\"type\":\"\",\"include\":true,\"key\":\"publisher\",\"environment\":null,\"dependencies\":{\"site\":[\"googlePublisherLink\"]},\"tagAttrs\":[]}},\"name\":\"General\",\"description\":\"Link Tags\",\"class\":\"nystudio107\\\\seomatic\\\\models\\\\MetaLinkContainer\",\"handle\":\"general\",\"include\":true,\"dependencies\":[],\"clearCache\":false},\"MetaScriptContainergeneral\":{\"data\":{\"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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[],\"nonce\":null},\"fathom\":{\"name\":\"Fathom\",\"description\":\"Fathom is a simple, light-weight, privacy-first alternative to Google Analytics. So, stop scrolling through pages of reports and collecting gobs of personal data about your visitors, both of which you probably don’t need. [Learn More](https://usefathom.com/)\",\"templatePath\":\"_frontend/scripts/fathomAnalytics.twig\",\"templateString\":\"{% if siteId.value is defined and siteId.value %}\\n(function() {\\nvar tag = document.createElement(\'script\');\\ntag.src = \\\"{{ scriptUrl.value }}\\\";\\ntag.defer = true;\\ntag.setAttribute(\\\"data-site\\\", \\\"{{ siteId.value | raw }}\\\");\\n{% if honorDnt.value %}\\ntag.setAttribute(\\\"data-honor-dnt\\\", \\\"true\\\");\\n{% endif %}\\n{% if disableAutoTracking.value %}\\ntag.setAttribute(\\\"data-auto\\\", \\\"false\\\");\\n{% endif %}\\n{% if ignoreCanonicals.value %}\\ntag.setAttribute(\\\"data-canonical\\\", \\\"false\\\");\\n{% endif %}\\n{% if excludedDomains.value | length %}\\ntag.setAttribute(\\\"data-excluded-domains\\\", \\\"{{ excludedDomains.value | raw }}\\\");\\n{% endif %}\\n{% if includedDomains.value | length %}\\ntag.setAttribute(\\\"data-included-domains\\\", \\\"{{ includedDomains.value | raw }}\\\");\\n{% endif %}\\nvar firstScriptTag = document.getElementsByTagName(\'script\')[0];\\nfirstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\\n})();\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":null,\"bodyTemplateString\":null,\"bodyPosition\":2,\"vars\":{\"siteId\":{\"title\":\"Site ID\",\"instructions\":\"Only enter the Site ID, not the entire script code. [Learn More](https://usefathom.com/support/tracking)\",\"type\":\"string\",\"value\":\"\"},\"honorDnt\":{\"title\":\"Honoring Do Not Track (DNT)\",\"instructions\":\"By default we track every visitor to your website, regardless of them having DNT turned on or not. [Learn More](https://usefathom.com/support/tracking-advanced)\",\"type\":\"bool\",\"value\":false},\"disableAutoTracking\":{\"title\":\"Disable automatic tracking\",\"instructions\":\"By default, we track a page view every time a visitor to your website loads a page with our script on it. [Learn More](https://usefathom.com/support/tracking-advanced)\",\"type\":\"bool\",\"value\":false},\"ignoreCanonicals\":{\"title\":\"Ignore canonicals\",\"instructions\":\"If there’s a canonical URL in place, then by default we use it instead of the current URL. [Learn More](https://usefathom.com/support/tracking-advanced)\",\"type\":\"bool\",\"value\":false},\"excludedDomains\":{\"title\":\"Excluded Domains\",\"instructions\":\"You exclude one or several domains, so our tracker will track things on every domain, except the ones excluded. [Learn More](https://usefathom.com/support/tracking-advanced)\",\"type\":\"string\",\"value\":\"\"},\"includedDomains\":{\"title\":\"Included Domains\",\"instructions\":\"If you want to go in the opposite direction and only track stats on a specific domain. [Learn More](https://usefathom.com/support/tracking-advanced)\",\"type\":\"string\",\"value\":\"\"},\"scriptUrl\":{\"title\":\"Fathom Script URL\",\"instructions\":\"The URL to the Fathom tracking script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://cdn.usefathom.com/script.js\"}},\"dataLayer\":[],\"include\":false,\"key\":\"fathom\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null,\"tagAttrs\":[],\"nonce\":null},\"matomo\":{\"name\":\"Matomo\",\"description\":\"Matomo is a Google Analytics alternative that protects your data and your customers\' privacy [Learn More](https://matomo.org/)\",\"templatePath\":\"_frontend/scripts/matomoAnalytics.twig\",\"templateString\":\"{% if siteId.value is defined and siteId.value and scriptUrl.value is defined and scriptUrl.value | length %}\\nvar _paq = window._paq = window._paq || [];\\n{% if sendPageView.value %}\\n_paq.push([\'trackPageView\']);\\n{% endif %}\\n{% if sendPageView.value %}\\n_paq.push([\'enableLinkTracking\']);\\n{% endif %}\\n(function() {\\nvar u=\\\"//{{ scriptUrl.value }}/\\\";\\n_paq.push([\'setTrackerUrl\', u+\'matomo.php\']);\\n_paq.push([\'setSiteId\', {{ siteId.value }}]);\\nvar d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0];\\ng.type=\'text/javascript\'; g.async=true; g.src=u+\'matomo.js\'; s.parentNode.insertBefore(g,s);\\n})();\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":null,\"bodyTemplateString\":null,\"bodyPosition\":2,\"vars\":{\"siteId\":{\"title\":\"Site ID\",\"instructions\":\"Only enter the Site ID, not the entire script code. [Learn More](https://developer.matomo.org/guides/tracking-javascript-guide)\",\"type\":\"string\",\"value\":\"\"},\"sendPageView\":{\"title\":\"Automatically send Matomo PageView\",\"instructions\":\"Controls whether the Matomo script automatically sends a PageView when your pages are loaded. [Learn More](https://developer.matomo.org/api-reference/tracking-javascript)\",\"type\":\"bool\",\"value\":true},\"enableLinkTracking\":{\"title\":\"Enable Link Tracking\",\"instructions\":\"Install link tracking on all applicable link elements. [Learn More](https://developer.matomo.org/api-reference/tracking-javascript)\",\"type\":\"bool\",\"value\":true},\"scriptUrl\":{\"title\":\"Matomo Script URL\",\"instructions\":\"The URL to the Matomo tracking script. This will vary depending on whether you are using Matomo Cloud or Matomo On-Premise. [Learn More](https://developer.matomo.org/guides/tracking-javascript-guide)\",\"type\":\"string\",\"value\":\"\"}},\"dataLayer\":[],\"include\":false,\"key\":\"matomo\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null,\"tagAttrs\":[],\"nonce\":null},\"plausible\":{\"name\":\"Plausible\",\"description\":\"Plausible is a lightweight and open-source website analytics tool. No cookies and fully compliant with GDPR, CCPA and PECR. [Learn More](https://plausible.io/)\",\"templatePath\":\"_frontend/scripts/plausibleAnalytics.twig\",\"templateString\":\"{% if siteDomain.value is defined and siteDomain.value %}\\n(function() {\\nvar tag = document.createElement(\'script\');\\ntag.src = \\\"{{ scriptUrl.value }}\\\";\\ntag.defer = true;\\ntag.setAttribute(\\\"data-domain\\\", \\\"{{ siteDomain.value | raw }}\\\");\\nvar firstScriptTag = document.getElementsByTagName(\'script\')[0];\\nfirstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\\n})();\\n{% endif %}\\n\",\"position\":1,\"bodyTemplatePath\":null,\"bodyTemplateString\":null,\"bodyPosition\":2,\"vars\":{\"siteDomain\":{\"title\":\"Site Domain\",\"instructions\":\"Only enter the site domain, not the entire script code. [Learn More](https://plausible.io/docs/plausible-script)\",\"type\":\"string\",\"value\":\"\"},\"scriptUrl\":{\"title\":\"Plausible Script URL\",\"instructions\":\"The URL to the Plausible tracking script. Normally this should not be changed, unless you locally cache it.\",\"type\":\"string\",\"value\":\"https://plausible.io/js/plausible.js\"}},\"dataLayer\":[],\"include\":false,\"key\":\"plausible\",\"environment\":{\"staging\":{\"include\":false},\"local\":{\"include\":false}},\"dependencies\":null,\"tagAttrs\":[],\"nonce\":null},\"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,\"tagAttrs\":[],\"nonce\":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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":null,\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":null},\"identity\":{\"currenciesAccepted\":null,\"openingHours\":[],\"paymentAccepted\":null,\"priceRange\":\"{seomatic.site.identity.localBusinessPriceRange}\",\"additionalProperty\":null,\"branchCode\":null,\"containedInPlace\":null,\"containsPlace\":null,\"geo\":{\"type\":\"GeoCoordinates\",\"latitude\":\"{seomatic.site.identity.genericGeoLatitude}\",\"longitude\":\"{seomatic.site.identity.genericGeoLongitude}\"},\"hasMap\":null,\"maximumAttendeeCapacity\":null,\"openingHoursSpecification\":null,\"photo\":null,\"publicAccess\":null,\"smokingAllowed\":null,\"specialOpeningHoursSpecification\":null,\"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,\"hasCredential\":null,\"hasMerchantReturnPolicy\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"interactionStatistic\":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\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\",\"graph\":null,\"include\":true,\"key\":\"identity\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[],\"nonce\":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,\"hasCredential\":null,\"hasMerchantReturnPolicy\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"interactionStatistic\":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\":\"{parseEnv(seomatic.site.creator.genericUrl)}#creator\",\"graph\":null,\"include\":true,\"key\":\"creator\",\"environment\":null,\"dependencies\":null,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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','2021-03-15 15:40:42','5e1950fb-88fb-41ee-8b5f-051ba6490e0c','1.0.29','section',5,'Homepage','homepage','single',NULL,'index',1,'{\"1\":{\"id\":2,\"sectionId\":5,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"__home__\",\"template\":\"index\",\"language\":\"en-us\"}}','2021-03-15 15:40:42','{\"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\":\"Friends of Webster Trails\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"nonce\":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\":\"\"}'),(3,'2021-03-15 15:04:42','2021-03-15 15:40:42','3bebe8ad-f57a-4cc3-8849-3701daca07a1','1.0.29','section',5,'Homepage','homepage','single',NULL,'',2,'{\"1\":{\"id\":2,\"sectionId\":5,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"__home__\",\"template\":\"index\",\"language\":\"en-us\"},\"2\":{\"id\":3,\"sectionId\":5,\"siteId\":2,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"__home__\",\"template\":null,\"language\":\"es\"}}','2021-03-15 15:40:42','{\"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\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"nonce\":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\":\"\"}'),(4,'2021-03-15 15:24:20','2021-03-15 15:24:20','ab4e123a-e7d5-4716-a325-7bfa6f7c553d','1.0.33','product',1,'Clothing','clothing','product',NULL,'shop/products/_product',2,'{\"1\":{\"id\":\"1\",\"productTypeId\":\"1\",\"siteId\":\"1\",\"hasUrls\":\"1\",\"uriFormat\":\"shop/products/{slug}\",\"template\":\"shop/products/_product\",\"uriFormatIsRequired\":true,\"language\":\"en-us\"},\"2\":{\"id\":\"2\",\"productTypeId\":\"1\",\"siteId\":\"2\",\"hasUrls\":\"1\",\"uriFormat\":\"shop/products/{slug}\",\"template\":\"shop/products/_product\",\"uriFormatIsRequired\":true,\"language\":\"es\"}}','2021-03-15 15:24:16','{\"language\":null,\"mainEntityOfPage\":\"Product\",\"seoTitle\":\"{product.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{product.url}\",\"robots\":\"all\",\"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\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":{\"additionalProperty\":null,\"aggregateRating\":null,\"audience\":null,\"award\":null,\"brand\":null,\"category\":null,\"color\":null,\"depth\":null,\"gtin\":null,\"gtin12\":null,\"gtin13\":null,\"gtin14\":null,\"gtin8\":null,\"hasMerchantReturnPolicy\":null,\"height\":null,\"isAccessoryOrSparePartFor\":null,\"isConsumableFor\":null,\"isRelatedTo\":null,\"isSimilarTo\":null,\"itemCondition\":null,\"logo\":null,\"manufacturer\":null,\"material\":null,\"model\":null,\"mpn\":null,\"nsn\":null,\"offers\":{\"type\":\"Offer\",\"url\":\"{seomatic.meta.canonicalUrl}\",\"price\":\"{product.getDefaultVariant().getPrice()|number_format(2, \\\".\\\", \\\"\\\")}\",\"priceCurrency\":\"{{craft.commerce.paymentCurrencies.primaryPaymentCurrencyIso()}}\",\"offeredBy\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"seller\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"availability\":\"http://schema.org/{% if object.product.hasUnlimitedStock or object.product.totalStock > 0 %}InStock{% else %}OutOfStock{% endif %}\"},\"productID\":null,\"productionDate\":null,\"purchaseDate\":null,\"releaseDate\":null,\"review\":null,\"sku\":\"{product.getDefaultVariant().getSku()}\",\"slogan\":null,\"weight\":null,\"width\":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,\"nonce\":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\":\"Product\",\"siteSubType\":\"\",\"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\":\"\"}'),(5,'2021-03-15 15:24:20','2021-03-15 15:24:20','2ffcb07b-9e3f-4a82-8ba8-b5e909291818','1.0.33','product',1,'Clothing','clothing','product',NULL,'shop/products/_product',1,'{\"1\":{\"id\":\"1\",\"productTypeId\":\"1\",\"siteId\":\"1\",\"hasUrls\":\"1\",\"uriFormat\":\"shop/products/{slug}\",\"template\":\"shop/products/_product\",\"uriFormatIsRequired\":true,\"language\":\"en-us\"},\"2\":{\"id\":\"2\",\"productTypeId\":\"1\",\"siteId\":\"2\",\"hasUrls\":\"1\",\"uriFormat\":\"shop/products/{slug}\",\"template\":\"shop/products/_product\",\"uriFormatIsRequired\":true,\"language\":\"es\"}}','2021-03-15 15:24:16','{\"language\":null,\"mainEntityOfPage\":\"Product\",\"seoTitle\":\"{product.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{product.url}\",\"robots\":\"all\",\"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\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":{\"additionalProperty\":null,\"aggregateRating\":null,\"audience\":null,\"award\":null,\"brand\":null,\"category\":null,\"color\":null,\"depth\":null,\"gtin\":null,\"gtin12\":null,\"gtin13\":null,\"gtin14\":null,\"gtin8\":null,\"hasMerchantReturnPolicy\":null,\"height\":null,\"isAccessoryOrSparePartFor\":null,\"isConsumableFor\":null,\"isRelatedTo\":null,\"isSimilarTo\":null,\"itemCondition\":null,\"logo\":null,\"manufacturer\":null,\"material\":null,\"model\":null,\"mpn\":null,\"nsn\":null,\"offers\":{\"type\":\"Offer\",\"url\":\"{seomatic.meta.canonicalUrl}\",\"price\":\"{product.getDefaultVariant().getPrice()|number_format(2, \\\".\\\", \\\"\\\")}\",\"priceCurrency\":\"{{craft.commerce.paymentCurrencies.primaryPaymentCurrencyIso()}}\",\"offeredBy\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"seller\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"availability\":\"http://schema.org/{% if object.product.hasUnlimitedStock or object.product.totalStock > 0 %}InStock{% else %}OutOfStock{% endif %}\"},\"productID\":null,\"productionDate\":null,\"purchaseDate\":null,\"releaseDate\":null,\"review\":null,\"sku\":\"{product.getDefaultVariant().getSku()}\",\"slogan\":null,\"weight\":null,\"width\":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,\"nonce\":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\":\"Product\",\"siteSubType\":\"\",\"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\":\"\"}'),(6,'2021-03-15 15:39:25','2021-07-28 15:49:22','55e209e4-06d9-4b7d-9d4f-b8c5464ca10a','1.0.29','section',6,'Blog','blog','channel',NULL,'blog/_entry',1,'{\"1\":{\"id\":4,\"sectionId\":6,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"en-us\"},\"2\":{\"id\":5,\"sectionId\":6,\"siteId\":2,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"es\"}}','2021-07-28 15:49:22','{\"language\":null,\"mainEntityOfPage\":\"WebPage\",\"seoTitle\":\"{seomatic.helper.extractTextFromField(object.entry.title)}\",\"siteNamePosition\":\"\",\"seoDescription\":\"{seomatic.helper.extractSummary(seomatic.helper.extractTextFromField(object.entry.richText))}\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{entry.url}\",\"robots\":\"all\",\"ogType\":\"website\",\"ogTitle\":\"{seomatic.meta.seoTitle}\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"{seomatic.meta.seoDescription}\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"{seomatic.meta.seoImageDescription}\",\"twitterCard\":\"summary_large_image\",\"twitterCreator\":\"{seomatic.site.twitterHandle}\",\"twitterTitle\":\"{seomatic.meta.seoTitle}\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"{seomatic.meta.seoDescription}\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"{seomatic.meta.seoImageDescription}\"}','{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]}','{\"sitemapUrls\":false,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":\"0.5\",\"sitemapLimit\":\"50\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\":\"summaryFromField\",\"seoDescriptionField\":\"richText\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"twitterCreatorSource\":\"sameAsSite\",\"twitterCreatorField\":\"\",\"twitterTitleSource\":\"sameAsSeo\",\"twitterTitleField\":\"\",\"twitterSiteNamePositionSource\":\"sameAsGlobal\",\"twitterDescriptionSource\":\"sameAsSeo\",\"twitterDescriptionField\":\"\",\"twitterImageIds\":\"\",\"twitterImageSource\":\"sameAsSeo\",\"twitterImageField\":\"\",\"twitterImageTransform\":\"1\",\"twitterImageTransformMode\":\"crop\",\"twitterImageDescriptionSource\":\"sameAsSeo\",\"twitterImageDescriptionField\":\"\",\"ogTitleSource\":\"sameAsSeo\",\"ogTitleField\":\"\",\"ogSiteNamePositionSource\":\"sameAsGlobal\",\"ogDescriptionSource\":\"sameAsSeo\",\"ogDescriptionField\":\"\",\"ogImageIds\":\"\",\"ogImageSource\":\"sameAsSeo\",\"ogImageField\":\"\",\"ogImageTransform\":\"1\",\"ogImageTransformMode\":\"crop\",\"ogImageDescriptionSource\":\"sameAsSeo\",\"ogImageDescriptionField\":\"\"}'),(7,'2021-03-15 15:39:25','2021-07-28 15:49:22','00513103-9fae-41ce-a47d-707c58b06b0f','1.0.29','section',6,'Blog','blog','channel',NULL,'blog/_entry',2,'{\"1\":{\"id\":4,\"sectionId\":6,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"en-us\"},\"2\":{\"id\":5,\"sectionId\":6,\"siteId\":2,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"es\"}}','2021-07-28 15:49:22','{\"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\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\":\"\"}'),(8,'2021-03-15 15:50:58','2021-03-15 15:50:58','24580179-74c1-467c-93bf-aaec35939a7c','1.0.49','__GLOBAL_BUNDLE__',1,'__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__','__GLOBAL_BUNDLE__',NULL,'',2,'[]','2021-03-15 15:50:58','{\"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\":\"Project\",\"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\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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\":\"{seomatic.site.referrer}\",\"httpEquiv\":\"\",\"name\":\"referrer\",\"property\":null,\"include\":true,\"key\":\"referrer\",\"environment\":null,\"dependencies\":null},\"robots\":{\"charset\":\"\",\"content\":\"{seomatic.meta.robots}\",\"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,\"nonce\":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,\"nonce\":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,\"nonce\":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,\"nonce\":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,\"nonce\":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,\"nonce\":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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":null,\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":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,\"usageInfo\":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,\"nonce\":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,\"hasCredential\":null,\"hasMerchantReturnPolicy\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"interactionStatistic\":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\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\",\"graph\":null,\"include\":true,\"key\":\"identity\",\"environment\":null,\"dependencies\":null,\"nonce\":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,\"hasCredential\":null,\"hasMerchantReturnPolicy\":null,\"hasOfferCatalog\":null,\"hasPOS\":null,\"interactionStatistic\":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\":\"{parseEnv(seomatic.site.creator.genericUrl)}#creator\",\"graph\":null,\"include\":true,\"key\":\"creator\",\"environment\":null,\"dependencies\":null,\"nonce\":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\":\"\"}'),(9,'2021-04-01 02:35:21','2021-06-15 15:48:25','eca2ecb0-1d84-4a00-8828-4f1080c06322','1.0.26','categorygroup',1,'Category','category','category',NULL,'',1,'{\"1\":{\"id\":1,\"groupId\":1,\"siteId\":1,\"hasUrls\":1,\"uriFormat\":\"category/{slug}\",\"template\":null,\"language\":\"en-us\"},\"2\":{\"id\":2,\"groupId\":1,\"siteId\":2,\"hasUrls\":1,\"uriFormat\":\"category/{slug}\",\"template\":null,\"language\":\"es\"}}','2021-04-01 02:35:44','{\"language\":null,\"mainEntityOfPage\":\"WebPage\",\"seoTitle\":\"{category.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{category.url}\",\"robots\":\"all\",\"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\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{category.dateCreated |date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#creator\"},\"dateCreated\":false,\"dateModified\":\"{category.dateUpdated |atom}\",\"datePublished\":\"{category.dateCreated |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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\":\"\"}'),(10,'2021-04-01 02:35:21','2021-04-01 02:35:44','9c84ec4a-934b-46bd-a868-1f1641684933','1.0.26','categorygroup',1,'Category','category','category',NULL,'',2,'{\"1\":{\"id\":1,\"groupId\":1,\"siteId\":1,\"hasUrls\":1,\"uriFormat\":\"category/{slug}\",\"template\":null,\"language\":\"en-us\"},\"2\":{\"id\":2,\"groupId\":1,\"siteId\":2,\"hasUrls\":1,\"uriFormat\":\"category/{slug}\",\"template\":null,\"language\":\"es\"}}','2021-04-01 02:35:44','{\"language\":null,\"mainEntityOfPage\":\"WebPage\",\"seoTitle\":\"{category.title}\",\"siteNamePosition\":\"\",\"seoDescription\":\"\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{category.url}\",\"robots\":\"all\",\"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\":\"plugindev\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{category.dateCreated |date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#creator\"},\"dateCreated\":false,\"dateModified\":\"{category.dateUpdated |atom}\",\"datePublished\":\"{category.dateCreated |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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\":\"\"}'),(11,'2021-07-19 15:58:53','2021-07-19 17:00:42','3449f302-2153-46c2-90f2-2a1a3ecdaff8','1.0.29','section',6,'Blog','blog','channel',5,'blog/_entry',1,'{\"1\":{\"id\":4,\"sectionId\":6,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"en-us\"},\"2\":{\"id\":5,\"sectionId\":6,\"siteId\":2,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"es\"}}','2021-07-19 15:54:15','{\"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\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]}','{\"sitemapUrls\":\"1\",\"sitemapAssets\":\"1\",\"sitemapFiles\":\"1\",\"sitemapAltLinks\":\"1\",\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":\"0.5\",\"sitemapLimit\":\"1000\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\":\"\"}'),(12,'2021-07-19 15:59:36','2021-07-22 14:15:23','1b2ee01c-f0c8-43ea-b6b3-89f62641daf9','1.0.29','section',6,'Blog','blog','channel',3,'blog/_entry',1,'{\"1\":{\"id\":4,\"sectionId\":6,\"siteId\":1,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"en-us\"},\"2\":{\"id\":5,\"sectionId\":6,\"siteId\":2,\"enabledByDefault\":true,\"hasUrls\":true,\"uriFormat\":\"blog/{slug}\",\"template\":\"blog/_entry\",\"language\":\"es\"}}','2021-07-19 15:54:15','{\"language\":null,\"mainEntityOfPage\":\"WebPage\",\"seoTitle\":\"{seomatic.helper.extractTextFromField(object.entry.title)}\",\"siteNamePosition\":\"\",\"seoDescription\":\"{seomatic.helper.extractSummary(seomatic.helper.extractTextFromField(object.entry.richText))}\",\"seoKeywords\":\"\",\"seoImage\":\"\",\"seoImageWidth\":\"\",\"seoImageHeight\":\"\",\"seoImageDescription\":\"\",\"canonicalUrl\":\"{entry.url}\",\"robots\":\"all\",\"ogType\":\"website\",\"ogTitle\":\"{seomatic.meta.seoTitle}\",\"ogSiteNamePosition\":\"\",\"ogDescription\":\"{seomatic.meta.seoDescription}\",\"ogImage\":\"\",\"ogImageWidth\":\"\",\"ogImageHeight\":\"\",\"ogImageDescription\":\"{seomatic.meta.seoImageDescription}\",\"twitterCard\":\"summary_large_image\",\"twitterCreator\":\"{seomatic.site.twitterHandle}\",\"twitterTitle\":\"{seomatic.meta.seoTitle}\",\"twitterSiteNamePosition\":\"\",\"twitterDescription\":\"{seomatic.meta.seoDescription}\",\"twitterImage\":\"\",\"twitterImageWidth\":\"\",\"twitterImageHeight\":\"\",\"twitterImageDescription\":\"{seomatic.meta.seoImageDescription}\"}','{\"siteName\":\"Project\",\"identity\":null,\"creator\":null,\"twitterHandle\":\"\",\"facebookProfileId\":\"\",\"facebookAppId\":\"\",\"googleSiteVerification\":\"\",\"bingSiteVerification\":\"\",\"pinterestSiteVerification\":\"\",\"facebookSiteVerification\":\"\",\"sameAsLinks\":[],\"siteLinksSearchTarget\":\"\",\"siteLinksQueryInput\":\"\",\"referrer\":\"no-referrer-when-downgrade\",\"additionalSitemapUrls\":[],\"additionalSitemapUrlsDateUpdated\":null,\"additionalSitemaps\":[]}','{\"sitemapUrls\":false,\"sitemapAssets\":true,\"sitemapFiles\":true,\"sitemapAltLinks\":true,\"sitemapChangeFreq\":\"weekly\",\"sitemapPriority\":\"0.5\",\"sitemapLimit\":\"50\",\"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,\"abstract\":null,\"accessMode\":null,\"accessModeSufficient\":null,\"accessibilityAPI\":null,\"accessibilityControl\":null,\"accessibilityFeature\":null,\"accessibilityHazard\":null,\"accessibilitySummary\":null,\"accountablePerson\":null,\"acquireLicensePage\":null,\"aggregateRating\":null,\"alternativeHeadline\":null,\"associatedMedia\":null,\"audience\":null,\"audio\":null,\"author\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"award\":null,\"character\":null,\"citation\":null,\"comment\":null,\"commentCount\":null,\"conditionsOfAccess\":null,\"contentLocation\":null,\"contentRating\":null,\"contentReferenceTime\":null,\"contributor\":null,\"copyrightHolder\":{\"id\":\"{parseEnv(seomatic.site.identity.genericUrl)}#identity\"},\"copyrightYear\":\"{entry.postDate | date(\\\"Y\\\")}\",\"correction\":null,\"creativeWorkStatus\":null,\"creator\":{\"id\":\"{parseEnv(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,\"maintainer\":null,\"material\":null,\"materialExtent\":null,\"mentions\":null,\"offers\":null,\"position\":null,\"producer\":null,\"provider\":null,\"publication\":null,\"publisher\":{\"id\":\"{parseEnv(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,\"usageInfo\":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,\"tagAttrs\":[],\"nonce\":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,\"tagAttrs\":[]}},\"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\":\"summaryFromField\",\"seoDescriptionField\":\"richText\",\"seoKeywordsSource\":\"fromCustom\",\"seoKeywordsField\":\"title\",\"seoImageIds\":\"\",\"seoImageSource\":\"fromAsset\",\"seoImageField\":\"\",\"seoImageTransform\":\"1\",\"seoImageTransformMode\":\"crop\",\"seoImageDescriptionSource\":\"fromCustom\",\"seoImageDescriptionField\":\"title\",\"twitterCreatorSource\":\"sameAsSite\",\"twitterCreatorField\":\"\",\"twitterTitleSource\":\"sameAsSeo\",\"twitterTitleField\":\"\",\"twitterSiteNamePositionSource\":\"sameAsGlobal\",\"twitterDescriptionSource\":\"sameAsSeo\",\"twitterDescriptionField\":\"\",\"twitterImageIds\":\"\",\"twitterImageSource\":\"sameAsSeo\",\"twitterImageField\":\"\",\"twitterImageTransform\":\"1\",\"twitterImageTransformMode\":\"crop\",\"twitterImageDescriptionSource\":\"sameAsSeo\",\"twitterImageDescriptionField\":\"\",\"ogTitleSource\":\"sameAsSeo\",\"ogTitleField\":\"\",\"ogSiteNamePositionSource\":\"sameAsGlobal\",\"ogDescriptionSource\":\"sameAsSeo\",\"ogDescriptionField\":\"\",\"ogImageIds\":\"\",\"ogImageSource\":\"sameAsSeo\",\"ogImageField\":\"\",\"ogImageTransform\":\"1\",\"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,'plugindev','2020-03-27 13:22:43','2021-03-15 15:01:27',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,1,'English','default','en-US',1,'@web/',1,'2020-03-27 13:22:43','2021-03-15 15:02:45',NULL,'5da841b1-ca0d-46ff-8bb1-04d6c889ac54'),(2,1,0,1,'Spanish','spanish','es',1,'@web/es',2,'2021-03-15 15:02:36','2021-03-15 15:02:36',NULL,'ec473f07-152f-423b-90df-ac425e6068a1'); -/*!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; -INSERT INTO `structureelements` VALUES (1,1,NULL,1,1,2,0,'2021-04-01 02:35:35','2021-06-15 15:48:25','49453ac8-b940-462b-9de9-8b45aa3efa99'); -/*!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; -INSERT INTO `structures` VALUES (1,NULL,'2021-04-01 02:35:21','2021-04-01 02:35:21','2021-06-15 15:48:25','720df5b4-5784-490a-b196-dcbd886a2803'),(2,NULL,'2021-06-15 15:48:25','2021-06-15 15:48:25',NULL,'7955d443-a120-44f2-bdbe-c741d59fadf4'); -/*!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; -INSERT INTO `userpermissions` VALUES (1,'formie-viewforms','2021-07-14 16:09:00','2021-07-14 16:09:00','f873c363-277f-41a2-a51d-77a55f9c9f67'); -/*!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\",\"locale\":null,\"weekStartDay\":\"1\",\"useShapes\":false,\"underlineLinks\":false,\"showFieldHandles\":true,\"enableDebugToolbarForSite\":true,\"enableDebugToolbarForCp\":true,\"showExceptionView\":false,\"profileTemplates\":false}'); -/*!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,'','','andrew@nystudio107.com','$2y$13$EuMO1jWoObzUT.7T6IMJ4.U1GB2uIGV8LbrzGKT/HEimvXCPC65Ji',1,0,0,0,'2021-08-04 19:56:56',NULL,NULL,NULL,'2021-03-01 03:52:45',NULL,1,NULL,NULL,NULL,0,'2021-03-15 14:57:00','2020-03-27 13:22:44','2021-08-04 19:56:56','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,7,'Site','site','craft\\volumes\\Local',1,'@assetsUrl/assets/site','site',NULL,'{\"path\":\"@webroot/assets/site\"}',0,'2020-03-27 13:38:49','2021-03-15 16:13:40',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; -INSERT INTO `webperf_data_samples` VALUES (1,'2020-11-18 21:37:26','2020-11-18 21:37:27','ea0ce6d2-0729-438c-a965-aa494b278c10',8947159563722028624,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,1587,1736,1736,1689,2022,'??','Macintosh','Chrome 86.0.4240.198','OS X Catalina 10.15',0,1722,50,49,0,0,1672,488,9581568),(3,'2020-12-02 16:08:42','2020-12-02 16:08:42','4a9f192e-8cfa-4a02-8710-90cf1a0816cf',8824185223071447740,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,1189,1329,1329,1282,1525,'??','Macintosh','Chrome 87.0.4280.67','OS X Catalina 10.15',0,971,36,49,0,0,935,487,8870288),(4,'2020-12-06 22:47:55','2020-12-06 22:47:56','97d226f0-3c08-4411-864e-4c83a52fe704',5704165093160125832,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,1211,1409,1409,1308,1539,'??','Macintosh','Chrome 87.0.4280.67','OS X Catalina 10.15',0,1031,28,45,0,0,1002,488,8758504),(6,'2021-02-28 23:50:04','2021-02-28 23:50:05','ea368a63-7837-4705-a373-9769bdad7041',5021158955426407940,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,2438,2625,2625,2535,2540,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,424,26,31,0,0,398,115,7669224),(7,'2021-03-02 00:00:19','2021-03-02 00:00:20','0ec9fd8c-1a9f-4fa6-844a-ff85e12deaeb',9066497417661839779,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,2735,NULL,NULL,2764,2780,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,1741,91,50,0,0,1649,473,6527136),(8,'2021-03-02 00:00:30','2021-03-02 00:00:30','e1a76836-03ef-44ab-8a44-2ea663e0979b',6183991056336560919,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,484,532,532,520,536,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,469,35,31,0,0,434,115,6195960),(10,'2021-03-03 15:51:51','2021-03-03 15:51:52','f02c49fb-a83c-45f4-b4e9-67dced5169a6',6164079075040411519,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,2817,2891,2891,2861,2866,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,1576,101,57,0,0,1475,474,6416504),(12,'2021-03-04 18:47:56','2021-03-04 18:47:56','16ec8283-a3b2-4d1d-ae10-527b6e6a7d8f',6724523139216755323,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,3812,NULL,NULL,3864,3878,'??','Macintosh','Chrome 88.0.4324.192','OS X 11.2',0,3754,102,53,0,0,3652,476,6383096),(13,'2021-03-15 15:50:08','2021-03-15 15:50:08','2755a6dc-41fb-4c80-a40d-bafb660d1409',8084825374695554793,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,1752,1813,1813,1814,1842,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,1227,34,61,0,0,1193,486,5286616),(14,'2021-03-15 15:50:37','2021-03-15 15:50:38','0931819f-85fd-4cf4-a28c-e838e2a2d080',8339846145763819515,1,'🚧 Project | Homepage','http://localhost:8000/',NULL,NULL,NULL,653,721,721,685,686,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,816,36,61,0,0,779,199,8754440),(15,'2021-03-15 15:50:44','2021-03-15 15:50:45','edd8ef72-bf67-4a3f-9bdd-5478da3237d8',4774729439798297718,1,'🚧 Project','http://localhost:8000/blog',NULL,NULL,NULL,466,500,500,499,522,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,267,20,37,0,0,246,340,3990056),(16,'2021-03-15 15:50:51','2021-03-15 15:50:51','629b7897-c19e-47aa-ae73-15d6e6fa25a6',4234256945667735932,1,'🚧 Project | My first blog','http://localhost:8000/blog/my-first-blog',NULL,NULL,NULL,585,NULL,NULL,615,617,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,365,34,65,0,0,330,393,3997232),(17,'2021-03-15 15:51:04','2021-03-15 15:51:05','a1579171-7a8c-4fd2-88dd-02843abcc1a2',2480923588497879388,2,'🚧 Project | My first blog','http://localhost:8000/es/blog/my-first-blog',NULL,NULL,NULL,445,NULL,NULL,475,478,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,195,25,40,0,0,170,369,4847616),(20,'2021-03-15 15:53:12','2021-03-15 15:53:12','217b8217-0f07-4e41-8d47-de40e2b36846',3355934282910147199,1,'🚧 Project | My first blog','http://localhost:8000/blog/my-first-blog',NULL,NULL,NULL,548,605,605,590,591,'??','Macintosh','Chrome 89.0.4389.82','OS X 11.2',0,378,36,65,0,0,342,392,9078888); -/*!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 */; - -/*!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 2021-08-04 20:00:46 From 5c080da346c53977a42dd3d01858d8dfb21b4fb6 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 1 Feb 2022 19:58:50 -0500 Subject: [PATCH 02/51] refactor: Clean up nginx config --- docker-config/nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-config/nginx/default.conf b/docker-config/nginx/default.conf index d83519a..cf8335e 100755 --- a/docker-config/nginx/default.conf +++ b/docker-config/nginx/default.conf @@ -41,7 +41,7 @@ server { location = /favicon.ico { access_log off; log_not_found off; } location / { - try_files $uri/index.html $uri $uri/ /index.php?$query_string =404; + try_files $uri/index.html $uri $uri/ /index.php?$query_string; } location ~ [^/]\.php(/|$) { From 384879d500a3e1197bcbd1c6b31f850369f8848f Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 1 Feb 2022 20:01:01 -0500 Subject: [PATCH 03/51] refactor: Remove dir creation --- docker-config/php-dev-craft/Dockerfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docker-config/php-dev-craft/Dockerfile b/docker-config/php-dev-craft/Dockerfile index bf0693e..50c3a7f 100755 --- a/docker-config/php-dev-craft/Dockerfile +++ b/docker-config/php-dev-craft/Dockerfile @@ -50,16 +50,6 @@ RUN set -eux; \ # Clean out directories that don't need to be part of the image rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* -WORKDIR /var/www/project - -RUN mkdir -p /var/www/project/cms/storage \ - && \ - mkdir -p /var/www/project/cms/web/cpresources \ - && \ - chown -R www-data:www-data /var/www/project - -WORKDIR /var/www/project/cms - # Force permissions, update Craft, and start php-fpm CMD chown -R www-data:www-data /var/www/project \ && \ From c393b28300dc6d0b8a6652206976cd21b33eb9df Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 1 Feb 2022 20:04:50 -0500 Subject: [PATCH 04/51] refactor: Update Makefile to use new paths --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3d158ec..74fd624 100644 --- a/Makefile +++ b/Makefile @@ -28,12 +28,13 @@ update: docker-compose up update-clean: docker-compose down - rm -f cms/composer.lock - rm -rf cms/vendor/ + rm -f cms_v3/composer.lock + rm -rf cms_v3/vendor/ docker-compose up up: if [ ! "$$(docker ps -q -f name=${CONTAINER})" ]; then \ - cp -n cms/example.env cms/.env; \ + cp -n cms_v3/example.env cms_v3/.env; \ + cp -n cms_v4/example.env cms_v4/.env; \ docker-compose up; \ fi %: From dfcf0c9a04ae3d9e272706fc996ba2c5e6d0e1e7 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 1 Feb 2022 20:07:27 -0500 Subject: [PATCH 05/51] refactor: Fix paths --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ec1b343..56b7b7c 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ }, "scripts": { "post-create-project-cmd": [ - "@php -r \"copy('./cms/example.env', './cms/.env');\"", + "@php -r \"copy('./cms_v3/example.env', './cms_v3/.env');\"", + "@php -r \"copy('./cms_v4/example.env', './cms_v4/.env');\"", "@php -r \"@unlink('composer.json');\"", "@php -r \"@unlink('composer.lock');\"", "@php -r \"@unlink('LICENSE.md');\"" From 8099e1fb13392fdbbb4efc90ed5bde87ca077346 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 09:57:26 -0500 Subject: [PATCH 06/51] feat: Variablize all the things, for handling XX CMS versions --- Makefile | 53 ++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index 74fd624..48906a4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -CONTAINER?=$(shell basename $(CURDIR))_php_1 +PROJECT_NAME?=$(shell basename $(CURDIR)) +SERVICE_NAME?=php +CMS_ROOT_NAME?=cms_ +CMS_VERSIONS:=v3 v4 .PHONY: dev clean composer craft mysql nuke postgres update update-clean up @@ -6,35 +9,51 @@ dev: up clean: docker-compose down -v docker-compose up --build -composer: up - docker exec -it ${CONTAINER} su-exec www-data composer \ +composer-$(CMS_VERSIONS):V=$(subst test-,,$@) +composer-$(CMS_VERSIONS):CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(V)_1 +composer-$(CMS_VERSIONS): up + docker exec -it $(CONTAINER) su-exec www-data composer \ $(filter-out $@,$(MAKECMDGOALS)) -craft: up - docker exec -it ${CONTAINER} su-exec www-data php craft \ +craft-$(CMS_VERSIONS):V=$(subst test-,,$@) +craft-$(CMS_VERSIONS):CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(V)_1 +craft-$(CMS_VERSIONS): up + docker exec -it $(CONTAINER) su-exec www-data php craft \ $(filter-out $@,$(MAKECMDGOALS)) -mysql: up - cp cms/config/_configs/mysql/db.php cms/config/db.php - cp cms/config/_configs/mysql/general.php cms/config/general.php +mysql-$(CMS_VERSIONS):V=$(subst test-,,$@) +mysql-$(CMS_VERSIONS):CMS_DIR=$(CMS_ROOT_NAME)_$(V) +mysql-$(CMS_VERSIONS): up + cp $(CMS_DIR)/config/_configs/mysql/db.php $(CMS_DIR)/config/db.php + cp $(CMS_DIR)/config/_configs/mysql/general.php $(CMS_DIR)/config/general.php nuke: docker-compose down -v - rm -f cms/composer.lock + for v in $(cms_versions); do \ + rm -f $(CMS_ROOT_NAME)$$v/composer.lock + rm -rf $(CMS_ROOT_NAME)$$v/vendor/ + done docker-compose up --build --force-recreate -postgres: up - cp cms/config/_configs/postgres/db.php cms/config/db.php - cp cms/config/_configs/postgres/general.php cms/config/general.php +postgres-$(CMS_VERSIONS):V=$(subst test-,,$@) +postgres-$(CMS_VERSIONS):CMS_DIR=$(CMS_ROOT_NAME)_$(V) +postgres-$(CMS_VERSIONS): up + cp $(CMS_DIR)/config/_configs/postgres/db.php $(CMS_DIR)/config/db.php + cp $(CMS_DIR)/config/_configs/postgres/general.php $(CMS_DIR)/config/general.php update: docker-compose down - rm -f cms/composer.lock + for v in $(cms_versions); do \ + rm -f $(CMS_ROOT_NAME)$$v/composer.lock ; \ + done docker-compose up update-clean: docker-compose down - rm -f cms_v3/composer.lock - rm -rf cms_v3/vendor/ + for v in $(cms_versions); do \ + rm -f $(CMS_ROOT_NAME)$$v/composer.lock + rm -rf $(CMS_ROOT_NAME)$$v/vendor/ + done docker-compose up up: if [ ! "$$(docker ps -q -f name=${CONTAINER})" ]; then \ - cp -n cms_v3/example.env cms_v3/.env; \ - cp -n cms_v4/example.env cms_v4/.env; \ + for v in $(cms_versions); do \ + cp -n cms_$$v/example.env cms_$$v/.env; \ + done docker-compose up; \ fi %: From a13d35ed8aaee2087bbdea3ec1d41696ca91e1b9 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 10:03:39 -0500 Subject: [PATCH 07/51] refactor: Remove test- --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 48906a4..2cd0db6 100644 --- a/Makefile +++ b/Makefile @@ -9,17 +9,17 @@ dev: up clean: docker-compose down -v docker-compose up --build -composer-$(CMS_VERSIONS):V=$(subst test-,,$@) +composer-$(CMS_VERSIONS):V=$(subst composer-,,$@) composer-$(CMS_VERSIONS):CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(V)_1 composer-$(CMS_VERSIONS): up docker exec -it $(CONTAINER) su-exec www-data composer \ $(filter-out $@,$(MAKECMDGOALS)) -craft-$(CMS_VERSIONS):V=$(subst test-,,$@) +craft-$(CMS_VERSIONS):V=$(subst craft-,,$@) craft-$(CMS_VERSIONS):CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(V)_1 craft-$(CMS_VERSIONS): up docker exec -it $(CONTAINER) su-exec www-data php craft \ $(filter-out $@,$(MAKECMDGOALS)) -mysql-$(CMS_VERSIONS):V=$(subst test-,,$@) +mysql-$(CMS_VERSIONS):V=$(subst mysql-,,$@) mysql-$(CMS_VERSIONS):CMS_DIR=$(CMS_ROOT_NAME)_$(V) mysql-$(CMS_VERSIONS): up cp $(CMS_DIR)/config/_configs/mysql/db.php $(CMS_DIR)/config/db.php @@ -31,7 +31,7 @@ nuke: rm -rf $(CMS_ROOT_NAME)$$v/vendor/ done docker-compose up --build --force-recreate -postgres-$(CMS_VERSIONS):V=$(subst test-,,$@) +postgres-$(CMS_VERSIONS):V=$(subst postgres-,,$@) postgres-$(CMS_VERSIONS):CMS_DIR=$(CMS_ROOT_NAME)_$(V) postgres-$(CMS_VERSIONS): up cp $(CMS_DIR)/config/_configs/postgres/db.php $(CMS_DIR)/config/db.php From 5721441bfde083248ab02c566a39261d97ea7fba Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 15:40:04 -0500 Subject: [PATCH 08/51] refactor: Move this functionality to the Makefile commands --- composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 56b7b7c..dc8f750 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,6 @@ }, "scripts": { "post-create-project-cmd": [ - "@php -r \"copy('./cms_v3/example.env', './cms_v3/.env');\"", - "@php -r \"copy('./cms_v4/example.env', './cms_v4/.env');\"", "@php -r \"@unlink('composer.json');\"", "@php -r \"@unlink('composer.lock');\"", "@php -r \"@unlink('LICENSE.md');\"" From 730a0ec0c7320ea9a52245dd19c451f8bfd6e1fc Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 15:59:08 -0500 Subject: [PATCH 09/51] refactor: Fix up command --- Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 2cd0db6..efd4351 100644 --- a/Makefile +++ b/Makefile @@ -11,17 +11,17 @@ clean: docker-compose up --build composer-$(CMS_VERSIONS):V=$(subst composer-,,$@) composer-$(CMS_VERSIONS):CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(V)_1 -composer-$(CMS_VERSIONS): up +composer-$(CMS_VERSIONS):up docker exec -it $(CONTAINER) su-exec www-data composer \ $(filter-out $@,$(MAKECMDGOALS)) craft-$(CMS_VERSIONS):V=$(subst craft-,,$@) craft-$(CMS_VERSIONS):CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(V)_1 -craft-$(CMS_VERSIONS): up +craft-$(CMS_VERSIONS):up docker exec -it $(CONTAINER) su-exec www-data php craft \ $(filter-out $@,$(MAKECMDGOALS)) mysql-$(CMS_VERSIONS):V=$(subst mysql-,,$@) mysql-$(CMS_VERSIONS):CMS_DIR=$(CMS_ROOT_NAME)_$(V) -mysql-$(CMS_VERSIONS): up +mysql-$(CMS_VERSIONS):up cp $(CMS_DIR)/config/_configs/mysql/db.php $(CMS_DIR)/config/db.php cp $(CMS_DIR)/config/_configs/mysql/general.php $(CMS_DIR)/config/general.php nuke: @@ -49,11 +49,12 @@ update-clean: rm -rf $(CMS_ROOT_NAME)$$v/vendor/ done docker-compose up +up:CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_v3_1 up: - if [ ! "$$(docker ps -q -f name=${CONTAINER})" ]; then \ - for v in $(cms_versions); do \ - cp -n cms_$$v/example.env cms_$$v/.env; \ - done + if [ ! "$$(docker ps -q -f name=$(CONTAINER))" ]; then \ + for v in $(CMS_VERSIONS); do \ + cp -n $(CMS_ROOT_NAME)$$v/example.env $(CMS_ROOT_NAME)$$v/.env; \ + done; \ docker-compose up; \ fi %: From db7f7ba2741644539a5e64c0793a12ef371e6cb5 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 16:05:22 -0500 Subject: [PATCH 10/51] refactor: Makefile cleanup --- Makefile | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Makefile b/Makefile index efd4351..75d648f 100644 --- a/Makefile +++ b/Makefile @@ -9,53 +9,53 @@ dev: up clean: docker-compose down -v docker-compose up --build -composer-$(CMS_VERSIONS):V=$(subst composer-,,$@) -composer-$(CMS_VERSIONS):CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(V)_1 -composer-$(CMS_VERSIONS):up +composer-$(CMS_VERSIONS): V=$(subst composer-,,$@) +composer-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(V)_1 +composer-$(CMS_VERSIONS): up docker exec -it $(CONTAINER) su-exec www-data composer \ $(filter-out $@,$(MAKECMDGOALS)) -craft-$(CMS_VERSIONS):V=$(subst craft-,,$@) -craft-$(CMS_VERSIONS):CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(V)_1 -craft-$(CMS_VERSIONS):up +craft-$(CMS_VERSIONS): V=$(subst craft-,,$@) +craft-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(V)_1 +craft-$(CMS_VERSIONS): up docker exec -it $(CONTAINER) su-exec www-data php craft \ $(filter-out $@,$(MAKECMDGOALS)) -mysql-$(CMS_VERSIONS):V=$(subst mysql-,,$@) -mysql-$(CMS_VERSIONS):CMS_DIR=$(CMS_ROOT_NAME)_$(V) -mysql-$(CMS_VERSIONS):up +mysql-$(CMS_VERSIONS): V=$(subst mysql-,,$@) +mysql-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)_$(V) +mysql-$(CMS_VERSIONS): up cp $(CMS_DIR)/config/_configs/mysql/db.php $(CMS_DIR)/config/db.php cp $(CMS_DIR)/config/_configs/mysql/general.php $(CMS_DIR)/config/general.php nuke: docker-compose down -v - for v in $(cms_versions); do \ - rm -f $(CMS_ROOT_NAME)$$v/composer.lock - rm -rf $(CMS_ROOT_NAME)$$v/vendor/ + for v in $(CMS_VERSIONS) ; do \ + rm -f $(CMS_ROOT_NAME)$$v/composer.lock ; \ + rm -rf $(CMS_ROOT_NAME)$$v/vendor/ ; \ done docker-compose up --build --force-recreate -postgres-$(CMS_VERSIONS):V=$(subst postgres-,,$@) -postgres-$(CMS_VERSIONS):CMS_DIR=$(CMS_ROOT_NAME)_$(V) +postgres-$(CMS_VERSIONS): V=$(subst postgres-,,$@) +postgres-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)_$(V) postgres-$(CMS_VERSIONS): up cp $(CMS_DIR)/config/_configs/postgres/db.php $(CMS_DIR)/config/db.php cp $(CMS_DIR)/config/_configs/postgres/general.php $(CMS_DIR)/config/general.php update: docker-compose down - for v in $(cms_versions); do \ + for v in $(CMS_VERSIONS) ; do \ rm -f $(CMS_ROOT_NAME)$$v/composer.lock ; \ done docker-compose up update-clean: docker-compose down - for v in $(cms_versions); do \ + for v in $(CMS_VERSIONS) ; do \ rm -f $(CMS_ROOT_NAME)$$v/composer.lock rm -rf $(CMS_ROOT_NAME)$$v/vendor/ done docker-compose up -up:CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_v3_1 +up: CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_v3_1 up: if [ ! "$$(docker ps -q -f name=$(CONTAINER))" ]; then \ - for v in $(CMS_VERSIONS); do \ - cp -n $(CMS_ROOT_NAME)$$v/example.env $(CMS_ROOT_NAME)$$v/.env; \ - done; \ - docker-compose up; \ + for v in $(CMS_VERSIONS) ; do \ + cp -n $(CMS_ROOT_NAME)$$v/example.env $(CMS_ROOT_NAME)$$v/.env ; \ + done ; \ + docker-compose up ; \ fi %: @: From bcf193a3cdc702e10b3827bfa4a6770d28b42b8d Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 16:06:34 -0500 Subject: [PATCH 11/51] refactor: Fix update-clean --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 75d648f..66b2d23 100644 --- a/Makefile +++ b/Makefile @@ -45,8 +45,8 @@ update: update-clean: docker-compose down for v in $(CMS_VERSIONS) ; do \ - rm -f $(CMS_ROOT_NAME)$$v/composer.lock - rm -rf $(CMS_ROOT_NAME)$$v/vendor/ + rm -f $(CMS_ROOT_NAME)$$v/composer.lock ; \ + rm -rf $(CMS_ROOT_NAME)$$v/vendor/ ; \ done docker-compose up up: CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_v3_1 From c4fb195f60eb8315b7f56cf3cdd2e7d35d7720d6 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 16:09:15 -0500 Subject: [PATCH 12/51] refactor: Use `word` rather than hardcoding v3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66b2d23..7ae188a 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ update-clean: rm -rf $(CMS_ROOT_NAME)$$v/vendor/ ; \ done docker-compose up -up: CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_v3_1 +up: CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(word 1,$(CMS_VERSIONS))_1 up: if [ ! "$$(docker ps -q -f name=$(CONTAINER))" ]; then \ for v in $(CMS_VERSIONS) ; do \ From 8687fe99d460111f285b6cca7bace84bc7c8db2f Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 16:24:00 -0500 Subject: [PATCH 13/51] refactor: Fix separator chars, add `make ssh-` --- Makefile | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 7ae188a..1148c4a 100644 --- a/Makefile +++ b/Makefile @@ -2,25 +2,26 @@ PROJECT_NAME?=$(shell basename $(CURDIR)) SERVICE_NAME?=php CMS_ROOT_NAME?=cms_ CMS_VERSIONS:=v3 v4 +SEPARATOR:=- -.PHONY: dev clean composer craft mysql nuke postgres update update-clean up +.PHONY: dev clean composer craft mysql nuke postgres ssh update update-clean up dev: up clean: docker-compose down -v docker-compose up --build composer-$(CMS_VERSIONS): V=$(subst composer-,,$@) -composer-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(V)_1 +composer-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 composer-$(CMS_VERSIONS): up docker exec -it $(CONTAINER) su-exec www-data composer \ $(filter-out $@,$(MAKECMDGOALS)) craft-$(CMS_VERSIONS): V=$(subst craft-,,$@) -craft-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(V)_1 +craft-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 craft-$(CMS_VERSIONS): up docker exec -it $(CONTAINER) su-exec www-data php craft \ $(filter-out $@,$(MAKECMDGOALS)) mysql-$(CMS_VERSIONS): V=$(subst mysql-,,$@) -mysql-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)_$(V) +mysql-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(SEPARATOR)$(V) mysql-$(CMS_VERSIONS): up cp $(CMS_DIR)/config/_configs/mysql/db.php $(CMS_DIR)/config/db.php cp $(CMS_DIR)/config/_configs/mysql/general.php $(CMS_DIR)/config/general.php @@ -32,10 +33,14 @@ nuke: done docker-compose up --build --force-recreate postgres-$(CMS_VERSIONS): V=$(subst postgres-,,$@) -postgres-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)_$(V) +postgres-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(SEPARATOR)$(V) postgres-$(CMS_VERSIONS): up cp $(CMS_DIR)/config/_configs/postgres/db.php $(CMS_DIR)/config/db.php cp $(CMS_DIR)/config/_configs/postgres/general.php $(CMS_DIR)/config/general.php +ssh-$(CMS_VERSIONS): V=$(subst ssh-,,$@) +ssh-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 +ssh-$(CMS_VERSIONS): up + docker exec -it $(CONTAINER) /bin/sh update: docker-compose down for v in $(CMS_VERSIONS) ; do \ @@ -49,7 +54,7 @@ update-clean: rm -rf $(CMS_ROOT_NAME)$$v/vendor/ ; \ done docker-compose up -up: CONTAINER=$(PROJECT_NAME)_$(SERVICE_NAME)_$(word 1,$(CMS_VERSIONS))_1 +up: CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(word 1,$(CMS_VERSIONS))$(SEPARATOR)1 up: if [ ! "$$(docker ps -q -f name=$(CONTAINER))" ]; then \ for v in $(CMS_VERSIONS) ; do \ From 91d78053ed4d41da4bf9df25f409b51baffb603d Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 17:43:22 -0500 Subject: [PATCH 14/51] refactor: Remove deprecated `useProjectConfigFile` setting --- cms_v3/config/_configs/mysql/general.php | 1 - cms_v3/config/_configs/postgres/general.php | 1 - cms_v4/config/_configs/mysql/general.php | 1 - cms_v4/config/_configs/postgres/general.php | 1 - 4 files changed, 4 deletions(-) diff --git a/cms_v3/config/_configs/mysql/general.php b/cms_v3/config/_configs/mysql/general.php index 08ba436..b9f896e 100644 --- a/cms_v3/config/_configs/mysql/general.php +++ b/cms_v3/config/_configs/mysql/general.php @@ -41,5 +41,4 @@ 'omitScriptNameInUrls' => true, 'useEmailAsUsername' => false, 'usePathInfo' => true, - 'useProjectConfigFile' => true, ]; diff --git a/cms_v3/config/_configs/postgres/general.php b/cms_v3/config/_configs/postgres/general.php index b3201eb..1e11f51 100644 --- a/cms_v3/config/_configs/postgres/general.php +++ b/cms_v3/config/_configs/postgres/general.php @@ -41,5 +41,4 @@ 'omitScriptNameInUrls' => true, 'useEmailAsUsername' => false, 'usePathInfo' => true, - 'useProjectConfigFile' => true, ]; diff --git a/cms_v4/config/_configs/mysql/general.php b/cms_v4/config/_configs/mysql/general.php index 08ba436..b9f896e 100644 --- a/cms_v4/config/_configs/mysql/general.php +++ b/cms_v4/config/_configs/mysql/general.php @@ -41,5 +41,4 @@ 'omitScriptNameInUrls' => true, 'useEmailAsUsername' => false, 'usePathInfo' => true, - 'useProjectConfigFile' => true, ]; diff --git a/cms_v4/config/_configs/postgres/general.php b/cms_v4/config/_configs/postgres/general.php index b3201eb..1e11f51 100644 --- a/cms_v4/config/_configs/postgres/general.php +++ b/cms_v4/config/_configs/postgres/general.php @@ -41,5 +41,4 @@ 'omitScriptNameInUrls' => true, 'useEmailAsUsername' => false, 'usePathInfo' => true, - 'useProjectConfigFile' => true, ]; From 6895337407d3de2414ad7e4fd328f1f6436766de Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 17:50:31 -0500 Subject: [PATCH 15/51] refactor: Only expose ports interally --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 75d24da..6cd688e 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,8 +28,8 @@ services: MYSQL_USER: project MYSQL_PASSWORD: project init: true - ports: - - "3306:3306" + expose: + - "3306" volumes: - mysql-db-data:/var/lib/mysql - ./mysql-db-seed:/docker-entrypoint-initdb.d @@ -119,8 +119,8 @@ services: POSTGRES_USER: project POSTGRES_PASSWORD: project init: true - ports: - - "5432:5432" + expose: + - "5432" volumes: - postgres-db-data:/usr/local/pgsql/data - ./postgres-db-seed/:/docker-entrypoint-initdb.d From 86a4905439c81402b16c61bc70c8f8e8d11a0d14 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 17:51:21 -0500 Subject: [PATCH 16/51] refactor: Switch to ports 8003 & 8004 for http, to mirror Craft versions --- docker-compose.yml | 4 ++-- docker-config/nginx/default.conf | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6cd688e..ec8a203 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,8 +8,8 @@ services: dockerfile: ./Dockerfile init: true ports: - - "8000:8000" - - "8001:8001" + - "8003:8003" + - "8004:8004" volumes: - cpresources_v3:/var/www/project/cms_v3/web/cpresources:delegated - cpresources_v4:/var/www/project/cms_v4/web/cpresources:delegated diff --git a/docker-config/nginx/default.conf b/docker-config/nginx/default.conf index cf8335e..31ef3fd 100755 --- a/docker-config/nginx/default.conf +++ b/docker-config/nginx/default.conf @@ -14,10 +14,10 @@ map $server_port $craft_cms_version { } server { - listen 8000; - listen [::]:8000; - listen 8001; - listen [::]:8001; + listen 8003; + listen [::]:8003; + listen 8004; + listen [::]:8004; set $fast_cgi_pass "${container_name}_${craft_cms_version}"; set $craft_server_root "/var/www/project/cms_${craft_cms_version}/web"; From dc5381ac59f4d4704f344a397f32ffbce2649ed7 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 22:27:38 -0500 Subject: [PATCH 17/51] refactor: Use craft_v4 dir for Craft 4 plugins --- cms_v4/composer.json | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cms_v4/composer.json b/cms_v4/composer.json index 2d3234b..44dc1f3 100644 --- a/cms_v4/composer.json +++ b/cms_v4/composer.json @@ -28,7 +28,7 @@ "repositories": [ { "type": "path", - "url": "/Users/andrew/webdev/craft/*", + "url": "/Users/andrew/webdev/craft_v4/*", "options": { "symlink": true } diff --git a/docker-compose.yml b/docker-compose.yml index ec8a203..24d80ba 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -73,7 +73,7 @@ services: tty: true volumes: &php-volumes_v4 # Change the path below to map to your local plugin repositories - - /Users/andrew/webdev/craft:/Users/andrew/webdev/craft + - /Users/andrew/webdev/craft_v4:/Users/andrew/webdev/craft_v4 - cpresources_v4:/var/www/project/cms_v4/web/cpresources:delegated - storage_v4:/var/www/project/cms_v4/storage:delegated - ./cms_v4:/var/www/project/cms_v4:cached From 2e6dc021c61f5527069553234aa598a9ec8f42f0 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 22:46:18 -0500 Subject: [PATCH 18/51] refactor: Use ports 8003 & 8004 --- docker-config/nginx/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-config/nginx/default.conf b/docker-config/nginx/default.conf index 31ef3fd..658506e 100755 --- a/docker-config/nginx/default.conf +++ b/docker-config/nginx/default.conf @@ -9,8 +9,8 @@ map $cookie_XDEBUG_SESSION:$cookie_XDEBUG_PROFILE $container_name { } map $server_port $craft_cms_version { - 8000 v3; - 8001 v4; + 8003 v3; + 8004 v4; } server { From 7d8c60aefd713df6503d6990e7033faeb2f00967 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Feb 2022 22:54:13 -0500 Subject: [PATCH 19/51] refactor: Fix URLs to match new ports --- cms_v3/example.env | 4 ++-- cms_v4/example.env | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cms_v3/example.env b/cms_v3/example.env index 2e55ece..a215a07 100644 --- a/cms_v3/example.env +++ b/cms_v3/example.env @@ -19,8 +19,8 @@ DB_SCHEMA=public DB_TABLE_PREFIX= # URL & path settings -ASSETS_URL=http://localhost:8000 -SITE_URL=http://localhost:8000 +ASSETS_URL=http://localhost:8003 +SITE_URL=http://localhost:8003 WEB_ROOT_PATH=/var/www/project/cms_v3/web CMS_ROOT_PATH=/var/www/project/cms_v3 diff --git a/cms_v4/example.env b/cms_v4/example.env index 76392fa..08ac1a5 100644 --- a/cms_v4/example.env +++ b/cms_v4/example.env @@ -19,8 +19,8 @@ DB_SCHEMA=public DB_TABLE_PREFIX= # URL & path settings -ASSETS_URL=http://localhost:8001 -SITE_URL=http://localhost:8001 +ASSETS_URL=http://localhost:8004 +SITE_URL=http://localhost:8004 WEB_ROOT_PATH=/var/www/project/cms_v4/web CMS_ROOT_PATH=/var/www/project/cms_v4 From b7b4369c51e924b4f304248174b871ac4d1d931a Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 9 Feb 2022 15:58:57 -0500 Subject: [PATCH 20/51] feat: Specify default network --- docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 24d80ba..b28fcf8 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,9 @@ version: '3.7' +networks: + default: + name: plugindev_default + services: # nginx - web server nginx: From f19d5290483f7724656f85b02abac3ff46d7e487 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Fri, 18 Feb 2022 09:32:29 -0500 Subject: [PATCH 21/51] refactor: Use su-exec for the shell, too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1148c4a..c92295b 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ postgres-$(CMS_VERSIONS): up ssh-$(CMS_VERSIONS): V=$(subst ssh-,,$@) ssh-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 ssh-$(CMS_VERSIONS): up - docker exec -it $(CONTAINER) /bin/sh + docker exec -it $(CONTAINER) su-exec www-data /bin/sh update: docker-compose down for v in $(CMS_VERSIONS) ; do \ From f2405cbc4c8a1cc8b2e24f43111cede1aae27c0d Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 22 Feb 2022 23:41:26 -0500 Subject: [PATCH 22/51] refactor: Minimum php 8.0.2 --- cms_v4/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms_v4/composer.json b/cms_v4/composer.json index 44dc1f3..80cc0f1 100644 --- a/cms_v4/composer.json +++ b/cms_v4/composer.json @@ -22,7 +22,7 @@ "optimize-autoloader": true, "sort-packages": true, "platform": { - "php": "8.0.0" + "php": "8.0.2" } }, "repositories": [ From af97b6b5d5fba2ebbf5042418ec3f5df17532bd8 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 22 Feb 2022 23:41:46 -0500 Subject: [PATCH 23/51] refactor: expose ports to client to allow for db importing --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b28fcf8..b244918 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,8 +32,8 @@ services: MYSQL_USER: project MYSQL_PASSWORD: project init: true - expose: - - "3306" + ports: + - "3306:3306" volumes: - mysql-db-data:/var/lib/mysql - ./mysql-db-seed:/docker-entrypoint-initdb.d @@ -123,8 +123,8 @@ services: POSTGRES_USER: project POSTGRES_PASSWORD: project init: true - expose: - - "5432" + ports: + - "5432:5432" volumes: - postgres-db-data:/usr/local/pgsql/data - ./postgres-db-seed/:/docker-entrypoint-initdb.d From 1436225253dbbb98947a9913b2e046c57c6caf01 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 23 Feb 2022 01:02:05 -0500 Subject: [PATCH 24/51] refactor: use `apply spaceless` --- cms_v4/templates/_layouts/global-variables.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cms_v4/templates/_layouts/global-variables.twig b/cms_v4/templates/_layouts/global-variables.twig index e407eda..c0293f1 100644 --- a/cms_v4/templates/_layouts/global-variables.twig +++ b/cms_v4/templates/_layouts/global-variables.twig @@ -8,7 +8,7 @@ │ htmlPage │ └─────────────────────────────────────────────────────────────────────────────┘ #} -{% spaceless %} +{% apply spaceless %} {# -- Prefetch & preconnect headers and links -- #} {% set prefetchUrls = [ @@ -21,4 +21,4 @@ {% block htmlPage %} {% endblock %} -{% endspaceless %} +{% endapply %} From 4d868b9795942e4acdca54e77782a581cc217f83 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 1 Mar 2022 22:11:58 -0500 Subject: [PATCH 25/51] feat: Add rector, change to craft_v3 --- Makefile | 5 +++++ cms_v3/composer.json | 11 ++++++++--- cms_v4/composer.json | 22 +++++++++++++++++++--- docker-compose.yml | 2 +- 4 files changed, 33 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index c92295b..6990c2b 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,11 @@ postgres-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(SEPARATOR)$(V) postgres-$(CMS_VERSIONS): up cp $(CMS_DIR)/config/_configs/postgres/db.php $(CMS_DIR)/config/db.php cp $(CMS_DIR)/config/_configs/postgres/general.php $(CMS_DIR)/config/general.php +rector-$(CMS_VERSIONS): V=$(subst craft-,,$@) +rector-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 +rector-$(CMS_VERSIONS): up + docker exec -it $(CONTAINER) su-exec www-data vendor/bin/rector process \ + $(filter-out $@,$(MAKECMDGOALS)) ssh-$(CMS_VERSIONS): V=$(subst ssh-,,$@) ssh-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 ssh-$(CMS_VERSIONS): up diff --git a/cms_v3/composer.json b/cms_v3/composer.json index a2cfd2b..e206bb7 100644 --- a/cms_v3/composer.json +++ b/cms_v3/composer.json @@ -1,10 +1,13 @@ { "name": "nystudio107/plugindev", "description": "This is a project scaffolding package for Craft 3 CMS plugin development.", + "minimum-stability": "dev", + "prefer-stable": true, "require": { "craftcms/cms": "^3.7.26", "craftcms/redactor": "^2.0.0", "craftcms/commerce": "^3.0.0", + "craftcms/digital-products": "^2.0.0", "vlucas/phpdotenv": "^5.4.0", "yiisoft/yii2-redis": "^2.0.6", "nystudio107/craft-connect": "^1.0.0", @@ -33,11 +36,13 @@ "nystudio107/craft-vanillaforums": "^3.0.0", "nystudio107/craft-webperf": "^1.0.0", "nystudio107/craft-youtubeliveembed": "^1.0.0", - "nystudio107/craft-vite": "^1.0.0" + "nystudio107/craft-vite": "^1.0.0", + "solspace/craft3-calendar": "^3.0.0" }, "require-dev": { "nystudio107/craft-autocomplete": "^1.0.0", - "yiisoft/yii2-shell": "^2.0.3" + "yiisoft/yii2-shell": "^2.0.3", + "craftcms/rector": "dev-main" }, "autoload": { "psr-4": { @@ -58,7 +63,7 @@ "repositories": [ { "type": "path", - "url": "/Users/andrew/webdev/craft/*", + "url": "/Users/andrew/webdev/craft_v3/*", "options": { "symlink": true } diff --git a/cms_v4/composer.json b/cms_v4/composer.json index 80cc0f1..6671aff 100644 --- a/cms_v4/composer.json +++ b/cms_v4/composer.json @@ -1,13 +1,29 @@ { "name": "nystudio107/plugindev", - "description": "This is a project scaffolding package for Craft 3 CMS plugin development.", + "description": "This is a project scaffolding package for Craft 4 CMS plugin development.", + "minimum-stability": "dev", + "prefer-stable": true, "require": { - "craftcms/cms": "4.0.x-dev as 4.0.0-alpha", + "php": "^8.0.2", + "craftcms/cms": "^4.0.0-alpha.1", "vlucas/phpdotenv": "^5.4.0", + "nystudio107/craft-imageoptimize": "^4.0.0-beta.1", + "nystudio107/craft-instantanalytics": "^4.0.0-beta.1", + "nystudio107/craft-minify": "^4.0.0-beta.1", + "nystudio107/craft-richvariables": "^4.0.0-beta.1", + "nystudio107/craft-retour": "^4.0.0-beta.1", + "nystudio107/craft-seomatic": "^4.0.0-beta.1", + "nystudio107/craft-transcoder": "^4.0.0-beta.1", + "nystudio107/craft-twigpack": "^4.0.0-beta.1", + "nystudio107/craft-typogrify": "^4.0.0-beta.1", + "nystudio107/craft-vite": "^4.0.0-beta.1", + "nystudio107/craft-webperf": "^4.0.0-beta.1", "yiisoft/yii2-redis": "^2.0.6" }, "require-dev": { - "yiisoft/yii2-shell": "^2.0.3" + "nystudio107/craft-autocomplete": "^1.10.0", + "yiisoft/yii2-shell": "^2.0.3", + "craftcms/rector": "dev-main" }, "autoload": { "psr-4": { diff --git a/docker-compose.yml b/docker-compose.yml index b244918..b544829 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,7 +52,7 @@ services: tty: true volumes: &php-volumes_v3 # Change the path below to map to your local plugin repositories - - /Users/andrew/webdev/craft:/Users/andrew/webdev/craft + - /Users/andrew/webdev/craft_v3:/Users/andrew/webdev/craft_v3 - cpresources_v3:/var/www/project/cms_v3/web/cpresources:delegated - storage_v3:/var/www/project/cms_v3/storage:delegated - ./cms_v3:/var/www/project/cms_v3:cached From e6d6d24b64824cb5c46a6d4edb51f048dda7d2ed Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 1 Mar 2022 22:50:49 -0500 Subject: [PATCH 26/51] refactor: Remove `platform` --- cms_v3/composer.json | 5 +---- cms_v4/composer.json | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/cms_v3/composer.json b/cms_v3/composer.json index e206bb7..7b0c973 100644 --- a/cms_v3/composer.json +++ b/cms_v3/composer.json @@ -55,10 +55,7 @@ "yiisoft/yii2-composer": true }, "optimize-autoloader": true, - "sort-packages": true, - "platform": { - "php": "7.2.5" - } + "sort-packages": true }, "repositories": [ { diff --git a/cms_v4/composer.json b/cms_v4/composer.json index 6671aff..01b4a44 100644 --- a/cms_v4/composer.json +++ b/cms_v4/composer.json @@ -36,10 +36,7 @@ "yiisoft/yii2-composer": true }, "optimize-autoloader": true, - "sort-packages": true, - "platform": { - "php": "8.0.2" - } + "sort-packages": true }, "repositories": [ { From d0a1a21a31ba8cdbb06bb56d49d4d315f5d5aa35 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Mar 2022 12:08:40 -0500 Subject: [PATCH 27/51] feat: Add Rector config --- cms_v3/rector.php | 17 +++++++++++++++++ cms_v4/rector.php | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 cms_v3/rector.php create mode 100644 cms_v4/rector.php diff --git a/cms_v3/rector.php b/cms_v3/rector.php new file mode 100644 index 0000000..fbce7bf --- /dev/null +++ b/cms_v3/rector.php @@ -0,0 +1,17 @@ +parameters(); + $parameters->set(Option::SKIP, [ + __DIR__ . '/vendor/nystudio107/craft-seomatic/src/integrations', + ]); + + $containerConfigurator->import(CraftSetList::CRAFT_CMS_40); + $containerConfigurator->import(CraftSetList::CRAFT_COMMERCE_40); +}; diff --git a/cms_v4/rector.php b/cms_v4/rector.php new file mode 100644 index 0000000..fbce7bf --- /dev/null +++ b/cms_v4/rector.php @@ -0,0 +1,17 @@ +parameters(); + $parameters->set(Option::SKIP, [ + __DIR__ . '/vendor/nystudio107/craft-seomatic/src/integrations', + ]); + + $containerConfigurator->import(CraftSetList::CRAFT_CMS_40); + $containerConfigurator->import(CraftSetList::CRAFT_COMMERCE_40); +}; From a3ea1618229325effacbf76dd040667e063d77d9 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Mar 2022 15:18:32 -0500 Subject: [PATCH 28/51] fix: Fix rector command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6990c2b..6c47dcb 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ postgres-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(SEPARATOR)$(V) postgres-$(CMS_VERSIONS): up cp $(CMS_DIR)/config/_configs/postgres/db.php $(CMS_DIR)/config/db.php cp $(CMS_DIR)/config/_configs/postgres/general.php $(CMS_DIR)/config/general.php -rector-$(CMS_VERSIONS): V=$(subst craft-,,$@) +rector-$(CMS_VERSIONS): V=$(subst rector-,,$@) rector-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 rector-$(CMS_VERSIONS): up docker exec -it $(CONTAINER) su-exec www-data vendor/bin/rector process \ @@ -63,7 +63,7 @@ up: CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(word 1,$(CMS_VERSIONS up: if [ ! "$$(docker ps -q -f name=$(CONTAINER))" ]; then \ for v in $(CMS_VERSIONS) ; do \ - cp -n $(CMS_ROOT_NAME)$$v/example.env $(CMS_ROOT_NAME)$$v/.env ; \ + cp -fn $(CMS_ROOT_NAME)$$v/example.env $(CMS_ROOT_NAME)$$v/.env ; \ done ; \ docker-compose up ; \ fi From f27389097399bff1f359a7e138c536cc62a2216a Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Mar 2022 17:19:54 -0500 Subject: [PATCH 29/51] refactor: clean up makefile commands --- Makefile | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index 6c47dcb..d604753 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,14 @@ CMS_ROOT_NAME?=cms_ CMS_VERSIONS:=v3 v4 SEPARATOR:=- -.PHONY: dev clean composer craft mysql nuke postgres ssh update update-clean up +.PHONY: dev clean composer craft mysql nuke postgres rector ssh update up dev: up clean: - docker-compose down -v - docker-compose up --build + for v in $(CMS_VERSIONS) ; do \ + rm -f $(CMS_ROOT_NAME)$$v/composer.lock ; \ + rm -rf $(CMS_ROOT_NAME)$$v/vendor/ ; \ + done composer-$(CMS_VERSIONS): V=$(subst composer-,,$@) composer-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 composer-$(CMS_VERSIONS): up @@ -25,12 +27,8 @@ mysql-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(SEPARATOR)$(V) mysql-$(CMS_VERSIONS): up cp $(CMS_DIR)/config/_configs/mysql/db.php $(CMS_DIR)/config/db.php cp $(CMS_DIR)/config/_configs/mysql/general.php $(CMS_DIR)/config/general.php -nuke: +nuke: clean docker-compose down -v - for v in $(CMS_VERSIONS) ; do \ - rm -f $(CMS_ROOT_NAME)$$v/composer.lock ; \ - rm -rf $(CMS_ROOT_NAME)$$v/vendor/ ; \ - done docker-compose up --build --force-recreate postgres-$(CMS_VERSIONS): V=$(subst postgres-,,$@) postgres-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(SEPARATOR)$(V) @@ -46,18 +44,8 @@ ssh-$(CMS_VERSIONS): V=$(subst ssh-,,$@) ssh-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 ssh-$(CMS_VERSIONS): up docker exec -it $(CONTAINER) su-exec www-data /bin/sh -update: +update: clean docker-compose down - for v in $(CMS_VERSIONS) ; do \ - rm -f $(CMS_ROOT_NAME)$$v/composer.lock ; \ - done - docker-compose up -update-clean: - docker-compose down - for v in $(CMS_VERSIONS) ; do \ - rm -f $(CMS_ROOT_NAME)$$v/composer.lock ; \ - rm -rf $(CMS_ROOT_NAME)$$v/vendor/ ; \ - done docker-compose up up: CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(word 1,$(CMS_VERSIONS))$(SEPARATOR)1 up: From 2df11178e82e7306fcc5d3b879880a64e9f8c0f5 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Mar 2022 18:04:39 -0500 Subject: [PATCH 30/51] refactor: Remove `update` target --- Makefile | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index d604753..977dcbc 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ PROJECT_NAME?=$(shell basename $(CURDIR)) +PROJECT_DIR?=/var/www/project/ SERVICE_NAME?=php CMS_ROOT_NAME?=cms_ CMS_VERSIONS:=v3 v4 SEPARATOR:=- -.PHONY: dev clean composer craft mysql nuke postgres rector ssh update up +.PHONY: dev clean composer craft mysql nuke postgres rector ssh up dev: up clean: @@ -14,16 +15,18 @@ clean: done composer-$(CMS_VERSIONS): V=$(subst composer-,,$@) composer-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 +composer-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(V) composer-$(CMS_VERSIONS): up - docker exec -it $(CONTAINER) su-exec www-data composer \ + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data composer \ $(filter-out $@,$(MAKECMDGOALS)) craft-$(CMS_VERSIONS): V=$(subst craft-,,$@) craft-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 +craft-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(V) craft-$(CMS_VERSIONS): up - docker exec -it $(CONTAINER) su-exec www-data php craft \ + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php craft \ $(filter-out $@,$(MAKECMDGOALS)) mysql-$(CMS_VERSIONS): V=$(subst mysql-,,$@) -mysql-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(SEPARATOR)$(V) +mysql-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(V) mysql-$(CMS_VERSIONS): up cp $(CMS_DIR)/config/_configs/mysql/db.php $(CMS_DIR)/config/db.php cp $(CMS_DIR)/config/_configs/mysql/general.php $(CMS_DIR)/config/general.php @@ -31,22 +34,21 @@ nuke: clean docker-compose down -v docker-compose up --build --force-recreate postgres-$(CMS_VERSIONS): V=$(subst postgres-,,$@) -postgres-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(SEPARATOR)$(V) +postgres-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(V) postgres-$(CMS_VERSIONS): up cp $(CMS_DIR)/config/_configs/postgres/db.php $(CMS_DIR)/config/db.php cp $(CMS_DIR)/config/_configs/postgres/general.php $(CMS_DIR)/config/general.php rector-$(CMS_VERSIONS): V=$(subst rector-,,$@) rector-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 +rector-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(V) rector-$(CMS_VERSIONS): up - docker exec -it $(CONTAINER) su-exec www-data vendor/bin/rector process \ + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/rector process \ $(filter-out $@,$(MAKECMDGOALS)) ssh-$(CMS_VERSIONS): V=$(subst ssh-,,$@) ssh-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 +ssh-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(V) ssh-$(CMS_VERSIONS): up - docker exec -it $(CONTAINER) su-exec www-data /bin/sh -update: clean - docker-compose down - docker-compose up + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data /bin/sh up: CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(word 1,$(CMS_VERSIONS))$(SEPARATOR)1 up: if [ ! "$$(docker ps -q -f name=$(CONTAINER))" ]; then \ From 696e4843319ad64cbf09d37c4289d335eda809fe Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Thu, 3 Mar 2022 18:33:32 -0500 Subject: [PATCH 31/51] refactor: Add to Rector config --- cms_v3/rector.php | 10 ++++++++++ cms_v4/rector.php | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/cms_v3/rector.php b/cms_v3/rector.php index fbce7bf..e04901a 100644 --- a/cms_v3/rector.php +++ b/cms_v3/rector.php @@ -3,6 +3,8 @@ use craft\rector\SetList as CraftSetList; use Rector\Core\Configuration\Option; +use Rector\Set\ValueObject\LevelSetList; +use Rector\Set\ValueObject\SetList; use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { @@ -12,6 +14,14 @@ __DIR__ . '/vendor/nystudio107/craft-seomatic/src/integrations', ]); + // Craft Version $containerConfigurator->import(CraftSetList::CRAFT_CMS_40); $containerConfigurator->import(CraftSetList::CRAFT_COMMERCE_40); + // PHP Version + $containerConfigurator->import(LevelSetList::UP_TO_PHP_80); + // Other + $containerConfigurator->import(SetList::CODE_QUALITY); + $containerConfigurator->import(SetList::CODING_STYLE); + $containerConfigurator->import(SetList::DEAD_CODE); + $containerConfigurator->import(SetList::TYPE_DECLARATION); }; diff --git a/cms_v4/rector.php b/cms_v4/rector.php index fbce7bf..e04901a 100644 --- a/cms_v4/rector.php +++ b/cms_v4/rector.php @@ -3,6 +3,8 @@ use craft\rector\SetList as CraftSetList; use Rector\Core\Configuration\Option; +use Rector\Set\ValueObject\LevelSetList; +use Rector\Set\ValueObject\SetList; use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { @@ -12,6 +14,14 @@ __DIR__ . '/vendor/nystudio107/craft-seomatic/src/integrations', ]); + // Craft Version $containerConfigurator->import(CraftSetList::CRAFT_CMS_40); $containerConfigurator->import(CraftSetList::CRAFT_COMMERCE_40); + // PHP Version + $containerConfigurator->import(LevelSetList::UP_TO_PHP_80); + // Other + $containerConfigurator->import(SetList::CODE_QUALITY); + $containerConfigurator->import(SetList::CODING_STYLE); + $containerConfigurator->import(SetList::DEAD_CODE); + $containerConfigurator->import(SetList::TYPE_DECLARATION); }; From dd396ad8e2373dade447fb894f60fc27f6f08b65 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Thu, 3 Mar 2022 22:57:29 -0500 Subject: [PATCH 32/51] refactor: Refactor to separate makefiles --- Makefile | 36 +----------------------------------- cms_v3/Makefile | 31 +++++++++++++++++++++++++++++++ cms_v4/Makefile | 31 +++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 35 deletions(-) create mode 100644 cms_v3/Makefile create mode 100644 cms_v4/Makefile diff --git a/Makefile b/Makefile index 977dcbc..f748409 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,10 @@ PROJECT_NAME?=$(shell basename $(CURDIR)) -PROJECT_DIR?=/var/www/project/ SERVICE_NAME?=php CMS_ROOT_NAME?=cms_ CMS_VERSIONS:=v3 v4 SEPARATOR:=- -.PHONY: dev clean composer craft mysql nuke postgres rector ssh up +.PHONY: dev clean nuke up dev: up clean: @@ -13,42 +12,9 @@ clean: rm -f $(CMS_ROOT_NAME)$$v/composer.lock ; \ rm -rf $(CMS_ROOT_NAME)$$v/vendor/ ; \ done -composer-$(CMS_VERSIONS): V=$(subst composer-,,$@) -composer-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 -composer-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(V) -composer-$(CMS_VERSIONS): up - docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data composer \ - $(filter-out $@,$(MAKECMDGOALS)) -craft-$(CMS_VERSIONS): V=$(subst craft-,,$@) -craft-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 -craft-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(V) -craft-$(CMS_VERSIONS): up - docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php craft \ - $(filter-out $@,$(MAKECMDGOALS)) -mysql-$(CMS_VERSIONS): V=$(subst mysql-,,$@) -mysql-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(V) -mysql-$(CMS_VERSIONS): up - cp $(CMS_DIR)/config/_configs/mysql/db.php $(CMS_DIR)/config/db.php - cp $(CMS_DIR)/config/_configs/mysql/general.php $(CMS_DIR)/config/general.php nuke: clean docker-compose down -v docker-compose up --build --force-recreate -postgres-$(CMS_VERSIONS): V=$(subst postgres-,,$@) -postgres-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(V) -postgres-$(CMS_VERSIONS): up - cp $(CMS_DIR)/config/_configs/postgres/db.php $(CMS_DIR)/config/db.php - cp $(CMS_DIR)/config/_configs/postgres/general.php $(CMS_DIR)/config/general.php -rector-$(CMS_VERSIONS): V=$(subst rector-,,$@) -rector-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 -rector-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(V) -rector-$(CMS_VERSIONS): up - docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/rector process \ - $(filter-out $@,$(MAKECMDGOALS)) -ssh-$(CMS_VERSIONS): V=$(subst ssh-,,$@) -ssh-$(CMS_VERSIONS): CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(V)$(SEPARATOR)1 -ssh-$(CMS_VERSIONS): CMS_DIR=$(CMS_ROOT_NAME)$(V) -ssh-$(CMS_VERSIONS): up - docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data /bin/sh up: CONTAINER=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(word 1,$(CMS_VERSIONS))$(SEPARATOR)1 up: if [ ! "$$(docker ps -q -f name=$(CONTAINER))" ]; then \ diff --git a/cms_v3/Makefile b/cms_v3/Makefile new file mode 100644 index 0000000..4de8482 --- /dev/null +++ b/cms_v3/Makefile @@ -0,0 +1,31 @@ +PROJECT_NAME?=$(shell basename $(dir $(CURDIR))) +PROJECT_DIR?=/var/www/project/ +SERVICE_NAME?=php +CMS_ROOT_NAME?=cms_ +CMS_VERSION:=v3 +SEPARATOR:=- +CONTAINER:=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(CMS_VERSION)$(SEPARATOR)1 +CMS_DIR:=$(CMS_ROOT_NAME)$(CMS_VERSION) + +.PHONY: composer craft mysql postgres rector ssh + +composer: + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data composer \ + $(filter-out $@,$(MAKECMDGOALS)) +craft: + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php craft \ + $(filter-out $@,$(MAKECMDGOALS)) +mysql: + cp $(CMS_DIR)/config/_configs/mysql/db.php $(CMS_DIR)/config/db.php + cp $(CMS_DIR)/config/_configs/mysql/general.php $(CMS_DIR)/config/general.php +postgres: + cp $(CMS_DIR)/config/_configs/postgres/db.php $(CMS_DIR)/config/db.php + cp $(CMS_DIR)/config/_configs/postgres/general.php $(CMS_DIR)/config/general.php +rector: + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/rector process \ + $(filter-out $@,$(MAKECMDGOALS)) +ssh: + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data /bin/sh +%: + @: +# ref: https://stackoverflow.com/questions/6273608/how-to-pass-argument-to-makefile-from-command-line diff --git a/cms_v4/Makefile b/cms_v4/Makefile new file mode 100644 index 0000000..a916553 --- /dev/null +++ b/cms_v4/Makefile @@ -0,0 +1,31 @@ +PROJECT_NAME?=$(shell basename $(dir $(CURDIR))) +PROJECT_DIR?=/var/www/project/ +SERVICE_NAME?=php +CMS_ROOT_NAME?=cms_ +CMS_VERSION:=v4 +SEPARATOR:=- +CONTAINER:=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(CMS_VERSION)$(SEPARATOR)1 +CMS_DIR:=$(CMS_ROOT_NAME)$(CMS_VERSION) + +.PHONY: composer craft mysql postgres rector ssh + +composer: + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data composer \ + $(filter-out $@,$(MAKECMDGOALS)) +craft: + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php craft \ + $(filter-out $@,$(MAKECMDGOALS)) +mysql: + cp $(CMS_DIR)/config/_configs/mysql/db.php $(CMS_DIR)/config/db.php + cp $(CMS_DIR)/config/_configs/mysql/general.php $(CMS_DIR)/config/general.php +postgres: + cp $(CMS_DIR)/config/_configs/postgres/db.php $(CMS_DIR)/config/db.php + cp $(CMS_DIR)/config/_configs/postgres/general.php $(CMS_DIR)/config/general.php +rector: + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/rector process \ + $(filter-out $@,$(MAKECMDGOALS)) +ssh: + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data /bin/sh +%: + @: +# ref: https://stackoverflow.com/questions/6273608/how-to-pass-argument-to-makefile-from-command-line From ff6d80b640570335dbdb6e9b96b690ad9ce0eef3 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Fri, 4 Mar 2022 13:54:55 -0500 Subject: [PATCH 33/51] refactor: Add @noinspection --- cms_v3/rector.php | 1 + cms_v4/rector.php | 1 + 2 files changed, 2 insertions(+) diff --git a/cms_v3/rector.php b/cms_v3/rector.php index e04901a..ee8df4d 100644 --- a/cms_v3/rector.php +++ b/cms_v3/rector.php @@ -10,6 +10,7 @@ return static function (ContainerConfigurator $containerConfigurator): void { // Optional directories to skip $parameters = $containerConfigurator->parameters(); + /** @noinspection PhpParamsInspection */ $parameters->set(Option::SKIP, [ __DIR__ . '/vendor/nystudio107/craft-seomatic/src/integrations', ]); diff --git a/cms_v4/rector.php b/cms_v4/rector.php index e04901a..ee8df4d 100644 --- a/cms_v4/rector.php +++ b/cms_v4/rector.php @@ -10,6 +10,7 @@ return static function (ContainerConfigurator $containerConfigurator): void { // Optional directories to skip $parameters = $containerConfigurator->parameters(); + /** @noinspection PhpParamsInspection */ $parameters->set(Option::SKIP, [ __DIR__ . '/vendor/nystudio107/craft-seomatic/src/integrations', ]); From 3ed11eafb641af3df5ecc98d1474f255f3e125a6 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Fri, 4 Mar 2022 19:20:13 -0500 Subject: [PATCH 34/51] fix: Fix mysql & posgres commands --- cms_v3/Makefile | 8 ++++---- cms_v4/Makefile | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cms_v3/Makefile b/cms_v3/Makefile index 4de8482..2fa1b2e 100644 --- a/cms_v3/Makefile +++ b/cms_v3/Makefile @@ -16,11 +16,11 @@ craft: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php craft \ $(filter-out $@,$(MAKECMDGOALS)) mysql: - cp $(CMS_DIR)/config/_configs/mysql/db.php $(CMS_DIR)/config/db.php - cp $(CMS_DIR)/config/_configs/mysql/general.php $(CMS_DIR)/config/general.php + cp config/_configs/mysql/db.php config/db.php + cp config/_configs/mysql/general.php config/general.php postgres: - cp $(CMS_DIR)/config/_configs/postgres/db.php $(CMS_DIR)/config/db.php - cp $(CMS_DIR)/config/_configs/postgres/general.php $(CMS_DIR)/config/general.php + cp config/_configs/postgres/db.php config/db.php + cp config/_configs/postgres/general.php config/general.php rector: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/rector process \ $(filter-out $@,$(MAKECMDGOALS)) diff --git a/cms_v4/Makefile b/cms_v4/Makefile index a916553..4f5a978 100644 --- a/cms_v4/Makefile +++ b/cms_v4/Makefile @@ -16,11 +16,11 @@ craft: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php craft \ $(filter-out $@,$(MAKECMDGOALS)) mysql: - cp $(CMS_DIR)/config/_configs/mysql/db.php $(CMS_DIR)/config/db.php - cp $(CMS_DIR)/config/_configs/mysql/general.php $(CMS_DIR)/config/general.php + cp config/_configs/mysql/db.php config/db.php + cp config/_configs/mysql/general.php config/general.php postgres: - cp $(CMS_DIR)/config/_configs/postgres/db.php $(CMS_DIR)/config/db.php - cp $(CMS_DIR)/config/_configs/postgres/general.php $(CMS_DIR)/config/general.php + cp config/_configs/postgres/db.php config/db.php + cp config/_configs/postgres/general.php config/general.php rector: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/rector process \ $(filter-out $@,$(MAKECMDGOALS)) From c9be78e447b9102f8960fc8b156ff651159e6204 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Fri, 4 Mar 2022 19:25:49 -0500 Subject: [PATCH 35/51] refactor: Change to `db-seeds`, add posgress seed support --- {mysql-db-seed => db-seed/mysql}/db_init.sh | 2 +- .../mysql/dbs}/project_v3.sql | 26 +- .../mysql/dbs}/project_v4.sql | 121 +- db-seed/postgres/db_init.sh | 20 + db-seed/postgres/dbs/project_v3.sql | 13317 ++++++++++++++++ db-seed/postgres/dbs/project_v4.sql | 13182 +++++++++++++++ docker-compose.yml | 6 +- postgres-db-seed/.gitignore | 1 - ...lugindev--2021-08-04-200348--v3.7.7.sql.gz | Bin 117781 -> 0 bytes 9 files changed, 26635 insertions(+), 40 deletions(-) rename {mysql-db-seed => db-seed/mysql}/db_init.sh (98%) rename {mysql-db-seed/db_seeds => db-seed/mysql/dbs}/project_v3.sql (98%) rename {mysql-db-seed/db_seeds => db-seed/mysql/dbs}/project_v4.sql (92%) create mode 100755 db-seed/postgres/db_init.sh create mode 100644 db-seed/postgres/dbs/project_v3.sql create mode 100644 db-seed/postgres/dbs/project_v4.sql delete mode 100644 postgres-db-seed/.gitignore delete mode 100644 postgres-db-seed/plugindev--2021-08-04-200348--v3.7.7.sql.gz diff --git a/mysql-db-seed/db_init.sh b/db-seed/mysql/db_init.sh similarity index 98% rename from mysql-db-seed/db_init.sh rename to db-seed/mysql/db_init.sh index 71e268a..884d7a5 100755 --- a/mysql-db-seed/db_init.sh +++ b/db-seed/mysql/db_init.sh @@ -1,5 +1,5 @@ #!/bin/bash -MYSQL_DB_SEED_DIR="db_seeds" +MYSQL_DB_SEED_DIR="dbs" MYSQL_DATABASES_ARRAY=( $MYSQL_DATABASES ) # from: https://github.com/mysql/mysql-docker/blob/main/mysql-server/8.0/docker-entrypoint.sh diff --git a/mysql-db-seed/db_seeds/project_v3.sql b/db-seed/mysql/dbs/project_v3.sql similarity index 98% rename from mysql-db-seed/db_seeds/project_v3.sql rename to db-seed/mysql/dbs/project_v3.sql index 3bb84ad..389dde3 100644 --- a/mysql-db-seed/db_seeds/project_v3.sql +++ b/db-seed/mysql/dbs/project_v3.sql @@ -1,4 +1,4 @@ --- MariaDB dump 10.19 Distrib 10.5.13-MariaDB, for Linux (aarch64) +-- MariaDB dump 10.19 Distrib 10.5.13-MariaDB, for Linux (x86_64) -- -- Host: mysql Database: project_v3 -- ------------------------------------------------------ @@ -125,7 +125,8 @@ CREATE TABLE `assettransformindex` ( `dateUpdated` datetime NOT NULL, `uid` char(36) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), - KEY `assettransformindex_volumeId_assetId_location_idx` (`volumeId`,`assetId`,`location`) + KEY `assettransformindex_volumeId_assetId_location_idx` (`volumeId`,`assetId`,`location`), + KEY `idx_zvgdxgvlfihwzlrbyvgjpzncehycesophdno` (`assetId`,`format`,`location`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; @@ -1862,6 +1863,7 @@ CREATE TABLE `elements` ( KEY `elements_revisionId_fk` (`revisionId`), KEY `fk_kxrxmydyrnhlgywqhpafnppyywxyrdqznpkl` (`canonicalId`), KEY `idx_uhnuneuolihdolaacmtjwcscyzzyonjmzder` (`archived`,`dateDeleted`,`draftId`,`revisionId`,`canonicalId`), + KEY `idx_knfykllrhszxatqcydzabiwjihjqhrtzxagm` (`archived`,`dateDeleted`,`draftId`,`revisionId`,`canonicalId`,`enabled`), 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, @@ -2251,7 +2253,7 @@ CREATE TABLE `migrations` ( `uid` char(36) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `migrations_track_name_unq_idx` (`track`,`name`) -) ENGINE=InnoDB AUTO_INCREMENT=374 DEFAULT CHARSET=utf8mb3; +) ENGINE=InnoDB AUTO_INCREMENT=376 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -2625,7 +2627,7 @@ 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 AUTO_INCREMENT=83 DEFAULT CHARSET=utf8mb3; +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -3230,8 +3232,8 @@ CREATE TABLE `widgets` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2022-01-31 12:57:32 --- MariaDB dump 10.19 Distrib 10.5.13-MariaDB, for Linux (aarch64) +-- Dump completed on 2022-03-04 18:55:43 +-- MariaDB dump 10.19 Distrib 10.5.13-MariaDB, for Linux (x86_64) -- -- Host: mysql Database: project_v3 -- ------------------------------------------------------ @@ -4125,7 +4127,7 @@ commit; LOCK TABLES `info` WRITE; /*!40000 ALTER TABLE `info` DISABLE KEYS */; set autocommit=0; -INSERT INTO `info` VALUES (1,'3.7.30.1','3.7.8',0,'zbaofolzbnhu','2@ojtirpvakp','2020-03-27 13:22:43','2022-01-31 12:33:33','85f4c669-6b2b-4771-976e-a4bcdd2bd77b'); +INSERT INTO `info` VALUES (1,'3.7.36','3.7.33',0,'bisuqwwgmhoq','2@ojtirpvakp','2020-03-27 13:22:43','2022-03-04 18:55:18','85f4c669-6b2b-4771-976e-a4bcdd2bd77b'); /*!40000 ALTER TABLE `info` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -4159,7 +4161,7 @@ commit; LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; set autocommit=0; -INSERT INTO `migrations` VALUES (1,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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'),(185,'craft','m200306_054652_disabled_sites','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abc2f9d4-4653-4583-82f4-7e483a13f888'),(186,'craft','m200522_191453_clear_template_caches','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b3cf261a-7c72-494f-b0d3-f90f37dd8697'),(187,'craft','m200606_231117_migration_tracks','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','bc34bce4-9616-413c-8c68-5e9b60eb7210'),(188,'craft','m200619_215137_title_translation_method','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','d7391893-a7b0-481b-bac7-bb8124f56aa2'),(189,'craft','m200620_005028_user_group_descriptions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abd003bc-e99d-4929-8d42-fdb5adfa8c90'),(190,'craft','m200620_230205_field_layout_changes','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','43b71a32-5238-4c70-90a2-6531b2042268'),(191,'craft','m200625_131100_move_entrytypes_to_top_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','2b86d78a-0825-4c90-acf7-629463148de8'),(192,'craft','m200629_112700_remove_project_config_legacy_files','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','35da89d2-87af-4f31-98d4-d028e5f44f03'),(193,'craft','m200630_183000_drop_configmap','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','6e888e11-fff0-4cf6-83ed-ac62cce76ef0'),(194,'craft','m200715_113400_transform_index_error_flag','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b7bae372-1ba0-4109-ade5-b1f9af4a63a6'),(195,'craft','m200716_110900_replace_file_asset_permissions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','3a1671c1-3334-478b-92d3-35dce55d87ae'),(196,'craft','m200716_153800_public_token_settings_in_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','9fcbf070-3ff5-40a0-910b-ed0c0e5ad88d'),(197,'craft','m200720_175543_drop_unique_constraints','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','deaeab5a-092d-4e0f-95fb-18ef08d6489e'),(198,'craft','m200825_051217_project_config_version','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','6e096de1-fcd8-4f96-92b3-37db41a29a25'),(199,'plugin:seomatic','m200419_203444_add_type_id','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','25f0ab31-c74b-40da-b18b-e82f19c3855c'),(202,'plugin:webperf','Install','2020-11-18 21:24:48','2020-11-18 21:24:48','2020-11-18 21:24:48','798d71aa-fb25-4b75-9293-964b80035f2a'),(203,'plugin:webperf','m190625_151715_add_indexes','2020-11-18 21:24:48','2020-11-18 21:24:48','2020-11-18 21:24:48','49b8b2be-5c9e-4821-9851-60c597186b3e'),(204,'craft','m201116_190500_asset_title_translation_method','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','94da610f-2014-4abf-adcb-175d1b85f4bb'),(205,'craft','m201124_003555_plugin_trials','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','2f1fd1a7-9419-4809-b2d7-ea1c23107884'),(206,'craft','m210209_135503_soft_delete_field_groups','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','a4136522-77e7-4bec-96d9-08066118c154'),(207,'craft','m210212_223539_delete_invalid_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','e4608336-f165-4108-89c7-67d5d70cf2d2'),(208,'craft','m210214_202731_track_saved_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','9b5948e1-7f7f-458f-8276-fefeee254ff2'),(209,'plugin:redactor','m180430_204710_remove_old_plugins','2021-03-03 03:34:37','2021-03-03 03:34:37','2021-03-03 03:34:37','b0472ab6-c3d8-4f76-b74e-e8f5dad83e08'),(210,'plugin:redactor','Install','2021-03-03 03:34:37','2021-03-03 03:34:37','2021-03-03 03:34:37','51e288ad-c556-4464-afc9-3c8e0e435f05'),(211,'plugin:redactor','m190225_003922_split_cleanup_html_settings','2021-03-03 03:34:37','2021-03-03 03:34:37','2021-03-03 03:34:37','e4a9d217-2a04-4f07-9d3a-6e7956b7cdd2'),(212,'craft','m210223_150900_add_new_element_gql_schema_components','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','aef28876-0de8-4eca-bd90-392d818d7740'),(213,'craft','m210224_162000_add_projectconfignames_table','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','0eb6eb5a-2c3d-4321-901a-7fd2629fcc56'),(214,'plugin:commerce','Install','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f26be053-2fd4-42f1-99b2-b140b9825be9'),(215,'plugin:commerce','m160531_154500_craft3_upgrade','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','87692049-d66e-4ca6-9268-84896969a473'),(216,'plugin:commerce','m170616_154500_productTypeSites_upgrade','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','33202f25-8ecd-422a-8546-efef9a5ca2a0'),(217,'plugin:commerce','m170705_154500_i18n_to_sites','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','fda264ab-9f5e-406a-93fe-1ebbe742a265'),(218,'plugin:commerce','m170705_155000_order_shippingmethod_to_shippingmethodhandle','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','48512d60-624e-4348-bda5-acc24e4d12ef'),(219,'plugin:commerce','m170718_150000_paymentmethod_class_to_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','fce9cd50-bf20-40a2-905a-f766a4378e53'),(220,'plugin:commerce','m170725_130000_paymentmethods_are_now_gateways','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','269b27ae-b5bd-47d1-ba36-253b1561cfe6'),(221,'plugin:commerce','m170810_130000_sendCartInfo_per_gateway','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b1ddb294-a438-4036-93db-08d86007fb83'),(222,'plugin:commerce','m170828_130000_transaction_gatewayProcessing_flag','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b986c5c9-c60d-45fa-be24-9fd8f3d5aa38'),(223,'plugin:commerce','m170830_130000_order_refactor','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','94ebefe6-eba7-4616-9273-6cfd2d08de95'),(224,'plugin:commerce','m170831_130000_paymentCurreny_primary_not_null','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','187822c8-2e95-4889-83ed-f9bc5834a6b4'),(225,'plugin:commerce','m170904_130000_processing_transactions','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f2a76bd6-a17e-42cb-95b8-cdac6cc37548'),(226,'plugin:commerce','m171010_170000_stock_location','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','381e7782-b1d8-4b24-baf7-8cb8b547b5bf'),(227,'plugin:commerce','m171202_180000_promotions_for_all_purchasables','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','47912c19-f6a3-42d2-8365-de9225ad6dfc'),(228,'plugin:commerce','m171204_213000_payment_sources','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','065fc0fd-6e79-408a-8b5d-7594090c6cee'),(229,'plugin:commerce','m171207_160000_order_can_store_payment_sources','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','62b788df-78a1-4d96-bc28-bcc98ee5bce1'),(230,'plugin:commerce','m171221_120000_subscriptions','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0538afbf-c4d5-4e36-9a1d-8a82f8c9ef9a'),(231,'plugin:commerce','m171221_120500_missing_indexes','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0a951f26-0cf7-4a7a-b885-d35eb056ae15'),(232,'plugin:commerce','m180205_150646_create_state_abbreviation_index','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f14e42ec-bfa7-4071-a66a-af5e9a4de07b'),(233,'plugin:commerce','m180209_115000_plan_description','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','a55e44d8-78e2-4e1f-be54-bac7f8e6965b'),(234,'plugin:commerce','m180216_130000_rename_store_location','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','23a2f3d9-f752-4b80-abc1-bb4038c73013'),(235,'plugin:commerce','m180217_130000_sale_migration','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5d350d40-ab77-4230-bd63-77ec745702bf'),(236,'plugin:commerce','m180218_130000_sale_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','afbcaa97-6cfc-4d86-81d4-ac7cb9cef704'),(237,'plugin:commerce','m180219_130000_sale_can_stop_processing','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','6a432cf2-59a4-4b48-a89c-a09f7315f759'),(238,'plugin:commerce','m180220_130000_sale_can_ignore_previous','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','3b94e29e-df65-486e-b0d9-f9dbab1bd591'),(239,'plugin:commerce','m180221_130000_sale_fixSort','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','2f63a5f0-3b98-4eb5-bc5b-7809c77a722f'),(240,'plugin:commerce','m180222_130000_lineitemsubtotal','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','2210298f-b28f-4351-b59a-ccc10ee3ef9f'),(241,'plugin:commerce','m180306_130000_renamed','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9f88a129-5c45-4ac5-87db-382264c20f3a'),(242,'plugin:commerce','m180307_130000_order_paid_status','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0f81731d-0b11-428c-b623-d8564f179f62'),(243,'plugin:commerce','m180308_130000_update_order_paid_status','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0b828e9d-0fc7-485c-a208-a38c83f163c3'),(244,'plugin:commerce','m180308_130001_has_and_is','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','de0f127c-e76d-4c35-b563-64d2c816b98a'),(245,'plugin:commerce','m180312_130001_countryBased','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','380f3663-e5e4-4195-b17d-2611aab4891a'),(246,'plugin:commerce','m180319_130001_fieldSettings','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ff73d648-4e41-4bd5-ae5d-1f83685d3a00'),(247,'plugin:commerce','m180326_130001_cascadeDeleteVariants','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9365eaa9-7641-4800-a15d-386ca4eb2788'),(248,'plugin:commerce','m180329_161901_gateway_send_cart_info','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','89bd512c-a5d5-4da9-a547-452fc58bc862'),(249,'plugin:commerce','m180401_150701_primary_addresses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c7ed8d24-bfdd-4283-a5d1-bc84f45d789a'),(250,'plugin:commerce','m180401_161901_first_last_name_optional','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f1b1c791-e524-4798-92ec-13ed45904c50'),(251,'plugin:commerce','m180402_161901_increase_size_of_snapshot','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c447bc1b-57e4-4d74-8b52-ac3a723e09d5'),(252,'plugin:commerce','m180402_161902_email_discount_usage','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','bb4cca07-ae34-44cb-87e4-054345d44461'),(253,'plugin:commerce','m180402_161903_primary_customer_addresses_relations','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d391b76c-a6a1-4167-9517-ea4611b9c017'),(254,'plugin:commerce','m180402_161904_order_addresses_relations','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c5274ba4-4294-4834-b7f4-f5aa4494955e'),(255,'plugin:commerce','m180417_161904_fix_purchasables','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','407cd2ab-1074-4998-b277-071e1edf47a2'),(256,'plugin:commerce','m180421_161904_transaction_note','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d9a0faab-506f-4e81-870f-e61b5cc81c95'),(257,'plugin:commerce','m180525_161904_available_for_purchase','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','26928449-a809-4306-b253-a40219332414'),(258,'plugin:commerce','m180601_161904_fix_orderLanguage','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5a04fabd-1241-407f-923a-7509e8517852'),(259,'plugin:commerce','m180620_161904_fix_primaryAddressCascade','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','979c6011-14b0-468e-bfcd-0c1b1050394c'),(260,'plugin:commerce','m180718_161906_add_orderPdfAttachment','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','4f93d976-0387-4536-af90-a21b2e64501a'),(261,'plugin:commerce','m180818_161906_fix_discountPurchasableType','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','a340450b-dc9d-404c-a095-5095c9f4a581'),(262,'plugin:commerce','m180818_161907_fix_orderPaidWithAddresses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','58da852d-8516-4b18-bde1-1b313ec122ba'),(263,'plugin:commerce','m180918_161907_fix_uniqueEmailDiscountsUses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','706e2765-14f2-404a-a86c-666b30f812ea'),(264,'plugin:commerce','m180918_161908_fix_messageLengthOnOrder','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','92c0e30f-98d4-4fc3-aaba-4000a5221070'),(265,'plugin:commerce','m181024_100600_gateway_project_config_support','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d1741fdf-d7d0-4196-bd86-c41241770b0e'),(266,'plugin:commerce','m181113_161908_addReferenceToOrder','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','094ce2cc-26a7-4b92-9fbd-ab3c6e7a5c43'),(267,'plugin:commerce','m181119_100600_lite_shipping_and_tax','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','7ceec82e-bd27-4ab2-a2d5-09c879869802'),(268,'plugin:commerce','m181203_130000_order_status_archivable','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','48d4eb5d-3b7c-41ce-aa26-38bc41383868'),(269,'plugin:commerce','m181203_162000_gateway_unique_index_drop','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5648383b-d285-4788-b13b-a7eb6b01c923'),(270,'plugin:commerce','m181206_120000_remaining_project_config_support','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','12727cd3-9281-4ec4-91ff-5a5833a5beab'),(271,'plugin:commerce','m181221_120000_sort_order_for_plans','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b96bacbe-2d76-4a80-9087-8dcfbff52f6f'),(272,'plugin:commerce','m190109_223402_set_edition','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','6fcf5c06-10b5-4fb0-9159-194d233f3c6f'),(273,'plugin:commerce','m190111_161909_lineItemTotalCanBeNegative','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f5c17949-326b-4a05-9131-62715f49bbac'),(274,'plugin:commerce','m190117_161909_replace_product_ref_tags','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5c619bf5-0020-4529-93e7-6d78123c363d'),(275,'plugin:commerce','m190126_000856_restore_variants_with_products','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','05b37412-6c17-4a0a-aba9-eaa9b5d09360'),(276,'plugin:commerce','m190129_000857_insert_cached_data','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','44f797b3-ac4c-4294-a82d-54a2088a7657'),(277,'plugin:commerce','m190131_000858_add_donation_purchasable','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0e55840a-9f26-4f03-b380-5815f2cea2a2'),(278,'plugin:commerce','m190213_000858_discount_free_shipping_changes','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9afcd71e-f00b-4a15-8054-1c861dbbd855'),(279,'plugin:commerce','m190222_161405_permissions_to_uid','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','65f272d9-6323-4997-91ca-5d58102b0832'),(280,'plugin:commerce','m190301_161406_unique_sku_constraint_in_app','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','58553162-ff8b-4104-bffa-1e7257147c73'),(281,'plugin:commerce','m190311_161910_order_total','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','79293f46-dd19-4136-915f-69f1fb513a22'),(282,'plugin:commerce','m190322_161911_register_on_checkout','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','dc097964-0bd0-4e54-9a65-a72576bb1cd9'),(283,'plugin:commerce','m190523_150000_fix_lineItems_dateCreated','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ec46e8bf-519d-49d4-baf4-63490773988f'),(284,'plugin:commerce','m190523_161912_line_item_statuses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1669602f-cb79-47f5-8b03-f905df2894e9'),(285,'plugin:commerce','m190527_161913_order_recalc_mode','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','082aae35-43d6-430d-afee-6a6a3b158cb7'),(286,'plugin:commerce','m190527_161914_admin_note_on_lineitem','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','100b83e4-4ad6-413a-bc79-9280b682ad16'),(287,'plugin:commerce','m190528_161915_description_on_purchasable','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ba24795c-143f-4208-b794-0ef28343a0f7'),(288,'plugin:commerce','m190622_161916_origin_on_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9bbe0b08-8e8b-4e66-ad01-6d1ea31793cb'),(289,'plugin:commerce','m190725_141100_subscription_suspension_fields','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1ae88730-3996-43b7-87f0-e07d2f1c2319'),(290,'plugin:commerce','m190821_150226_discount_purchaseTotal_update','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c5538566-4d80-412e-9ba7-b551de93b217'),(291,'plugin:commerce','m190823_071838_taxCategoryId_allow_null','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1fcb4563-a2e6-49ac-a5e9-46ef1dc3bda0'),(292,'plugin:commerce','m190923_131716_update_overpaid_status','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','69f5240b-7c55-4b26-b220-e376f6092611'),(293,'plugin:commerce','m190923_132226_update_paidStatuses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0bbbd93d-077a-4f5d-bfc2-fba4b8b59714'),(294,'plugin:commerce','m190924_184909_taxCategory_allow_null_postgres','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','61a3e366-88dd-4df2-b46e-939fc63435bd'),(295,'plugin:commerce','m191004_184910_orderPaidDate','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9c764a06-da15-4fd1-9e95-da0f12fccd33'),(296,'plugin:commerce','m191007_184911_orderStatus_from_archived_to_deleted','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c3b0ffa2-681c-4faf-9273-85318a8fe337'),(297,'plugin:commerce','m191008_153947_add_relationship_type_to_discounts','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c2366278-a69c-4291-9a5f-cc1718e67ae4'),(298,'plugin:commerce','m191008_155732_add_relationship_type_to_sales','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ed2d96a6-c093-4c72-a609-4f4908371493'),(299,'plugin:commerce','m191009_002748_add_ignoreSales_to_discounts','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c1a6d170-0f7b-4f95-a9c5-081f35ef19da'),(300,'plugin:commerce','m191009_184912_zipCode_match_added_to_shipping_and_tax_address_zones','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','73a51a91-f577-4717-82e8-9ce58481c3d6'),(301,'plugin:commerce','m191015_194704_add_description_to_orderStatus','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','224fe532-30bd-444e-b265-cdac0e59b835'),(302,'plugin:commerce','m191015_201444_add_code_to_taxRates','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9b54cfd8-1b11-41b6-8061-cbb9161e629e'),(303,'plugin:commerce','m191016_231143_add_sortOrder_to_countries','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','503e427b-7f21-40ff-99c6-1511442a3d6f'),(304,'plugin:commerce','m191017_183550_add_extra_address_fields','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','25521e42-a5c6-46fe-b669-0fc30b4cd321'),(305,'plugin:commerce','m191018_183551_cc_replyTo_emails','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b40e268c-f864-42e1-a586-a2ff9979fb16'),(306,'plugin:commerce','m191021_184436_add_estimated_fields_to_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','aa3058e1-7e31-46f7-9edc-11662020682c'),(307,'plugin:commerce','m191021_190018_add_estimated_flag_to_addresses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','82034769-2f10-4a50-a7d3-25c919bc1f2f'),(308,'plugin:commerce','m191022_162628_add_estimated_toadjustments','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','669a30a2-0131-44dd-86f5-dbd25a4bd515'),(309,'plugin:commerce','m191113_111954_add_plain_text_template_path','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b4c5320b-108e-4298-8255-68a1ed05eae1'),(310,'plugin:commerce','m191114_115600_remove_customer_info_field','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0cf36149-20b0-4555-b880-0632d4c5329d'),(311,'plugin:commerce','m191114_133817_add_base_discount_type_attribute','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0bc557fc-2401-4615-91fe-59add2712a52'),(312,'plugin:commerce','m191115_103105_add_totalDiscountUses_column','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','98918e0f-6038-47f1-a2f6-87e355e71c43'),(313,'plugin:commerce','m191115_103501_update_totalDiscountUses_with_current_uses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','71c4501d-b397-4c1e-ab74-906d4cabf6d1'),(314,'plugin:commerce','m191115_105329_add_totalDiscountUseLimit','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','06d9076e-c218-408a-9568-af714ebfe19b'),(315,'plugin:commerce','m191125_150308_add_enabled_countries','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','524b891f-63b2-4c02-9c57-3b3992ca4bdb'),(316,'plugin:commerce','m191125_150315_add_enabled_states','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9df41cd3-75fd-4f43-9b85-c81c5f78420c'),(317,'plugin:commerce','m191202_220748_updated_zipCodeConditional_column_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','e73e22a7-915a-401e-9386-958287e349c9'),(318,'plugin:commerce','m191203_163242_add_titleLabel_to_product_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d662bfc0-b76f-47f7-bfc8-5ef27e8c6dd0'),(319,'plugin:commerce','m200101_114320_remove_orphan_customers','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','74622095-cef0-44b2-bc3a-84f430bdabb2'),(320,'plugin:commerce','m200102_141910_add_variantTitleLabel_attribute','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','cdc79e8d-252e-4866-942c-deb1853d3b24'),(321,'plugin:commerce','m200102_185704_update_totalDiscountUseLimit_with_current_totalUseLimit','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','08b0d690-201f-4d0f-9be9-ccc62688d25f'),(322,'plugin:commerce','m200102_185839_remove_totalUses_and_totalUseLimit','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1f955dfa-1689-4779-ba41-de53a49c7323'),(323,'plugin:commerce','m200108_114623_consolidate_customer_records','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','468f81cc-ba31-49ed-b523-d0b6e89a476a'),(324,'plugin:commerce','m200112_220749_cache_totalDiscount_totalTax_totalShipping','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','eb47fe4a-ea46-4085-ab70-fe5307a076a0'),(325,'plugin:commerce','m200127_235254_replace_old_revenue_widget','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','906a32ab-11e3-4148-ab3a-7d1a53859cd0'),(326,'plugin:commerce','m200129_161705_create_missing_customer_records_for_users','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d05f41e9-6fb8-4fd6-acef-8c58f33e45e7'),(327,'plugin:commerce','m200206_161706_date_authorized','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','47813381-95b3-4936-8503-879c3ad1dc70'),(328,'plugin:commerce','m200207_161707_sku_description_on_lineitem','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','7f964fdd-05bd-4481-921b-c47823ccb4ff'),(329,'plugin:commerce','m200218_231144_add_sortOrder_to_states','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','309008b6-562d-41eb-a592-92933ae05056'),(330,'plugin:commerce','m200218_231199_add_appliesTo_to_discounts','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','205d65e7-1ac2-4526-a6f8-d37962a076a7'),(331,'plugin:commerce','m200320_161708_add_index_order_email','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d17e6eeb-1b67-41b0-85d7-b6fc3900797e'),(332,'plugin:commerce','m200402_172412_add_order_condition_formula','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ca2918cd-014c-470d-bddb-46bdcd938aba'),(333,'plugin:commerce','m200602_172413_fix_orders_without_customerId','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','3b59df4f-c1bd-459c-b81d-eb8d0f76dac2'),(334,'plugin:commerce','m200617_172414_fix_country_state_sort_orders','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','18727517-eeda-40bb-bc1a-7f3556bd9db5'),(335,'plugin:commerce','m200722_172699_product_title_format','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','58e36c45-bf8f-44a8-a85e-0f74d9f56430'),(336,'plugin:commerce','m200723_072632_add_shippingMethodName_to_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','40ca8ba3-d92a-4fea-b133-11321f0bd7c6'),(337,'plugin:commerce','m200730_233644_field_layout_changes','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','a285344b-f983-4a5c-8b5b-e50b55804aac'),(338,'plugin:commerce','m200801_233755_pdfs','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9bd05a92-7f43-4f9f-9870-aff9bd44a258'),(339,'plugin:commerce','m200804_185727_fix_productTitleFormat','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','29561ea2-9db0-4ac0-ac5c-79a0f4118fe0'),(340,'plugin:commerce','m200901_094328_add_lineItem_description_column_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','3682554f-cf15-466d-be97-7ffc9ad223d2'),(341,'plugin:commerce','m200902_071515_add_itemSubtotal_order_column','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ff851a5c-fed8-4a5f-948d-32466d42a625'),(342,'plugin:commerce','m200907_132553_fix_donation_siteIds','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','dcf13b67-4911-4537-bbd3-68309e76fe63'),(343,'plugin:commerce','m200910_134928_fix_productType_title_format_columns','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9c03b2c6-9478-4d57-80b6-05213e4e040b'),(344,'plugin:commerce','m201005_169999_add_orderSiteId','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','eb72f3f3-b7d8-4117-872f-ca5f5b9cf4ab'),(345,'plugin:commerce','m201013_064230_add_subscription_id_fk','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','beee0471-e4b9-40fe-a797-d408e919c084'),(346,'plugin:commerce','m201102_064231_fix_deletedWithProduct_bool','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','89ea0ea6-981c-482e-87bb-1193a73e0772'),(347,'plugin:commerce','m201120_093135_add_locale_setting_to_email_and_pdf','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','79bb5914-9d51-4463-bba4-200191d399d2'),(348,'craft','m210326_132000_invalidate_projectconfig_cache','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','27d82ddb-2a06-4353-ab3c-21f1e89ee847'),(349,'plugin:commerce','m210302_050822_change_adjust_type_to_lowercase','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','c398363e-f42a-4782-9a43-d8b2b7931045'),(350,'plugin:commerce','m210317_050824_taxIncluded_update','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','260cbb22-f711-4920-9e31-8c379ccf946d'),(351,'plugin:commerce','m210317_093136_includedTax_fix','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','2250df4f-8928-4e68-802b-5f33c15a195c'),(352,'craft','m210302_212318_canonical_elements','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','840369ab-1d11-4d8c-8c05-08df54df46cb'),(353,'craft','m210329_214847_field_column_suffixes','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','039d6288-68d4-4290-8b60-95c5cc2e1d17'),(354,'craft','m210331_220322_null_author','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','b8898fdd-44ec-4d9e-9a83-8eeecf2d8fd6'),(355,'craft','m210405_231315_provisional_drafts','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','fc1e8415-1fb2-46d2-83d7-d4048720e5f9'),(356,'craft','m210602_111300_project_config_names_in_config','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','dcd2ca74-1f87-4111-ab3c-80e2090a0a67'),(357,'craft','m210611_233510_default_placement_settings','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','5e42a2c4-cab6-4147-a99c-77d896dcc200'),(358,'craft','m210613_145522_sortable_global_sets','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','38439777-cc4f-4c21-84ff-07a0eced32c9'),(359,'craft','m210613_184103_announcements','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','d4d95618-88ac-4049-ac61-dd18c82c390a'),(360,'craft','m210829_000000_element_index_tweak','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','14cbfa2a-bb97-4484-8b89-b59e6ecd9caa'),(361,'plugin:commerce','m201111_064232_order_notices','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','475880a8-6495-497c-9c3a-e5cf3936ce2c'),(362,'plugin:commerce','m201218_103541_add_user_condition_column_in_promotions','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','76fdf40e-88de-4703-b0ae-001fd25f25f9'),(363,'plugin:commerce','m210113_093199_add_minMaxTotalType_to_shipping_rules','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','1bbaed5d-1e2a-497e-a69f-d9a4662b8d6d'),(364,'plugin:commerce','m210114_093299_add_orderConditionFormula_to_shipping_rules','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','8061e290-90d2-4ca6-80ec-a5a3d85c0c02'),(365,'plugin:commerce','m210317_093137_add_type_to_notices','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','d4fb2376-506b-483e-ba3e-6db260cd14c2'),(366,'plugin:commerce','m210608_093199_add_remove_included_to_taxrates','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','16d257c5-75d0-475e-b6be-ddceb8f9b313'),(367,'plugin:commerce','m210611_093299_add_remove_vat_included_to_taxrates','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','74bdfcc3-9ced-42c6-a749-099d515fde6d'),(368,'plugin:commerce','m210616_152013_change_return_cancel_url_column_type','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','05fde82a-af6a-4bda-8858-a658e700d52b'),(369,'plugin:commerce','m210703_060852_store_location_index','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','f60ebdf3-87ab-4e17-9060-d3d79b4d82a6'),(370,'plugin:commerce','m210901_222634_drop_column','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','97c74d0a-edc9-4a2b-806f-6214e61e4939'),(371,'plugin:retour','m210603_221000_add_gql_schema_components','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','e8d7cab8-2c0f-4fd1-9852-88375a209930'),(372,'plugin:seomatic','m210603_213100_add_gql_schema_components','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','f36316fa-3250-469f-90b4-068c39556b6e'),(373,'plugin:seomatic','m210817_230853_announcement_v3_4','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','49cdffbb-24b5-412e-928d-0a074fdf8ae5'); +INSERT INTO `migrations` VALUES (1,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:retour','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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,'plugin:seomatic','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'),(185,'craft','m200306_054652_disabled_sites','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abc2f9d4-4653-4583-82f4-7e483a13f888'),(186,'craft','m200522_191453_clear_template_caches','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b3cf261a-7c72-494f-b0d3-f90f37dd8697'),(187,'craft','m200606_231117_migration_tracks','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','bc34bce4-9616-413c-8c68-5e9b60eb7210'),(188,'craft','m200619_215137_title_translation_method','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','d7391893-a7b0-481b-bac7-bb8124f56aa2'),(189,'craft','m200620_005028_user_group_descriptions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abd003bc-e99d-4929-8d42-fdb5adfa8c90'),(190,'craft','m200620_230205_field_layout_changes','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','43b71a32-5238-4c70-90a2-6531b2042268'),(191,'craft','m200625_131100_move_entrytypes_to_top_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','2b86d78a-0825-4c90-acf7-629463148de8'),(192,'craft','m200629_112700_remove_project_config_legacy_files','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','35da89d2-87af-4f31-98d4-d028e5f44f03'),(193,'craft','m200630_183000_drop_configmap','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','6e888e11-fff0-4cf6-83ed-ac62cce76ef0'),(194,'craft','m200715_113400_transform_index_error_flag','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b7bae372-1ba0-4109-ade5-b1f9af4a63a6'),(195,'craft','m200716_110900_replace_file_asset_permissions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','3a1671c1-3334-478b-92d3-35dce55d87ae'),(196,'craft','m200716_153800_public_token_settings_in_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','9fcbf070-3ff5-40a0-910b-ed0c0e5ad88d'),(197,'craft','m200720_175543_drop_unique_constraints','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','deaeab5a-092d-4e0f-95fb-18ef08d6489e'),(198,'craft','m200825_051217_project_config_version','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','6e096de1-fcd8-4f96-92b3-37db41a29a25'),(199,'plugin:seomatic','m200419_203444_add_type_id','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','25f0ab31-c74b-40da-b18b-e82f19c3855c'),(202,'plugin:webperf','Install','2020-11-18 21:24:48','2020-11-18 21:24:48','2020-11-18 21:24:48','798d71aa-fb25-4b75-9293-964b80035f2a'),(203,'plugin:webperf','m190625_151715_add_indexes','2020-11-18 21:24:48','2020-11-18 21:24:48','2020-11-18 21:24:48','49b8b2be-5c9e-4821-9851-60c597186b3e'),(204,'craft','m201116_190500_asset_title_translation_method','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','94da610f-2014-4abf-adcb-175d1b85f4bb'),(205,'craft','m201124_003555_plugin_trials','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','2f1fd1a7-9419-4809-b2d7-ea1c23107884'),(206,'craft','m210209_135503_soft_delete_field_groups','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','a4136522-77e7-4bec-96d9-08066118c154'),(207,'craft','m210212_223539_delete_invalid_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','e4608336-f165-4108-89c7-67d5d70cf2d2'),(208,'craft','m210214_202731_track_saved_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','9b5948e1-7f7f-458f-8276-fefeee254ff2'),(209,'plugin:redactor','m180430_204710_remove_old_plugins','2021-03-03 03:34:37','2021-03-03 03:34:37','2021-03-03 03:34:37','b0472ab6-c3d8-4f76-b74e-e8f5dad83e08'),(210,'plugin:redactor','Install','2021-03-03 03:34:37','2021-03-03 03:34:37','2021-03-03 03:34:37','51e288ad-c556-4464-afc9-3c8e0e435f05'),(211,'plugin:redactor','m190225_003922_split_cleanup_html_settings','2021-03-03 03:34:37','2021-03-03 03:34:37','2021-03-03 03:34:37','e4a9d217-2a04-4f07-9d3a-6e7956b7cdd2'),(212,'craft','m210223_150900_add_new_element_gql_schema_components','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','aef28876-0de8-4eca-bd90-392d818d7740'),(213,'craft','m210224_162000_add_projectconfignames_table','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','0eb6eb5a-2c3d-4321-901a-7fd2629fcc56'),(214,'plugin:commerce','Install','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f26be053-2fd4-42f1-99b2-b140b9825be9'),(215,'plugin:commerce','m160531_154500_craft3_upgrade','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','87692049-d66e-4ca6-9268-84896969a473'),(216,'plugin:commerce','m170616_154500_productTypeSites_upgrade','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','33202f25-8ecd-422a-8546-efef9a5ca2a0'),(217,'plugin:commerce','m170705_154500_i18n_to_sites','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','fda264ab-9f5e-406a-93fe-1ebbe742a265'),(218,'plugin:commerce','m170705_155000_order_shippingmethod_to_shippingmethodhandle','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','48512d60-624e-4348-bda5-acc24e4d12ef'),(219,'plugin:commerce','m170718_150000_paymentmethod_class_to_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','fce9cd50-bf20-40a2-905a-f766a4378e53'),(220,'plugin:commerce','m170725_130000_paymentmethods_are_now_gateways','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','269b27ae-b5bd-47d1-ba36-253b1561cfe6'),(221,'plugin:commerce','m170810_130000_sendCartInfo_per_gateway','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b1ddb294-a438-4036-93db-08d86007fb83'),(222,'plugin:commerce','m170828_130000_transaction_gatewayProcessing_flag','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b986c5c9-c60d-45fa-be24-9fd8f3d5aa38'),(223,'plugin:commerce','m170830_130000_order_refactor','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','94ebefe6-eba7-4616-9273-6cfd2d08de95'),(224,'plugin:commerce','m170831_130000_paymentCurreny_primary_not_null','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','187822c8-2e95-4889-83ed-f9bc5834a6b4'),(225,'plugin:commerce','m170904_130000_processing_transactions','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f2a76bd6-a17e-42cb-95b8-cdac6cc37548'),(226,'plugin:commerce','m171010_170000_stock_location','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','381e7782-b1d8-4b24-baf7-8cb8b547b5bf'),(227,'plugin:commerce','m171202_180000_promotions_for_all_purchasables','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','47912c19-f6a3-42d2-8365-de9225ad6dfc'),(228,'plugin:commerce','m171204_213000_payment_sources','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','065fc0fd-6e79-408a-8b5d-7594090c6cee'),(229,'plugin:commerce','m171207_160000_order_can_store_payment_sources','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','62b788df-78a1-4d96-bc28-bcc98ee5bce1'),(230,'plugin:commerce','m171221_120000_subscriptions','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0538afbf-c4d5-4e36-9a1d-8a82f8c9ef9a'),(231,'plugin:commerce','m171221_120500_missing_indexes','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0a951f26-0cf7-4a7a-b885-d35eb056ae15'),(232,'plugin:commerce','m180205_150646_create_state_abbreviation_index','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f14e42ec-bfa7-4071-a66a-af5e9a4de07b'),(233,'plugin:commerce','m180209_115000_plan_description','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','a55e44d8-78e2-4e1f-be54-bac7f8e6965b'),(234,'plugin:commerce','m180216_130000_rename_store_location','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','23a2f3d9-f752-4b80-abc1-bb4038c73013'),(235,'plugin:commerce','m180217_130000_sale_migration','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5d350d40-ab77-4230-bd63-77ec745702bf'),(236,'plugin:commerce','m180218_130000_sale_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','afbcaa97-6cfc-4d86-81d4-ac7cb9cef704'),(237,'plugin:commerce','m180219_130000_sale_can_stop_processing','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','6a432cf2-59a4-4b48-a89c-a09f7315f759'),(238,'plugin:commerce','m180220_130000_sale_can_ignore_previous','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','3b94e29e-df65-486e-b0d9-f9dbab1bd591'),(239,'plugin:commerce','m180221_130000_sale_fixSort','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','2f63a5f0-3b98-4eb5-bc5b-7809c77a722f'),(240,'plugin:commerce','m180222_130000_lineitemsubtotal','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','2210298f-b28f-4351-b59a-ccc10ee3ef9f'),(241,'plugin:commerce','m180306_130000_renamed','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9f88a129-5c45-4ac5-87db-382264c20f3a'),(242,'plugin:commerce','m180307_130000_order_paid_status','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0f81731d-0b11-428c-b623-d8564f179f62'),(243,'plugin:commerce','m180308_130000_update_order_paid_status','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0b828e9d-0fc7-485c-a208-a38c83f163c3'),(244,'plugin:commerce','m180308_130001_has_and_is','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','de0f127c-e76d-4c35-b563-64d2c816b98a'),(245,'plugin:commerce','m180312_130001_countryBased','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','380f3663-e5e4-4195-b17d-2611aab4891a'),(246,'plugin:commerce','m180319_130001_fieldSettings','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ff73d648-4e41-4bd5-ae5d-1f83685d3a00'),(247,'plugin:commerce','m180326_130001_cascadeDeleteVariants','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9365eaa9-7641-4800-a15d-386ca4eb2788'),(248,'plugin:commerce','m180329_161901_gateway_send_cart_info','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','89bd512c-a5d5-4da9-a547-452fc58bc862'),(249,'plugin:commerce','m180401_150701_primary_addresses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c7ed8d24-bfdd-4283-a5d1-bc84f45d789a'),(250,'plugin:commerce','m180401_161901_first_last_name_optional','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f1b1c791-e524-4798-92ec-13ed45904c50'),(251,'plugin:commerce','m180402_161901_increase_size_of_snapshot','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c447bc1b-57e4-4d74-8b52-ac3a723e09d5'),(252,'plugin:commerce','m180402_161902_email_discount_usage','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','bb4cca07-ae34-44cb-87e4-054345d44461'),(253,'plugin:commerce','m180402_161903_primary_customer_addresses_relations','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d391b76c-a6a1-4167-9517-ea4611b9c017'),(254,'plugin:commerce','m180402_161904_order_addresses_relations','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c5274ba4-4294-4834-b7f4-f5aa4494955e'),(255,'plugin:commerce','m180417_161904_fix_purchasables','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','407cd2ab-1074-4998-b277-071e1edf47a2'),(256,'plugin:commerce','m180421_161904_transaction_note','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d9a0faab-506f-4e81-870f-e61b5cc81c95'),(257,'plugin:commerce','m180525_161904_available_for_purchase','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','26928449-a809-4306-b253-a40219332414'),(258,'plugin:commerce','m180601_161904_fix_orderLanguage','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5a04fabd-1241-407f-923a-7509e8517852'),(259,'plugin:commerce','m180620_161904_fix_primaryAddressCascade','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','979c6011-14b0-468e-bfcd-0c1b1050394c'),(260,'plugin:commerce','m180718_161906_add_orderPdfAttachment','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','4f93d976-0387-4536-af90-a21b2e64501a'),(261,'plugin:commerce','m180818_161906_fix_discountPurchasableType','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','a340450b-dc9d-404c-a095-5095c9f4a581'),(262,'plugin:commerce','m180818_161907_fix_orderPaidWithAddresses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','58da852d-8516-4b18-bde1-1b313ec122ba'),(263,'plugin:commerce','m180918_161907_fix_uniqueEmailDiscountsUses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','706e2765-14f2-404a-a86c-666b30f812ea'),(264,'plugin:commerce','m180918_161908_fix_messageLengthOnOrder','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','92c0e30f-98d4-4fc3-aaba-4000a5221070'),(265,'plugin:commerce','m181024_100600_gateway_project_config_support','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d1741fdf-d7d0-4196-bd86-c41241770b0e'),(266,'plugin:commerce','m181113_161908_addReferenceToOrder','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','094ce2cc-26a7-4b92-9fbd-ab3c6e7a5c43'),(267,'plugin:commerce','m181119_100600_lite_shipping_and_tax','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','7ceec82e-bd27-4ab2-a2d5-09c879869802'),(268,'plugin:commerce','m181203_130000_order_status_archivable','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','48d4eb5d-3b7c-41ce-aa26-38bc41383868'),(269,'plugin:commerce','m181203_162000_gateway_unique_index_drop','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5648383b-d285-4788-b13b-a7eb6b01c923'),(270,'plugin:commerce','m181206_120000_remaining_project_config_support','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','12727cd3-9281-4ec4-91ff-5a5833a5beab'),(271,'plugin:commerce','m181221_120000_sort_order_for_plans','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b96bacbe-2d76-4a80-9087-8dcfbff52f6f'),(272,'plugin:commerce','m190109_223402_set_edition','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','6fcf5c06-10b5-4fb0-9159-194d233f3c6f'),(273,'plugin:commerce','m190111_161909_lineItemTotalCanBeNegative','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','f5c17949-326b-4a05-9131-62715f49bbac'),(274,'plugin:commerce','m190117_161909_replace_product_ref_tags','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','5c619bf5-0020-4529-93e7-6d78123c363d'),(275,'plugin:commerce','m190126_000856_restore_variants_with_products','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','05b37412-6c17-4a0a-aba9-eaa9b5d09360'),(276,'plugin:commerce','m190129_000857_insert_cached_data','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','44f797b3-ac4c-4294-a82d-54a2088a7657'),(277,'plugin:commerce','m190131_000858_add_donation_purchasable','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0e55840a-9f26-4f03-b380-5815f2cea2a2'),(278,'plugin:commerce','m190213_000858_discount_free_shipping_changes','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9afcd71e-f00b-4a15-8054-1c861dbbd855'),(279,'plugin:commerce','m190222_161405_permissions_to_uid','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','65f272d9-6323-4997-91ca-5d58102b0832'),(280,'plugin:commerce','m190301_161406_unique_sku_constraint_in_app','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','58553162-ff8b-4104-bffa-1e7257147c73'),(281,'plugin:commerce','m190311_161910_order_total','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','79293f46-dd19-4136-915f-69f1fb513a22'),(282,'plugin:commerce','m190322_161911_register_on_checkout','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','dc097964-0bd0-4e54-9a65-a72576bb1cd9'),(283,'plugin:commerce','m190523_150000_fix_lineItems_dateCreated','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ec46e8bf-519d-49d4-baf4-63490773988f'),(284,'plugin:commerce','m190523_161912_line_item_statuses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1669602f-cb79-47f5-8b03-f905df2894e9'),(285,'plugin:commerce','m190527_161913_order_recalc_mode','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','082aae35-43d6-430d-afee-6a6a3b158cb7'),(286,'plugin:commerce','m190527_161914_admin_note_on_lineitem','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','100b83e4-4ad6-413a-bc79-9280b682ad16'),(287,'plugin:commerce','m190528_161915_description_on_purchasable','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ba24795c-143f-4208-b794-0ef28343a0f7'),(288,'plugin:commerce','m190622_161916_origin_on_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9bbe0b08-8e8b-4e66-ad01-6d1ea31793cb'),(289,'plugin:commerce','m190725_141100_subscription_suspension_fields','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1ae88730-3996-43b7-87f0-e07d2f1c2319'),(290,'plugin:commerce','m190821_150226_discount_purchaseTotal_update','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c5538566-4d80-412e-9ba7-b551de93b217'),(291,'plugin:commerce','m190823_071838_taxCategoryId_allow_null','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1fcb4563-a2e6-49ac-a5e9-46ef1dc3bda0'),(292,'plugin:commerce','m190923_131716_update_overpaid_status','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','69f5240b-7c55-4b26-b220-e376f6092611'),(293,'plugin:commerce','m190923_132226_update_paidStatuses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0bbbd93d-077a-4f5d-bfc2-fba4b8b59714'),(294,'plugin:commerce','m190924_184909_taxCategory_allow_null_postgres','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','61a3e366-88dd-4df2-b46e-939fc63435bd'),(295,'plugin:commerce','m191004_184910_orderPaidDate','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9c764a06-da15-4fd1-9e95-da0f12fccd33'),(296,'plugin:commerce','m191007_184911_orderStatus_from_archived_to_deleted','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c3b0ffa2-681c-4faf-9273-85318a8fe337'),(297,'plugin:commerce','m191008_153947_add_relationship_type_to_discounts','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c2366278-a69c-4291-9a5f-cc1718e67ae4'),(298,'plugin:commerce','m191008_155732_add_relationship_type_to_sales','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ed2d96a6-c093-4c72-a609-4f4908371493'),(299,'plugin:commerce','m191009_002748_add_ignoreSales_to_discounts','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','c1a6d170-0f7b-4f95-a9c5-081f35ef19da'),(300,'plugin:commerce','m191009_184912_zipCode_match_added_to_shipping_and_tax_address_zones','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','73a51a91-f577-4717-82e8-9ce58481c3d6'),(301,'plugin:commerce','m191015_194704_add_description_to_orderStatus','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','224fe532-30bd-444e-b265-cdac0e59b835'),(302,'plugin:commerce','m191015_201444_add_code_to_taxRates','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9b54cfd8-1b11-41b6-8061-cbb9161e629e'),(303,'plugin:commerce','m191016_231143_add_sortOrder_to_countries','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','503e427b-7f21-40ff-99c6-1511442a3d6f'),(304,'plugin:commerce','m191017_183550_add_extra_address_fields','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','25521e42-a5c6-46fe-b669-0fc30b4cd321'),(305,'plugin:commerce','m191018_183551_cc_replyTo_emails','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b40e268c-f864-42e1-a586-a2ff9979fb16'),(306,'plugin:commerce','m191021_184436_add_estimated_fields_to_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','aa3058e1-7e31-46f7-9edc-11662020682c'),(307,'plugin:commerce','m191021_190018_add_estimated_flag_to_addresses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','82034769-2f10-4a50-a7d3-25c919bc1f2f'),(308,'plugin:commerce','m191022_162628_add_estimated_toadjustments','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','669a30a2-0131-44dd-86f5-dbd25a4bd515'),(309,'plugin:commerce','m191113_111954_add_plain_text_template_path','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','b4c5320b-108e-4298-8255-68a1ed05eae1'),(310,'plugin:commerce','m191114_115600_remove_customer_info_field','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0cf36149-20b0-4555-b880-0632d4c5329d'),(311,'plugin:commerce','m191114_133817_add_base_discount_type_attribute','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','0bc557fc-2401-4615-91fe-59add2712a52'),(312,'plugin:commerce','m191115_103105_add_totalDiscountUses_column','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','98918e0f-6038-47f1-a2f6-87e355e71c43'),(313,'plugin:commerce','m191115_103501_update_totalDiscountUses_with_current_uses','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','71c4501d-b397-4c1e-ab74-906d4cabf6d1'),(314,'plugin:commerce','m191115_105329_add_totalDiscountUseLimit','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','06d9076e-c218-408a-9568-af714ebfe19b'),(315,'plugin:commerce','m191125_150308_add_enabled_countries','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','524b891f-63b2-4c02-9c57-3b3992ca4bdb'),(316,'plugin:commerce','m191125_150315_add_enabled_states','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9df41cd3-75fd-4f43-9b85-c81c5f78420c'),(317,'plugin:commerce','m191202_220748_updated_zipCodeConditional_column_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','e73e22a7-915a-401e-9386-958287e349c9'),(318,'plugin:commerce','m191203_163242_add_titleLabel_to_product_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d662bfc0-b76f-47f7-bfc8-5ef27e8c6dd0'),(319,'plugin:commerce','m200101_114320_remove_orphan_customers','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','74622095-cef0-44b2-bc3a-84f430bdabb2'),(320,'plugin:commerce','m200102_141910_add_variantTitleLabel_attribute','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','cdc79e8d-252e-4866-942c-deb1853d3b24'),(321,'plugin:commerce','m200102_185704_update_totalDiscountUseLimit_with_current_totalUseLimit','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','08b0d690-201f-4d0f-9be9-ccc62688d25f'),(322,'plugin:commerce','m200102_185839_remove_totalUses_and_totalUseLimit','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','1f955dfa-1689-4779-ba41-de53a49c7323'),(323,'plugin:commerce','m200108_114623_consolidate_customer_records','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','468f81cc-ba31-49ed-b523-d0b6e89a476a'),(324,'plugin:commerce','m200112_220749_cache_totalDiscount_totalTax_totalShipping','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','eb47fe4a-ea46-4085-ab70-fe5307a076a0'),(325,'plugin:commerce','m200127_235254_replace_old_revenue_widget','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','906a32ab-11e3-4148-ab3a-7d1a53859cd0'),(326,'plugin:commerce','m200129_161705_create_missing_customer_records_for_users','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d05f41e9-6fb8-4fd6-acef-8c58f33e45e7'),(327,'plugin:commerce','m200206_161706_date_authorized','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','47813381-95b3-4936-8503-879c3ad1dc70'),(328,'plugin:commerce','m200207_161707_sku_description_on_lineitem','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','7f964fdd-05bd-4481-921b-c47823ccb4ff'),(329,'plugin:commerce','m200218_231144_add_sortOrder_to_states','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','309008b6-562d-41eb-a592-92933ae05056'),(330,'plugin:commerce','m200218_231199_add_appliesTo_to_discounts','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','205d65e7-1ac2-4526-a6f8-d37962a076a7'),(331,'plugin:commerce','m200320_161708_add_index_order_email','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','d17e6eeb-1b67-41b0-85d7-b6fc3900797e'),(332,'plugin:commerce','m200402_172412_add_order_condition_formula','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ca2918cd-014c-470d-bddb-46bdcd938aba'),(333,'plugin:commerce','m200602_172413_fix_orders_without_customerId','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','3b59df4f-c1bd-459c-b81d-eb8d0f76dac2'),(334,'plugin:commerce','m200617_172414_fix_country_state_sort_orders','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','18727517-eeda-40bb-bc1a-7f3556bd9db5'),(335,'plugin:commerce','m200722_172699_product_title_format','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','58e36c45-bf8f-44a8-a85e-0f74d9f56430'),(336,'plugin:commerce','m200723_072632_add_shippingMethodName_to_order','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','40ca8ba3-d92a-4fea-b133-11321f0bd7c6'),(337,'plugin:commerce','m200730_233644_field_layout_changes','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','a285344b-f983-4a5c-8b5b-e50b55804aac'),(338,'plugin:commerce','m200801_233755_pdfs','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9bd05a92-7f43-4f9f-9870-aff9bd44a258'),(339,'plugin:commerce','m200804_185727_fix_productTitleFormat','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','29561ea2-9db0-4ac0-ac5c-79a0f4118fe0'),(340,'plugin:commerce','m200901_094328_add_lineItem_description_column_type','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','3682554f-cf15-466d-be97-7ffc9ad223d2'),(341,'plugin:commerce','m200902_071515_add_itemSubtotal_order_column','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','ff851a5c-fed8-4a5f-948d-32466d42a625'),(342,'plugin:commerce','m200907_132553_fix_donation_siteIds','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','dcf13b67-4911-4537-bbd3-68309e76fe63'),(343,'plugin:commerce','m200910_134928_fix_productType_title_format_columns','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','9c03b2c6-9478-4d57-80b6-05213e4e040b'),(344,'plugin:commerce','m201005_169999_add_orderSiteId','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','eb72f3f3-b7d8-4117-872f-ca5f5b9cf4ab'),(345,'plugin:commerce','m201013_064230_add_subscription_id_fk','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','beee0471-e4b9-40fe-a797-d408e919c084'),(346,'plugin:commerce','m201102_064231_fix_deletedWithProduct_bool','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','89ea0ea6-981c-482e-87bb-1193a73e0772'),(347,'plugin:commerce','m201120_093135_add_locale_setting_to_email_and_pdf','2021-03-15 15:24:16','2021-03-15 15:24:16','2021-03-15 15:24:16','79bb5914-9d51-4463-bba4-200191d399d2'),(348,'craft','m210326_132000_invalidate_projectconfig_cache','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','27d82ddb-2a06-4353-ab3c-21f1e89ee847'),(349,'plugin:commerce','m210302_050822_change_adjust_type_to_lowercase','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','c398363e-f42a-4782-9a43-d8b2b7931045'),(350,'plugin:commerce','m210317_050824_taxIncluded_update','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','260cbb22-f711-4920-9e31-8c379ccf946d'),(351,'plugin:commerce','m210317_093136_includedTax_fix','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','2250df4f-8928-4e68-802b-5f33c15a195c'),(352,'craft','m210302_212318_canonical_elements','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','840369ab-1d11-4d8c-8c05-08df54df46cb'),(353,'craft','m210329_214847_field_column_suffixes','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','039d6288-68d4-4290-8b60-95c5cc2e1d17'),(354,'craft','m210331_220322_null_author','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','b8898fdd-44ec-4d9e-9a83-8eeecf2d8fd6'),(355,'craft','m210405_231315_provisional_drafts','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','fc1e8415-1fb2-46d2-83d7-d4048720e5f9'),(356,'craft','m210602_111300_project_config_names_in_config','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','dcd2ca74-1f87-4111-ab3c-80e2090a0a67'),(357,'craft','m210611_233510_default_placement_settings','2022-01-31 03:39:34','2022-01-31 03:39:34','2022-01-31 03:39:34','5e42a2c4-cab6-4147-a99c-77d896dcc200'),(358,'craft','m210613_145522_sortable_global_sets','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','38439777-cc4f-4c21-84ff-07a0eced32c9'),(359,'craft','m210613_184103_announcements','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','d4d95618-88ac-4049-ac61-dd18c82c390a'),(360,'craft','m210829_000000_element_index_tweak','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','14cbfa2a-bb97-4484-8b89-b59e6ecd9caa'),(361,'plugin:commerce','m201111_064232_order_notices','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','475880a8-6495-497c-9c3a-e5cf3936ce2c'),(362,'plugin:commerce','m201218_103541_add_user_condition_column_in_promotions','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','76fdf40e-88de-4703-b0ae-001fd25f25f9'),(363,'plugin:commerce','m210113_093199_add_minMaxTotalType_to_shipping_rules','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','1bbaed5d-1e2a-497e-a69f-d9a4662b8d6d'),(364,'plugin:commerce','m210114_093299_add_orderConditionFormula_to_shipping_rules','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','8061e290-90d2-4ca6-80ec-a5a3d85c0c02'),(365,'plugin:commerce','m210317_093137_add_type_to_notices','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','d4fb2376-506b-483e-ba3e-6db260cd14c2'),(366,'plugin:commerce','m210608_093199_add_remove_included_to_taxrates','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','16d257c5-75d0-475e-b6be-ddceb8f9b313'),(367,'plugin:commerce','m210611_093299_add_remove_vat_included_to_taxrates','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','74bdfcc3-9ced-42c6-a749-099d515fde6d'),(368,'plugin:commerce','m210616_152013_change_return_cancel_url_column_type','2022-01-31 03:39:35','2022-01-31 03:39:35','2022-01-31 03:39:35','05fde82a-af6a-4bda-8858-a658e700d52b'),(369,'plugin:commerce','m210703_060852_store_location_index','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','f60ebdf3-87ab-4e17-9060-d3d79b4d82a6'),(370,'plugin:commerce','m210901_222634_drop_column','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','97c74d0a-edc9-4a2b-806f-6214e61e4939'),(371,'plugin:retour','m210603_221000_add_gql_schema_components','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','e8d7cab8-2c0f-4fd1-9852-88375a209930'),(372,'plugin:seomatic','m210603_213100_add_gql_schema_components','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','f36316fa-3250-469f-90b4-068c39556b6e'),(373,'plugin:seomatic','m210817_230853_announcement_v3_4','2022-01-31 03:39:36','2022-01-31 03:39:36','2022-01-31 03:39:36','49cdffbb-24b5-412e-928d-0a074fdf8ae5'),(374,'craft','m220209_095604_add_indexes','2022-03-04 18:42:28','2022-03-04 18:42:28','2022-03-04 18:42:28','6886155d-82b8-4afa-997d-95d3e0cd511a'),(375,'craft','m220214_000000_truncate_sessions','2022-03-04 18:42:28','2022-03-04 18:42:28','2022-03-04 18:42:28','d0979f44-38d9-4a7f-bf49-eaaec63b2ee7'); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -4171,7 +4173,7 @@ commit; LOCK TABLES `plugins` WRITE; /*!40000 ALTER TABLE `plugins` DISABLE KEYS */; set autocommit=0; -INSERT INTO `plugins` VALUES (1,'minify','1.2.10','1.0.0','unknown',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-01-31 12:57:22','e3c115e9-20f8-4e22-844e-30e17ef57531'),(2,'fastcgi-cache-bust','1.0.9','1.0.0','unknown',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-01-31 12:57:22','181a837f-d581-4b8f-a41f-c42ac5024864'),(3,'image-optimize','1.6.41','1.0.0','trial',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-01-31 12:57:22','828d7b83-f12e-417e-83f6-92fbbb05c82f'),(4,'retour','3.1.70','3.0.10','trial',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-01-31 12:57:22','d72e01fb-71aa-4d22-a59b-e3d941f64908'),(5,'seomatic','3.4.23','3.0.11','trial',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-01-31 12:57:22','1f2b10de-d456-42a8-816e-278d5516bcdd'),(7,'typogrify','1.1.18','1.0.0','unknown',NULL,'2020-03-27 13:30:07','2020-03-27 13:30:07','2022-01-31 12:57:22','77df8ab1-431b-47c6-9652-3b7f85c6ce9f'),(9,'twigpack','1.2.15','1.0.0','unknown',NULL,'2020-10-16 15:31:32','2020-10-16 15:31:32','2022-01-31 12:57:22','08169dff-2660-4224-bd82-b9a0a82101f2'),(11,'templatecomments','1.1.2','1.0.0','unknown',NULL,'2020-11-18 21:24:48','2020-11-18 21:24:48','2022-01-31 12:57:22','a144af0d-92ee-4913-97be-0e42d90b5aaa'),(12,'webperf','1.0.27','1.0.1','trial',NULL,'2020-11-18 21:24:48','2020-11-18 21:24:48','2022-01-31 12:57:22','f7222098-e07d-4101-b8d3-ef05b8e67f4d'),(13,'instant-analytics','1.1.14','1.0.0','trial',NULL,'2021-03-03 01:18:23','2021-03-03 01:18:23','2022-01-31 12:57:22','df13a92a-4d28-48f7-a0a2-da7d343e79d8'),(15,'redactor','2.8.8','2.3.0','unknown',NULL,'2021-03-03 03:34:37','2021-03-03 03:34:37','2022-01-31 12:57:22','74c9084c-7baf-438b-8786-eb738e4d5670'),(16,'rich-variables','1.0.30','1.0.0','trial',NULL,'2021-03-03 03:35:04','2021-03-03 03:35:04','2022-01-31 12:57:22','d4213a31-b058-48df-bc28-fd6960afe7e9'),(17,'transcoder','1.2.21','1.0.0','trial',NULL,'2021-03-03 03:37:37','2021-03-03 03:37:37','2022-01-31 12:57:22','9960f34f-2a1d-416c-839a-063df166583e'),(18,'commerce','3.4.10.1','3.4.12','trial',NULL,'2021-03-15 15:24:09','2021-03-15 15:24:09','2022-01-31 12:57:22','11fc64db-82ac-455f-88bc-f8ee055b7d8a'),(19,'cookies','1.1.15','1.0.0','unknown',NULL,'2022-01-31 03:39:37','2022-01-31 03:39:37','2022-01-31 12:57:22','d16bded3-8fd3-44b8-9735-db7238307ed7'),(20,'disqus','1.1.3','1.0.0','unknown',NULL,'2022-01-31 03:40:26','2022-01-31 03:40:26','2022-01-31 12:57:22','5090a31f-c7c1-4f99-ab1e-844de8ebdb97'),(21,'vite','1.0.23','1.0.0','unknown',NULL,'2022-01-31 03:40:27','2022-01-31 03:40:27','2022-01-31 12:57:22','10435868-04fa-45e7-b09f-8594522774d3'); +INSERT INTO `plugins` VALUES (1,'minify','1.2.10','1.0.0','unknown',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-03-04 18:55:28','e3c115e9-20f8-4e22-844e-30e17ef57531'),(2,'fastcgi-cache-bust','1.0.9','1.0.0','unknown',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-03-04 18:55:28','181a837f-d581-4b8f-a41f-c42ac5024864'),(3,'image-optimize','1.6.42','1.0.0','trial',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-03-04 18:55:28','828d7b83-f12e-417e-83f6-92fbbb05c82f'),(4,'retour','3.1.70','3.0.10','trial',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-03-04 18:55:28','d72e01fb-71aa-4d22-a59b-e3d941f64908'),(5,'seomatic','3.4.26','3.0.11','trial',NULL,'2020-03-27 13:29:52','2020-03-27 13:29:52','2022-03-04 18:55:28','1f2b10de-d456-42a8-816e-278d5516bcdd'),(7,'typogrify','1.1.18','1.0.0','unknown',NULL,'2020-03-27 13:30:07','2020-03-27 13:30:07','2022-03-04 18:55:28','77df8ab1-431b-47c6-9652-3b7f85c6ce9f'),(9,'twigpack','1.2.15','1.0.0','unknown',NULL,'2020-10-16 15:31:32','2020-10-16 15:31:32','2022-03-04 18:55:28','08169dff-2660-4224-bd82-b9a0a82101f2'),(11,'templatecomments','1.1.2','1.0.0','unknown',NULL,'2020-11-18 21:24:48','2020-11-18 21:24:48','2022-03-04 18:55:28','a144af0d-92ee-4913-97be-0e42d90b5aaa'),(12,'webperf','1.0.27','1.0.1','trial',NULL,'2020-11-18 21:24:48','2020-11-18 21:24:48','2022-03-04 18:55:28','f7222098-e07d-4101-b8d3-ef05b8e67f4d'),(13,'instant-analytics','1.1.15','1.0.0','trial',NULL,'2021-03-03 01:18:23','2021-03-03 01:18:23','2022-03-04 18:55:28','df13a92a-4d28-48f7-a0a2-da7d343e79d8'),(15,'redactor','2.10.5','2.3.0','unknown',NULL,'2021-03-03 03:34:37','2021-03-03 03:34:37','2022-03-04 18:55:28','74c9084c-7baf-438b-8786-eb738e4d5670'),(16,'rich-variables','1.0.31','1.0.0','trial',NULL,'2021-03-03 03:35:04','2021-03-03 03:35:04','2022-03-04 18:55:28','d4213a31-b058-48df-bc28-fd6960afe7e9'),(17,'transcoder','1.2.21','1.0.0','trial',NULL,'2021-03-03 03:37:37','2021-03-03 03:37:37','2022-03-04 18:55:28','9960f34f-2a1d-416c-839a-063df166583e'),(18,'commerce','3.4.11','3.4.12','trial',NULL,'2021-03-15 15:24:09','2021-03-15 15:24:09','2022-03-04 18:55:28','11fc64db-82ac-455f-88bc-f8ee055b7d8a'),(19,'cookies','1.1.15','1.0.0','unknown',NULL,'2022-01-31 03:39:37','2022-01-31 03:39:37','2022-03-04 18:55:28','d16bded3-8fd3-44b8-9735-db7238307ed7'),(20,'disqus','1.1.3','1.0.0','unknown',NULL,'2022-01-31 03:40:26','2022-01-31 03:40:26','2022-03-04 18:55:28','5090a31f-c7c1-4f99-ab1e-844de8ebdb97'),(21,'vite','1.0.23','1.0.0','unknown',NULL,'2022-01-31 03:40:27','2022-01-31 03:40:27','2022-03-04 18:55:28','10435868-04fa-45e7-b09f-8594522774d3'); /*!40000 ALTER TABLE `plugins` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -4183,7 +4185,7 @@ commit; LOCK TABLES `projectconfig` WRITE; /*!40000 ALTER TABLE `projectconfig` DISABLE KEYS */; set autocommit=0; -INSERT INTO `projectconfig` VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.defaultPlacement','\"end\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocapitalize','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocomplete','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocorrect','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.class','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.disabled','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.id','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.instructions','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.label','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.max','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.min','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.name','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.orientation','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.placeholder','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.readonly','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.requirable','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.size','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.step','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.tip','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.title','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\TitleField\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.warning','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.width','100'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.name','\"Content\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.sortOrder','1'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.handle','\"category\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.name','\"Category\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"category/{slug}\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"category/{slug}\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.structure.maxLevels','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.structure.uid','\"7955d443-a120-44f2-bdbe-c741d59fadf4\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.handle','\"dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.isFrontendEnabled','true'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.name','\"Dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.paymentType','\"purchase\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.settings','null'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.sortOrder','99'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.type','\"craft\\\\commerce\\\\gateways\\\\Dummy\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.color','\"green\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.default','true'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.description','null'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.handle','\"new\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.name','\"New\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.sortOrder','99'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.descriptionFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.handle','\"clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasDimensions','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasProductTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariants','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariantTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.name','\"Clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocapitalize','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocomplete','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocorrect','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.class','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.disabled','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.id','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.instructions','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.label','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.max','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.min','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.name','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.orientation','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.placeholder','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.readonly','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.requirable','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.size','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.step','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.tip','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.title','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.type','\"craft\\\\commerce\\\\fieldlayoutelements\\\\ProductTitleField\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.warning','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.width','100'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.name','\"Content\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.sortOrder','1'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productTitleFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.skuFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.titleFormat','\"{product.title}\"'),('dateModified','1643632413'),('email.fromEmail','\"andrew@nystudio107.com\"'),('email.fromName','\"Craft\"'),('email.transportType','\"craft\\\\mail\\\\transportadapters\\\\Sendmail\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocapitalize','true'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocomplete','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocorrect','true'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.class','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.disabled','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.id','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.max','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.min','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.name','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.orientation','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.placeholder','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.readonly','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.requirable','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.size','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.step','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.title','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.required','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.required','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.required','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.name','\"Content\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.sortOrder','1'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.handle','\"review\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.hasTitleField','true'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.name','\"Review\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.section','\"de308a7d-1794-448f-9176-29e2eace7ecf\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.sortOrder','2'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleFormat','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleTranslationKeyFormat','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleTranslationMethod','\"site\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocapitalize','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocomplete','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocorrect','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.class','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.disabled','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.id','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.max','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.min','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.name','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.orientation','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.placeholder','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.readonly','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.requirable','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.size','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.step','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.title','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.fieldUid','\"0242b54b-89fc-4bc4-b2ba-308cca715ba7\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.name','\"Content\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.handle','\"blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.hasTitleField','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.name','\"Blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.section','\"de308a7d-1794-448f-9176-29e2eace7ecf\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationKeyFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationMethod','\"site\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocapitalize','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocomplete','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocorrect','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.class','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.disabled','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.id','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.max','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.min','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.name','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.orientation','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.placeholder','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.readonly','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.requirable','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.size','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.step','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.title','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.name','\"Content\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.handle','\"homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.hasTitleField','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.name','\"Homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.section','\"54e60257-f31a-44aa-960e-bbd364197e28\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleFormat','\"{section.name|raw}\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationKeyFormat','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationMethod','\"none\"'),('fieldGroups.94b4d5ac-d7ea-4241-a6cb-92b39f482f99.name','\"Common\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.columnSuffix','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.contentColumnType','\"text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.handle','\"plainText\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.instructions','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.name','\"Plain Text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.searchable','false'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.byteLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.charLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.code','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.columnType','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.initialRows','\"4\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.multiline','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.placeholder','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.uiMode','\"normal\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationKeyFormat','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationMethod','\"none\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.type','\"craft\\\\fields\\\\PlainText\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.columnSuffix','\"hjezvijy\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.contentColumnType','\"text\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.handle','\"someImages\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.instructions','\"\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.name','\"Some Images\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.searchable','false'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.displayDominantColorPalette','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.displayLazyLoadPlaceholderImages','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.displayOptimizedImageVariants','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.0.1','\"1200\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.2.1','\"16\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.3.1','\"9\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.5.1','\"82\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.0.1','\"992\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.2.1','\"16\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.3.1','\"9\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.5.1','\"82\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.0.1','\"768\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.2.1','\"4\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.3.1','\"3\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.5.1','\"60\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.0.1','\"576\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.2.1','\"4\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.3.1','\"3\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.5.1','\"60\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.translationKeyFormat','null'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.translationMethod','\"none\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.type','\"nystudio107\\\\imageoptimize\\\\fields\\\\OptimizedImages\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.columnSuffix','null'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.contentColumnType','\"text\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.handle','\"optimizedImages\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.instructions','\"\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.name','\"Optimized Images\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.searchable','false'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayDominantColorPalette','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayLazyLoadPlaceholderImages','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayOptimizedImageVariants','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.0.1','\"1200\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.2.1','\"16\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.3.1','\"9\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.5.1','\"82\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.0.1','\"992\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.2.1','\"16\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.3.1','\"9\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.5.1','\"82\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.0.1','\"768\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.2.1','\"4\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.3.1','\"3\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.5.1','\"60\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.0.1','\"576\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.2.1','\"4\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.3.1','\"3\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.5.1','\"60\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.translationKeyFormat','null'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.translationMethod','\"none\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.type','\"nystudio107\\\\imageoptimize\\\\fields\\\\OptimizedImages\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.columnSuffix','null'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.contentColumnType','\"text\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.handle','\"seo\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.instructions','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.name','\"SEO\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.searchable','false'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.elementDisplayPreviewType','\"google\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.facebookTabEnabled','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.0','\"seoPreview\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.1','\"mainEntityOfPage\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.10','\"robots\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.11','\"canonicalUrl\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.2','\"seoTitle\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.3','\"siteNamePosition\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.4','\"seoDescription\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.5','\"seoKeywords\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.6','\"seoImage\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.7','\"seoImageTransform\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.8','\"seoImageTransformMode\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.9','\"seoImageDescription\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalTabEnabled','\"1\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.0','\"sitemapUrls\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.1','\"sitemapAssets\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.2','\"sitemapFiles\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.3','\"sitemapAltLinks\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.4','\"sitemapChangeFreq\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.5','\"sitemapPriority\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.6','\"sitemapLimit\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapTabEnabled','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.twitterTabEnabled','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.translationKeyFormat','null'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.translationMethod','\"none\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.type','\"nystudio107\\\\seomatic\\\\fields\\\\SeoSettings\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.columnSuffix','null'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.contentColumnType','\"text\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.handle','\"richText\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.instructions','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.name','\"Rich Text\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.searchable','false'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.availableTransforms','\"*\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.availableVolumes','\"*\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.cleanupHtml','true'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.columnType','\"text\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.configSelectionMode','\"choose\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.defaultTransform','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.manualConfig','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.purifierConfig','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.purifyHtml','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.redactorConfig','\"Simple.json\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeEmptyTags','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeInlineStyles','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeNbsp','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showHtmlButtonForNonAdmins','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showUnpermittedFiles','false'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showUnpermittedVolumes','false'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.uiMode','\"enlarged\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.translationKeyFormat','null'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.translationMethod','\"none\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.type','\"craft\\\\redactor\\\\Field\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.color','\"green\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.description','null'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.handle','\"new\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.isDefault','true'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.name','\"New\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.sortOrder','1'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availability','\"always\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availabilityFrom','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availabilitySubmissions','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availabilityTo','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.dataRetention','\"forever\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.dataRetentionValue','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.fileUploadsAction','\"retain\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.attachFiles','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.content','\"[{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"A user submission has been made on the \\\\\\\"\\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Form Name\\\",\\\"value\\\":\\\"{formName}\\\"}},{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"\\\\\\\" form on \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Site Name\\\",\\\"value\\\":\\\"{siteName}\\\"}},{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\" at \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Timestamp (yyyy-mm-dd hh:mm:ss)\\\",\\\"value\\\":\\\"{timestamp}\\\"}}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Their submission details are:\\\"}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"All Form Fields\\\",\\\"value\\\":\\\"{allFields}\\\"}}]}]\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.enabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.from','\"{field.emailAddress}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.id','\"new981-8077\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.name','\"Admin Notification\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.replyTo','\"{field.emailAddress}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.subject','\"A new submission was made on \\\"{formName}\\\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.templateId','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.to','\"{systemEmail}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.attachFiles','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.content','\"[{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Thanks again for contacting us. Our team will get back to you as soon as we can.\\\"}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"As a reminder, you submitted the following details at \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Timestamp (yyyy-mm-dd hh:mm:ss)\\\",\\\"value\\\":\\\"{timestamp}\\\"}}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"All Form Fields\\\",\\\"value\\\":\\\"{allFields}\\\"}}]}]\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.enabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.id','\"new7052-5168\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.name','\"User Notification\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.subject','\"Thanks for contacting us!\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.templateId','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.to','\"{field.emailAddress}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.id','\"new1272610411\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.label','\"Page 1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.brandNewField','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.columnWidth','12'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.handle','\"yourName\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.hasLabel','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.id','\"new7715-7348\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.label','\"Your Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameCollapsed','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameEnabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameLabel','\"First Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNamePlaceholder','\"e.g. Peter\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameRequired','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.handle','\"yourName\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.instructions','\"Please enter your full name.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.instructionsPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.label','\"Your Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.labelPosition','\"verbb\\\\formie\\\\positions\\\\Hidden\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameCollapsed','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameEnabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameLabel','\"Last Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNamePlaceholder','\"e.g. Sherman\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameRequired','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.limitType','\"characters\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameCollapsed','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameEnabled','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameLabel','\"Middle Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.placeholder','\"Your name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixCollapsed','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixEnabled','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixLabel','\"Prefix\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.subfieldLabelPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.useMultipleFields','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.type','\"verbb\\\\formie\\\\fields\\\\formfields\\\\Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.id','\"new8990-9934\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.brandNewField','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.columnWidth','12'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.handle','\"emailAddress\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.hasLabel','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.id','\"new6482-9528\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.label','\"Email Address\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.handle','\"emailAddress\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.instructions','\"Please enter your email so we can get in touch.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.instructionsPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.label','\"Email Address\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.labelPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.limitType','\"characters\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.placeholder','\"e.g. psherman@wallaby.com\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.required','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.type','\"verbb\\\\formie\\\\fields\\\\formfields\\\\Email\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.id','\"new9524-8509\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.brandNewField','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.columnWidth','12'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.handle','\"message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.hasLabel','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.id','\"new982-7322\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.label','\"Message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.handle','\"message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.instructions','\"Please enter your comments.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.instructionsPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.label','\"Message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.labelPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.limitType','\"characters\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.placeholder','\"e.g. The reason for my enquiry is...\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.required','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.type','\"verbb\\\\formie\\\\fields\\\\formfields\\\\MultiLineText\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.id','\"new2177-9685\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.backButtonLabel','\"Back\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.buttonsPosition','\"left\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.label','\"Page 1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.showBackButton','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.submitButtonLabel','\"Contact us\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.sortOrder','0'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.requireUser','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.availabilityMessage','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.availabilityMessageDate','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.availabilityMessageSubmissions','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.collectIp','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.collectUser','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.dataRetention','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.dataRetentionValue','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.defaultEmailTemplateId','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.defaultInstructionsPosition','\"verbb\\\\formie\\\\positions\\\\AboveInput\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.defaultLabelPosition','\"verbb\\\\formie\\\\positions\\\\AboveInput\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayCurrentPageTitle','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayFormTitle','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayPageProgress','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayPageTabs','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessage.0.content.0.text','\"Couldn’t save submission due to errors.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessage.0.content.0.type','\"text\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessage.0.type','\"paragraph\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessagePosition','\"top-form\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.fileUploadsAction','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.loadingIndicator','\"spinner\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.loadingIndicatorText','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.progressPosition','\"end\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.redirectUrl','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.storeData','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submissionTitleFormat','\"{timestamp}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitAction','\"message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionFormHide','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessage.0.content.0.text','\"Thank you for contacting us! Our team will get in touch shortly to follow up on your message.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessage.0.content.0.type','\"text\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessage.0.type','\"paragraph\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessagePosition','\"top-form\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessageTimeout','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionTab','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionUrl','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitMethod','\"ajax\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.userDeletedAction','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.validationOnFocus','\"1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.validationOnSubmit','\"1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.userDeletedAction','\"retain\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.defaultStatusId','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.handle','\"contactForm\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.name','\"Contact Form\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.templateId','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.name','\"Default\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.sortOrder','1'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.handle','\"globals\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.name','\"Globals\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.sortOrder','2'),('graphql.publicToken.enabled','false'),('graphql.publicToken.expiryDate','null'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.isPublic','true'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.name','\"Public Schema\"'),('meta.__names__.110568c4-6978-4a9d-ae96-44c45c0739c1','\"New\"'),('meta.__names__.21903cb2-5b82-49ea-9766-e120d0951ea3','\"Plain Text\"'),('meta.__names__.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16','\"Some Images\"'),('meta.__names__.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5','\"Optimized Images\"'),('meta.__names__.407fe253-2ada-4a88-b1a4-fb6c2004cd9b','\"Clothing\"'),('meta.__names__.4a0cb371-14a6-415d-84db-fc0512410ec8','\"SEO\"'),('meta.__names__.54e60257-f31a-44aa-960e-bbd364197e28','\"Homepage\"'),('meta.__names__.5c642d7e-b16b-4836-9575-668d75d242e5','\"Site\"'),('meta.__names__.5da841b1-ca0d-46ff-8bb1-04d6c889ac54','\"English\"'),('meta.__names__.6005c2f9-5d85-4442-b712-22e070096ac8','\"Public Schema\"'),('meta.__names__.626b0987-e067-4dd2-9918-1d209373265a','\"Review\"'),('meta.__names__.6a117ef0-054c-4147-acb6-6fe57d48c4ae','\"Dummy\"'),('meta.__names__.94b4d5ac-d7ea-4241-a6cb-92b39f482f99','\"Common\"'),('meta.__names__.a0587a0b-d71c-4085-9c28-f0165af2b925','\"Contact Form\"'),('meta.__names__.aa7c6968-88ec-4d2a-af47-d3c40b582a68','\"Globals\"'),('meta.__names__.abcda4a4-b1db-4677-b5d6-69588443704f','\"Rich Text\"'),('meta.__names__.b8fd3909-9af1-42c4-8c5e-2716a2a1957e','\"Category\"'),('meta.__names__.c4536798-743d-4bf0-9669-192827bfb26c','\"Blog\"'),('meta.__names__.de308a7d-1794-448f-9176-29e2eace7ecf','\"Blog\"'),('meta.__names__.ec473f07-152f-423b-90df-ac425e6068a1','\"Spanish\"'),('meta.__names__.f89601e9-4ba9-4a48-9e99-350aa9914912','\"plugindev\"'),('meta.__names__.f923795f-139e-4b59-b27c-eaa0be4f847c','\"New\"'),('meta.__names__.fb3a8f31-d1cc-4c13-903b-a501f7e51f54','\"Homepage\"'),('plugins.commerce.edition','\"lite\"'),('plugins.commerce.enabled','true'),('plugins.commerce.licenseKey','\"J2NBXBI5X4R7LD6QH69N51OY\"'),('plugins.commerce.schemaVersion','\"3.4.12\"'),('plugins.cookies.edition','\"standard\"'),('plugins.cookies.enabled','true'),('plugins.cookies.schemaVersion','\"1.0.0\"'),('plugins.disqus.edition','\"standard\"'),('plugins.disqus.enabled','true'),('plugins.disqus.schemaVersion','\"1.0.0\"'),('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','\"HYZ5UZV03GNJM5VK9QNV9SEX\"'),('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','true'),('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__.0.1.__assoc__.3.0','\"unsharpMask\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.3.1','\"20\"'),('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','\"\"'),('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.lowerQualityRetinaImageVariants','true'),('plugins.image-optimize.settings.sharpenScaledImagePercentage','50'),('plugins.image-optimize.settings.transformClass','\"nystudio107\\\\imageoptimize\\\\imagetransforms\\\\CraftImageTransform\"'),('plugins.instant-analytics.edition','\"standard\"'),('plugins.instant-analytics.enabled','true'),('plugins.instant-analytics.licenseKey','\"M7PU5DVTK7247SS1V3DVBVL3\"'),('plugins.instant-analytics.schemaVersion','\"1.0.0\"'),('plugins.minify.edition','\"standard\"'),('plugins.minify.enabled','true'),('plugins.minify.schemaVersion','\"1.0.0\"'),('plugins.redactor.edition','\"standard\"'),('plugins.redactor.enabled','true'),('plugins.redactor.schemaVersion','\"2.3.0\"'),('plugins.retour.edition','\"standard\"'),('plugins.retour.enabled','true'),('plugins.retour.licenseKey','\"4LL2ODYFR0QG87WCCW3XYYFQ\"'),('plugins.retour.schemaVersion','\"3.0.10\"'),('plugins.retour.settings.additionalHeaders','\"\"'),('plugins.retour.settings.alwaysStripQueryString','false'),('plugins.retour.settings.automaticallyTrimStatistics','\"1\"'),('plugins.retour.settings.createUriChangeRedirects','true'),('plugins.retour.settings.dynamicRedirectDisplayLimit','100'),('plugins.retour.settings.enableApiEndpoint','\"\"'),('plugins.retour.settings.excludePatterns','\"\"'),('plugins.retour.settings.pluginName','\"Retour\"'),('plugins.retour.settings.preserveQueryString','false'),('plugins.retour.settings.recordRemoteIp','true'),('plugins.retour.settings.refreshIntervalSecs','5'),('plugins.retour.settings.staticRedirectDisplayLimit','100'),('plugins.retour.settings.statisticsRateLimitMs','\"3600000\"'),('plugins.retour.settings.statsDisplayLimit','1000'),('plugins.retour.settings.statsStoredLimit','1000'),('plugins.retour.settings.stripQueryStringFromStats','false'),('plugins.retour.settings.uriChangeRedirectSrcMatch','\"pathonly\"'),('plugins.rich-variables.edition','\"standard\"'),('plugins.rich-variables.enabled','true'),('plugins.rich-variables.licenseKey','\"XCDGZ4TWFI5W87892QH9WX6T\"'),('plugins.rich-variables.schemaVersion','\"1.0.0\"'),('plugins.seomatic.edition','\"standard\"'),('plugins.seomatic.enabled','true'),('plugins.seomatic.licenseKey','\"ZTMAKHNCRNLVSBCTDHIJUPQW\"'),('plugins.seomatic.schemaVersion','\"3.0.11\"'),('plugins.templatecomments.edition','\"standard\"'),('plugins.templatecomments.enabled','false'),('plugins.templatecomments.schemaVersion','\"1.0.0\"'),('plugins.transcoder.edition','\"standard\"'),('plugins.transcoder.enabled','true'),('plugins.transcoder.licenseKey','\"MCJR0325X9EMZYDAHCDXHP8R\"'),('plugins.transcoder.schemaVersion','\"1.0.0\"'),('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.vite.edition','\"standard\"'),('plugins.vite.enabled','true'),('plugins.vite.schemaVersion','\"1.0.0\"'),('plugins.webperf.edition','\"standard\"'),('plugins.webperf.enabled','false'),('plugins.webperf.licenseKey','\"SP5V7EIW3GYBJR4R20D30Q0I\"'),('plugins.webperf.schemaVersion','\"1.0.1\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.defaultPlacement','\"end\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.enableVersioning','false'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.handle','\"homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.name','\"Homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.1','\"Entry\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.1','\"/\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.1','\"1\"'),('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.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"index\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"__home__\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.type','\"single\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.defaultPlacement','\"end\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.enableVersioning','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.handle','\"blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.name','\"Blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.1','\"{url}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.1','\"1\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.propagationMethod','\"all\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.type','\"channel\"'),('siteGroups.f89601e9-4ba9-4a48-9e99-350aa9914912.name','\"plugindev\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.baseUrl','\"@web/\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabled','true'),('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','\"English\"'),('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'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.baseUrl','\"@web/es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.enabled','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.handle','\"spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.language','\"es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.name','\"Spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.primary','false'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.siteGroup','\"f89601e9-4ba9-4a48-9e99-350aa9914912\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.sortOrder','2'),('system.edition','\"pro\"'),('system.live','true'),('system.name','\"plugindev\"'),('system.retryDuration','60'),('system.schemaVersion','\"3.7.8\"'),('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.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocapitalize','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocomplete','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocorrect','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.class','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.disabled','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.id','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.max','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.min','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.name','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.orientation','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.placeholder','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.readonly','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.requirable','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.size','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.step','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.title','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\AssetTitleField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.fieldUid','\"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.required','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.fieldUid','\"3ac44e69-f6b1-48f7-a9a6-f4cf14261b16\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.required','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.name','\"Content\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.sortOrder','1'),('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','0'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationKeyFormat','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationMethod','\"site\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.type','\"craft\\\\volumes\\\\Local\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.url','\"@assetsUrl/assets/site\"'); +INSERT INTO `projectconfig` VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.defaultPlacement','\"end\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocapitalize','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocomplete','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocorrect','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.class','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.disabled','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.id','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.instructions','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.label','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.max','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.min','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.name','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.orientation','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.placeholder','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.readonly','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.requirable','false'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.size','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.step','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.tip','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.title','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\TitleField\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.warning','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.width','100'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.name','\"Content\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.sortOrder','1'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.handle','\"category\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.name','\"Category\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"category/{slug}\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"category/{slug}\"'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.structure.maxLevels','null'),('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.structure.uid','\"7955d443-a120-44f2-bdbe-c741d59fadf4\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.handle','\"dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.isFrontendEnabled','true'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.name','\"Dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.paymentType','\"purchase\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.settings','null'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.sortOrder','99'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.type','\"craft\\\\commerce\\\\gateways\\\\Dummy\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.color','\"green\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.default','true'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.description','null'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.handle','\"new\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.name','\"New\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.sortOrder','99'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.descriptionFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.handle','\"clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasDimensions','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasProductTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariants','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariantTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.name','\"Clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocapitalize','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocomplete','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocorrect','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.class','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.disabled','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.id','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.instructions','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.label','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.max','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.min','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.name','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.orientation','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.placeholder','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.readonly','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.requirable','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.size','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.step','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.tip','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.title','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.type','\"craft\\\\commerce\\\\fieldlayoutelements\\\\ProductTitleField\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.warning','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.width','100'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.name','\"Content\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.sortOrder','1'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productTitleFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.skuFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.titleFormat','\"{product.title}\"'),('dateModified','1646249579'),('email.fromEmail','\"andrew@nystudio107.com\"'),('email.fromName','\"Craft\"'),('email.transportType','\"craft\\\\mail\\\\transportadapters\\\\Sendmail\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocapitalize','true'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocomplete','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocorrect','true'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.class','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.disabled','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.id','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.max','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.min','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.name','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.orientation','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.placeholder','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.readonly','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.requirable','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.size','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.step','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.title','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.required','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.required','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.instructions','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.label','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.required','false'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.tip','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.warning','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.width','100'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.name','\"Content\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.sortOrder','1'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.handle','\"review\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.hasTitleField','true'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.name','\"Review\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.section','\"de308a7d-1794-448f-9176-29e2eace7ecf\"'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.sortOrder','2'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleFormat','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleTranslationKeyFormat','null'),('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleTranslationMethod','\"site\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocapitalize','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocomplete','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocorrect','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.class','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.disabled','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.id','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.max','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.min','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.name','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.orientation','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.placeholder','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.readonly','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.requirable','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.size','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.step','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.title','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.fieldUid','\"0242b54b-89fc-4bc4-b2ba-308cca715ba7\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.4.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.name','\"Content\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.handle','\"blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.hasTitleField','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.name','\"Blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.section','\"de308a7d-1794-448f-9176-29e2eace7ecf\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationKeyFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationMethod','\"site\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocapitalize','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocomplete','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocorrect','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.class','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.disabled','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.id','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.max','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.min','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.name','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.orientation','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.placeholder','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.readonly','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.requirable','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.size','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.step','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.title','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.name','\"Content\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.handle','\"homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.hasTitleField','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.name','\"Homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.section','\"54e60257-f31a-44aa-960e-bbd364197e28\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleFormat','\"{section.name|raw}\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationKeyFormat','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationMethod','\"none\"'),('fieldGroups.94b4d5ac-d7ea-4241-a6cb-92b39f482f99.name','\"Common\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.columnSuffix','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.contentColumnType','\"text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.handle','\"plainText\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.instructions','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.name','\"Plain Text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.searchable','false'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.byteLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.charLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.code','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.columnType','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.initialRows','\"4\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.multiline','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.placeholder','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.uiMode','\"normal\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationKeyFormat','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationMethod','\"none\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.type','\"craft\\\\fields\\\\PlainText\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.columnSuffix','\"hjezvijy\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.contentColumnType','\"text\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.handle','\"someImages\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.instructions','\"\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.name','\"Some Images\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.searchable','false'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.displayDominantColorPalette','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.displayLazyLoadPlaceholderImages','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.displayOptimizedImageVariants','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.0.1','\"1200\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.2.1','\"16\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.3.1','\"9\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.5.1','\"82\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.0.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.0.1','\"992\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.2.1','\"16\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.3.1','\"9\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.5.1','\"82\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.1.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.0.1','\"768\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.2.1','\"4\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.3.1','\"3\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.5.1','\"60\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.2.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.0.0','\"width\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.0.1','\"576\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.1.0','\"useAspectRatio\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.1.1','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.2.0','\"aspectRatioX\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.2.1','\"4\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.3.0','\"aspectRatioY\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.3.1','\"3\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.4.0','\"retinaSizes\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.4.1.0','\"1\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.5.0','\"quality\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.5.1','\"60\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.6.0','\"format\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.settings.variants.3.__assoc__.6.1','\"jpg\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.translationKeyFormat','null'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.translationMethod','\"none\"'),('fields.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16.type','\"nystudio107\\\\imageoptimize\\\\fields\\\\OptimizedImages\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.columnSuffix','null'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.contentColumnType','\"text\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.handle','\"optimizedImages\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.instructions','\"\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.name','\"Optimized Images\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.searchable','false'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayDominantColorPalette','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayLazyLoadPlaceholderImages','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayOptimizedImageVariants','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.0.1','\"1200\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.2.1','\"16\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.3.1','\"9\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.5.1','\"82\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.0.1','\"992\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.2.1','\"16\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.3.1','\"9\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.5.1','\"82\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.0.1','\"768\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.2.1','\"4\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.3.1','\"3\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.5.1','\"60\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.0.0','\"width\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.0.1','\"576\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.1.0','\"useAspectRatio\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.1.1','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.2.0','\"aspectRatioX\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.2.1','\"4\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.3.0','\"aspectRatioY\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.3.1','\"3\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.4.0','\"retinaSizes\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.4.1.0','\"1\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.5.0','\"quality\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.5.1','\"60\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.6.0','\"format\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.6.1','\"jpg\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.translationKeyFormat','null'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.translationMethod','\"none\"'),('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.type','\"nystudio107\\\\imageoptimize\\\\fields\\\\OptimizedImages\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.columnSuffix','null'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.contentColumnType','\"text\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.handle','\"seo\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.instructions','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.name','\"SEO\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.searchable','false'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.elementDisplayPreviewType','\"google\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.facebookTabEnabled','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.0','\"seoPreview\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.1','\"mainEntityOfPage\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.10','\"robots\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.11','\"canonicalUrl\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.2','\"seoTitle\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.3','\"siteNamePosition\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.4','\"seoDescription\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.5','\"seoKeywords\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.6','\"seoImage\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.7','\"seoImageTransform\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.8','\"seoImageTransformMode\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.9','\"seoImageDescription\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalTabEnabled','\"1\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.0','\"sitemapUrls\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.1','\"sitemapAssets\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.2','\"sitemapFiles\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.3','\"sitemapAltLinks\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.4','\"sitemapChangeFreq\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.5','\"sitemapPriority\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapEnabledFields.6','\"sitemapLimit\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapTabEnabled','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.twitterTabEnabled','\"\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.translationKeyFormat','null'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.translationMethod','\"none\"'),('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.type','\"nystudio107\\\\seomatic\\\\fields\\\\SeoSettings\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.columnSuffix','null'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.contentColumnType','\"text\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.handle','\"richText\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.instructions','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.name','\"Rich Text\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.searchable','false'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.availableTransforms','\"*\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.availableVolumes','\"*\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.cleanupHtml','true'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.columnType','\"text\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.configSelectionMode','\"choose\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.defaultTransform','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.manualConfig','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.purifierConfig','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.purifyHtml','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.redactorConfig','\"Simple.json\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeEmptyTags','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeInlineStyles','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeNbsp','\"1\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showHtmlButtonForNonAdmins','\"\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showUnpermittedFiles','false'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showUnpermittedVolumes','false'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.uiMode','\"enlarged\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.translationKeyFormat','null'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.translationMethod','\"none\"'),('fields.abcda4a4-b1db-4677-b5d6-69588443704f.type','\"craft\\\\redactor\\\\Field\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.color','\"green\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.description','null'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.handle','\"new\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.isDefault','true'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.name','\"New\"'),('formie.statuses.110568c4-6978-4a9d-ae96-44c45c0739c1.sortOrder','1'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availability','\"always\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availabilityFrom','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availabilitySubmissions','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.availabilityTo','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.dataRetention','\"forever\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.dataRetentionValue','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.fileUploadsAction','\"retain\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.attachFiles','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.content','\"[{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"A user submission has been made on the \\\\\\\"\\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Form Name\\\",\\\"value\\\":\\\"{formName}\\\"}},{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"\\\\\\\" form on \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Site Name\\\",\\\"value\\\":\\\"{siteName}\\\"}},{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\" at \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Timestamp (yyyy-mm-dd hh:mm:ss)\\\",\\\"value\\\":\\\"{timestamp}\\\"}}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Their submission details are:\\\"}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"All Form Fields\\\",\\\"value\\\":\\\"{allFields}\\\"}}]}]\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.enabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.from','\"{field.emailAddress}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.id','\"new981-8077\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.name','\"Admin Notification\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.replyTo','\"{field.emailAddress}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.subject','\"A new submission was made on \\\"{formName}\\\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.templateId','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.0.to','\"{systemEmail}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.attachFiles','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.content','\"[{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Thanks again for contacting us. Our team will get back to you as soon as we can.\\\"}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"As a reminder, you submitted the following details at \\\"},{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"Timestamp (yyyy-mm-dd hh:mm:ss)\\\",\\\"value\\\":\\\"{timestamp}\\\"}}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"variableTag\\\",\\\"attrs\\\":{\\\"label\\\":\\\"All Form Fields\\\",\\\"value\\\":\\\"{allFields}\\\"}}]}]\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.enabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.id','\"new7052-5168\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.name','\"User Notification\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.subject','\"Thanks for contacting us!\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.templateId','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.notifications.1.to','\"{field.emailAddress}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.id','\"new1272610411\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.label','\"Page 1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.brandNewField','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.columnWidth','12'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.handle','\"yourName\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.hasLabel','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.id','\"new7715-7348\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.label','\"Your Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameCollapsed','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameEnabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameLabel','\"First Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNamePlaceholder','\"e.g. Peter\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.firstNameRequired','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.handle','\"yourName\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.instructions','\"Please enter your full name.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.instructionsPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.label','\"Your Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.labelPosition','\"verbb\\\\formie\\\\positions\\\\Hidden\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameCollapsed','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameEnabled','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameLabel','\"Last Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNamePlaceholder','\"e.g. Sherman\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.lastNameRequired','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.limitType','\"characters\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameCollapsed','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameEnabled','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.middleNameLabel','\"Middle Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.placeholder','\"Your name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixCollapsed','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixDefaultValue','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixEnabled','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.prefixLabel','\"Prefix\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.subfieldLabelPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.settings.useMultipleFields','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.fields.0.type','\"verbb\\\\formie\\\\fields\\\\formfields\\\\Name\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.0.id','\"new8990-9934\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.brandNewField','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.columnWidth','12'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.handle','\"emailAddress\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.hasLabel','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.id','\"new6482-9528\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.label','\"Email Address\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.handle','\"emailAddress\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.instructions','\"Please enter your email so we can get in touch.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.instructionsPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.label','\"Email Address\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.labelPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.limitType','\"characters\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.placeholder','\"e.g. psherman@wallaby.com\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.settings.required','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.fields.0.type','\"verbb\\\\formie\\\\fields\\\\formfields\\\\Email\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.1.id','\"new9524-8509\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.brandNewField','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.columnWidth','12'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.handle','\"message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.hasLabel','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.id','\"new982-7322\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.label','\"Message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.handle','\"message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.instructions','\"Please enter your comments.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.instructionsPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.label','\"Message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.labelPosition','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.limitType','\"characters\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.placeholder','\"e.g. The reason for my enquiry is...\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.settings.required','true'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.fields.0.type','\"verbb\\\\formie\\\\fields\\\\formfields\\\\MultiLineText\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.rows.2.id','\"new2177-9685\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.backButtonLabel','\"Back\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.buttonsPosition','\"left\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.label','\"Page 1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.showBackButton','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.settings.submitButtonLabel','\"Contact us\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.pages.0.sortOrder','0'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.requireUser','false'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.availabilityMessage','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.availabilityMessageDate','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.availabilityMessageSubmissions','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.collectIp','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.collectUser','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.dataRetention','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.dataRetentionValue','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.defaultEmailTemplateId','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.defaultInstructionsPosition','\"verbb\\\\formie\\\\positions\\\\AboveInput\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.defaultLabelPosition','\"verbb\\\\formie\\\\positions\\\\AboveInput\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayCurrentPageTitle','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayFormTitle','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayPageProgress','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.displayPageTabs','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessage.0.content.0.text','\"Couldn’t save submission due to errors.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessage.0.content.0.type','\"text\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessage.0.type','\"paragraph\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.errorMessagePosition','\"top-form\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.fileUploadsAction','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.loadingIndicator','\"spinner\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.loadingIndicatorText','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.progressPosition','\"end\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.redirectUrl','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.storeData','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submissionTitleFormat','\"{timestamp}\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitAction','\"message\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionFormHide','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessage.0.content.0.text','\"Thank you for contacting us! Our team will get in touch shortly to follow up on your message.\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessage.0.content.0.type','\"text\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessage.0.type','\"paragraph\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessagePosition','\"top-form\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionMessageTimeout','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionTab','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitActionUrl','\"\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.submitMethod','\"ajax\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.userDeletedAction','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.validationOnFocus','\"1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.settings.validationOnSubmit','\"1\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.data.userDeletedAction','\"retain\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.defaultStatusId','null'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.handle','\"contactForm\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.name','\"Contact Form\"'),('formie.stencils.a0587a0b-d71c-4085-9c28-f0165af2b925.templateId','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.name','\"Default\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.sortOrder','1'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.handle','\"globals\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.name','\"Globals\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.sortOrder','2'),('graphql.publicToken.enabled','false'),('graphql.publicToken.expiryDate','null'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.isPublic','true'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.name','\"Public Schema\"'),('meta.__names__.110568c4-6978-4a9d-ae96-44c45c0739c1','\"New\"'),('meta.__names__.21903cb2-5b82-49ea-9766-e120d0951ea3','\"Plain Text\"'),('meta.__names__.3ac44e69-f6b1-48f7-a9a6-f4cf14261b16','\"Some Images\"'),('meta.__names__.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5','\"Optimized Images\"'),('meta.__names__.407fe253-2ada-4a88-b1a4-fb6c2004cd9b','\"Clothing\"'),('meta.__names__.4a0cb371-14a6-415d-84db-fc0512410ec8','\"SEO\"'),('meta.__names__.54e60257-f31a-44aa-960e-bbd364197e28','\"Homepage\"'),('meta.__names__.5c642d7e-b16b-4836-9575-668d75d242e5','\"Site\"'),('meta.__names__.5da841b1-ca0d-46ff-8bb1-04d6c889ac54','\"English\"'),('meta.__names__.6005c2f9-5d85-4442-b712-22e070096ac8','\"Public Schema\"'),('meta.__names__.626b0987-e067-4dd2-9918-1d209373265a','\"Review\"'),('meta.__names__.6a117ef0-054c-4147-acb6-6fe57d48c4ae','\"Dummy\"'),('meta.__names__.94b4d5ac-d7ea-4241-a6cb-92b39f482f99','\"Common\"'),('meta.__names__.a0587a0b-d71c-4085-9c28-f0165af2b925','\"Contact Form\"'),('meta.__names__.aa7c6968-88ec-4d2a-af47-d3c40b582a68','\"Globals\"'),('meta.__names__.abcda4a4-b1db-4677-b5d6-69588443704f','\"Rich Text\"'),('meta.__names__.b8fd3909-9af1-42c4-8c5e-2716a2a1957e','\"Category\"'),('meta.__names__.c4536798-743d-4bf0-9669-192827bfb26c','\"Blog\"'),('meta.__names__.de308a7d-1794-448f-9176-29e2eace7ecf','\"Blog\"'),('meta.__names__.ec473f07-152f-423b-90df-ac425e6068a1','\"Spanish\"'),('meta.__names__.f89601e9-4ba9-4a48-9e99-350aa9914912','\"plugindev\"'),('meta.__names__.f923795f-139e-4b59-b27c-eaa0be4f847c','\"New\"'),('meta.__names__.fb3a8f31-d1cc-4c13-903b-a501f7e51f54','\"Homepage\"'),('plugins.commerce.edition','\"lite\"'),('plugins.commerce.enabled','true'),('plugins.commerce.licenseKey','\"J2NBXBI5X4R7LD6QH69N51OY\"'),('plugins.commerce.schemaVersion','\"3.4.12\"'),('plugins.cookies.edition','\"standard\"'),('plugins.cookies.enabled','true'),('plugins.cookies.schemaVersion','\"1.0.0\"'),('plugins.disqus.edition','\"standard\"'),('plugins.disqus.enabled','true'),('plugins.disqus.schemaVersion','\"1.0.0\"'),('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','\"HYZ5UZV03GNJM5VK9QNV9SEX\"'),('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','true'),('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__.0.1.__assoc__.3.0','\"unsharpMask\"'),('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.3.1','\"20\"'),('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','\"\"'),('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.lowerQualityRetinaImageVariants','true'),('plugins.image-optimize.settings.sharpenScaledImagePercentage','50'),('plugins.image-optimize.settings.transformClass','\"nystudio107\\\\imageoptimize\\\\imagetransforms\\\\CraftImageTransform\"'),('plugins.instant-analytics.edition','\"standard\"'),('plugins.instant-analytics.enabled','true'),('plugins.instant-analytics.licenseKey','\"M7PU5DVTK7247SS1V3DVBVL3\"'),('plugins.instant-analytics.schemaVersion','\"1.0.0\"'),('plugins.minify.edition','\"standard\"'),('plugins.minify.enabled','true'),('plugins.minify.schemaVersion','\"1.0.0\"'),('plugins.redactor.edition','\"standard\"'),('plugins.redactor.enabled','true'),('plugins.redactor.schemaVersion','\"2.3.0\"'),('plugins.retour.edition','\"standard\"'),('plugins.retour.enabled','true'),('plugins.retour.licenseKey','\"4LL2ODYFR0QG87WCCW3XYYFQ\"'),('plugins.retour.schemaVersion','\"3.0.10\"'),('plugins.retour.settings.additionalHeaders','\"\"'),('plugins.retour.settings.alwaysStripQueryString','false'),('plugins.retour.settings.automaticallyTrimStatistics','\"1\"'),('plugins.retour.settings.createUriChangeRedirects','true'),('plugins.retour.settings.dynamicRedirectDisplayLimit','100'),('plugins.retour.settings.enableApiEndpoint','\"\"'),('plugins.retour.settings.excludePatterns','\"\"'),('plugins.retour.settings.pluginName','\"Retour\"'),('plugins.retour.settings.preserveQueryString','false'),('plugins.retour.settings.recordRemoteIp','true'),('plugins.retour.settings.refreshIntervalSecs','5'),('plugins.retour.settings.staticRedirectDisplayLimit','100'),('plugins.retour.settings.statisticsRateLimitMs','\"3600000\"'),('plugins.retour.settings.statsDisplayLimit','1000'),('plugins.retour.settings.statsStoredLimit','1000'),('plugins.retour.settings.stripQueryStringFromStats','false'),('plugins.retour.settings.uriChangeRedirectSrcMatch','\"pathonly\"'),('plugins.rich-variables.edition','\"standard\"'),('plugins.rich-variables.enabled','true'),('plugins.rich-variables.licenseKey','\"XCDGZ4TWFI5W87892QH9WX6T\"'),('plugins.rich-variables.schemaVersion','\"1.0.0\"'),('plugins.seomatic.edition','\"standard\"'),('plugins.seomatic.enabled','true'),('plugins.seomatic.licenseKey','\"ZTMAKHNCRNLVSBCTDHIJUPQW\"'),('plugins.seomatic.schemaVersion','\"3.0.11\"'),('plugins.templatecomments.edition','\"standard\"'),('plugins.templatecomments.enabled','false'),('plugins.templatecomments.schemaVersion','\"1.0.0\"'),('plugins.transcoder.edition','\"standard\"'),('plugins.transcoder.enabled','true'),('plugins.transcoder.licenseKey','\"MCJR0325X9EMZYDAHCDXHP8R\"'),('plugins.transcoder.schemaVersion','\"1.0.0\"'),('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.vite.edition','\"standard\"'),('plugins.vite.enabled','true'),('plugins.vite.schemaVersion','\"1.0.0\"'),('plugins.webperf.edition','\"standard\"'),('plugins.webperf.enabled','false'),('plugins.webperf.licenseKey','\"SP5V7EIW3GYBJR4R20D30Q0I\"'),('plugins.webperf.schemaVersion','\"1.0.1\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.defaultPlacement','\"end\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.enableVersioning','false'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.handle','\"homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.name','\"Homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.1','\"Entry\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.1','\"/\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.1','\"1\"'),('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.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"index\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"__home__\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.type','\"single\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.defaultPlacement','\"end\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.enableVersioning','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.handle','\"blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.name','\"Blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.1','\"{url}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.1','\"1\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.propagationMethod','\"all\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.type','\"channel\"'),('siteGroups.f89601e9-4ba9-4a48-9e99-350aa9914912.name','\"plugindev\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.baseUrl','\"@web/\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabled','true'),('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','\"English\"'),('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'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.baseUrl','\"@web/es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.enabled','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.handle','\"spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.language','\"es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.name','\"Spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.primary','false'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.siteGroup','\"f89601e9-4ba9-4a48-9e99-350aa9914912\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.sortOrder','2'),('system.edition','\"pro\"'),('system.live','true'),('system.name','\"plugindev\"'),('system.retryDuration','60'),('system.schemaVersion','\"3.7.33\"'),('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.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocapitalize','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocomplete','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocorrect','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.class','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.disabled','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.id','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.max','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.min','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.name','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.orientation','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.placeholder','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.readonly','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.requirable','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.size','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.step','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.title','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\AssetTitleField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.fieldUid','\"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.required','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.fieldUid','\"3ac44e69-f6b1-48f7-a9a6-f4cf14261b16\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.required','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.2.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.name','\"Content\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.sortOrder','1'),('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','0'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationKeyFormat','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationMethod','\"site\"'),('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; @@ -4492,7 +4494,7 @@ commit; LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; set autocommit=0; -INSERT INTO `users` VALUES (1,'admin',NULL,'','','andrew@nystudio107.com','$2y$13$EuMO1jWoObzUT.7T6IMJ4.U1GB2uIGV8LbrzGKT/HEimvXCPC65Ji',1,0,0,0,'2022-01-31 12:57:29',NULL,NULL,NULL,'2021-03-01 03:52:45',NULL,1,NULL,NULL,NULL,0,'2021-03-15 14:57:00','2020-03-27 13:22:44','2022-01-31 12:57:29','6aaac777-3f7f-4a59-9f21-06bcb8de9a13'); +INSERT INTO `users` VALUES (1,'admin',NULL,'','','andrew@nystudio107.com','$2y$13$EuMO1jWoObzUT.7T6IMJ4.U1GB2uIGV8LbrzGKT/HEimvXCPC65Ji',1,0,0,0,'2022-03-04 18:55:23',NULL,NULL,NULL,'2021-03-01 03:52:45',NULL,1,NULL,NULL,NULL,0,'2021-03-15 14:57:00','2020-03-27 13:22:44','2022-03-04 18:55:23','6aaac777-3f7f-4a59-9f21-06bcb8de9a13'); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -4568,4 +4570,4 @@ commit; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2022-01-31 12:57:32 +-- Dump completed on 2022-03-04 18:55:43 diff --git a/mysql-db-seed/db_seeds/project_v4.sql b/db-seed/mysql/dbs/project_v4.sql similarity index 92% rename from mysql-db-seed/db_seeds/project_v4.sql rename to db-seed/mysql/dbs/project_v4.sql index 56a4ee8..7b0b32f 100644 --- a/mysql-db-seed/db_seeds/project_v4.sql +++ b/db-seed/mysql/dbs/project_v4.sql @@ -1,4 +1,4 @@ --- MariaDB dump 10.19 Distrib 10.5.13-MariaDB, for Linux (aarch64) +-- MariaDB dump 10.19 Distrib 10.5.13-MariaDB, for Linux (x86_64) -- -- Host: mysql Database: project_v4 -- ------------------------------------------------------ @@ -15,6 +15,40 @@ /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; +-- +-- Table structure for table `addresses` +-- + +DROP TABLE IF EXISTS `addresses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `addresses` ( + `id` int NOT NULL, + `ownerId` int DEFAULT NULL, + `countryCode` varchar(255) NOT NULL, + `administrativeArea` varchar(255) DEFAULT NULL, + `locality` varchar(255) DEFAULT NULL, + `dependentLocality` varchar(255) DEFAULT NULL, + `postalCode` varchar(255) DEFAULT NULL, + `sortingCode` varchar(255) DEFAULT NULL, + `addressLine1` varchar(255) DEFAULT NULL, + `addressLine2` varchar(255) DEFAULT NULL, + `organization` varchar(255) DEFAULT NULL, + `organizationTaxId` varchar(255) DEFAULT NULL, + `fullName` varchar(255) DEFAULT NULL, + `firstName` varchar(255) DEFAULT NULL, + `lastName` varchar(255) DEFAULT NULL, + `latitude` varchar(255) DEFAULT NULL, + `longitude` varchar(255) DEFAULT NULL, + `dateCreated` datetime NOT NULL, + `dateUpdated` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `fk_lopnoxivznlaqefyppxamdabedjlwhgmlhan` (`ownerId`), + CONSTRAINT `fk_lopnoxivznlaqefyppxamdabedjlwhgmlhan` FOREIGN KEY (`ownerId`) REFERENCES `elements` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_qjibwyeytdgckphdnjgkukjmoodfimntnqxi` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + -- -- Table structure for table `announcements` -- @@ -1784,6 +1818,7 @@ CREATE TABLE `elements` ( KEY `elements_revisionId_fk` (`revisionId`), KEY `fk_rfcqjuhlhjoecifhyvitygmxrripjdounsdu` (`canonicalId`), KEY `idx_tjtkndxlghekqnqtyuyockjenuqqotyefcqg` (`archived`,`dateDeleted`,`draftId`,`revisionId`,`canonicalId`), + KEY `idx_dcumgedtbcxxytbirhktunqvtlikrowzxgaj` (`archived`,`dateDeleted`,`draftId`,`revisionId`,`canonicalId`,`enabled`), 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, @@ -1930,7 +1965,7 @@ CREATE TABLE `fieldlayoutfields` ( CONSTRAINT `fieldlayoutfields_fieldId_fk` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE, 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 AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb3; +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -1974,7 +2009,7 @@ CREATE TABLE `fieldlayouttabs` ( KEY `fieldlayouttabs_sortOrder_idx` (`sortOrder`), KEY `fieldlayouttabs_layoutId_idx` (`layoutId`), CONSTRAINT `fieldlayouttabs_layoutId_fk` FOREIGN KEY (`layoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3; +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -2163,25 +2198,41 @@ DROP TABLE IF EXISTS `matrixblocks`; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `matrixblocks` ( `id` int NOT NULL, - `ownerId` int NOT NULL, + `primaryOwnerId` int NOT NULL, `fieldId` int NOT NULL, `typeId` int NOT NULL, - `sortOrder` smallint unsigned DEFAULT NULL, `deletedWithOwner` tinyint(1) DEFAULT NULL, `dateCreated` datetime NOT NULL, `dateUpdated` datetime NOT NULL, PRIMARY KEY (`id`), - KEY `matrixblocks_ownerId_idx` (`ownerId`), + KEY `matrixblocks_ownerId_idx` (`primaryOwnerId`), KEY `matrixblocks_fieldId_idx` (`fieldId`), KEY `matrixblocks_typeId_idx` (`typeId`), - KEY `matrixblocks_sortOrder_idx` (`sortOrder`), CONSTRAINT `matrixblocks_fieldId_fk` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE, CONSTRAINT `matrixblocks_id_fk` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE, - CONSTRAINT `matrixblocks_ownerId_fk` FOREIGN KEY (`ownerId`) REFERENCES `elements` (`id`) ON DELETE CASCADE, + CONSTRAINT `matrixblocks_ownerId_fk` FOREIGN KEY (`primaryOwnerId`) REFERENCES `elements` (`id`) ON DELETE CASCADE, CONSTRAINT `matrixblocks_typeId_fk` FOREIGN KEY (`typeId`) REFERENCES `matrixblocktypes` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; +-- +-- Table structure for table `matrixblocks_owners` +-- + +DROP TABLE IF EXISTS `matrixblocks_owners`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `matrixblocks_owners` ( + `blockId` int NOT NULL, + `ownerId` int NOT NULL, + `sortOrder` smallint unsigned NOT NULL, + PRIMARY KEY (`blockId`,`ownerId`), + KEY `fk_phiguwergohtqggmtsfoqxqajokojawlyrfy` (`ownerId`), + CONSTRAINT `fk_oukldywbxjmkrcpgmdvjxqhlllevsgfwwwlu` FOREIGN KEY (`blockId`) REFERENCES `matrixblocks` (`id`) ON DELETE CASCADE, + CONSTRAINT `fk_phiguwergohtqggmtsfoqxqajokojawlyrfy` FOREIGN KEY (`ownerId`) REFERENCES `elements` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + -- -- Table structure for table `matrixblocktypes` -- @@ -2226,7 +2277,7 @@ CREATE TABLE `migrations` ( `uid` char(36) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `migrations_track_name_unq_idx` (`track`,`name`) -) ENGINE=InnoDB AUTO_INCREMENT=372 DEFAULT CHARSET=utf8mb3; +) ENGINE=InnoDB AUTO_INCREMENT=380 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -2293,7 +2344,7 @@ CREATE TABLE `queue` ( PRIMARY KEY (`id`), KEY `queue_channel_fail_timeUpdated_timePushed_idx` (`channel`,`fail`,`timeUpdated`,`timePushed`), KEY `queue_channel_fail_timeUpdated_delay_idx` (`channel`,`fail`,`timeUpdated`,`delay`) -) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8mb3; +) ENGINE=InnoDB AUTO_INCREMENT=66 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -2600,7 +2651,7 @@ 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 AUTO_INCREMENT=84 DEFAULT CHARSET=utf8mb3; +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -2943,6 +2994,7 @@ DROP TABLE IF EXISTS `users`; CREATE TABLE `users` ( `id` int NOT NULL, `username` varchar(255) DEFAULT NULL, + `fullName` varchar(255) DEFAULT NULL, `photoId` int DEFAULT NULL, `firstName` varchar(255) DEFAULT NULL, `lastName` varchar(255) DEFAULT NULL, @@ -3146,8 +3198,8 @@ CREATE TABLE `widgets` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2022-01-31 12:58:09 --- MariaDB dump 10.19 Distrib 10.5.13-MariaDB, for Linux (aarch64) +-- Dump completed on 2022-03-04 18:57:16 +-- MariaDB dump 10.19 Distrib 10.5.13-MariaDB, for Linux (x86_64) -- -- Host: mysql Database: project_v4 -- ------------------------------------------------------ @@ -3163,6 +3215,17 @@ CREATE TABLE `widgets` ( /*!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 `addresses` +-- + +LOCK TABLES `addresses` WRITE; +/*!40000 ALTER TABLE `addresses` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `addresses` ENABLE KEYS */; +UNLOCK TABLES; +commit; + -- -- Dumping data for table `announcements` -- @@ -3829,7 +3892,7 @@ commit; 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','2021-03-15 14:56:59','b77b0362-fbf0-45dd-a5d7-e1b0c971eb48',NULL),(2,2,1,'Homepage','2020-03-27 13:38:49','2021-03-15 15:40:42','7fa40164-962a-4e1b-804a-245447006340',NULL),(3,2,2,'Homepage','2021-03-15 15:04:42','2021-03-15 15:40:42','2d1fee00-e16c-4f3d-b8e3-c2fb5ee84a6a',NULL),(4,4,1,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','7df96e57-107a-4aa7-b768-7ba4f0340abb',NULL),(5,5,1,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','b88e9a21-00e4-4a30-a5f5-4f32b9b684dc',NULL),(6,4,2,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','db321258-d8f1-4c17-a139-a55aa26d05ea',NULL),(7,5,2,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','dcbbeef9-5119-4ece-80a7-9fa312319e3c',NULL),(8,6,1,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','4ebb64c1-2a76-4e25-8fe0-94521ea9b2d1',NULL),(9,7,1,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','08b2eead-094d-4b85-97bc-af3dd3ab9a02',NULL),(10,6,2,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','1d10b92a-a77a-4dfc-a95c-9ec85107504b',NULL),(11,7,2,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','fd093eb5-9737-496c-84d1-2903c92b525f',NULL),(12,8,1,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','8586816f-3b72-405e-9cca-0af3f1e58e68',NULL),(13,9,1,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','2479a095-c556-4592-bc32-eeca2e23b63a',NULL),(14,8,2,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','70478e88-c5f5-48ac-b8ac-b2fd5636e27b',NULL),(15,9,2,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','0e8423ea-2f65-4b99-b13f-eb4004cb4f84',NULL),(16,10,1,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','d3f8934c-4ac9-4063-9c0d-c87c209a769b',NULL),(17,11,1,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','81b3af94-1fdc-4c80-8c46-caf8f1cc0bf4',NULL),(18,10,2,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','ffdfd8e6-7f8a-4f45-afe1-73dc278339b0',NULL),(19,11,2,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','7310b4a7-1ec3-4c9d-8584-31907c052a5c',NULL),(20,12,1,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','7eb5caa9-e343-4398-813f-c5b77c42da0c',NULL),(21,13,1,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','7ae9c9d1-96d2-43f7-9b06-ffc8e111a11a',NULL),(22,12,2,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','d7682d0e-daaa-452f-a583-a155c05e6de7',NULL),(23,13,2,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','abb292ed-d47f-438b-ade1-e821a4d67716',NULL),(24,14,1,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','b1f90db4-8818-4622-9d82-75600be1049a',NULL),(25,15,1,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','50f3d387-437b-492d-ab02-b291ce8a999d',NULL),(26,14,2,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','c607b7c2-8e56-43f1-a4f2-2adff9317505',NULL),(27,15,2,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','cba55962-d1ef-4151-9e97-a92ab7b7a5f7',NULL),(30,17,1,'My first blog','2021-03-15 15:41:19','2021-03-15 16:17:36','e4c2f79d-0f9f-4e3b-8bdb-aca6526878b6','Some plain text'),(31,17,2,'My first blog','2021-03-15 15:41:19','2021-03-15 16:17:37','a8ffc233-ab15-4c0c-977b-4b436fc31066','Some plain text'),(32,18,1,'My first blog','2021-03-15 15:41:19','2021-03-15 15:41:19','e84e777f-98c7-4cf7-b7cb-80a77833b218','Some plain text'),(33,18,2,'My first blog','2021-03-15 15:41:19','2021-03-15 15:41:19','8a3aaead-866b-416d-a8f4-12db80ad4f1e','Some plain text'),(34,19,1,NULL,'2021-03-15 15:55:30','2021-03-15 16:17:19','855856c1-048c-485c-aff8-d182d305d5c0','Some global plain text'),(35,19,2,NULL,'2021-03-15 15:55:30','2021-03-15 16:17:19','e237f398-3087-4d0c-a281-0ec3ab25d3f6','Some global plain text'),(36,20,1,'My first blog','2021-03-15 16:17:37','2021-03-15 16:17:37','5506cc52-6de9-405e-92ae-ff23a3ed6f86','Some plain text'),(37,20,2,'My first blog','2021-03-15 16:17:37','2021-03-15 16:17:37','6b7f8578-24eb-4928-8738-97805a747c17','Some plain text'),(38,21,1,'Puppies','2021-04-01 02:35:35','2021-04-01 02:35:35','dfb9075a-6ba9-4904-81dd-79b4adda4fd0',NULL),(39,21,2,'Puppies','2021-04-01 02:35:35','2021-04-01 02:35:35','62dbcf58-01eb-441b-9c99-ecab0559dbbb',NULL),(40,22,1,'Kitties','2021-04-01 02:35:44','2021-04-01 02:35:44','1f5f6c95-0339-484d-adc8-741217ccd0ca',NULL),(41,22,2,'Kitties','2021-04-01 02:35:44','2021-04-01 02:35:44','1666d380-3f6f-485b-9d7b-2f688e67a050',NULL); +INSERT INTO `content` VALUES (1,1,1,NULL,'2020-03-27 13:22:43','2021-03-15 14:56:59','b77b0362-fbf0-45dd-a5d7-e1b0c971eb48',NULL),(2,2,1,'Homepage','2020-03-27 13:38:49','2022-03-04 18:56:29','7fa40164-962a-4e1b-804a-245447006340',NULL),(3,2,2,'Homepage','2021-03-15 15:04:42','2022-03-04 18:56:29','2d1fee00-e16c-4f3d-b8e3-c2fb5ee84a6a',NULL),(4,4,1,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','7df96e57-107a-4aa7-b768-7ba4f0340abb',NULL),(5,5,1,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','b88e9a21-00e4-4a30-a5f5-4f32b9b684dc',NULL),(6,4,2,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','db321258-d8f1-4c17-a139-a55aa26d05ea',NULL),(7,5,2,'A New Toga','2021-03-15 15:24:16','2021-03-15 15:24:21','dcbbeef9-5119-4ece-80a7-9fa312319e3c',NULL),(8,6,1,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','4ebb64c1-2a76-4e25-8fe0-94521ea9b2d1',NULL),(9,7,1,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','08b2eead-094d-4b85-97bc-af3dd3ab9a02',NULL),(10,6,2,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','1d10b92a-a77a-4dfc-a95c-9ec85107504b',NULL),(11,7,2,'Parka With Stripes On Back','2021-03-15 15:24:16','2021-03-15 15:24:21','fd093eb5-9737-496c-84d1-2903c92b525f',NULL),(12,8,1,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','8586816f-3b72-405e-9cca-0af3f1e58e68',NULL),(13,9,1,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','2479a095-c556-4592-bc32-eeca2e23b63a',NULL),(14,8,2,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','70478e88-c5f5-48ac-b8ac-b2fd5636e27b',NULL),(15,9,2,'Romper For A Red Eye','2021-03-15 15:24:16','2021-03-15 15:24:21','0e8423ea-2f65-4b99-b13f-eb4004cb4f84',NULL),(16,10,1,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','d3f8934c-4ac9-4063-9c0d-c87c209a769b',NULL),(17,11,1,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','81b3af94-1fdc-4c80-8c46-caf8f1cc0bf4',NULL),(18,10,2,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','ffdfd8e6-7f8a-4f45-afe1-73dc278339b0',NULL),(19,11,2,'The Fleece Awakens','2021-03-15 15:24:16','2021-03-15 15:24:21','7310b4a7-1ec3-4c9d-8584-31907c052a5c',NULL),(20,12,1,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','7eb5caa9-e343-4398-813f-c5b77c42da0c',NULL),(21,13,1,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','7ae9c9d1-96d2-43f7-9b06-ffc8e111a11a',NULL),(22,12,2,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','d7682d0e-daaa-452f-a583-a155c05e6de7',NULL),(23,13,2,'The Last Knee-High','2021-03-15 15:24:16','2021-03-15 15:24:21','abb292ed-d47f-438b-ade1-e821a4d67716',NULL),(24,14,1,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','b1f90db4-8818-4622-9d82-75600be1049a',NULL),(25,15,1,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','50f3d387-437b-492d-ab02-b291ce8a999d',NULL),(26,14,2,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','c607b7c2-8e56-43f1-a4f2-2adff9317505',NULL),(27,15,2,'Full-Size Dry Boxer','2021-03-15 15:24:16','2021-03-15 15:24:21','cba55962-d1ef-4151-9e97-a92ab7b7a5f7',NULL),(30,17,1,'My first blog','2021-03-15 15:41:19','2021-03-15 16:17:36','e4c2f79d-0f9f-4e3b-8bdb-aca6526878b6','Some plain text'),(31,17,2,'My first blog','2021-03-15 15:41:19','2021-03-15 16:17:37','a8ffc233-ab15-4c0c-977b-4b436fc31066','Some plain text'),(32,18,1,'My first blog','2021-03-15 15:41:19','2021-03-15 15:41:19','e84e777f-98c7-4cf7-b7cb-80a77833b218','Some plain text'),(33,18,2,'My first blog','2021-03-15 15:41:19','2021-03-15 15:41:19','8a3aaead-866b-416d-a8f4-12db80ad4f1e','Some plain text'),(34,19,1,NULL,'2021-03-15 15:55:30','2021-03-15 16:17:19','855856c1-048c-485c-aff8-d182d305d5c0','Some global plain text'),(35,19,2,NULL,'2021-03-15 15:55:30','2021-03-15 16:17:19','e237f398-3087-4d0c-a281-0ec3ab25d3f6','Some global plain text'),(36,20,1,'My first blog','2021-03-15 16:17:37','2021-03-15 16:17:37','5506cc52-6de9-405e-92ae-ff23a3ed6f86','Some plain text'),(37,20,2,'My first blog','2021-03-15 16:17:37','2021-03-15 16:17:37','6b7f8578-24eb-4928-8738-97805a747c17','Some plain text'),(38,21,1,'Puppies','2021-04-01 02:35:35','2021-04-01 02:35:35','dfb9075a-6ba9-4904-81dd-79b4adda4fd0',NULL),(39,21,2,'Puppies','2021-04-01 02:35:35','2021-04-01 02:35:35','62dbcf58-01eb-441b-9c99-ecab0559dbbb',NULL),(40,22,1,'Kitties','2021-04-01 02:35:44','2021-04-01 02:35:44','1f5f6c95-0339-484d-adc8-741217ccd0ca',NULL),(41,22,2,'Kitties','2021-04-01 02:35:44','2021-04-01 02:35:44','1666d380-3f6f-485b-9d7b-2f688e67a050',NULL); /*!40000 ALTER TABLE `content` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -3874,7 +3937,7 @@ commit; LOCK TABLES `elements` WRITE; /*!40000 ALTER TABLE `elements` DISABLE KEYS */; set autocommit=0; -INSERT INTO `elements` VALUES (1,NULL,NULL,NULL,NULL,'craft\\elements\\User',1,0,'2020-03-27 13:22:43','2021-03-15 14:56:59',NULL,NULL,'9c39b369-6229-4753-83e1-afd4da7acf29'),(2,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2020-03-27 13:38:49','2021-03-15 15:40:42',NULL,NULL,'7526d70b-8b45-4af6-b5b8-c56c6a44e34c'),(3,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Donation',1,0,'2021-03-15 15:24:15','2021-03-15 15:24:15',NULL,NULL,'526a5ea3-767b-4df7-8712-580157c88145'),(4,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'7081584e-e3df-4024-9257-7f8e8ec95a28'),(5,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'45269718-1004-4930-859b-07c56d970e17'),(6,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'61078ac7-642e-4108-a552-fb0d0e45881d'),(7,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'642ecb15-e397-4658-b878-22c399183f63'),(8,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'c6b705ef-f5e8-4a57-9e37-efac1cf06d20'),(9,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'a71ddf46-2c55-41c0-92de-fc0ddf3080fa'),(10,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'6406a158-0467-4e91-8504-afa784805abe'),(11,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'4131ac3a-b08d-4811-9909-ad9aaec47e99'),(12,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'d909722a-a9ac-400a-83ae-c43cd44e7064'),(13,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'8f5e64bc-8282-42a9-a462-e13aff72917d'),(14,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'cc3c2113-f0bd-47d2-bad9-5a7c585228a9'),(15,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'e17cdcbf-cf0b-4ff5-9943-f04e7b8d821a'),(17,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2021-03-15 15:41:19','2021-03-15 16:17:36',NULL,NULL,'251c74e8-9611-447e-a7a0-7c3e48dd315c'),(18,17,NULL,1,5,'craft\\elements\\Entry',1,0,'2021-03-15 15:41:19','2021-03-15 15:41:19',NULL,NULL,'903b23f3-a446-4282-89bb-c18c3a2b8bec'),(19,NULL,NULL,NULL,6,'craft\\elements\\GlobalSet',1,0,'2021-03-15 15:55:30','2021-03-15 16:17:19',NULL,NULL,'aa7c6968-88ec-4d2a-af47-d3c40b582a68'),(20,17,NULL,2,5,'craft\\elements\\Entry',1,0,'2021-03-15 16:17:36','2021-03-15 16:17:36',NULL,NULL,'9e157ef9-368f-49aa-bff9-901e83da4e14'),(21,NULL,NULL,NULL,9,'craft\\elements\\Category',1,0,'2021-04-01 02:35:35','2021-04-01 02:35:35',NULL,'2022-01-31 03:39:08','0b5e2d02-58de-4965-b9c6-280dfecedd34'),(22,NULL,NULL,NULL,9,'craft\\elements\\Category',1,0,'2021-04-01 02:35:44','2021-04-01 02:35:44',NULL,'2022-01-31 03:39:08','8deb5a7a-2202-4eac-8415-2ef70a523974'); +INSERT INTO `elements` VALUES (1,NULL,NULL,NULL,NULL,'craft\\elements\\User',1,0,'2020-03-27 13:22:43','2021-03-15 14:56:59',NULL,NULL,'9c39b369-6229-4753-83e1-afd4da7acf29'),(2,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2020-03-27 13:38:49','2022-03-04 18:56:29',NULL,NULL,'7526d70b-8b45-4af6-b5b8-c56c6a44e34c'),(3,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Donation',1,0,'2021-03-15 15:24:15','2021-03-15 15:24:15',NULL,NULL,'526a5ea3-767b-4df7-8712-580157c88145'),(4,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'7081584e-e3df-4024-9257-7f8e8ec95a28'),(5,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'45269718-1004-4930-859b-07c56d970e17'),(6,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'61078ac7-642e-4108-a552-fb0d0e45881d'),(7,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'642ecb15-e397-4658-b878-22c399183f63'),(8,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'c6b705ef-f5e8-4a57-9e37-efac1cf06d20'),(9,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'a71ddf46-2c55-41c0-92de-fc0ddf3080fa'),(10,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'6406a158-0467-4e91-8504-afa784805abe'),(11,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'4131ac3a-b08d-4811-9909-ad9aaec47e99'),(12,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'d909722a-a9ac-400a-83ae-c43cd44e7064'),(13,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'8f5e64bc-8282-42a9-a462-e13aff72917d'),(14,NULL,NULL,NULL,3,'craft\\commerce\\elements\\Product',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:16',NULL,NULL,'cc3c2113-f0bd-47d2-bad9-5a7c585228a9'),(15,NULL,NULL,NULL,NULL,'craft\\commerce\\elements\\Variant',1,0,'2021-03-15 15:24:16','2021-03-15 15:24:21',NULL,NULL,'e17cdcbf-cf0b-4ff5-9943-f04e7b8d821a'),(17,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2021-03-15 15:41:19','2021-03-15 16:17:36',NULL,NULL,'251c74e8-9611-447e-a7a0-7c3e48dd315c'),(18,17,NULL,1,5,'craft\\elements\\Entry',1,0,'2021-03-15 15:41:19','2021-03-15 15:41:19',NULL,NULL,'903b23f3-a446-4282-89bb-c18c3a2b8bec'),(19,NULL,NULL,NULL,6,'craft\\elements\\GlobalSet',1,0,'2021-03-15 15:55:30','2021-03-15 16:17:19',NULL,NULL,'aa7c6968-88ec-4d2a-af47-d3c40b582a68'),(20,17,NULL,2,5,'craft\\elements\\Entry',1,0,'2021-03-15 16:17:36','2021-03-15 16:17:36',NULL,NULL,'9e157ef9-368f-49aa-bff9-901e83da4e14'),(21,NULL,NULL,NULL,9,'craft\\elements\\Category',1,0,'2021-04-01 02:35:35','2021-04-01 02:35:35',NULL,'2022-01-31 03:39:08','0b5e2d02-58de-4965-b9c6-280dfecedd34'),(22,NULL,NULL,NULL,9,'craft\\elements\\Category',1,0,'2021-04-01 02:35:44','2021-04-01 02:35:44',NULL,'2022-01-31 03:39:08','8deb5a7a-2202-4eac-8415-2ef70a523974'); /*!40000 ALTER TABLE `elements` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -3934,7 +3997,7 @@ commit; LOCK TABLES `fieldlayoutfields` WRITE; /*!40000 ALTER TABLE `fieldlayoutfields` DISABLE KEYS */; set autocommit=0; -INSERT INTO `fieldlayoutfields` VALUES (2,5,4,7,0,1,'2021-03-15 15:40:26','2021-03-15 15:40:26','9e19a680-7ac2-47fe-b800-3fca74285708'),(5,1,5,7,0,1,'2021-03-15 15:40:41','2021-03-15 15:40:41','5ad24cfd-cd33-43e5-bc34-3a55e7065fb7'),(8,6,6,7,0,0,'2021-03-15 15:55:30','2021-03-15 15:55:30','f569e668-4547-4f0c-b336-8f58bb326960'),(11,8,8,7,0,1,'2021-04-01 02:34:33','2021-04-01 02:34:33','e885c6ca-529d-4f94-b132-20d4fe01364b'); +INSERT INTO `fieldlayoutfields` VALUES (8,6,6,7,0,0,'2021-03-15 15:55:30','2021-03-15 15:55:30','f569e668-4547-4f0c-b336-8f58bb326960'),(11,8,8,7,0,1,'2021-04-01 02:34:33','2021-04-01 02:34:33','e885c6ca-529d-4f94-b132-20d4fe01364b'),(14,5,11,7,0,1,'2022-03-04 18:56:29','2022-03-04 18:56:29','0d40b159-4da7-4ee9-a643-c7b8ebb53e56'),(15,1,12,7,0,1,'2022-03-04 18:56:29','2022-03-04 18:56:29','21b4ee64-d576-41c2-a6eb-4b129d01898f'); /*!40000 ALTER TABLE `fieldlayoutfields` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -3958,7 +4021,7 @@ commit; LOCK TABLES `fieldlayouttabs` WRITE; /*!40000 ALTER TABLE `fieldlayouttabs` DISABLE KEYS */; set autocommit=0; -INSERT INTO `fieldlayouttabs` VALUES (2,3,'Content',NULL,'[{\"type\":\"craft\\\\commerce\\\\fieldlayoutelements\\\\ProductTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"34fe8089-2766-4ce7-82fb-c2e45a698cf9\"}]',1,'2021-03-15 15:24:16','2022-01-31 05:36:03','1cc0a6e3-5b8f-46fc-9f03-904e8ebe4d0e'),(4,5,'Content',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"9af13fd5-f263-428d-98cf-4786d2a59b42\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\",\"uid\":\"8641a496-4d3f-4677-a5bd-beacb3478828\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\",\"uid\":\"f2f2dac8-2485-4b06-8193-d778a434606e\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\",\"uid\":\"6b6fd8d6-a2e7-484a-8382-86b2f884ba51\"}]',1,'2021-03-15 15:40:26','2022-01-31 05:36:03','a8cc334b-f23b-4c0c-8fbd-044bfb986b5c'),(5,1,'Content',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"0ffd9e0d-bb2c-4104-b28c-593815c39557\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\",\"uid\":\"72222a41-a228-4e49-9596-df4d68734c47\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\",\"uid\":\"db44894e-46a1-4c29-a461-461bb661d853\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\",\"uid\":\"96cf1bb6-8a08-4479-a355-60befc3704f1\"}]',1,'2021-03-15 15:40:41','2022-01-31 05:36:03','602a1b6a-3cbc-46cf-9b2f-3139e7237e35'),(6,6,'Default',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\",\"uid\":\"c3ae85e2-d868-435c-9fbb-fa56c7fe0ad3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\",\"uid\":\"3d282089-acfc-46af-a2a7-436f2296bb34\"}]',1,'2021-03-15 15:55:30','2022-01-31 05:36:03','39fa5f70-670b-44cc-a7b2-e7684c2ca914'),(7,7,'Content',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\AssetTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"ccf44dbd-f6b5-44a5-94e5-5c6fb0677175\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5\",\"uid\":\"62801bf3-7614-4295-a544-57475e0ec518\"}]',1,'2021-03-15 16:13:40','2022-01-31 05:36:03','9786d89c-c048-4e0a-8f2c-61ce620c45a4'),(8,8,'Content',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"5fe4e372-28e1-49b4-913b-1b366eba66b1\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\",\"uid\":\"db33f182-d9e9-484a-a26f-62588f2a20dd\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\",\"uid\":\"d3f8acf6-b7ee-444f-a92c-3fc933c1e75f\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\",\"uid\":\"bec4b010-d3f7-4142-ad79-44c0ca7c9723\"}]',1,'2021-04-01 02:34:33','2022-01-31 05:36:03','25a0770e-d1aa-4fbe-9d40-8253aebcfd83'),(9,9,'Content',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\TitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"0c64463e-e31f-4388-b08f-76ff00f8c5e8\"}]',1,'2021-04-01 02:35:21','2022-01-31 05:36:03','13b26387-d6dc-4355-9bdd-963a2889fd1b'); +INSERT INTO `fieldlayouttabs` VALUES (2,3,'Content',NULL,'[{\"type\":\"craft\\\\commerce\\\\fieldlayoutelements\\\\ProductTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"34fe8089-2766-4ce7-82fb-c2e45a698cf9\"}]',1,'2021-03-15 15:24:16','2022-01-31 05:36:03','1cc0a6e3-5b8f-46fc-9f03-904e8ebe4d0e'),(6,6,'Default',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\",\"uid\":\"c3ae85e2-d868-435c-9fbb-fa56c7fe0ad3\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\",\"uid\":\"3d282089-acfc-46af-a2a7-436f2296bb34\"}]',1,'2021-03-15 15:55:30','2022-01-31 05:36:03','39fa5f70-670b-44cc-a7b2-e7684c2ca914'),(8,8,'Content',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"5fe4e372-28e1-49b4-913b-1b366eba66b1\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\",\"uid\":\"db33f182-d9e9-484a-a26f-62588f2a20dd\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"abcda4a4-b1db-4677-b5d6-69588443704f\",\"uid\":\"d3f8acf6-b7ee-444f-a92c-3fc933c1e75f\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"fieldUid\":\"4a0cb371-14a6-415d-84db-fc0512410ec8\",\"uid\":\"bec4b010-d3f7-4142-ad79-44c0ca7c9723\"}]',1,'2021-04-01 02:34:33','2022-01-31 05:36:03','25a0770e-d1aa-4fbe-9d40-8253aebcfd83'),(9,9,'Content',NULL,'[{\"type\":\"craft\\\\fieldlayoutelements\\\\TitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"0c64463e-e31f-4388-b08f-76ff00f8c5e8\"}]',1,'2021-04-01 02:35:21','2022-01-31 05:36:03','13b26387-d6dc-4355-9bdd-963a2889fd1b'),(10,7,'Content','[]','[{\"type\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"6e4b80ee-dc25-44a5-aea4-e8d21b11d4e2\"}]',1,'2022-03-04 18:56:29','2022-03-04 18:56:29','4d4c8ac9-a5e9-45fe-bc7f-eccd7c3be76e'),(11,5,'Content','[]','[{\"type\":\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"35aed03f-a679-4e5f-b6d1-c324bacea57a\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"uid\":\"c218ec6f-7d3b-4836-a62e-481537610827\",\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\"}]',1,'2022-03-04 18:56:29','2022-03-04 18:56:29','2dcdd6e6-2c9a-4c4e-893d-bcd2351960b1'),(12,1,'Content','[]','[{\"type\":\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\",\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"uid\":\"5bbaf848-457c-4e49-af35-8efe6f496b1c\"},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"uid\":\"365f2cdb-a30b-436c-abc9-e0e3965455d8\",\"fieldUid\":\"21903cb2-5b82-49ea-9766-e120d0951ea3\"}]',1,'2022-03-04 18:56:29','2022-03-04 18:56:29','6db37727-e961-453c-bb48-791e87137555'); /*!40000 ALTER TABLE `fieldlayouttabs` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -4029,7 +4092,7 @@ commit; LOCK TABLES `info` WRITE; /*!40000 ALTER TABLE `info` DISABLE KEYS */; set autocommit=0; -INSERT INTO `info` VALUES (1,'4.0.0-alpha','4.0.0',0,'vrxykvutftas','2@rmbftbysqg','2020-03-27 13:22:43','2022-01-31 12:32:28','85f4c669-6b2b-4771-976e-a4bcdd2bd77b'); +INSERT INTO `info` VALUES (1,'4.0.0-alpha.1','4.0.0.4',0,'uoqqypoiamtx','2@rmbftbysqg','2020-03-27 13:22:43','2022-03-04 18:56:30','85f4c669-6b2b-4771-976e-a4bcdd2bd77b'); /*!40000 ALTER TABLE `info` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -4045,6 +4108,17 @@ set autocommit=0; UNLOCK TABLES; commit; +-- +-- Dumping data for table `matrixblocks_owners` +-- + +LOCK TABLES `matrixblocks_owners` WRITE; +/*!40000 ALTER TABLE `matrixblocks_owners` DISABLE KEYS */; +set autocommit=0; +/*!40000 ALTER TABLE `matrixblocks_owners` ENABLE KEYS */; +UNLOCK TABLES; +commit; + -- -- Dumping data for table `matrixblocktypes` -- @@ -4063,7 +4137,7 @@ commit; LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; set autocommit=0; -INSERT INTO `migrations` VALUES (1,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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'),(185,'craft','m200306_054652_disabled_sites','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abc2f9d4-4653-4583-82f4-7e483a13f888'),(186,'craft','m200522_191453_clear_template_caches','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b3cf261a-7c72-494f-b0d3-f90f37dd8697'),(187,'craft','m200606_231117_migration_tracks','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','bc34bce4-9616-413c-8c68-5e9b60eb7210'),(188,'craft','m200619_215137_title_translation_method','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','d7391893-a7b0-481b-bac7-bb8124f56aa2'),(189,'craft','m200620_005028_user_group_descriptions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abd003bc-e99d-4929-8d42-fdb5adfa8c90'),(190,'craft','m200620_230205_field_layout_changes','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','43b71a32-5238-4c70-90a2-6531b2042268'),(191,'craft','m200625_131100_move_entrytypes_to_top_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','2b86d78a-0825-4c90-acf7-629463148de8'),(192,'craft','m200629_112700_remove_project_config_legacy_files','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','35da89d2-87af-4f31-98d4-d028e5f44f03'),(193,'craft','m200630_183000_drop_configmap','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','6e888e11-fff0-4cf6-83ed-ac62cce76ef0'),(194,'craft','m200715_113400_transform_index_error_flag','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b7bae372-1ba0-4109-ade5-b1f9af4a63a6'),(195,'craft','m200716_110900_replace_file_asset_permissions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','3a1671c1-3334-478b-92d3-35dce55d87ae'),(196,'craft','m200716_153800_public_token_settings_in_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','9fcbf070-3ff5-40a0-910b-ed0c0e5ad88d'),(197,'craft','m200720_175543_drop_unique_constraints','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','deaeab5a-092d-4e0f-95fb-18ef08d6489e'),(198,'craft','m200825_051217_project_config_version','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','6e096de1-fcd8-4f96-92b3-37db41a29a25'),(204,'craft','m201116_190500_asset_title_translation_method','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','94da610f-2014-4abf-adcb-175d1b85f4bb'),(205,'craft','m201124_003555_plugin_trials','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','2f1fd1a7-9419-4809-b2d7-ea1c23107884'),(206,'craft','m210209_135503_soft_delete_field_groups','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','a4136522-77e7-4bec-96d9-08066118c154'),(207,'craft','m210212_223539_delete_invalid_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','e4608336-f165-4108-89c7-67d5d70cf2d2'),(208,'craft','m210214_202731_track_saved_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','9b5948e1-7f7f-458f-8276-fefeee254ff2'),(212,'craft','m210223_150900_add_new_element_gql_schema_components','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','aef28876-0de8-4eca-bd90-392d818d7740'),(213,'craft','m210224_162000_add_projectconfignames_table','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','0eb6eb5a-2c3d-4321-901a-7fd2629fcc56'),(348,'craft','m210326_132000_invalidate_projectconfig_cache','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','27d82ddb-2a06-4353-ab3c-21f1e89ee847'),(352,'craft','m210302_212318_canonical_elements','2022-01-31 03:39:05','2022-01-31 03:39:05','2022-01-31 03:39:05','e9318e17-f405-442c-aad0-a4becf0b4465'),(353,'craft','m210329_214847_field_column_suffixes','2022-01-31 03:39:05','2022-01-31 03:39:05','2022-01-31 03:39:05','49075784-7419-4321-bd9e-1617c9d2a63b'),(354,'craft','m210331_220322_null_author','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','540786f1-721a-42e9-86c1-617d88b19592'),(355,'craft','m210405_231315_provisional_drafts','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','2a010e18-6864-4a2a-ad80-28ac52f3c270'),(356,'craft','m210602_111300_project_config_names_in_config','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','b3b9cc23-2679-466c-8026-646b3843c835'),(357,'craft','m210611_233510_default_placement_settings','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','6f29bbd2-592d-423c-b48b-49187e7e3934'),(358,'craft','m210613_145522_sortable_global_sets','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','ec10fa8f-6924-4d50-a92d-572cf7d060bf'),(359,'craft','m210613_184103_announcements','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','b621cf30-eed5-4d6d-828b-5c3a102b67e9'),(360,'craft','m210829_000000_element_index_tweak','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','c3fa9b31-9331-4928-8c05-ff15bad0e3c8'),(361,'craft','m210121_145800_asset_indexing_changes','2022-01-31 05:36:01','2022-01-31 05:36:01','2022-01-31 05:36:01','97ed0410-8a15-4a14-bfa2-bfc5b1a85a7e'),(362,'craft','m210624_222934_drop_deprecated_tables','2022-01-31 05:36:01','2022-01-31 05:36:01','2022-01-31 05:36:01','b6f61d22-d302-4dee-9ab4-2216d54b81a0'),(363,'craft','m210724_180756_rename_source_cols','2022-01-31 05:36:01','2022-01-31 05:36:01','2022-01-31 05:36:01','68cc8c26-a843-4534-b631-0c951c620a38'),(364,'craft','m210809_124211_remove_superfluous_uids','2022-01-31 05:36:02','2022-01-31 05:36:02','2022-01-31 05:36:02','11fdaa70-86fd-40af-a3b5-1853ec7fbae0'),(365,'craft','m210817_014201_universal_users','2022-01-31 05:36:02','2022-01-31 05:36:02','2022-01-31 05:36:02','c95950d7-b65a-41c5-8dbc-68107319228c'),(366,'craft','m210904_132612_store_element_source_settings_in_project_config','2022-01-31 05:36:02','2022-01-31 05:36:02','2022-01-31 05:36:02','291c68f2-e432-402e-98ff-d270b538b8ca'),(367,'craft','m211115_135500_image_transformers','2022-01-31 05:36:02','2022-01-31 05:36:02','2022-01-31 05:36:02','4ebcc1f5-4b39-4a1c-a69e-771799ccf5a8'),(368,'craft','m211201_131000_filesystems','2022-01-31 05:36:03','2022-01-31 05:36:03','2022-01-31 05:36:03','ca39d9d2-257a-4534-bbd2-72100139a132'),(369,'craft','m220103_043103_tab_conditions','2022-01-31 05:36:03','2022-01-31 05:36:03','2022-01-31 05:36:03','d9d31d12-2fcb-4d9b-bf5a-3aa813e26b7b'),(370,'craft','m220104_003433_asset_alt_text','2022-01-31 05:36:03','2022-01-31 05:36:03','2022-01-31 05:36:03','4d52d260-69fd-4d45-9a71-221b644ea539'),(371,'craft','m220128_055840_field_layout_element_uids','2022-01-31 05:36:03','2022-01-31 05:36:03','2022-01-31 05:36:03','a7f01a30-7b03-4eb3-a6c2-a00a384ff274'); +INSERT INTO `migrations` VALUES (1,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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,'craft','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'),(185,'craft','m200306_054652_disabled_sites','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abc2f9d4-4653-4583-82f4-7e483a13f888'),(186,'craft','m200522_191453_clear_template_caches','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b3cf261a-7c72-494f-b0d3-f90f37dd8697'),(187,'craft','m200606_231117_migration_tracks','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','bc34bce4-9616-413c-8c68-5e9b60eb7210'),(188,'craft','m200619_215137_title_translation_method','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','d7391893-a7b0-481b-bac7-bb8124f56aa2'),(189,'craft','m200620_005028_user_group_descriptions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','abd003bc-e99d-4929-8d42-fdb5adfa8c90'),(190,'craft','m200620_230205_field_layout_changes','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','43b71a32-5238-4c70-90a2-6531b2042268'),(191,'craft','m200625_131100_move_entrytypes_to_top_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','2b86d78a-0825-4c90-acf7-629463148de8'),(192,'craft','m200629_112700_remove_project_config_legacy_files','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','35da89d2-87af-4f31-98d4-d028e5f44f03'),(193,'craft','m200630_183000_drop_configmap','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','6e888e11-fff0-4cf6-83ed-ac62cce76ef0'),(194,'craft','m200715_113400_transform_index_error_flag','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','b7bae372-1ba0-4109-ade5-b1f9af4a63a6'),(195,'craft','m200716_110900_replace_file_asset_permissions','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','3a1671c1-3334-478b-92d3-35dce55d87ae'),(196,'craft','m200716_153800_public_token_settings_in_project_config','2020-10-16 15:16:14','2020-10-16 15:16:14','2020-10-16 15:16:14','9fcbf070-3ff5-40a0-910b-ed0c0e5ad88d'),(197,'craft','m200720_175543_drop_unique_constraints','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','deaeab5a-092d-4e0f-95fb-18ef08d6489e'),(198,'craft','m200825_051217_project_config_version','2020-10-16 15:16:15','2020-10-16 15:16:15','2020-10-16 15:16:15','6e096de1-fcd8-4f96-92b3-37db41a29a25'),(204,'craft','m201116_190500_asset_title_translation_method','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','94da610f-2014-4abf-adcb-175d1b85f4bb'),(205,'craft','m201124_003555_plugin_trials','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','2f1fd1a7-9419-4809-b2d7-ea1c23107884'),(206,'craft','m210209_135503_soft_delete_field_groups','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','a4136522-77e7-4bec-96d9-08066118c154'),(207,'craft','m210212_223539_delete_invalid_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','e4608336-f165-4108-89c7-67d5d70cf2d2'),(208,'craft','m210214_202731_track_saved_drafts','2021-02-28 04:53:01','2021-02-28 04:53:01','2021-02-28 04:53:01','9b5948e1-7f7f-458f-8276-fefeee254ff2'),(212,'craft','m210223_150900_add_new_element_gql_schema_components','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','aef28876-0de8-4eca-bd90-392d818d7740'),(213,'craft','m210224_162000_add_projectconfignames_table','2021-03-15 15:23:29','2021-03-15 15:23:29','2021-03-15 15:23:29','0eb6eb5a-2c3d-4321-901a-7fd2629fcc56'),(348,'craft','m210326_132000_invalidate_projectconfig_cache','2021-04-01 00:06:58','2021-04-01 00:06:58','2021-04-01 00:06:58','27d82ddb-2a06-4353-ab3c-21f1e89ee847'),(352,'craft','m210302_212318_canonical_elements','2022-01-31 03:39:05','2022-01-31 03:39:05','2022-01-31 03:39:05','e9318e17-f405-442c-aad0-a4becf0b4465'),(353,'craft','m210329_214847_field_column_suffixes','2022-01-31 03:39:05','2022-01-31 03:39:05','2022-01-31 03:39:05','49075784-7419-4321-bd9e-1617c9d2a63b'),(354,'craft','m210331_220322_null_author','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','540786f1-721a-42e9-86c1-617d88b19592'),(355,'craft','m210405_231315_provisional_drafts','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','2a010e18-6864-4a2a-ad80-28ac52f3c270'),(356,'craft','m210602_111300_project_config_names_in_config','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','b3b9cc23-2679-466c-8026-646b3843c835'),(357,'craft','m210611_233510_default_placement_settings','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','6f29bbd2-592d-423c-b48b-49187e7e3934'),(358,'craft','m210613_145522_sortable_global_sets','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','ec10fa8f-6924-4d50-a92d-572cf7d060bf'),(359,'craft','m210613_184103_announcements','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','b621cf30-eed5-4d6d-828b-5c3a102b67e9'),(360,'craft','m210829_000000_element_index_tweak','2022-01-31 03:39:06','2022-01-31 03:39:06','2022-01-31 03:39:06','c3fa9b31-9331-4928-8c05-ff15bad0e3c8'),(361,'craft','m210121_145800_asset_indexing_changes','2022-01-31 05:36:01','2022-01-31 05:36:01','2022-01-31 05:36:01','97ed0410-8a15-4a14-bfa2-bfc5b1a85a7e'),(362,'craft','m210624_222934_drop_deprecated_tables','2022-01-31 05:36:01','2022-01-31 05:36:01','2022-01-31 05:36:01','b6f61d22-d302-4dee-9ab4-2216d54b81a0'),(363,'craft','m210724_180756_rename_source_cols','2022-01-31 05:36:01','2022-01-31 05:36:01','2022-01-31 05:36:01','68cc8c26-a843-4534-b631-0c951c620a38'),(364,'craft','m210809_124211_remove_superfluous_uids','2022-01-31 05:36:02','2022-01-31 05:36:02','2022-01-31 05:36:02','11fdaa70-86fd-40af-a3b5-1853ec7fbae0'),(365,'craft','m210817_014201_universal_users','2022-01-31 05:36:02','2022-01-31 05:36:02','2022-01-31 05:36:02','c95950d7-b65a-41c5-8dbc-68107319228c'),(366,'craft','m210904_132612_store_element_source_settings_in_project_config','2022-01-31 05:36:02','2022-01-31 05:36:02','2022-01-31 05:36:02','291c68f2-e432-402e-98ff-d270b538b8ca'),(367,'craft','m211115_135500_image_transformers','2022-01-31 05:36:02','2022-01-31 05:36:02','2022-01-31 05:36:02','4ebcc1f5-4b39-4a1c-a69e-771799ccf5a8'),(368,'craft','m211201_131000_filesystems','2022-01-31 05:36:03','2022-01-31 05:36:03','2022-01-31 05:36:03','ca39d9d2-257a-4534-bbd2-72100139a132'),(369,'craft','m220103_043103_tab_conditions','2022-01-31 05:36:03','2022-01-31 05:36:03','2022-01-31 05:36:03','d9d31d12-2fcb-4d9b-bf5a-3aa813e26b7b'),(370,'craft','m220104_003433_asset_alt_text','2022-01-31 05:36:03','2022-01-31 05:36:03','2022-01-31 05:36:03','4d52d260-69fd-4d45-9a71-221b644ea539'),(371,'craft','m220128_055840_field_layout_element_uids','2022-01-31 05:36:03','2022-01-31 05:36:03','2022-01-31 05:36:03','a7f01a30-7b03-4eb3-a6c2-a00a384ff274'),(372,'craft','m220123_213619_update_permissions','2022-03-04 18:56:29','2022-03-04 18:56:29','2022-03-04 18:56:29','71f60ccf-08e8-468c-87f2-802579c26970'),(373,'craft','m220126_003432_addresses','2022-03-04 18:56:29','2022-03-04 18:56:29','2022-03-04 18:56:29','062d824f-05b5-4ddf-aac7-06a276e6c873'),(374,'craft','m220209_095604_add_indexes','2022-03-04 18:56:29','2022-03-04 18:56:29','2022-03-04 18:56:29','a418af7f-abd7-458a-bcc6-cdaeb25106c8'),(375,'craft','m220213_015220_matrixblocks_owners_table','2022-03-04 18:56:29','2022-03-04 18:56:29','2022-03-04 18:56:29','39995265-17a1-4597-b689-9907c3cd425f'),(376,'craft','m220214_000000_truncate_sessions','2022-03-04 18:56:29','2022-03-04 18:56:29','2022-03-04 18:56:29','72658ed8-0e59-4846-9060-44d6e522823c'),(377,'craft','m220222_122159_full_names','2022-03-04 18:56:29','2022-03-04 18:56:29','2022-03-04 18:56:29','e0b80c16-1ae0-4467-aed6-820bb5d986e1'),(378,'craft','m220223_180559_nullable_address_owner','2022-03-04 18:56:29','2022-03-04 18:56:29','2022-03-04 18:56:29','9e6ee3b7-a869-4c27-a7d1-d5fd53c5fd37'),(379,'craft','m220225_134220_rename_field_layout_elements','2022-03-04 18:56:30','2022-03-04 18:56:30','2022-03-04 18:56:30','0a2b927a-29de-467b-ba79-64634332b58d'); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -4086,7 +4160,7 @@ commit; LOCK TABLES `projectconfig` WRITE; /*!40000 ALTER TABLE `projectconfig` DISABLE KEYS */; set autocommit=0; -INSERT INTO `projectconfig` VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.handle','\"dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.isFrontendEnabled','true'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.name','\"Dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.paymentType','\"purchase\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.sortOrder','99'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.type','\"craft\\\\commerce\\\\gateways\\\\Dummy\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.color','\"green\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.default','true'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.description','null'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.handle','\"new\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.name','\"New\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.sortOrder','99'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.descriptionFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.handle','\"clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasDimensions','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasProductTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariants','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariantTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.name','\"Clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocapitalize','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocomplete','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocorrect','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.class','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.disabled','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.id','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.instructions','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.label','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.max','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.min','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.name','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.orientation','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.placeholder','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.readonly','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.requirable','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.size','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.step','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.tip','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.title','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.type','\"craft\\\\commerce\\\\fieldlayoutelements\\\\ProductTitleField\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.warning','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.width','100'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.name','\"Content\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.sortOrder','1'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productTitleFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.skuFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.titleFormat','\"{product.title}\"'),('dateModified','1643632348'),('email.fromEmail','\"andrew@nystudio107.com\"'),('email.fromName','\"Craft\"'),('email.transportType','\"craft\\\\mail\\\\transportadapters\\\\Sendmail\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocapitalize','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocomplete','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocorrect','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.class','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.disabled','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.id','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.max','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.min','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.name','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.orientation','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.placeholder','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.readonly','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.requirable','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.size','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.step','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.title','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.name','\"Content\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.handle','\"blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.hasTitleField','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.name','\"Blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.section','\"de308a7d-1794-448f-9176-29e2eace7ecf\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationKeyFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationMethod','\"site\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocapitalize','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocomplete','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocorrect','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.class','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.disabled','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.id','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.max','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.min','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.name','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.orientation','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.placeholder','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.readonly','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.requirable','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.size','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.step','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.title','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\EntryTitleField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.name','\"Content\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.handle','\"homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.hasTitleField','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.name','\"Homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.section','\"54e60257-f31a-44aa-960e-bbd364197e28\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleFormat','\"{section.name|raw}\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationKeyFormat','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationMethod','\"none\"'),('fieldGroups.94b4d5ac-d7ea-4241-a6cb-92b39f482f99.name','\"Common\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.contentColumnType','\"text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.handle','\"plainText\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.instructions','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.name','\"Plain Text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.searchable','false'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.byteLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.charLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.code','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.columnType','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.initialRows','\"4\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.multiline','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.placeholder','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.uiMode','\"normal\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationKeyFormat','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationMethod','\"none\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.type','\"craft\\\\fields\\\\PlainText\"'),('fs.site.hasUrls','true'),('fs.site.name','\"Site\"'),('fs.site.settings.path','\"@webroot/assets/site\"'),('fs.site.type','\"craft\\\\fs\\\\Local\"'),('fs.site.url','\"@assetsUrl/assets/site\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.name','\"Default\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.sortOrder','1'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.handle','\"globals\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.name','\"Globals\"'),('graphql.publicToken.enabled','false'),('graphql.publicToken.expiryDate','null'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.isPublic','true'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.name','\"Public Schema\"'),('meta.__names__.5c642d7e-b16b-4836-9575-668d75d242e5','\"Site\"'),('meta.__names__.5da841b1-ca0d-46ff-8bb1-04d6c889ac54','\"English\"'),('meta.__names__.94b4d5ac-d7ea-4241-a6cb-92b39f482f99','\"Common\"'),('meta.__names__.c4536798-743d-4bf0-9669-192827bfb26c','\"Blog\"'),('meta.__names__.ec473f07-152f-423b-90df-ac425e6068a1','\"Spanish\"'),('meta.__names__.f89601e9-4ba9-4a48-9e99-350aa9914912','\"plugindev\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.enableVersioning','false'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.handle','\"homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.name','\"Homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.1','\"Entry\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.1','\"/\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.1','\"1\"'),('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.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"index\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"__home__\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.type','\"single\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.enableVersioning','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.handle','\"blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.name','\"Blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.1','\"{url}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.1','\"1\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.propagationMethod','\"all\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.type','\"channel\"'),('siteGroups.f89601e9-4ba9-4a48-9e99-350aa9914912.name','\"plugindev\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.baseUrl','\"@web/\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabled','true'),('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','\"English\"'),('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'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.baseUrl','\"@web/es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.enabled','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.handle','\"spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.language','\"es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.name','\"Spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.primary','false'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.siteGroup','\"f89601e9-4ba9-4a48-9e99-350aa9914912\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.sortOrder','2'),('system.edition','\"pro\"'),('system.live','true'),('system.name','\"plugindev\"'),('system.retryDuration','60'),('system.schemaVersion','\"4.0.0\"'),('system.timeZone','\"America/New_York\"'),('users.allowPublicRegistration','false'),('users.deactivateByDefault','false'),('users.defaultGroup','null'),('users.photoSubpath','\"\"'),('users.photoVolumeUid','null'),('users.requireEmailVerification','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocapitalize','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocomplete','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocorrect','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.class','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.disabled','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.id','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.max','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.min','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.name','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.orientation','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.placeholder','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.readonly','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.requirable','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.size','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.step','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.title','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\AssetTitleField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.fieldUid','\"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.required','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.name','\"Content\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.sortOrder','1'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fs','\"site\"'),('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.sortOrder','0'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationKeyFormat','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationMethod','\"site\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.url','\"@assetsUrl/assets/site\"'); +INSERT INTO `projectconfig` VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.handle','\"dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.isFrontendEnabled','true'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.name','\"Dummy\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.paymentType','\"purchase\"'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.sortOrder','99'),('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.type','\"craft\\\\commerce\\\\gateways\\\\Dummy\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.color','\"green\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.default','true'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.description','null'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.handle','\"new\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.name','\"New\"'),('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.sortOrder','99'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.descriptionFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.handle','\"clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasDimensions','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasProductTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariants','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariantTitleField','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.name','\"Clothing\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocapitalize','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocomplete','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocorrect','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.class','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.disabled','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.id','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.instructions','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.label','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.max','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.min','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.name','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.orientation','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.placeholder','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.readonly','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.requirable','false'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.size','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.step','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.tip','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.title','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.type','\"craft\\\\commerce\\\\fieldlayoutelements\\\\ProductTitleField\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.warning','null'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.width','100'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.name','\"Content\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.sortOrder','1'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productTitleFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"shop/products/_product\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"shop/products/{slug}\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.skuFormat','\"\"'),('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.titleFormat','\"{product.title}\"'),('dateModified','1646420189'),('email.fromEmail','\"andrew@nystudio107.com\"'),('email.fromName','\"Craft\"'),('email.transportType','\"craft\\\\mail\\\\transportadapters\\\\Sendmail\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocapitalize','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocomplete','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocorrect','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.class','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.disabled','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.id','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.max','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.min','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.name','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.orientation','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.placeholder','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.readonly','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.requirable','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.size','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.step','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.title','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.instructions','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.label','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.required','false'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.tip','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.warning','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.width','100'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.name','\"Content\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.handle','\"blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.hasTitleField','true'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.name','\"Blog\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.section','\"de308a7d-1794-448f-9176-29e2eace7ecf\"'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.sortOrder','1'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationKeyFormat','null'),('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationMethod','\"site\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocapitalize','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocomplete','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocorrect','true'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.class','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.disabled','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.id','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.max','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.min','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.name','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.orientation','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.placeholder','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.readonly','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.requirable','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.size','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.step','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.title','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.fieldUid','\"4a0cb371-14a6-415d-84db-fc0512410ec8\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.instructions','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.label','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.required','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.tip','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.warning','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.width','100'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.name','\"Content\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.handle','\"homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.hasTitleField','false'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.name','\"Homepage\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.section','\"54e60257-f31a-44aa-960e-bbd364197e28\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.sortOrder','1'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleFormat','\"{section.name|raw}\"'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationKeyFormat','null'),('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationMethod','\"none\"'),('fieldGroups.94b4d5ac-d7ea-4241-a6cb-92b39f482f99.name','\"Common\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.contentColumnType','\"text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.fieldGroup','\"94b4d5ac-d7ea-4241-a6cb-92b39f482f99\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.handle','\"plainText\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.instructions','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.name','\"Plain Text\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.searchable','false'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.byteLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.charLimit','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.code','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.columnType','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.initialRows','\"4\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.multiline','\"\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.placeholder','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.uiMode','\"normal\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationKeyFormat','null'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationMethod','\"none\"'),('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.type','\"craft\\\\fields\\\\PlainText\"'),('fs.site.hasUrls','true'),('fs.site.name','\"Site\"'),('fs.site.settings.path','\"@webroot/assets/site\"'),('fs.site.type','\"craft\\\\fs\\\\Local\"'),('fs.site.url','\"@assetsUrl/assets/site\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.fieldUid','\"21903cb2-5b82-49ea-9766-e120d0951ea3\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.fieldUid','\"abcda4a4-b1db-4677-b5d6-69588443704f\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.instructions','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.label','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.required','false'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.tip','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.warning','null'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.width','100'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.name','\"Default\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.sortOrder','1'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.handle','\"globals\"'),('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.name','\"Globals\"'),('graphql.publicToken.enabled','false'),('graphql.publicToken.expiryDate','null'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.isPublic','true'),('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.name','\"Public Schema\"'),('meta.__names__.5c642d7e-b16b-4836-9575-668d75d242e5','\"Site\"'),('meta.__names__.5da841b1-ca0d-46ff-8bb1-04d6c889ac54','\"English\"'),('meta.__names__.94b4d5ac-d7ea-4241-a6cb-92b39f482f99','\"Common\"'),('meta.__names__.c4536798-743d-4bf0-9669-192827bfb26c','\"Blog\"'),('meta.__names__.ec473f07-152f-423b-90df-ac425e6068a1','\"Spanish\"'),('meta.__names__.f89601e9-4ba9-4a48-9e99-350aa9914912','\"plugindev\"'),('meta.__names__.fb3a8f31-d1cc-4c13-903b-a501f7e51f54','\"Homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.enableVersioning','false'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.handle','\"homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.name','\"Homepage\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.1','\"Entry\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.1','\"/\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.1','\"1\"'),('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.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"index\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"__home__\"'),('sections.54e60257-f31a-44aa-960e-bbd364197e28.type','\"single\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.enableVersioning','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.handle','\"blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.name','\"Blog\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.0','\"label\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.1','\"{url}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.0','\"refresh\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.1','\"1\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.propagationMethod','\"all\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template','\"blog/_entry\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat','\"blog/{slug}\"'),('sections.de308a7d-1794-448f-9176-29e2eace7ecf.type','\"channel\"'),('siteGroups.f89601e9-4ba9-4a48-9e99-350aa9914912.name','\"plugindev\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.baseUrl','\"@web/\"'),('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabled','true'),('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','\"English\"'),('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'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.baseUrl','\"@web/es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.enabled','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.handle','\"spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls','true'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.language','\"es\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.name','\"Spanish\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.primary','false'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.siteGroup','\"f89601e9-4ba9-4a48-9e99-350aa9914912\"'),('sites.ec473f07-152f-423b-90df-ac425e6068a1.sortOrder','2'),('system.edition','\"pro\"'),('system.live','true'),('system.name','\"plugindev\"'),('system.retryDuration','60'),('system.schemaVersion','\"4.0.0.4\"'),('system.timeZone','\"America/New_York\"'),('users.allowPublicRegistration','false'),('users.deactivateByDefault','false'),('users.defaultGroup','null'),('users.photoSubpath','\"\"'),('users.photoVolumeUid','null'),('users.requireEmailVerification','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocapitalize','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocomplete','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocorrect','true'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.class','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.disabled','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.id','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.max','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.min','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.name','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.orientation','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.placeholder','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.readonly','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.requirable','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.size','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.step','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.title','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.fieldUid','\"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.instructions','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.label','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.required','false'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.tip','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.warning','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.width','100'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.name','\"Content\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.sortOrder','1'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fs','\"site\"'),('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.sortOrder','0'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationKeyFormat','null'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationMethod','\"site\"'),('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.url','\"@assetsUrl/assets/site\"'); /*!40000 ALTER TABLE `projectconfig` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -4098,6 +4172,7 @@ commit; LOCK TABLES `queue` WRITE; /*!40000 ALTER TABLE `queue` DISABLE KEYS */; set autocommit=0; +INSERT INTO `queue` VALUES (64,'queue','O:34:\"craft\\queue\\jobs\\UpdateSearchIndex\":7:{s:11:\"elementType\";s:20:\"craft\\elements\\Entry\";s:9:\"elementId\";i:2;s:6:\"siteId\";i:2;s:12:\"fieldHandles\";a:0:{}s:11:\"description\";N;s:30:\"\0craft\\queue\\BaseJob\0_progress\";i:0;s:35:\"\0craft\\queue\\BaseJob\0_progressLabel\";N;}','t9n:[\"app\",\"Updating search indexes\"]',1646420190,600,0,2048,'2022-03-04 18:56:35',1646420195,100,NULL,1,0,NULL,NULL),(65,'queue','O:34:\"craft\\queue\\jobs\\UpdateSearchIndex\":7:{s:11:\"elementType\";s:20:\"craft\\elements\\Entry\";s:9:\"elementId\";i:2;s:6:\"siteId\";s:1:\"*\";s:12:\"fieldHandles\";a:0:{}s:11:\"description\";N;s:30:\"\0craft\\queue\\BaseJob\0_progress\";i:0;s:35:\"\0craft\\queue\\BaseJob\0_progressLabel\";N;}','t9n:[\"app\",\"Updating search indexes\"]',1646420190,600,0,2048,NULL,NULL,0,NULL,NULL,0,NULL,NULL); /*!40000 ALTER TABLE `queue` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -4166,7 +4241,7 @@ commit; 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 '),(2,'slug',0,2,' homepage '),(2,'title',0,2,' homepage '),(3,'slug',0,1,''),(17,'title',0,2,' my first blog '),(17,'slug',0,2,' my first blog '),(17,'slug',0,1,' my first blog '),(17,'title',0,1,' my first blog '),(19,'slug',0,2,''),(19,'slug',0,1,''),(21,'title',0,2,' puppies '),(21,'slug',0,2,' puppies '),(21,'slug',0,1,' puppies '),(21,'title',0,1,' puppies '),(22,'title',0,2,' kitties '),(22,'slug',0,2,' kitties '),(22,'slug',0,1,' kitties '),(22,'title',0,1,' kitties '); +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 '),(2,'title',0,2,' homepage '),(2,'slug',0,2,' homepage '),(3,'slug',0,1,''),(17,'title',0,2,' my first blog '),(17,'slug',0,2,' my first blog '),(17,'slug',0,1,' my first blog '),(17,'title',0,1,' my first blog '),(19,'slug',0,2,''),(19,'slug',0,1,''),(21,'title',0,2,' puppies '),(21,'slug',0,2,' puppies '),(21,'slug',0,1,' puppies '),(21,'title',0,1,' puppies '),(22,'title',0,2,' kitties '),(22,'slug',0,2,' kitties '),(22,'slug',0,1,' kitties '),(22,'title',0,1,' kitties '); /*!40000 ALTER TABLE `searchindex` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -4395,7 +4470,7 @@ commit; LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; set autocommit=0; -INSERT INTO `users` VALUES (1,'admin',NULL,'','','andrew@nystudio107.com','$2y$13$EuMO1jWoObzUT.7T6IMJ4.U1GB2uIGV8LbrzGKT/HEimvXCPC65Ji',1,1,0,0,0,'2022-01-31 12:58:02',NULL,NULL,NULL,'2021-03-01 03:52:45',NULL,1,NULL,NULL,NULL,0,'2021-03-15 14:57:00','2020-03-27 13:22:44','2022-01-31 12:58:02'); +INSERT INTO `users` VALUES (1,'admin',NULL,NULL,'','','andrew@nystudio107.com','$2y$13$EuMO1jWoObzUT.7T6IMJ4.U1GB2uIGV8LbrzGKT/HEimvXCPC65Ji',1,1,0,0,0,'2022-03-04 18:56:42',NULL,NULL,NULL,'2021-03-01 03:52:45',NULL,1,NULL,NULL,NULL,0,'2021-03-15 14:57:00','2020-03-27 13:22:44','2022-03-04 18:56:42'); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; commit; @@ -4471,4 +4546,4 @@ commit; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2022-01-31 12:58:09 +-- Dump completed on 2022-03-04 18:57:16 diff --git a/db-seed/postgres/db_init.sh b/db-seed/postgres/db_init.sh new file mode 100755 index 0000000..65dc7a8 --- /dev/null +++ b/db-seed/postgres/db_init.sh @@ -0,0 +1,20 @@ +#!/bin/bash +POSTGRES_DB_SEED_DIR="dbs" +POSTGRES_DATABASES_ARRAY=( $POSTGRES_DATABASES ) + +# Iterate through the databases we need to create & seed +for POSTGRES_DB in "${POSTGRES_DATABASES_ARRAY[@]}" +do + # Define the client command used + pgsql=( psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" ) + echo "### Creating user \`$POSTGRES_USER\`" + echo "CREATE USER $POSTGRES_DB ;" | "${pgsql[@]}" + echo "### Creating database \`$POSTGRES_DB\`" + echo "CREATE DATABASE $POSTGRES_DB ;" | "${pgsql[@]}" + echo "### Granting ALL on database \`$POSTGRES_DB\`" + echo "GRANT ALL PRIVILEGES ON DATABASE $POSTGRES_DB TO $POSTGRES_DB ;" | "${pgsql[@]}" + # Add the database name to the command + pgsql+=( "$POSTGRES_DB" ) + echo "### Seeding database \`$POSTGRES_DB\`" + cat "/docker-entrypoint-initdb.d/$POSTGRES_DB_SEED_DIR/$POSTGRES_DB.sql" | "${pgsql[@]}" >/dev/null +done diff --git a/db-seed/postgres/dbs/project_v3.sql b/db-seed/postgres/dbs/project_v3.sql new file mode 100644 index 0000000..95fb97b --- /dev/null +++ b/db-seed/postgres/dbs/project_v3.sql @@ -0,0 +1,13317 @@ +-- +-- PostgreSQL database dump +-- + +-- Dumped from database version 12.10 +-- Dumped by pg_dump version 13.5 + +SET statement_timeout = 0; +SET lock_timeout = 0; +SET idle_in_transaction_session_timeout = 0; +SET client_encoding = 'UTF8'; +SET standard_conforming_strings = on; +SELECT pg_catalog.set_config('search_path', '', false); +SET check_function_bodies = false; +SET xmloption = content; +SET client_min_messages = warning; +SET row_security = off; + +ALTER TABLE IF EXISTS ONLY public.changedfields DROP CONSTRAINT IF EXISTS fk_znmwcegdrrisdyakglurteockdpbfyzxtfee; +ALTER TABLE IF EXISTS ONLY public.commerce_orderadjustments DROP CONSTRAINT IF EXISTS fk_zejjaslmihervwfnsyuxxcqytwiqyzecakso; +ALTER TABLE IF EXISTS ONLY public.entries DROP CONSTRAINT IF EXISTS fk_yydzxjhcbuafjchjcdfsiukeeystenkypork; +ALTER TABLE IF EXISTS ONLY public.matrixblocks DROP CONSTRAINT IF EXISTS fk_yycavqqfxubkylnptvvkqsosunxmysqystem; +ALTER TABLE IF EXISTS ONLY public.sessions DROP CONSTRAINT IF EXISTS fk_yujfidgemnkxeulxofwldhmumzaryivatuyt; +ALTER TABLE IF EXISTS ONLY public.commerce_orderstatus_emails DROP CONSTRAINT IF EXISTS fk_yspvgudylpbeummmedvydctpvkumptbsiscl; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes DROP CONSTRAINT IF EXISTS fk_yqzfnzcbzzoezcpvilbexyjzwzljqpbldxwj; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingrule_categories DROP CONSTRAINT IF EXISTS fk_yqmtydcnrbooncgrkplgpoykfyaciimszaop; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_yqgqcbfnminmmgvpfaamiyyuuunqthylfdnz; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes DROP CONSTRAINT IF EXISTS fk_ynacgnyiddlhqqndluegwzgckvqfswrikjkk; +ALTER TABLE IF EXISTS ONLY public.commerce_customers DROP CONSTRAINT IF EXISTS fk_yjefzoyzysqryjrfrublaikgkxjybjlicbyt; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_usergroups DROP CONSTRAINT IF EXISTS fk_yicigqinflouutwcgawopibmqomtfhcuuwfi; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_sites DROP CONSTRAINT IF EXISTS fk_xzwcqeqeclqsrohnxvjlmgnmxydmjeuzrllq; +ALTER TABLE IF EXISTS ONLY public.commerce_variants DROP CONSTRAINT IF EXISTS fk_xtacgypnjouzlyrwjlwffxzwzkxfrzvqklqs; +ALTER TABLE IF EXISTS ONLY public.userpermissions_usergroups DROP CONSTRAINT IF EXISTS fk_xqxmmojzsxqylymfcqpvnfxhtjchvtunsxgc; +ALTER TABLE IF EXISTS ONLY public.content DROP CONSTRAINT IF EXISTS fk_xpqjusxnkexqtolpscnblccyqgmfpuowyhkd; +ALTER TABLE IF EXISTS ONLY public.commerce_purchasables DROP CONSTRAINT IF EXISTS fk_xdlcxkupeziytxlrmaniikbqcrlmwmmdqksr; +ALTER TABLE IF EXISTS ONLY public.categories DROP CONSTRAINT IF EXISTS fk_xcuyjytcgmzvafqwawlnvhmmrchptkdrqyxo; +ALTER TABLE IF EXISTS ONLY public.categories DROP CONSTRAINT IF EXISTS fk_wytkmrvozgqhkzibgyztjydcwpxgcvzqbcar; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_purchasables DROP CONSTRAINT IF EXISTS fk_wmvdajnpjkkkxaymsdxjlpzntrviwxzcnusm; +ALTER TABLE IF EXISTS ONLY public.globalsets DROP CONSTRAINT IF EXISTS fk_wicoqgscddcokzmwcpubymbpmckzpkadsydn; +ALTER TABLE IF EXISTS ONLY public.commerce_transactions DROP CONSTRAINT IF EXISTS fk_wdgdkcokvdpsqolkrqinttyemgblpwiskqnx; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_taxcategories DROP CONSTRAINT IF EXISTS fk_vytqtcmrwsskzjrkzospwmjamcqhpumuaryc; +ALTER TABLE IF EXISTS ONLY public.announcements DROP CONSTRAINT IF EXISTS fk_vtgfqujlysikqytntpxjyxgyiiuqgxmfyghr; +ALTER TABLE IF EXISTS ONLY public.userpermissions_usergroups DROP CONSTRAINT IF EXISTS fk_vtemzxcveezidldmolzxeohygxdocpwojcew; +ALTER TABLE IF EXISTS ONLY public.entrytypes DROP CONSTRAINT IF EXISTS fk_vtbneecrhrgaymzencsgzcqrziyjqaksubvj; +ALTER TABLE IF EXISTS ONLY public.commerce_plans DROP CONSTRAINT IF EXISTS fk_vkhfsxvlyrssewirrpzqsrojooezuytrgufx; +ALTER TABLE IF EXISTS ONLY public.commerce_plans DROP CONSTRAINT IF EXISTS fk_usbnysggrobzuujzujprrvfozjjtucaaphfg; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzone_states DROP CONSTRAINT IF EXISTS fk_uqpnucoyruzwqpkmpakaypbvkurkruljkrjj; +ALTER TABLE IF EXISTS ONLY public.elements DROP CONSTRAINT IF EXISTS fk_uqkwchdogfbixowvwtjiillwwhjobwmrmbbi; +ALTER TABLE IF EXISTS ONLY public.commerce_subscriptions DROP CONSTRAINT IF EXISTS fk_upjzflvovfutrubhgoekilgovlxidgpyffwa; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzone_states DROP CONSTRAINT IF EXISTS fk_ujlodhfruqodblfvycrfkrblbhumtlawsdwf; +ALTER TABLE IF EXISTS ONLY public.commerce_states DROP CONSTRAINT IF EXISTS fk_ugrypgiwhedpixibavdasnrwqzvuftwzvkql; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingrules DROP CONSTRAINT IF EXISTS fk_ucmwiiklzrtdctjtjihbrbubcnblljgfwcvo; +ALTER TABLE IF EXISTS ONLY public.commerce_subscriptions DROP CONSTRAINT IF EXISTS fk_ucdhefffgcjmqidrstzpfhbzkabwatggffhp; +ALTER TABLE IF EXISTS ONLY public.userpermissions_users DROP CONSTRAINT IF EXISTS fk_uccwobghavzvqqxthbtnplcvsqirsmfnkceo; +ALTER TABLE IF EXISTS ONLY public.relations DROP CONSTRAINT IF EXISTS fk_tzciywokzmhhfqxiweainctvlpblpkivtbtz; +ALTER TABLE IF EXISTS ONLY public.commerce_products DROP CONSTRAINT IF EXISTS fk_ttijabtffyjdqcmbyawbpegzpgdvfomshwlv; +ALTER TABLE IF EXISTS ONLY public.users DROP CONSTRAINT IF EXISTS fk_tizpqynhfphevjqsfmuhgoenpedtgbxngaqk; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_usergroups DROP CONSTRAINT IF EXISTS fk_tfwcukoxbadoxwmvttcfgycxdzusnwgaoruy; +ALTER TABLE IF EXISTS ONLY public.elements DROP CONSTRAINT IF EXISTS fk_tfixmxocbcdtiovczlalynvdbrobmrlsnzgj; +ALTER TABLE IF EXISTS ONLY public.retour_static_redirects DROP CONSTRAINT IF EXISTS fk_tepklbytqfsvneapvglbcjohpmgjklsemzsc; +ALTER TABLE IF EXISTS ONLY public.commerce_emails DROP CONSTRAINT IF EXISTS fk_stbuerpsuyxkwychuuicbixtwnlaewgvkphv; +ALTER TABLE IF EXISTS ONLY public.commerce_customers DROP CONSTRAINT IF EXISTS fk_srwkwjfntiskihwgfvbpnuepfblhvesvlqeu; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzone_countries DROP CONSTRAINT IF EXISTS fk_sotfigrasdcywfgabvczwqtvknwgciquguya; +ALTER TABLE IF EXISTS ONLY public.templatecachequeries DROP CONSTRAINT IF EXISTS fk_skxqromyvmamepdrdjlmjgtmlthmqfmzvcbg; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_shippingcategories DROP CONSTRAINT IF EXISTS fk_sghdqdehxjoudbswimahewbhljjvlgqoarlc; +ALTER TABLE IF EXISTS ONLY public.commerce_customers DROP CONSTRAINT IF EXISTS fk_sfaguluhopkmrxbaesekdazplljdsvlwragk; +ALTER TABLE IF EXISTS ONLY public.categorygroups_sites DROP CONSTRAINT IF EXISTS fk_sdwwhsjsdmmwmsylyhwebypdxixipfowhecz; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_sagnbyadmuglrlehmwfqrdxorajbiagvazdt; +ALTER TABLE IF EXISTS ONLY public.changedattributes DROP CONSTRAINT IF EXISTS fk_rzkpfnyksggsksjoecygkhsdcwdzqiakxtwd; +ALTER TABLE IF EXISTS ONLY public.entries DROP CONSTRAINT IF EXISTS fk_rurlchfkjnlcdojdjlgrfaiilocdcedetbus; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_categories DROP CONSTRAINT IF EXISTS fk_rpsuvmvhycswkwyegafthdrwmtltthlpgnrz; +ALTER TABLE IF EXISTS ONLY public.retour_stats DROP CONSTRAINT IF EXISTS fk_rlnrntrpgwqwixiegfbkkuzpxeersncmxbxx; +ALTER TABLE IF EXISTS ONLY public.entries DROP CONSTRAINT IF EXISTS fk_rhxomfdfawevvmcjmfewyieuounblfndmulw; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_rhwnxmmwsnrbxsffmdbfsrmldqgibrkrzqwg; +ALTER TABLE IF EXISTS ONLY public.webperf_data_samples DROP CONSTRAINT IF EXISTS fk_rhozmsdcrswgjnjpoefprbpdydhuyzaqycbf; +ALTER TABLE IF EXISTS ONLY public.commerce_customer_discountuses DROP CONSTRAINT IF EXISTS fk_rhhqjltarfuzgzqysgjewmdowdipoyythqus; +ALTER TABLE IF EXISTS ONLY public.shunnedmessages DROP CONSTRAINT IF EXISTS fk_rgakbgldevkgdibnrcmxnukpjafcgxdexwhr; +ALTER TABLE IF EXISTS ONLY public.elements_sites DROP CONSTRAINT IF EXISTS fk_rcipqctuxgaqsevsaeespwalfsurvrjxtmlk; +ALTER TABLE IF EXISTS ONLY public.commerce_orderhistories DROP CONSTRAINT IF EXISTS fk_qzzikwgcrgpwwbbkqjwzuluuqzdxukjfxvta; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_qwkoqjuzmspawggvfvhnrxnwlzcppfbbpfxs; +ALTER TABLE IF EXISTS ONLY public.commerce_orderhistories DROP CONSTRAINT IF EXISTS fk_qwbbubabdhmyqrvflwwyzleoilfenuazewlc; +ALTER TABLE IF EXISTS ONLY public.changedattributes DROP CONSTRAINT IF EXISTS fk_qvorgcfbsmwbnqczzrsqfrwznqxqnepnjbqk; +ALTER TABLE IF EXISTS ONLY public.sections DROP CONSTRAINT IF EXISTS fk_qugyarmjcrldhnmxtbomwtzptzanbizraipw; +ALTER TABLE IF EXISTS ONLY public.changedfields DROP CONSTRAINT IF EXISTS fk_qrkujdqicshzndzounybiyebqwtepujpdjzw; +ALTER TABLE IF EXISTS ONLY public.categorygroups DROP CONSTRAINT IF EXISTS fk_qprtvdbbvjvluujxipcodqygpzocngizaroc; +ALTER TABLE IF EXISTS ONLY public.elements DROP CONSTRAINT IF EXISTS fk_qllihycmhkfztoegpkwbwocqoerjmmvfokyx; +ALTER TABLE IF EXISTS ONLY public.fieldlayoutfields DROP CONSTRAINT IF EXISTS fk_qisghaxfwahsysvscapiawpgsuxeszkijmgo; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzone_countries DROP CONSTRAINT IF EXISTS fk_qgxryendoozctofavrsinhoxejoevajgebym; +ALTER TABLE IF EXISTS ONLY public.drafts DROP CONSTRAINT IF EXISTS fk_qaukowuusqrmkgtuojlzcxtbsovfuldvbvvn; +ALTER TABLE IF EXISTS ONLY public.commerce_orderstatus_emails DROP CONSTRAINT IF EXISTS fk_qaivsndazxoqfzhiqzhbpfumryquiimtpghi; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_sites DROP CONSTRAINT IF EXISTS fk_pyzhgsxyntwyrvsdvicuuwghqsoufltazhgd; +ALTER TABLE IF EXISTS ONLY public.entries DROP CONSTRAINT IF EXISTS fk_praovqtbzaplbsyzojbakvaqhgptqieovkha; +ALTER TABLE IF EXISTS ONLY public.matrixblocktypes DROP CONSTRAINT IF EXISTS fk_ppmafotkzljghdonmprdzfruckvamjnraqyu; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_categories DROP CONSTRAINT IF EXISTS fk_pgsmdmhsthufyfuixjmytledzguwkgzrpkwk; +ALTER TABLE IF EXISTS ONLY public.commerce_variants DROP CONSTRAINT IF EXISTS fk_petuwophlcqwqwtamvqsrjvdrvsagitfmlzv; +ALTER TABLE IF EXISTS ONLY public.commerce_ordernotices DROP CONSTRAINT IF EXISTS fk_pemxxjnpagjusgwzqtgpjgzprfpsvajtxzfw; +ALTER TABLE IF EXISTS ONLY public.volumes DROP CONSTRAINT IF EXISTS fk_pcqsvheptfxjqbmpbbgpfonyysaltjkfjrcx; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_taxcategories DROP CONSTRAINT IF EXISTS fk_pbpfbxpcwhdgwludcylbsydfnaejvwbcfknq; +ALTER TABLE IF EXISTS ONLY public.commerce_customer_discountuses DROP CONSTRAINT IF EXISTS fk_pafeikdmdwtagztybaogymlrfpmtzuntcogc; +ALTER TABLE IF EXISTS ONLY public.commerce_subscriptions DROP CONSTRAINT IF EXISTS fk_owrdchexndkqypnhblcgdgekvelprolgqxvm; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzone_countries DROP CONSTRAINT IF EXISTS fk_oufglwrdizkxiplqdauttptgrskqnvkzncjm; +ALTER TABLE IF EXISTS ONLY public.structureelements DROP CONSTRAINT IF EXISTS fk_ormhtsvkycsjwdgwwizxnuzbwzgpbnndltog; +ALTER TABLE IF EXISTS ONLY public.commerce_paymentsources DROP CONSTRAINT IF EXISTS fk_opuiuagxosxdobguujsohsllrpbgvzuvokmr; +ALTER TABLE IF EXISTS ONLY public.changedfields DROP CONSTRAINT IF EXISTS fk_omzgxuvoiiunoxvrqmuxgkttusmpsopzujro; +ALTER TABLE IF EXISTS ONLY public.categories DROP CONSTRAINT IF EXISTS fk_odvridjqspnfqwlicdttnlbvgvrpzkrzjkhm; +ALTER TABLE IF EXISTS ONLY public.elements DROP CONSTRAINT IF EXISTS fk_oascxrpeamnzgztythmodhumayvwgwkkbfez; +ALTER TABLE IF EXISTS ONLY public.commerce_email_discountuses DROP CONSTRAINT IF EXISTS fk_nzqjkpbbotiukuemtksmtmccjwhhiblzhvdn; +ALTER TABLE IF EXISTS ONLY public.revisions DROP CONSTRAINT IF EXISTS fk_nxgjiquctnqyonfwcjbajhgwglzbmrzktoil; +ALTER TABLE IF EXISTS ONLY public.usergroups_users DROP CONSTRAINT IF EXISTS fk_nxawexawoaffrrxrsuvbebhljzntaisfkwyi; +ALTER TABLE IF EXISTS ONLY public.announcements DROP CONSTRAINT IF EXISTS fk_nqiwwuyytbratqrtjpdslpbdaqwjlqzyebjy; +ALTER TABLE IF EXISTS ONLY public.gqltokens DROP CONSTRAINT IF EXISTS fk_npnlcomsojkzgybykyepqwtllcgcvfowkiic; +ALTER TABLE IF EXISTS ONLY public.structureelements DROP CONSTRAINT IF EXISTS fk_nktrlxuaacgcsvtkrrgvavmjwgmjuzbpjtxs; +ALTER TABLE IF EXISTS ONLY public.matrixblocks DROP CONSTRAINT IF EXISTS fk_nkgqcjzrjcoldzlzcngxivgjeicfqgddxwky; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_purchasables DROP CONSTRAINT IF EXISTS fk_nimbwzgsmgshiteyhdwpihnzwihnwpxwpodg; +ALTER TABLE IF EXISTS ONLY public.fieldlayoutfields DROP CONSTRAINT IF EXISTS fk_mrmxdgjqvcxmapafpahhwpnhsbpvbjluslbg; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_categories DROP CONSTRAINT IF EXISTS fk_mphlmmdnchshieecjxakbdmguunecgvjbvnk; +ALTER TABLE IF EXISTS ONLY public.tags DROP CONSTRAINT IF EXISTS fk_mimftusvuvgiuhdmmugdowydfkrbenkfwmys; +ALTER TABLE IF EXISTS ONLY public.fields DROP CONSTRAINT IF EXISTS fk_makbzpmgeixkvpmnjgjmdqtworlsniwxjyrv; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_purchasables DROP CONSTRAINT IF EXISTS fk_mabsxjxwvnxpysicszmahkpjmwjlfkafirpu; +ALTER TABLE IF EXISTS ONLY public.revisions DROP CONSTRAINT IF EXISTS fk_lypbqmqfhouvymxvufmkgfdajmjgflghxpsx; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzone_states DROP CONSTRAINT IF EXISTS fk_lybqrxrvhyaonrjriydikdjqwbmoytcqunpm; +ALTER TABLE IF EXISTS ONLY public.commerce_addresses DROP CONSTRAINT IF EXISTS fk_lodvosernqpqgqokpounwlxfbrosvsidudav; +ALTER TABLE IF EXISTS ONLY public.relations DROP CONSTRAINT IF EXISTS fk_locgprdnettylnlivohsmrplzgxnxljdmujo; +ALTER TABLE IF EXISTS ONLY public.commerce_products DROP CONSTRAINT IF EXISTS fk_lnvylxlvqalangasmizqulqqwtssiekmvwje; +ALTER TABLE IF EXISTS ONLY public.commerce_lineitems DROP CONSTRAINT IF EXISTS fk_lnfgujhlahedpqmzjczcukmfcqcrmmsvyftn; +ALTER TABLE IF EXISTS ONLY public.elements_sites DROP CONSTRAINT IF EXISTS fk_lljadqwuhhxbzwdmjmbjkajkbwninbaxcxgt; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_lktuwyfogazashopsnrklhnrybwlimvxxyze; +ALTER TABLE IF EXISTS ONLY public.categorygroups_sites DROP CONSTRAINT IF EXISTS fk_lghguxftfezdzvrdgsphjcbxiouxrsbnlohc; +ALTER TABLE IF EXISTS ONLY public.matrixblocks DROP CONSTRAINT IF EXISTS fk_lcrjriseubqbaycpvlracsxptjnqukvhevdx; +ALTER TABLE IF EXISTS ONLY public.assets DROP CONSTRAINT IF EXISTS fk_lbmpvfjkmhxkcvtzonjlwigreamgjerdnmdi; +ALTER TABLE IF EXISTS ONLY public.webperf_error_samples DROP CONSTRAINT IF EXISTS fk_kehunywtsavohgmtghwjjsnemrppdlgeoazb; +ALTER TABLE IF EXISTS ONLY public.commerce_customers_addresses DROP CONSTRAINT IF EXISTS fk_jvztjqgcamklcnegmthokgargrcthneqmxjm; +ALTER TABLE IF EXISTS ONLY public.sections_sites DROP CONSTRAINT IF EXISTS fk_juepmdjdhfhkisivxyvpwucpswdhikgbmoqd; +ALTER TABLE IF EXISTS ONLY public.fieldlayouttabs DROP CONSTRAINT IF EXISTS fk_jtteuksmggvepyemejmurktjsvqiutlsxapj; +ALTER TABLE IF EXISTS ONLY public.matrixblocks DROP CONSTRAINT IF EXISTS fk_jocalzvvnngaeccisfzovkayhzuxzngzyjwq; +ALTER TABLE IF EXISTS ONLY public.relations DROP CONSTRAINT IF EXISTS fk_jmlhhwolvzhwqmrwqcijqmeantsxxftorxft; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingrule_categories DROP CONSTRAINT IF EXISTS fk_jlfnjvelrohmjyrjbmdxefteoxiwgfyzbfun; +ALTER TABLE IF EXISTS ONLY public.commerce_transactions DROP CONSTRAINT IF EXISTS fk_jadrnbbvjtvwjcdmqqgeefucrcqmoxgqkoia; +ALTER TABLE IF EXISTS ONLY public.sites DROP CONSTRAINT IF EXISTS fk_ivumtcxdredwjwivuyhtasoylsoabhxaagox; +ALTER TABLE IF EXISTS ONLY public.matrixblocktypes DROP CONSTRAINT IF EXISTS fk_ipwxxgxmufcrdytzofdjkryarozemfesknsp; +ALTER TABLE IF EXISTS ONLY public.commerce_paymentsources DROP CONSTRAINT IF EXISTS fk_ihbgueioydnknaulbqdjwyzczhffurjnnwwd; +ALTER TABLE IF EXISTS ONLY public.commerce_customers_addresses DROP CONSTRAINT IF EXISTS fk_ifvznopdyfibptebrpxrcluhhksawiqwlbfy; +ALTER TABLE IF EXISTS ONLY public.drafts DROP CONSTRAINT IF EXISTS fk_idlgjlezheqbbnmjwjpynncbnceistlocpit; +ALTER TABLE IF EXISTS ONLY public.tags DROP CONSTRAINT IF EXISTS fk_icbiiwskrrfmmrwdyuprphvxoeukcfmvzdyy; +ALTER TABLE IF EXISTS ONLY public.taggroups DROP CONSTRAINT IF EXISTS fk_hygovqmsxjnkngxsdzaldoeqqvzbwkfameju; +ALTER TABLE IF EXISTS ONLY public.users DROP CONSTRAINT IF EXISTS fk_htbtroxhwvlhgnimlodmfryaxhoberjrmvlx; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzone_countries DROP CONSTRAINT IF EXISTS fk_hsxtdfhpuccmhrkkhewvopsxdgoivavgsfhk; +ALTER TABLE IF EXISTS ONLY public.templatecacheelements DROP CONSTRAINT IF EXISTS fk_hmkepwubmvcebdqawepkuvaklmdimlfmjxok; +ALTER TABLE IF EXISTS ONLY public.commerce_taxrates DROP CONSTRAINT IF EXISTS fk_hltvlvlkgwzvtxruefwnjzwchwnhfhlajgjr; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_categories DROP CONSTRAINT IF EXISTS fk_hlfmtwyvlkmzxfdxthaomogcpphqofjoovud; +ALTER TABLE IF EXISTS ONLY public.commerce_taxrates DROP CONSTRAINT IF EXISTS fk_hfsvpffryvmjifgjnifzdyltqlapbqwjqvgj; +ALTER TABLE IF EXISTS ONLY public.commerce_lineitems DROP CONSTRAINT IF EXISTS fk_hezndnlpltwluchxydcakiixytxygbatwumh; +ALTER TABLE IF EXISTS ONLY public.commerce_orderhistories DROP CONSTRAINT IF EXISTS fk_hawhxsnfedeaznrltxkkdzjzpvnqvkmbifln; +ALTER TABLE IF EXISTS ONLY public.commerce_subscriptions DROP CONSTRAINT IF EXISTS fk_gvgrfnnztileumtrttrbqnpoiiitvysrhhoq; +ALTER TABLE IF EXISTS ONLY public.seomatic_metabundles DROP CONSTRAINT IF EXISTS fk_gsrbfdwbxtodzbliuprfdvwbwjtokejqnbkf; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzone_states DROP CONSTRAINT IF EXISTS fk_ghqvrgqrharcggtempukgscfyqptkrjhmivk; +ALTER TABLE IF EXISTS ONLY public.userpreferences DROP CONSTRAINT IF EXISTS fk_fyowvmtwqjmbiqmtdswlitzvmyryufrwdoem; +ALTER TABLE IF EXISTS ONLY public.changedfields DROP CONSTRAINT IF EXISTS fk_ftvmcxgjvglikuozlrxpsodmlhgahsjdgsor; +ALTER TABLE IF EXISTS ONLY public.commerce_subscriptions DROP CONSTRAINT IF EXISTS fk_frwuhykztmssvdzterseklylkelykrwxqjtt; +ALTER TABLE IF EXISTS ONLY public.assets DROP CONSTRAINT IF EXISTS fk_fmdqydnvucvnzyqkxbqxifhqerkedzayvctc; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_usergroups DROP CONSTRAINT IF EXISTS fk_fkxryhvcboebhgrrmndrodawcuypjyirggjv; +ALTER TABLE IF EXISTS ONLY public.entries DROP CONSTRAINT IF EXISTS fk_fblqbxvtryriwtaixtqaqxmurkihledvathh; +ALTER TABLE IF EXISTS ONLY public.craftidtokens DROP CONSTRAINT IF EXISTS fk_ewbtqecpwgxonwxfaapbpxskinmklbxsnoqg; +ALTER TABLE IF EXISTS ONLY public.templatecacheelements DROP CONSTRAINT IF EXISTS fk_esoztwvrpcxbwfsqjylwoiyquyyixxtqfmpa; +ALTER TABLE IF EXISTS ONLY public.usergroups_users DROP CONSTRAINT IF EXISTS fk_erjctndbwosaxaztnwaknnqsdsctutuajvsi; +ALTER TABLE IF EXISTS ONLY public.commerce_transactions DROP CONSTRAINT IF EXISTS fk_epwsfbgljqeqhzlinulkhwsohuqidiqwitbk; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingrules DROP CONSTRAINT IF EXISTS fk_eoqagkilbkibmzyjnprbtykshahupzpvzhik; +ALTER TABLE IF EXISTS ONLY public.assetindexdata DROP CONSTRAINT IF EXISTS fk_edzlcqlclykektrladfgpxavytxdmdsljqim; +ALTER TABLE IF EXISTS ONLY public.commerce_lineitems DROP CONSTRAINT IF EXISTS fk_ebuoziiqetiolpdvdpgjshfhckekbxhrsmyl; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_usergroups DROP CONSTRAINT IF EXISTS fk_dwqvxgzgnaupztrfjarwdpufdhujlckwbowl; +ALTER TABLE IF EXISTS ONLY public.commerce_transactions DROP CONSTRAINT IF EXISTS fk_dvkpootgbtcggjaoxfrfhwxxwwqgapqevdck; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_dslnjssnfynfrndkmbmngwuyoxwcwnbjjdpi; +ALTER TABLE IF EXISTS ONLY public.assets DROP CONSTRAINT IF EXISTS fk_dniavlgpxeomkppsysnkyuauklrnarkgapng; +ALTER TABLE IF EXISTS ONLY public.globalsets DROP CONSTRAINT IF EXISTS fk_cxnxpllscvuclwotpdudgoxtbngzmwsctddx; +ALTER TABLE IF EXISTS ONLY public.changedattributes DROP CONSTRAINT IF EXISTS fk_cxiqvnfhxogtxrgbzhhpwrlhupnbtuqonbux; +ALTER TABLE IF EXISTS ONLY public.sections_sites DROP CONSTRAINT IF EXISTS fk_cwynvgciczjisnnwsxyhthzlhuylbxufixgl; +ALTER TABLE IF EXISTS ONLY public.commerce_addresses DROP CONSTRAINT IF EXISTS fk_ctmgriekkkztkaouxtuvzozjnjhebpbddmqy; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_csyuryjscltpbvsuyrazhbrelwkeextupbci; +ALTER TABLE IF EXISTS ONLY public.commerce_products DROP CONSTRAINT IF EXISTS fk_cpcefneuwrjztvcqtkvwazwtuwuagirmvgki; +ALTER TABLE IF EXISTS ONLY public.relations DROP CONSTRAINT IF EXISTS fk_cnfamvelxzslwucyymfsjbxxikwzysohjyyr; +ALTER TABLE IF EXISTS ONLY public.volumefolders DROP CONSTRAINT IF EXISTS fk_clcmqbsuvbjtoxowhwcmhafqyalholmlrbyn; +ALTER TABLE IF EXISTS ONLY public.fieldlayoutfields DROP CONSTRAINT IF EXISTS fk_cjbzlnajdzdcdgxlqmxoraalwwylqjxexiwv; +ALTER TABLE IF EXISTS ONLY public.entrytypes DROP CONSTRAINT IF EXISTS fk_cgrgjnnaxanwtmotygnsbfeqecogmhoqmbjb; +ALTER TABLE IF EXISTS ONLY public.widgets DROP CONSTRAINT IF EXISTS fk_cgppepxdvncgjzvoxuuxdmcxkhfijpdeopmi; +ALTER TABLE IF EXISTS ONLY public.userpermissions_users DROP CONSTRAINT IF EXISTS fk_cdmdwetthytngsznqkkaznhclyqboxarebcx; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_purchasables DROP CONSTRAINT IF EXISTS fk_bzfoevmhgnzngaobxjukgyfehamgrknisigi; +ALTER TABLE IF EXISTS ONLY public.templatecaches DROP CONSTRAINT IF EXISTS fk_byudvvgcwxialjpxvgokefktwisvgtsrpjdp; +ALTER TABLE IF EXISTS ONLY public.commerce_products DROP CONSTRAINT IF EXISTS fk_bxwiytrlxvxrpdtnhqfankxcodkkixmldxym; +ALTER TABLE IF EXISTS ONLY public.commerce_orderhistories DROP CONSTRAINT IF EXISTS fk_brsrqauqztpayvpklqgrbdleenxzcrjpivjb; +ALTER TABLE IF EXISTS ONLY public.categorygroups DROP CONSTRAINT IF EXISTS fk_bblhumogaupxrlbiahgdctawylplyejwyphh; +ALTER TABLE IF EXISTS ONLY public.content DROP CONSTRAINT IF EXISTS fk_auncspyvlxvcjgofehmivudcfuaziagyvxle; +ALTER TABLE IF EXISTS ONLY public.retour_redirects DROP CONSTRAINT IF EXISTS fk_aprzjbzfelabfvoaehpqfrtgrycemmjxwltu; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_ahqwyfwgwxpwyyxrmyagusdbhqctgbuxmkky; +ALTER TABLE IF EXISTS ONLY public.assets DROP CONSTRAINT IF EXISTS fk_agwhijvwkftmcgaxwirclitsebbersuzshhf; +ALTER TABLE IF EXISTS ONLY public.commerce_donations DROP CONSTRAINT IF EXISTS fk_aeqabpccxtknsbmmxavltaqelvulpcwtmayk; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_shippingcategories DROP CONSTRAINT IF EXISTS fk_ackksqzfjcrddfijxgbzhyilwoxeuvdfexbm; +ALTER TABLE IF EXISTS ONLY public.commerce_lineitems DROP CONSTRAINT IF EXISTS fk_abjffofwjalruatzrtqorptycwirkzythgir; +ALTER TABLE IF EXISTS ONLY public.volumefolders DROP CONSTRAINT IF EXISTS fk_aajygyclilxafdwcodtfnihklvuuhizkxzln; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_aajrzacgsqhymylnvmvstvujpoiayulrejkv; +DROP INDEX IF EXISTS public.idx_zzondxpqvdbibscioturqpgjgnncawoukort; +DROP INDEX IF EXISTS public.idx_zvhbbndllkgfrspxkkucdpogpykyjwjuzffz; +DROP INDEX IF EXISTS public.idx_zsrhlbosuzgbojentxyurkbphgrnvjykcusu; +DROP INDEX IF EXISTS public.idx_zrruindjnmxmsuozkfmrkefnyenbqutqjesk; +DROP INDEX IF EXISTS public.idx_znxbbdgkkzfkgwxvhvadbvmnqgjedeequacn; +DROP INDEX IF EXISTS public.idx_zmbsawjnrrdleljrkmwkgnqwvgvjvcxdqojb; +DROP INDEX IF EXISTS public.idx_zlmrwrrepgqmitvqgquabzsqndshbvobbjaf; +DROP INDEX IF EXISTS public.idx_zhmervwbmkxuekibjfmvkkxdqvgvxsyzvzat; +DROP INDEX IF EXISTS public.idx_zasrnayketfzpdzibykuxydyoddlmliznart; +DROP INDEX IF EXISTS public.idx_yzuvpnkurbfttynxwjnqseqdtiznyohmxzlh; +DROP INDEX IF EXISTS public.idx_yyozwcskycvsufrnyiubwzdzvhkmmoigqsnc; +DROP INDEX IF EXISTS public.idx_yuuiprytttsebhmnrndmjlyguhpawawudjaw; +DROP INDEX IF EXISTS public.idx_yrfaftamtxihjtxxtzakhvtlcyzfuvswgtnp; +DROP INDEX IF EXISTS public.idx_yrdhxuoptvcymraczhsgrpyasyxldfuidada; +DROP INDEX IF EXISTS public.idx_ygiysocuwxmmxyqouakylsmlcokgffrpfrxz; +DROP INDEX IF EXISTS public.idx_yczssetkjzmvdddtnunetwolmblpixxpinhx; +DROP INDEX IF EXISTS public.idx_yclfzemussmndghxafisylysdfhkokemfxlb; +DROP INDEX IF EXISTS public.idx_yalskzuwldmazhsghkcphqsmdwbiiezreypo; +DROP INDEX IF EXISTS public.idx_xvtyrexwrkxazbnhqhfpgyurccxcciovtggq; +DROP INDEX IF EXISTS public.idx_xuqzmzgogxqqqyjwummamyvjluabndcdhexf; +DROP INDEX IF EXISTS public.idx_xnqzvcwosbmrymdhnqwgeydebubptaqfjlif; +DROP INDEX IF EXISTS public.idx_xmoelsnnauijpfmmnnoprcvicriubvddzurh; +DROP INDEX IF EXISTS public.idx_xlqjyyhowomahpkjahawtuskiywvryklzjjd; +DROP INDEX IF EXISTS public.idx_xkmybvzfybgerstdhmfbtavqbdjlumywplzq; +DROP INDEX IF EXISTS public.idx_xjhdfhcacnxvknvgmvwznzzvcjucmxuyoess; +DROP INDEX IF EXISTS public.idx_ximxsndvxzcokpbbkgormolpvzmpecpcxomv; +DROP INDEX IF EXISTS public.idx_xdunhnrfaldvgqnktlopwhjupiyzrhgyjuqn; +DROP INDEX IF EXISTS public.idx_xchzlopguwsdbnxesoipnlntoeyfwkiujryg; +DROP INDEX IF EXISTS public.idx_wuxnxvmlvygrfbxsuezngexagivcmcddnhvs; +DROP INDEX IF EXISTS public.idx_wtpjehevwcnkgotfljyjxnarevmfgknkdkxo; +DROP INDEX IF EXISTS public.idx_wsugxixfddvuwfxcwqemddngtdovimyubjpj; +DROP INDEX IF EXISTS public.idx_wslgnopamlovmvmnacdewecegzwhbfqkvfzi; +DROP INDEX IF EXISTS public.idx_wqcsqzqasnvfuxhdpusaizlguzelwgmugddg; +DROP INDEX IF EXISTS public.idx_wnotrhesxpevhmmotomguwwriuscmkdalkqf; +DROP INDEX IF EXISTS public.idx_wnheasnhcnkpylmocpdmxwaowbipjnooeluf; +DROP INDEX IF EXISTS public.idx_wnatqlryceqgucjoenyookuacvpbrbedjdly; +DROP INDEX IF EXISTS public.idx_wlosucoboiiebikrzjpxhdpxcnkhmuuqnnuc; +DROP INDEX IF EXISTS public.idx_wkqogzqtpknogaohnlcfsxhaaiwnxqcjyeah; +DROP INDEX IF EXISTS public.idx_wjznqsglyakfohcsvdcuotnmcojzocnhccay; +DROP INDEX IF EXISTS public.idx_wjwalijxvoaojhtmusqhzizyvlnhzddpqtze; +DROP INDEX IF EXISTS public.idx_wjmlttskeslcrkaxylqtxdmuanyanvnzoudf; +DROP INDEX IF EXISTS public.idx_wjbovfskytuzaesnknibjmrdrxsoyieydfns; +DROP INDEX IF EXISTS public.idx_wdxfitvoglextbuocqhdwcsvcolyakmkwruk; +DROP INDEX IF EXISTS public.idx_wbceldzhmwyfvipccltqodjfbplmqqnirsoc; +DROP INDEX IF EXISTS public.idx_vkoavuhvcxfjqvfnhhczrlnhfhlpzwwhblxe; +DROP INDEX IF EXISTS public.idx_vjwnaymopnadjrpxwvljbvexdzyynxlwxhoo; +DROP INDEX IF EXISTS public.idx_vizjkclelxqgutarieoqssbkbldqlqdcizdi; +DROP INDEX IF EXISTS public.idx_vgaqbwavepgpmbwubfftnseuuvlrqylkdazr; +DROP INDEX IF EXISTS public.idx_vekwetfopsmtrlwvqckyajyrvpucqxpsinis; +DROP INDEX IF EXISTS public.idx_vcaqccjdtfglefvqbfwdbggbelnvqfvqnjvt; +DROP INDEX IF EXISTS public.idx_uxirulkemlmvdilacqenqmywxgocgvnxufwi; +DROP INDEX IF EXISTS public.idx_uxgasmtaspiwbwithhsggtniciqedvtgrhxk; +DROP INDEX IF EXISTS public.idx_uwqxfcodvqdajpsrhbwbznhjrrcocpehpjbv; +DROP INDEX IF EXISTS public.idx_uwaerbmifkjoawdjhnevzfdvgqkjnpsaidgt; +DROP INDEX IF EXISTS public.idx_uvtxawmzmseykadtjgispxsqksjcjsdkfbjl; +DROP INDEX IF EXISTS public.idx_uviuzgmmxupitzczbngggfeuelsukzyjmmqd; +DROP INDEX IF EXISTS public.idx_uusvpubgrxsrbyiemxpfyklypjxlvtkunizx; +DROP INDEX IF EXISTS public.idx_uogudqkgvwsykrzpcajtjfonbicpfslnobfb; +DROP INDEX IF EXISTS public.idx_ukzotdffyrqckldnxuqrtktycnotqycfbqpk; +DROP INDEX IF EXISTS public.idx_ujouvacrzhimmqxjhkllcyoilcqaweltgxjf; +DROP INDEX IF EXISTS public.idx_ufbqsrflpdsaqbxyommsafdocrijdrqulpvi; +DROP INDEX IF EXISTS public.idx_uekqmqnahimisywfjuablqoptvqhqkoqedle; +DROP INDEX IF EXISTS public.idx_ubkqxsqngeuaglnexmtqwhlywddctfnnmhzr; +DROP INDEX IF EXISTS public.idx_uaukdnfbpcqmcjesusojzzfaapmxxhjqbgck; +DROP INDEX IF EXISTS public.idx_tukayloykjjeoqdopoqessmckzcsccctaoat; +DROP INDEX IF EXISTS public.idx_tnzvlakgqmvwmepikdsrcrfotxsywvciqeei; +DROP INDEX IF EXISTS public.idx_tlbwxkhmofortkhkbxtlssdmjxlbtdfkmcfc; +DROP INDEX IF EXISTS public.idx_tgykrotsuizxqzixhvpxcruxbkipnmqynleq; +DROP INDEX IF EXISTS public.idx_tfmzperycwlsgxqnqyobdbiwksoiicwsypvp; +DROP INDEX IF EXISTS public.idx_tduivlqqvkkrgfvjrcagwlukyxsftwbzglgv; +DROP INDEX IF EXISTS public.idx_tdjcsntiaxlvooobllmeafxotykptjmtexzw; +DROP INDEX IF EXISTS public.idx_tbrbucpdrkipnbqkiupidcnwcsmidccqsgqm; +DROP INDEX IF EXISTS public.idx_tadqweqopwvhwkwvqnhbvvjdxhdqkaqbrgat; +DROP INDEX IF EXISTS public.idx_sykezqsplofqzlpclnkpvvztllbghofblmzn; +DROP INDEX IF EXISTS public.idx_srnbuevhjetikdjxqmimabkbqczbgkmpvstp; +DROP INDEX IF EXISTS public.idx_sriakszuxsjjnjfqsimlecuedcletfgfaojx; +DROP INDEX IF EXISTS public.idx_srfxdhpjmgbdidswgxgevhncyvexkxdneinv; +DROP INDEX IF EXISTS public.idx_sphptdflqidotcwielyofafgntnhxodkgkvy; +DROP INDEX IF EXISTS public.idx_snuolhkkujdkabgiobovtugxnbvhczhzweoe; +DROP INDEX IF EXISTS public.idx_slwftytnhhhrykijodndsdsfikuzsmsffnvs; +DROP INDEX IF EXISTS public.idx_slofrpwscxezmjmccmhpuncbqypwjqbtleid; +DROP INDEX IF EXISTS public.idx_skhdbzpfipyzbiimbtijlfiossvtbmuqorem; +DROP INDEX IF EXISTS public.idx_sbgsivmohukkooslbjihgqhndjajrtcyuqhz; +DROP INDEX IF EXISTS public.idx_rzmcblfelswmifhgxmrdvenkztbgdpxncixl; +DROP INDEX IF EXISTS public.idx_ryyglsmqjalldlrgoulroncqpwsamzuqcxfq; +DROP INDEX IF EXISTS public.idx_ryrysiqxutdpgzduldfbirizihvtabcxyhgu; +DROP INDEX IF EXISTS public.idx_rxcvflyeozskbdcfjcojijzdorhuwlsfjxnj; +DROP INDEX IF EXISTS public.idx_rwzoibmgjekyeirobhvctnpvogynofoofosq; +DROP INDEX IF EXISTS public.idx_rwtxbovdzgmgtpslhlrbbfjqdqpgdptswtid; +DROP INDEX IF EXISTS public.idx_rwlwqhjlygseqvcfxkqjspufzssktcrrfxhi; +DROP INDEX IF EXISTS public.idx_ruqekngiamkhjmmshupluqlksatmcjyqqfcj; +DROP INDEX IF EXISTS public.idx_rswzqzdqcrbreppseonpzdiubwtgrmptxcuz; +DROP INDEX IF EXISTS public.idx_rspjewwqewferaauczkexktccmvwvpuptqsj; +DROP INDEX IF EXISTS public.idx_rkmuxfjpnhpdrwiuchtbittbfetnzpdaggzg; +DROP INDEX IF EXISTS public.idx_rgpqgnnomvzndeesabekbmyxdffqytdqjeho; +DROP INDEX IF EXISTS public.idx_reikhqhclknrtwaqsmftkaokbplmhybktiit; +DROP INDEX IF EXISTS public.idx_qxckgykpkjrcepslyuzhdmqwwiacksgimqqg; +DROP INDEX IF EXISTS public.idx_qqsqsqkkjckdohzqfncgvkrlfvpfrdvduduh; +DROP INDEX IF EXISTS public.idx_qpwqqrjmlzycwgvecroaqygwkzaxnfauxifd; +DROP INDEX IF EXISTS public.idx_qmogcxqeonrvmquyutdxtvbxjjwvxvmnxocs; +DROP INDEX IF EXISTS public.idx_qldorjobzqtecehsopmptveyuftengdjbrui; +DROP INDEX IF EXISTS public.idx_qjommregkugjrfnuwzacyvvzpjuwutntkxom; +DROP INDEX IF EXISTS public.idx_qgtfiwlmscfktugpdfsubogkugovibmkvzfl; +DROP INDEX IF EXISTS public.idx_qgrwpmbrcvqcplfggsdtyhggdhdgfvmllayl; +DROP INDEX IF EXISTS public.idx_pyjnaatyfebldmnljwveyzhojvlphiscrmse; +DROP INDEX IF EXISTS public.idx_pvkhhfgpdpodsosljyzoxgqvqoznjmfuqjaf; +DROP INDEX IF EXISTS public.idx_prlbibqpzjfmfqihfaoazmnreahlqljzmkfb; +DROP INDEX IF EXISTS public.idx_pqxtfuzxganlbddqnmdttuvingmpkusslksj; +DROP INDEX IF EXISTS public.idx_polaarivsubvauyftdvnuqezhyrbvqzokpum; +DROP INDEX IF EXISTS public.idx_pklhoposfjrwlayihnaejcunifydirwaahsk; +DROP INDEX IF EXISTS public.idx_pgknpcneplgmrsqhadkplqfyhpprpjzxjbpj; +DROP INDEX IF EXISTS public.idx_pggifriqoqbyfgacmyqmfjyghzampkcqsuao; +DROP INDEX IF EXISTS public.idx_pcilvxxprjwsrnaoerhtxntgucwvbfzlmqef; +DROP INDEX IF EXISTS public.idx_pcegzgsljzfisgiouncxbvekhrctkehitxxt; +DROP INDEX IF EXISTS public.idx_oyzxrqiexfaogyibgvcwdyvnqkolsedpvyoy; +DROP INDEX IF EXISTS public.idx_oxxmgprsjlkunkmnjwbkfhztgrbcfgkfkubi; +DROP INDEX IF EXISTS public.idx_owesqkfccktjqfvjcmaxgwxzxopoepnqfnxz; +DROP INDEX IF EXISTS public.idx_ovglptfcfzfnwmxvznqjeijxjxukocxuotcv; +DROP INDEX IF EXISTS public.idx_omuezndaodevggbqzmauexkaivyxnjtnvxgi; +DROP INDEX IF EXISTS public.idx_ofymsdhpxhkjqrzpbvzyenmbjcltaqyewhup; +DROP INDEX IF EXISTS public.idx_ocwrncqfwqbinnyayektqwynyekehcfjojtd; +DROP INDEX IF EXISTS public.idx_nukvkxexbwisjhtuoarvxbwqzffpzwhrbpny; +DROP INDEX IF EXISTS public.idx_nuhrxqzkqkrkanjgcikiswmvdfnyzkpezytr; +DROP INDEX IF EXISTS public.idx_nsbtuhyvposxdckkmjyamzonsmfrtowvgzgp; +DROP INDEX IF EXISTS public.idx_nmmdwvyzrtgqhcuiqjrnfgsfrrabwpvnufne; +DROP INDEX IF EXISTS public.idx_nlkhxwdqlkzocxpifjjenyhppvflhvoqhdws; +DROP INDEX IF EXISTS public.idx_nkxyywnfooddicqibizfzctwscczhouusjrh; +DROP INDEX IF EXISTS public.idx_njdpvhpbdueffqwvlesombjlsxrkanuiefka; +DROP INDEX IF EXISTS public.idx_nhhwdfwwehoxjnvnrivzahmemznytnieonpu; +DROP INDEX IF EXISTS public.idx_ngjwgeawgoqfwvzbpnyrnueaghkbxdsznztx; +DROP INDEX IF EXISTS public.idx_nfsdkbeuqprkvzeqtkpoesrinqagerkojwpc; +DROP INDEX IF EXISTS public.idx_ncqfrvvogjyecuamrofbabggmfbxcatrsgoe; +DROP INDEX IF EXISTS public.idx_ncqajbjovisbztwdcxfqpijlvfaxxtxljpfo; +DROP INDEX IF EXISTS public.idx_nccsyfrgtshccevtppczumyvimnedccjwtdr; +DROP INDEX IF EXISTS public.idx_nahhlwzcpmcgsciraqvurvwfbuellfxfomkm; +DROP INDEX IF EXISTS public.idx_myrooybbjlzfmcmeyoirhfhhvhqvvwbrmjbr; +DROP INDEX IF EXISTS public.idx_mvfsppttnwbqdhfwdiprfdzvaglnwhqloonb; +DROP INDEX IF EXISTS public.idx_moomdtzrlvxbiekcdisshwnxakisljoshxyt; +DROP INDEX IF EXISTS public.idx_mnmtpkqfzftujvxwyiyngjgmygbgddvedtpe; +DROP INDEX IF EXISTS public.idx_mnjeoaudwipclmrkppnneddjkjuraugxbbmk; +DROP INDEX IF EXISTS public.idx_mmzqtamvrinnzvycvksvlihixcjixhmebamm; +DROP INDEX IF EXISTS public.idx_mmehabgxlrafpydfqpphybouqzvcxyeowuyo; +DROP INDEX IF EXISTS public.idx_mkwdbzthqpcjualdojtskepwnqogpcrgriwp; +DROP INDEX IF EXISTS public.idx_mknphcytcpjlediqmppsnkpldhmwsmsajsdq; +DROP INDEX IF EXISTS public.idx_mjkylznwazmasrzxhdjtvoagswdtctmmodsd; +DROP INDEX IF EXISTS public.idx_mjivcgbhuktmgggyupqvtamsqoehzqqjzvtr; +DROP INDEX IF EXISTS public.idx_mhslebutgqqaldaqxvqktqghdkrhobxhodks; +DROP INDEX IF EXISTS public.idx_mgblcnjcuprygesodchfoqrbmuyldriadxzh; +DROP INDEX IF EXISTS public.idx_mbqpqruvgjrtoeaptbvqzvnqxkhrkfnjogdy; +DROP INDEX IF EXISTS public.idx_mbgknlvgvbfyihmgpfzcjygpflvbtdmwlbbn; +DROP INDEX IF EXISTS public.idx_lytqpaugcffblozazmwentfisrrunhgryqxi; +DROP INDEX IF EXISTS public.idx_lofgadxnssayuuhnreriemwpwkseyaykcnus; +DROP INDEX IF EXISTS public.idx_lnfzrivskzvdpbzmpoehvykfycbdxxwhnovp; +DROP INDEX IF EXISTS public.idx_lmiaxxzckqvjhikpwxegnjktukrriwrxiote; +DROP INDEX IF EXISTS public.idx_llqgtiysnwzgjyvznrqtumibqvcctcxgngnh; +DROP INDEX IF EXISTS public.idx_lktsfwaiklqefdaoogkaakcmurvbrozeusii; +DROP INDEX IF EXISTS public.idx_ljdygfrsmrkydfgctqldpzmekupgesyrrach; +DROP INDEX IF EXISTS public.idx_ldojfbzxdtdpctwxgqzbjarhbsarmurvieco; +DROP INDEX IF EXISTS public.idx_kzrxmzcvtxnvxluzgdqptlxnoekhijfqhcje; +DROP INDEX IF EXISTS public.idx_kzpxqnjddiipygwhivxdokfrfeoxycuhrots; +DROP INDEX IF EXISTS public.idx_kxmdyzbafuovjtocibadhclfmkzcxftpbeat; +DROP INDEX IF EXISTS public.idx_kvyuwefblaexspjbtysstawovbbcqqnlzrrd; +DROP INDEX IF EXISTS public.idx_kvsqajrfqbtifitqfrrwfeippjjjstihcsnc; +DROP INDEX IF EXISTS public.idx_kuovovnmrssjbgmjeomhlsqntfcmdyujhfsz; +DROP INDEX IF EXISTS public.idx_klbfholorljbpylubrhfkpqalhbkvonopxix; +DROP INDEX IF EXISTS public.idx_kkkwqfjzbyewznmzwgxsppjjpalqgyghrtla; +DROP INDEX IF EXISTS public.idx_kgsufvqylzhoxwxmrjvdrqwhldevsdfcnqxg; +DROP INDEX IF EXISTS public.idx_kgkxjpvuggsqnxcsejxjimzmlzrtpdknoixl; +DROP INDEX IF EXISTS public.idx_kfuudbcsevhskbtdovkzoqrhmtswlkgcqtpz; +DROP INDEX IF EXISTS public.idx_kfaghrmclnvtdwsuagbshmnyjqyhlmbtfelf; +DROP INDEX IF EXISTS public.idx_keozusqejoknbefvkfnvfvwgmrjlhqvgurqd; +DROP INDEX IF EXISTS public.idx_kducatilvlbozyvavphaheefxuoomqnuttsh; +DROP INDEX IF EXISTS public.idx_kcjolqedwgrnlzojhvmoxyltoctrbkaxwhzv; +DROP INDEX IF EXISTS public.idx_kadnfwjhkrzdamzcjzzkjxbfkdskujruojcp; +DROP INDEX IF EXISTS public.idx_jzrctnabflvgnhsneutlhqnbzdtjhjmyrsuw; +DROP INDEX IF EXISTS public.idx_jykixyabebluybmpaicvtzzhcuxpzwqmlcta; +DROP INDEX IF EXISTS public.idx_jvmierklhoglyyluifyhoqqekfmizrwtvciy; +DROP INDEX IF EXISTS public.idx_juuqjsvnbzqxxhvtoiuvsszkzamvyhkjviah; +DROP INDEX IF EXISTS public.idx_jqgmndggxlvixytrvqbydlholjjmteuapsyn; +DROP INDEX IF EXISTS public.idx_joxvpxzujfknunsmjyiocoqpiipyrtzccuue; +DROP INDEX IF EXISTS public.idx_jlyvxwwndnfuacsvxlqprlrolshqnqjucwai; +DROP INDEX IF EXISTS public.idx_jhpmngwyafdqxrerpigrhlarsayrrprcdmvx; +DROP INDEX IF EXISTS public.idx_jhnbdzzkoyumpwlnmcpqgahbcnbkyvkjbqgs; +DROP INDEX IF EXISTS public.idx_jdntnujbyvylicnsipnietrmzzamukhnsukj; +DROP INDEX IF EXISTS public.idx_jdgomgvkcevoixwdsinkavmttzakcpuieojt; +DROP INDEX IF EXISTS public.idx_jcwwovhkxaqzyzzgqbtmcsqccgwdpdkxqpgc; +DROP INDEX IF EXISTS public.idx_ipioxrtjftqerpcgmrlvvhlnvangyrmhvqgi; +DROP INDEX IF EXISTS public.idx_iochdaboqbzavrhixrikhiugxxoqamcpxdym; +DROP INDEX IF EXISTS public.idx_indstvrzimoruwmipoljgzjfxsvhmilswjne; +DROP INDEX IF EXISTS public.idx_ikmplsnpdnkofmikhkwxysyyqosksnfqdylo; +DROP INDEX IF EXISTS public.idx_ihwytdaflfbygoqioucxhpflpxinuvzendly; +DROP INDEX IF EXISTS public.idx_ifdhlebeomzzxjbzjnacevapiewxknrsanty; +DROP INDEX IF EXISTS public.idx_idzgccqictmazzlvnmdmhlohpfhoabicfgti; +DROP INDEX IF EXISTS public.idx_icmpbctjhojhrfswmgmfisczptysoivuuxny; +DROP INDEX IF EXISTS public.idx_ibrmyipymjqwsqgswmmmiulayqkaavummrhm; +DROP INDEX IF EXISTS public.idx_hzgwcpnvheotrboalqllkgoaaqwrucclqqhj; +DROP INDEX IF EXISTS public.idx_hyebzcqtysmwxphlbieghzzeciuqfwzjxnji; +DROP INDEX IF EXISTS public.idx_huotvvpncmtzbuhqgvasguiezjojfzwabeqy; +DROP INDEX IF EXISTS public.idx_huhwogvhyevhgjdldnpqzoenjnsiowpmlamy; +DROP INDEX IF EXISTS public.idx_hrcjboxjbxzwdptysnyobsvhatjnloewvmeb; +DROP INDEX IF EXISTS public.idx_hqavehfiezlynufsnqcgxseyaaenvcfrczlr; +DROP INDEX IF EXISTS public.idx_hooyhmaiqepnudupmyptizuubdwwbxqbyumn; +DROP INDEX IF EXISTS public.idx_hmzpldcokoxhdadinlzuliywfhnrugqoqvxd; +DROP INDEX IF EXISTS public.idx_hjusmfhucglxdeskyqoroudnafvuquhoqzda; +DROP INDEX IF EXISTS public.idx_hiqqfqggtkdkesrkmctudtzrbfrxibilmiod; +DROP INDEX IF EXISTS public.idx_hihjnjqieikrhgnboirzgjgklntelmtoyfob; +DROP INDEX IF EXISTS public.idx_hgsslannjqkxsicwillifsmmpuzxwgbfcnrk; +DROP INDEX IF EXISTS public.idx_hecofwzcfojzieoowmhcuzqcsnozszwbtrak; +DROP INDEX IF EXISTS public.idx_hdleuhwdokisznrygiibnorfofsepnwsbfdb; +DROP INDEX IF EXISTS public.idx_hccsjthawjisuhibjkaqquwhaivhnepkeiau; +DROP INDEX IF EXISTS public.idx_hagwvqiqcbxytdmilcjdnrtoavnlovnhagjd; +DROP INDEX IF EXISTS public.idx_gwqnsdcqgssumhjpvruwfyhpzlcgjpkdooor; +DROP INDEX IF EXISTS public.idx_gubfdzbxkaheejunziegogmvmflvtysyarzf; +DROP INDEX IF EXISTS public.idx_grcmbxjpgcapvjwuzxgpkhudzfgkpwbmduez; +DROP INDEX IF EXISTS public.idx_gocctwlhedfauvtyrdmbpeiovsysebtwthiv; +DROP INDEX IF EXISTS public.idx_gnltuhuagmnzfbubhjdztpuspvpfqvidgzry; +DROP INDEX IF EXISTS public.idx_gmcjblhkutpiveikcbdffdsqxaqeurhxxupn; +DROP INDEX IF EXISTS public.idx_givugzuvsmsskpxheguymsoapkrgspkvevei; +DROP INDEX IF EXISTS public.idx_ghtxlarykymxdfpsydiyiiztwstjxrvnqmsh; +DROP INDEX IF EXISTS public.idx_ghqhvdwsuxlvcqrbpullnmvizypkshosnazf; +DROP INDEX IF EXISTS public.idx_ghbugjytssggfswjomuxvexqdmeauijlmlif; +DROP INDEX IF EXISTS public.idx_gdikivwgmikylzsgfljburnwkpvulkjariex; +DROP INDEX IF EXISTS public.idx_fvzeqkpasbryrplyolendtpnmusmahghgbwm; +DROP INDEX IF EXISTS public.idx_frntpitwopivbmyppymtirherdsivgxrgenf; +DROP INDEX IF EXISTS public.idx_fpwwfzrldpjduqkkwpjmkaouamsoaaycwvch; +DROP INDEX IF EXISTS public.idx_fpjsktpyupxtusvyfkmmwfgqoubmcgcpozrl; +DROP INDEX IF EXISTS public.idx_foxplvyksktwzajxgtntxmspubglkckvgdbg; +DROP INDEX IF EXISTS public.idx_fiyznggkduekrlmhszldvgurivbybwfmtriw; +DROP INDEX IF EXISTS public.idx_fhnsaodmvtxndwdlginjzzybxryeyjlfvcnw; +DROP INDEX IF EXISTS public.idx_fgiiolnifhtfpzkwlgngqrbtirjunxrrgxxv; +DROP INDEX IF EXISTS public.idx_febmelutdjpkvkivicuuetjjhxwhimjtikxe; +DROP INDEX IF EXISTS public.idx_fdqfkkwawmlqfaaazjuiwqfvdodcpiimovxh; +DROP INDEX IF EXISTS public.idx_evdyqchphpbeammcfdiecyexrcrfruasmzmf; +DROP INDEX IF EXISTS public.idx_eryforlnsupwzgkcqdmdschyylzjlrqjqffu; +DROP INDEX IF EXISTS public.idx_eqxvjaaixjqwqxhqyoulqxyisuuitwlwhlze; +DROP INDEX IF EXISTS public.idx_eoizlcsmtcctkbbwrbtidtadvpgsxqhvofnj; +DROP INDEX IF EXISTS public.idx_ensbezruzwmgrvagawzlznvzmzhvuuhjuyom; +DROP INDEX IF EXISTS public.idx_emrrhknxansebduyobhunjjzwyneiutxbogz; +DROP INDEX IF EXISTS public.idx_eidnlctvjgpovlxtrldmepstvddkrnwjukyw; +DROP INDEX IF EXISTS public.idx_edxdhabvzmtuwhswlguujuwiffivkijqwusp; +DROP INDEX IF EXISTS public.idx_edkvbocjfpzwzkusfqzxabfoubryjkqiuero; +DROP INDEX IF EXISTS public.idx_ebydhthcglflhkhggaderyryuxvxgcxafkdp; +DROP INDEX IF EXISTS public.idx_dyyflgjsaghnkmcytvratrgwbcnpmcvkbtbh; +DROP INDEX IF EXISTS public.idx_dyhmyurjecqbamtlzelplfqiqnltuzumjddq; +DROP INDEX IF EXISTS public.idx_dwggfjibzxxlstiodnbyktbfgzmamrwcycco; +DROP INDEX IF EXISTS public.idx_doltsytkvobaddatbzzywdixtmmydgubkupu; +DROP INDEX IF EXISTS public.idx_doaygrwvnfscdobxzlmxtwlbwkalomcllxay; +DROP INDEX IF EXISTS public.idx_dimbpckiwhyqiafraljycwcuowqytmxomsde; +DROP INDEX IF EXISTS public.idx_didtfnypiswvsfswepoolufkxhfynzgpzhuk; +DROP INDEX IF EXISTS public.idx_dfqlbhtnmystfugpzfpyaddayolxncoudrug; +DROP INDEX IF EXISTS public.idx_czvpkywrjbfpwvkwiirqbiiddxptlfmrkhti; +DROP INDEX IF EXISTS public.idx_czjiypnjdigitfowjbadurlhfrzxhyphxcmm; +DROP INDEX IF EXISTS public.idx_cxsasrlsfqhfluyrzyoajzhqzqjuzwkavxzo; +DROP INDEX IF EXISTS public.idx_cwhviiskpcjnpprjvcycldrfbsilccwknwjc; +DROP INDEX IF EXISTS public.idx_ctciejnkidinziytcdjbwqtsdknjdizfxdez; +DROP INDEX IF EXISTS public.idx_cqfitcqaepatdeaaqggyidlfvszmjryuekir; +DROP INDEX IF EXISTS public.idx_cprnuiqxyuexqvirvjueedkbalmseeklwqtd; +DROP INDEX IF EXISTS public.idx_chpquluzdfbfbnogtrzkajelcylhozbpsszv; +DROP INDEX IF EXISTS public.idx_cbeajotucbjoprbuitxzesumycuksmonduld; +DROP INDEX IF EXISTS public.idx_bwtiscylxhhshmlaexbtqlyzbrcidhqickdl; +DROP INDEX IF EXISTS public.idx_bpzembeaplaurjimjveibdiudfjfomiuchbe; +DROP INDEX IF EXISTS public.idx_bolcgmkhgvfgohogrfpiqjulpzqufgeukdur; +DROP INDEX IF EXISTS public.idx_bnztdqsnaxoqmeequppxdarwxfnxbdnbnsas; +DROP INDEX IF EXISTS public.idx_bmqcglofysjtkxxhbhprqtqpsxcikpdqjjvm; +DROP INDEX IF EXISTS public.idx_ayxumyqrdymvujodqyfnqlvidbttbyxsbfde; +DROP INDEX IF EXISTS public.idx_awvbtavvbeejscxrfigydqksykahuwncdypn; +DROP INDEX IF EXISTS public.idx_avsehwmolpamlujdiibaiheuqwcierrutobf; +DROP INDEX IF EXISTS public.idx_avkteytbavahksspqcuftfososkjgwipcpkf; +DROP INDEX IF EXISTS public.idx_atldxryyargwonqoufchedybowvuynocettc; +DROP INDEX IF EXISTS public.idx_arkhjepqvwandelmeaxoonqmpkskfjnbwbnx; +DROP INDEX IF EXISTS public.idx_apgesvmwjaxjagkpvpeautplygajnhaabvsx; +DROP INDEX IF EXISTS public.idx_amguonuyfkrncmshetjqlhjydxhcuucmvyhi; +DROP INDEX IF EXISTS public.idx_ahjaelmpfeyrsuhzpysuusuvcccosvuutrud; +DROP INDEX IF EXISTS public.idx_accuekagiaueprukyqhsgwybriivprimpunn; +ALTER TABLE IF EXISTS ONLY public.widgets DROP CONSTRAINT IF EXISTS widgets_pkey; +ALTER TABLE IF EXISTS ONLY public.webperf_error_samples DROP CONSTRAINT IF EXISTS webperf_error_samples_pkey; +ALTER TABLE IF EXISTS ONLY public.webperf_data_samples DROP CONSTRAINT IF EXISTS webperf_data_samples_pkey; +ALTER TABLE IF EXISTS ONLY public.volumes DROP CONSTRAINT IF EXISTS volumes_pkey; +ALTER TABLE IF EXISTS ONLY public.volumefolders DROP CONSTRAINT IF EXISTS volumefolders_pkey; +ALTER TABLE IF EXISTS ONLY public.users DROP CONSTRAINT IF EXISTS users_pkey; +ALTER TABLE IF EXISTS ONLY public.userpreferences DROP CONSTRAINT IF EXISTS userpreferences_pkey; +ALTER TABLE IF EXISTS ONLY public.userpermissions_users DROP CONSTRAINT IF EXISTS userpermissions_users_pkey; +ALTER TABLE IF EXISTS ONLY public.userpermissions_usergroups DROP CONSTRAINT IF EXISTS userpermissions_usergroups_pkey; +ALTER TABLE IF EXISTS ONLY public.userpermissions DROP CONSTRAINT IF EXISTS userpermissions_pkey; +ALTER TABLE IF EXISTS ONLY public.usergroups_users DROP CONSTRAINT IF EXISTS usergroups_users_pkey; +ALTER TABLE IF EXISTS ONLY public.usergroups DROP CONSTRAINT IF EXISTS usergroups_pkey; +ALTER TABLE IF EXISTS ONLY public.tokens DROP CONSTRAINT IF EXISTS tokens_pkey; +ALTER TABLE IF EXISTS ONLY public.templatecaches DROP CONSTRAINT IF EXISTS templatecaches_pkey; +ALTER TABLE IF EXISTS ONLY public.templatecachequeries DROP CONSTRAINT IF EXISTS templatecachequeries_pkey; +ALTER TABLE IF EXISTS ONLY public.templatecacheelements DROP CONSTRAINT IF EXISTS templatecacheelements_pkey; +ALTER TABLE IF EXISTS ONLY public.tags DROP CONSTRAINT IF EXISTS tags_pkey; +ALTER TABLE IF EXISTS ONLY public.taggroups DROP CONSTRAINT IF EXISTS taggroups_pkey; +ALTER TABLE IF EXISTS ONLY public.systemmessages DROP CONSTRAINT IF EXISTS systemmessages_pkey; +ALTER TABLE IF EXISTS ONLY public.structures DROP CONSTRAINT IF EXISTS structures_pkey; +ALTER TABLE IF EXISTS ONLY public.structureelements DROP CONSTRAINT IF EXISTS structureelements_pkey; +ALTER TABLE IF EXISTS ONLY public.sites DROP CONSTRAINT IF EXISTS sites_pkey; +ALTER TABLE IF EXISTS ONLY public.sitegroups DROP CONSTRAINT IF EXISTS sitegroups_pkey; +ALTER TABLE IF EXISTS ONLY public.shunnedmessages DROP CONSTRAINT IF EXISTS shunnedmessages_pkey; +ALTER TABLE IF EXISTS ONLY public.sessions DROP CONSTRAINT IF EXISTS sessions_pkey; +ALTER TABLE IF EXISTS ONLY public.sequences DROP CONSTRAINT IF EXISTS sequences_pkey; +ALTER TABLE IF EXISTS ONLY public.seomatic_metabundles DROP CONSTRAINT IF EXISTS seomatic_metabundles_pkey; +ALTER TABLE IF EXISTS ONLY public.sections_sites DROP CONSTRAINT IF EXISTS sections_sites_pkey; +ALTER TABLE IF EXISTS ONLY public.sections DROP CONSTRAINT IF EXISTS sections_pkey; +ALTER TABLE IF EXISTS ONLY public.revisions DROP CONSTRAINT IF EXISTS revisions_pkey; +ALTER TABLE IF EXISTS ONLY public.retour_stats DROP CONSTRAINT IF EXISTS retour_stats_pkey; +ALTER TABLE IF EXISTS ONLY public.retour_static_redirects DROP CONSTRAINT IF EXISTS retour_static_redirects_pkey; +ALTER TABLE IF EXISTS ONLY public.retour_redirects DROP CONSTRAINT IF EXISTS retour_redirects_pkey; +ALTER TABLE IF EXISTS ONLY public.resourcepaths DROP CONSTRAINT IF EXISTS resourcepaths_pkey; +ALTER TABLE IF EXISTS ONLY public.relations DROP CONSTRAINT IF EXISTS relations_pkey; +ALTER TABLE IF EXISTS ONLY public.queue DROP CONSTRAINT IF EXISTS queue_pkey; +ALTER TABLE IF EXISTS ONLY public.projectconfig DROP CONSTRAINT IF EXISTS projectconfig_pkey; +ALTER TABLE IF EXISTS ONLY public.plugins DROP CONSTRAINT IF EXISTS plugins_pkey; +ALTER TABLE IF EXISTS ONLY public.searchindex DROP CONSTRAINT IF EXISTS pk_jtxzxhntlxakrrpvjpxnlqetgzxxbcnaalqk; +ALTER TABLE IF EXISTS ONLY public.migrations DROP CONSTRAINT IF EXISTS migrations_pkey; +ALTER TABLE IF EXISTS ONLY public.matrixblocktypes DROP CONSTRAINT IF EXISTS matrixblocktypes_pkey; +ALTER TABLE IF EXISTS ONLY public.matrixblocks DROP CONSTRAINT IF EXISTS matrixblocks_pkey; +ALTER TABLE IF EXISTS ONLY public.info DROP CONSTRAINT IF EXISTS info_pkey; +ALTER TABLE IF EXISTS ONLY public.gqltokens DROP CONSTRAINT IF EXISTS gqltokens_pkey; +ALTER TABLE IF EXISTS ONLY public.gqlschemas DROP CONSTRAINT IF EXISTS gqlschemas_pkey; +ALTER TABLE IF EXISTS ONLY public.globalsets DROP CONSTRAINT IF EXISTS globalsets_pkey; +ALTER TABLE IF EXISTS ONLY public.fields DROP CONSTRAINT IF EXISTS fields_pkey; +ALTER TABLE IF EXISTS ONLY public.fieldlayouttabs DROP CONSTRAINT IF EXISTS fieldlayouttabs_pkey; +ALTER TABLE IF EXISTS ONLY public.fieldlayouts DROP CONSTRAINT IF EXISTS fieldlayouts_pkey; +ALTER TABLE IF EXISTS ONLY public.fieldlayoutfields DROP CONSTRAINT IF EXISTS fieldlayoutfields_pkey; +ALTER TABLE IF EXISTS ONLY public.fieldgroups DROP CONSTRAINT IF EXISTS fieldgroups_pkey; +ALTER TABLE IF EXISTS ONLY public.entrytypes DROP CONSTRAINT IF EXISTS entrytypes_pkey; +ALTER TABLE IF EXISTS ONLY public.entries DROP CONSTRAINT IF EXISTS entries_pkey; +ALTER TABLE IF EXISTS ONLY public.elements_sites DROP CONSTRAINT IF EXISTS elements_sites_pkey; +ALTER TABLE IF EXISTS ONLY public.elements DROP CONSTRAINT IF EXISTS elements_pkey; +ALTER TABLE IF EXISTS ONLY public.elementindexsettings DROP CONSTRAINT IF EXISTS elementindexsettings_pkey; +ALTER TABLE IF EXISTS ONLY public.drafts DROP CONSTRAINT IF EXISTS drafts_pkey; +ALTER TABLE IF EXISTS ONLY public.deprecationerrors DROP CONSTRAINT IF EXISTS deprecationerrors_pkey; +ALTER TABLE IF EXISTS ONLY public.craftidtokens DROP CONSTRAINT IF EXISTS craftidtokens_pkey; +ALTER TABLE IF EXISTS ONLY public.content DROP CONSTRAINT IF EXISTS content_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_variants DROP CONSTRAINT IF EXISTS commerce_variants_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_transactions DROP CONSTRAINT IF EXISTS commerce_transactions_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzones DROP CONSTRAINT IF EXISTS commerce_taxzones_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzone_states DROP CONSTRAINT IF EXISTS commerce_taxzone_states_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzone_countries DROP CONSTRAINT IF EXISTS commerce_taxzone_countries_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_taxrates DROP CONSTRAINT IF EXISTS commerce_taxrates_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_taxcategories DROP CONSTRAINT IF EXISTS commerce_taxcategories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_subscriptions DROP CONSTRAINT IF EXISTS commerce_subscriptions_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_states DROP CONSTRAINT IF EXISTS commerce_states_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzones DROP CONSTRAINT IF EXISTS commerce_shippingzones_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzone_states DROP CONSTRAINT IF EXISTS commerce_shippingzone_states_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzone_countries DROP CONSTRAINT IF EXISTS commerce_shippingzone_countries_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingrules DROP CONSTRAINT IF EXISTS commerce_shippingrules_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingrule_categories DROP CONSTRAINT IF EXISTS commerce_shippingrule_categories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingmethods DROP CONSTRAINT IF EXISTS commerce_shippingmethods_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingcategories DROP CONSTRAINT IF EXISTS commerce_shippingcategories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_sales DROP CONSTRAINT IF EXISTS commerce_sales_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_usergroups DROP CONSTRAINT IF EXISTS commerce_sale_usergroups_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_purchasables DROP CONSTRAINT IF EXISTS commerce_sale_purchasables_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_categories DROP CONSTRAINT IF EXISTS commerce_sale_categories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_purchasables DROP CONSTRAINT IF EXISTS commerce_purchasables_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_taxcategories DROP CONSTRAINT IF EXISTS commerce_producttypes_taxcategories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_sites DROP CONSTRAINT IF EXISTS commerce_producttypes_sites_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_shippingcategories DROP CONSTRAINT IF EXISTS commerce_producttypes_shippingcategories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes DROP CONSTRAINT IF EXISTS commerce_producttypes_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_products DROP CONSTRAINT IF EXISTS commerce_products_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_plans DROP CONSTRAINT IF EXISTS commerce_plans_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_pdfs DROP CONSTRAINT IF EXISTS commerce_pdfs_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_paymentsources DROP CONSTRAINT IF EXISTS commerce_paymentsources_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_paymentcurrencies DROP CONSTRAINT IF EXISTS commerce_paymentcurrencies_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_orderstatuses DROP CONSTRAINT IF EXISTS commerce_orderstatuses_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_orderstatus_emails DROP CONSTRAINT IF EXISTS commerce_orderstatus_emails_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS commerce_orders_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_ordernotices DROP CONSTRAINT IF EXISTS commerce_ordernotices_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_orderhistories DROP CONSTRAINT IF EXISTS commerce_orderhistories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_orderadjustments DROP CONSTRAINT IF EXISTS commerce_orderadjustments_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_lineitemstatuses DROP CONSTRAINT IF EXISTS commerce_lineitemstatuses_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_lineitems DROP CONSTRAINT IF EXISTS commerce_lineitems_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_gateways DROP CONSTRAINT IF EXISTS commerce_gateways_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_emails DROP CONSTRAINT IF EXISTS commerce_emails_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_email_discountuses DROP CONSTRAINT IF EXISTS commerce_email_discountuses_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_donations DROP CONSTRAINT IF EXISTS commerce_donations_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_discounts DROP CONSTRAINT IF EXISTS commerce_discounts_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_usergroups DROP CONSTRAINT IF EXISTS commerce_discount_usergroups_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_purchasables DROP CONSTRAINT IF EXISTS commerce_discount_purchasables_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_categories DROP CONSTRAINT IF EXISTS commerce_discount_categories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_customers DROP CONSTRAINT IF EXISTS commerce_customers_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_customers_addresses DROP CONSTRAINT IF EXISTS commerce_customers_addresses_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_customer_discountuses DROP CONSTRAINT IF EXISTS commerce_customer_discountuses_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_countries DROP CONSTRAINT IF EXISTS commerce_countries_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_addresses DROP CONSTRAINT IF EXISTS commerce_addresses_pkey; +ALTER TABLE IF EXISTS ONLY public.changedfields DROP CONSTRAINT IF EXISTS changedfields_pkey; +ALTER TABLE IF EXISTS ONLY public.changedattributes DROP CONSTRAINT IF EXISTS changedattributes_pkey; +ALTER TABLE IF EXISTS ONLY public.categorygroups_sites DROP CONSTRAINT IF EXISTS categorygroups_sites_pkey; +ALTER TABLE IF EXISTS ONLY public.categorygroups DROP CONSTRAINT IF EXISTS categorygroups_pkey; +ALTER TABLE IF EXISTS ONLY public.categories DROP CONSTRAINT IF EXISTS categories_pkey; +ALTER TABLE IF EXISTS ONLY public.assettransforms DROP CONSTRAINT IF EXISTS assettransforms_pkey; +ALTER TABLE IF EXISTS ONLY public.assettransformindex DROP CONSTRAINT IF EXISTS assettransformindex_pkey; +ALTER TABLE IF EXISTS ONLY public.assets DROP CONSTRAINT IF EXISTS assets_pkey; +ALTER TABLE IF EXISTS ONLY public.assetindexdata DROP CONSTRAINT IF EXISTS assetindexdata_pkey; +ALTER TABLE IF EXISTS ONLY public.announcements DROP CONSTRAINT IF EXISTS announcements_pkey; +ALTER TABLE IF EXISTS public.widgets ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.webperf_error_samples ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.webperf_data_samples ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.volumes ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.volumefolders ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.userpreferences ALTER COLUMN "userId" DROP DEFAULT; +ALTER TABLE IF EXISTS public.userpermissions_users ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.userpermissions_usergroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.userpermissions ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.usergroups_users ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.usergroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.tokens ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.templatecaches ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.templatecachequeries ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.templatecacheelements ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.taggroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.systemmessages ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.structures ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.structureelements ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.sites ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.sitegroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.shunnedmessages ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.sessions ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.seomatic_metabundles ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.sections_sites ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.sections ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.revisions ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.retour_stats ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.retour_static_redirects ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.retour_redirects ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.relations ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.queue ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.plugins ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.migrations ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.matrixblocktypes ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.info ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.gqltokens ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.gqlschemas ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.globalsets ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.fields ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.fieldlayouttabs ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.fieldlayouts ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.fieldlayoutfields ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.fieldgroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.entrytypes ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.elements_sites ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.elements ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.elementindexsettings ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.drafts ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.deprecationerrors ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.craftidtokens ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.content ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_transactions ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_taxzones ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_taxzone_states ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_taxzone_countries ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_taxrates ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_taxcategories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_subscriptions ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_states ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingzones ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingzone_states ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingzone_countries ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingrules ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingrule_categories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingmethods ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingcategories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_sales ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_sale_usergroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_sale_purchasables ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_sale_categories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_purchasables ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_producttypes_taxcategories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_producttypes_sites ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_producttypes_shippingcategories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_producttypes ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_plans ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_pdfs ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_paymentsources ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_paymentcurrencies ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_orderstatuses ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_orderstatus_emails ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_ordernotices ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_orderhistories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_orderadjustments ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_lineitemstatuses ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_lineitems ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_gateways ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_emails ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_email_discountuses ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_donations ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_discounts ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_discount_usergroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_discount_purchasables ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_discount_categories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_customers_addresses ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_customers ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_customer_discountuses ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_countries ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_addresses ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.categorygroups_sites ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.categorygroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.assettransforms ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.assettransformindex ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.assetindexdata ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.announcements ALTER COLUMN id DROP DEFAULT; +DROP SEQUENCE IF EXISTS public.widgets_id_seq; +DROP TABLE IF EXISTS public.widgets; +DROP SEQUENCE IF EXISTS public.webperf_error_samples_id_seq; +DROP TABLE IF EXISTS public.webperf_error_samples; +DROP SEQUENCE IF EXISTS public.webperf_data_samples_id_seq; +DROP TABLE IF EXISTS public.webperf_data_samples; +DROP SEQUENCE IF EXISTS public.volumes_id_seq; +DROP TABLE IF EXISTS public.volumes; +DROP SEQUENCE IF EXISTS public.volumefolders_id_seq; +DROP TABLE IF EXISTS public.volumefolders; +DROP TABLE IF EXISTS public.users; +DROP SEQUENCE IF EXISTS public."userpreferences_userId_seq"; +DROP TABLE IF EXISTS public.userpreferences; +DROP SEQUENCE IF EXISTS public.userpermissions_users_id_seq; +DROP TABLE IF EXISTS public.userpermissions_users; +DROP SEQUENCE IF EXISTS public.userpermissions_usergroups_id_seq; +DROP TABLE IF EXISTS public.userpermissions_usergroups; +DROP SEQUENCE IF EXISTS public.userpermissions_id_seq; +DROP TABLE IF EXISTS public.userpermissions; +DROP SEQUENCE IF EXISTS public.usergroups_users_id_seq; +DROP TABLE IF EXISTS public.usergroups_users; +DROP SEQUENCE IF EXISTS public.usergroups_id_seq; +DROP TABLE IF EXISTS public.usergroups; +DROP SEQUENCE IF EXISTS public.tokens_id_seq; +DROP TABLE IF EXISTS public.tokens; +DROP SEQUENCE IF EXISTS public.templatecaches_id_seq; +DROP TABLE IF EXISTS public.templatecaches; +DROP SEQUENCE IF EXISTS public.templatecachequeries_id_seq; +DROP TABLE IF EXISTS public.templatecachequeries; +DROP SEQUENCE IF EXISTS public.templatecacheelements_id_seq; +DROP TABLE IF EXISTS public.templatecacheelements; +DROP TABLE IF EXISTS public.tags; +DROP SEQUENCE IF EXISTS public.taggroups_id_seq; +DROP TABLE IF EXISTS public.taggroups; +DROP SEQUENCE IF EXISTS public.systemmessages_id_seq; +DROP TABLE IF EXISTS public.systemmessages; +DROP SEQUENCE IF EXISTS public.structures_id_seq; +DROP TABLE IF EXISTS public.structures; +DROP SEQUENCE IF EXISTS public.structureelements_id_seq; +DROP TABLE IF EXISTS public.structureelements; +DROP SEQUENCE IF EXISTS public.sites_id_seq; +DROP TABLE IF EXISTS public.sites; +DROP SEQUENCE IF EXISTS public.sitegroups_id_seq; +DROP TABLE IF EXISTS public.sitegroups; +DROP SEQUENCE IF EXISTS public.shunnedmessages_id_seq; +DROP TABLE IF EXISTS public.shunnedmessages; +DROP SEQUENCE IF EXISTS public.sessions_id_seq; +DROP TABLE IF EXISTS public.sessions; +DROP TABLE IF EXISTS public.sequences; +DROP SEQUENCE IF EXISTS public.seomatic_metabundles_id_seq; +DROP TABLE IF EXISTS public.seomatic_metabundles; +DROP SEQUENCE IF EXISTS public.sections_sites_id_seq; +DROP TABLE IF EXISTS public.sections_sites; +DROP SEQUENCE IF EXISTS public.sections_id_seq; +DROP TABLE IF EXISTS public.sections; +DROP TABLE IF EXISTS public.searchindex; +DROP SEQUENCE IF EXISTS public.revisions_id_seq; +DROP TABLE IF EXISTS public.revisions; +DROP SEQUENCE IF EXISTS public.retour_stats_id_seq; +DROP TABLE IF EXISTS public.retour_stats; +DROP SEQUENCE IF EXISTS public.retour_static_redirects_id_seq; +DROP TABLE IF EXISTS public.retour_static_redirects; +DROP SEQUENCE IF EXISTS public.retour_redirects_id_seq; +DROP TABLE IF EXISTS public.retour_redirects; +DROP TABLE IF EXISTS public.resourcepaths; +DROP SEQUENCE IF EXISTS public.relations_id_seq; +DROP TABLE IF EXISTS public.relations; +DROP SEQUENCE IF EXISTS public.queue_id_seq; +DROP TABLE IF EXISTS public.queue; +DROP TABLE IF EXISTS public.projectconfig; +DROP SEQUENCE IF EXISTS public.plugins_id_seq; +DROP TABLE IF EXISTS public.plugins; +DROP SEQUENCE IF EXISTS public.migrations_id_seq; +DROP TABLE IF EXISTS public.migrations; +DROP SEQUENCE IF EXISTS public.matrixblocktypes_id_seq; +DROP TABLE IF EXISTS public.matrixblocktypes; +DROP TABLE IF EXISTS public.matrixblocks; +DROP SEQUENCE IF EXISTS public.info_id_seq; +DROP TABLE IF EXISTS public.info; +DROP SEQUENCE IF EXISTS public.gqltokens_id_seq; +DROP TABLE IF EXISTS public.gqltokens; +DROP SEQUENCE IF EXISTS public.gqlschemas_id_seq; +DROP TABLE IF EXISTS public.gqlschemas; +DROP SEQUENCE IF EXISTS public.globalsets_id_seq; +DROP TABLE IF EXISTS public.globalsets; +DROP SEQUENCE IF EXISTS public.fields_id_seq; +DROP TABLE IF EXISTS public.fields; +DROP SEQUENCE IF EXISTS public.fieldlayouttabs_id_seq; +DROP TABLE IF EXISTS public.fieldlayouttabs; +DROP SEQUENCE IF EXISTS public.fieldlayouts_id_seq; +DROP TABLE IF EXISTS public.fieldlayouts; +DROP SEQUENCE IF EXISTS public.fieldlayoutfields_id_seq; +DROP TABLE IF EXISTS public.fieldlayoutfields; +DROP SEQUENCE IF EXISTS public.fieldgroups_id_seq; +DROP TABLE IF EXISTS public.fieldgroups; +DROP SEQUENCE IF EXISTS public.entrytypes_id_seq; +DROP TABLE IF EXISTS public.entrytypes; +DROP TABLE IF EXISTS public.entries; +DROP SEQUENCE IF EXISTS public.elements_sites_id_seq; +DROP TABLE IF EXISTS public.elements_sites; +DROP SEQUENCE IF EXISTS public.elements_id_seq; +DROP TABLE IF EXISTS public.elements; +DROP SEQUENCE IF EXISTS public.elementindexsettings_id_seq; +DROP TABLE IF EXISTS public.elementindexsettings; +DROP SEQUENCE IF EXISTS public.drafts_id_seq; +DROP TABLE IF EXISTS public.drafts; +DROP SEQUENCE IF EXISTS public.deprecationerrors_id_seq; +DROP TABLE IF EXISTS public.deprecationerrors; +DROP SEQUENCE IF EXISTS public.craftidtokens_id_seq; +DROP TABLE IF EXISTS public.craftidtokens; +DROP SEQUENCE IF EXISTS public.content_id_seq; +DROP TABLE IF EXISTS public.content; +DROP TABLE IF EXISTS public.commerce_variants; +DROP SEQUENCE IF EXISTS public.commerce_transactions_id_seq; +DROP TABLE IF EXISTS public.commerce_transactions; +DROP SEQUENCE IF EXISTS public.commerce_taxzones_id_seq; +DROP TABLE IF EXISTS public.commerce_taxzones; +DROP SEQUENCE IF EXISTS public.commerce_taxzone_states_id_seq; +DROP TABLE IF EXISTS public.commerce_taxzone_states; +DROP SEQUENCE IF EXISTS public.commerce_taxzone_countries_id_seq; +DROP TABLE IF EXISTS public.commerce_taxzone_countries; +DROP SEQUENCE IF EXISTS public.commerce_taxrates_id_seq; +DROP TABLE IF EXISTS public.commerce_taxrates; +DROP SEQUENCE IF EXISTS public.commerce_taxcategories_id_seq; +DROP TABLE IF EXISTS public.commerce_taxcategories; +DROP SEQUENCE IF EXISTS public.commerce_subscriptions_id_seq; +DROP TABLE IF EXISTS public.commerce_subscriptions; +DROP SEQUENCE IF EXISTS public.commerce_states_id_seq; +DROP TABLE IF EXISTS public.commerce_states; +DROP SEQUENCE IF EXISTS public.commerce_shippingzones_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingzones; +DROP SEQUENCE IF EXISTS public.commerce_shippingzone_states_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingzone_states; +DROP SEQUENCE IF EXISTS public.commerce_shippingzone_countries_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingzone_countries; +DROP SEQUENCE IF EXISTS public.commerce_shippingrules_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingrules; +DROP SEQUENCE IF EXISTS public.commerce_shippingrule_categories_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingrule_categories; +DROP SEQUENCE IF EXISTS public.commerce_shippingmethods_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingmethods; +DROP SEQUENCE IF EXISTS public.commerce_shippingcategories_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingcategories; +DROP SEQUENCE IF EXISTS public.commerce_sales_id_seq; +DROP TABLE IF EXISTS public.commerce_sales; +DROP SEQUENCE IF EXISTS public.commerce_sale_usergroups_id_seq; +DROP TABLE IF EXISTS public.commerce_sale_usergroups; +DROP SEQUENCE IF EXISTS public.commerce_sale_purchasables_id_seq; +DROP TABLE IF EXISTS public.commerce_sale_purchasables; +DROP SEQUENCE IF EXISTS public.commerce_sale_categories_id_seq; +DROP TABLE IF EXISTS public.commerce_sale_categories; +DROP SEQUENCE IF EXISTS public.commerce_purchasables_id_seq; +DROP TABLE IF EXISTS public.commerce_purchasables; +DROP SEQUENCE IF EXISTS public.commerce_producttypes_taxcategories_id_seq; +DROP TABLE IF EXISTS public.commerce_producttypes_taxcategories; +DROP SEQUENCE IF EXISTS public.commerce_producttypes_sites_id_seq; +DROP TABLE IF EXISTS public.commerce_producttypes_sites; +DROP SEQUENCE IF EXISTS public.commerce_producttypes_shippingcategories_id_seq; +DROP TABLE IF EXISTS public.commerce_producttypes_shippingcategories; +DROP SEQUENCE IF EXISTS public.commerce_producttypes_id_seq; +DROP TABLE IF EXISTS public.commerce_producttypes; +DROP TABLE IF EXISTS public.commerce_products; +DROP SEQUENCE IF EXISTS public.commerce_plans_id_seq; +DROP TABLE IF EXISTS public.commerce_plans; +DROP SEQUENCE IF EXISTS public.commerce_pdfs_id_seq; +DROP TABLE IF EXISTS public.commerce_pdfs; +DROP SEQUENCE IF EXISTS public.commerce_paymentsources_id_seq; +DROP TABLE IF EXISTS public.commerce_paymentsources; +DROP SEQUENCE IF EXISTS public.commerce_paymentcurrencies_id_seq; +DROP TABLE IF EXISTS public.commerce_paymentcurrencies; +DROP SEQUENCE IF EXISTS public.commerce_orderstatuses_id_seq; +DROP TABLE IF EXISTS public.commerce_orderstatuses; +DROP SEQUENCE IF EXISTS public.commerce_orderstatus_emails_id_seq; +DROP TABLE IF EXISTS public.commerce_orderstatus_emails; +DROP TABLE IF EXISTS public.commerce_orders; +DROP SEQUENCE IF EXISTS public.commerce_ordernotices_id_seq; +DROP TABLE IF EXISTS public.commerce_ordernotices; +DROP SEQUENCE IF EXISTS public.commerce_orderhistories_id_seq; +DROP TABLE IF EXISTS public.commerce_orderhistories; +DROP SEQUENCE IF EXISTS public.commerce_orderadjustments_id_seq; +DROP TABLE IF EXISTS public.commerce_orderadjustments; +DROP SEQUENCE IF EXISTS public.commerce_lineitemstatuses_id_seq; +DROP TABLE IF EXISTS public.commerce_lineitemstatuses; +DROP SEQUENCE IF EXISTS public.commerce_lineitems_id_seq; +DROP TABLE IF EXISTS public.commerce_lineitems; +DROP SEQUENCE IF EXISTS public.commerce_gateways_id_seq; +DROP TABLE IF EXISTS public.commerce_gateways; +DROP SEQUENCE IF EXISTS public.commerce_emails_id_seq; +DROP TABLE IF EXISTS public.commerce_emails; +DROP SEQUENCE IF EXISTS public.commerce_email_discountuses_id_seq; +DROP TABLE IF EXISTS public.commerce_email_discountuses; +DROP SEQUENCE IF EXISTS public.commerce_donations_id_seq; +DROP TABLE IF EXISTS public.commerce_donations; +DROP SEQUENCE IF EXISTS public.commerce_discounts_id_seq; +DROP TABLE IF EXISTS public.commerce_discounts; +DROP SEQUENCE IF EXISTS public.commerce_discount_usergroups_id_seq; +DROP TABLE IF EXISTS public.commerce_discount_usergroups; +DROP SEQUENCE IF EXISTS public.commerce_discount_purchasables_id_seq; +DROP TABLE IF EXISTS public.commerce_discount_purchasables; +DROP SEQUENCE IF EXISTS public.commerce_discount_categories_id_seq; +DROP TABLE IF EXISTS public.commerce_discount_categories; +DROP SEQUENCE IF EXISTS public.commerce_customers_id_seq; +DROP SEQUENCE IF EXISTS public.commerce_customers_addresses_id_seq; +DROP TABLE IF EXISTS public.commerce_customers_addresses; +DROP TABLE IF EXISTS public.commerce_customers; +DROP SEQUENCE IF EXISTS public.commerce_customer_discountuses_id_seq; +DROP TABLE IF EXISTS public.commerce_customer_discountuses; +DROP SEQUENCE IF EXISTS public.commerce_countries_id_seq; +DROP TABLE IF EXISTS public.commerce_countries; +DROP SEQUENCE IF EXISTS public.commerce_addresses_id_seq; +DROP TABLE IF EXISTS public.commerce_addresses; +DROP TABLE IF EXISTS public.changedfields; +DROP TABLE IF EXISTS public.changedattributes; +DROP SEQUENCE IF EXISTS public.categorygroups_sites_id_seq; +DROP TABLE IF EXISTS public.categorygroups_sites; +DROP SEQUENCE IF EXISTS public.categorygroups_id_seq; +DROP TABLE IF EXISTS public.categorygroups; +DROP TABLE IF EXISTS public.categories; +DROP SEQUENCE IF EXISTS public.assettransforms_id_seq; +DROP TABLE IF EXISTS public.assettransforms; +DROP SEQUENCE IF EXISTS public.assettransformindex_id_seq; +DROP TABLE IF EXISTS public.assettransformindex; +DROP TABLE IF EXISTS public.assets; +DROP SEQUENCE IF EXISTS public.assetindexdata_id_seq; +DROP TABLE IF EXISTS public.assetindexdata; +DROP SEQUENCE IF EXISTS public.announcements_id_seq; +DROP TABLE IF EXISTS public.announcements; +DROP SCHEMA IF EXISTS public; +-- +-- Name: public; Type: SCHEMA; Schema: -; Owner: - +-- + +CREATE SCHEMA public; + + +-- +-- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: - +-- + +COMMENT ON SCHEMA public IS 'standard public schema'; + + +SET default_tablespace = ''; + +SET default_table_access_method = heap; + +-- +-- Name: announcements; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.announcements ( + id integer NOT NULL, + "userId" integer NOT NULL, + "pluginId" integer, + heading character varying(255) NOT NULL, + body text NOT NULL, + unread boolean DEFAULT true NOT NULL, + "dateRead" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL +); + + +-- +-- Name: announcements_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.announcements_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: announcements_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.announcements_id_seq OWNED BY public.announcements.id; + + +-- +-- Name: assetindexdata; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.assetindexdata ( + id integer NOT NULL, + "sessionId" character varying(36) DEFAULT ''::character varying NOT NULL, + "volumeId" integer NOT NULL, + uri text, + size bigint, + "timestamp" timestamp(0) without time zone, + "recordId" integer, + "inProgress" boolean DEFAULT false, + completed boolean DEFAULT false, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: assetindexdata_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.assetindexdata_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: assetindexdata_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.assetindexdata_id_seq OWNED BY public.assetindexdata.id; + + +-- +-- Name: assets; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.assets ( + id integer NOT NULL, + "volumeId" integer, + "folderId" integer NOT NULL, + "uploaderId" integer, + filename character varying(255) NOT NULL, + kind character varying(50) DEFAULT 'unknown'::character varying NOT NULL, + width integer, + height integer, + size bigint, + "focalPoint" character varying(13) DEFAULT NULL::character varying, + "deletedWithVolume" boolean, + "keptFile" boolean, + "dateModified" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: assettransformindex; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.assettransformindex ( + id integer NOT NULL, + "assetId" integer NOT NULL, + filename character varying(255), + format character varying(255), + location character varying(255) NOT NULL, + "volumeId" integer, + "fileExists" boolean DEFAULT false NOT NULL, + "inProgress" boolean DEFAULT false NOT NULL, + error boolean DEFAULT false NOT NULL, + "dateIndexed" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: assettransformindex_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.assettransformindex_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: assettransformindex_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.assettransformindex_id_seq OWNED BY public.assettransformindex.id; + + +-- +-- Name: assettransforms; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.assettransforms ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + mode character varying(255) DEFAULT 'crop'::character varying NOT NULL, + "position" character varying(255) DEFAULT 'center-center'::character varying NOT NULL, + width integer, + height integer, + format character varying(255), + quality integer, + interlace character varying(255) DEFAULT 'none'::character varying NOT NULL, + "dimensionChangeTime" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT assettransforms_interlace_check CHECK (((interlace)::text = ANY (ARRAY[('none'::character varying)::text, ('line'::character varying)::text, ('plane'::character varying)::text, ('partition'::character varying)::text]))), + CONSTRAINT assettransforms_mode_check CHECK (((mode)::text = ANY (ARRAY[('stretch'::character varying)::text, ('fit'::character varying)::text, ('crop'::character varying)::text]))), + CONSTRAINT assettransforms_position_check CHECK ((("position")::text = ANY (ARRAY[('top-left'::character varying)::text, ('top-center'::character varying)::text, ('top-right'::character varying)::text, ('center-left'::character varying)::text, ('center-center'::character varying)::text, ('center-right'::character varying)::text, ('bottom-left'::character varying)::text, ('bottom-center'::character varying)::text, ('bottom-right'::character varying)::text]))) +); + + +-- +-- Name: assettransforms_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.assettransforms_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: assettransforms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.assettransforms_id_seq OWNED BY public.assettransforms.id; + + +-- +-- Name: categories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.categories ( + id integer NOT NULL, + "groupId" integer NOT NULL, + "parentId" integer, + "deletedWithGroup" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: categorygroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.categorygroups ( + id integer NOT NULL, + "structureId" integer NOT NULL, + "fieldLayoutId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "defaultPlacement" character varying(255) DEFAULT 'end'::character varying NOT NULL, + CONSTRAINT "categorygroups_defaultPlacement_check" CHECK ((("defaultPlacement")::text = ANY (ARRAY[('beginning'::character varying)::text, ('end'::character varying)::text]))) +); + + +-- +-- Name: categorygroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.categorygroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: categorygroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.categorygroups_id_seq OWNED BY public.categorygroups.id; + + +-- +-- Name: categorygroups_sites; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.categorygroups_sites ( + id integer NOT NULL, + "groupId" integer NOT NULL, + "siteId" integer NOT NULL, + "hasUrls" boolean DEFAULT true NOT NULL, + "uriFormat" text, + template character varying(500), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: categorygroups_sites_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.categorygroups_sites_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: categorygroups_sites_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.categorygroups_sites_id_seq OWNED BY public.categorygroups_sites.id; + + +-- +-- Name: changedattributes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.changedattributes ( + "elementId" integer NOT NULL, + "siteId" integer NOT NULL, + attribute character varying(255) NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + propagated boolean NOT NULL, + "userId" integer +); + + +-- +-- Name: changedfields; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.changedfields ( + "elementId" integer NOT NULL, + "siteId" integer NOT NULL, + "fieldId" integer NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + propagated boolean NOT NULL, + "userId" integer +); + + +-- +-- Name: commerce_addresses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_addresses ( + id integer NOT NULL, + "countryId" integer, + "stateId" integer, + "isStoreLocation" boolean DEFAULT false NOT NULL, + attention character varying(255), + title character varying(255), + "firstName" character varying(255), + "lastName" character varying(255), + "fullName" character varying(255), + address1 character varying(255), + address2 character varying(255), + address3 character varying(255), + city character varying(255), + "zipCode" character varying(255), + phone character varying(255), + "alternativePhone" character varying(255), + label character varying(255), + notes text, + "businessName" character varying(255), + "businessTaxId" character varying(255), + "businessId" character varying(255), + "stateName" character varying(255), + custom1 character varying(255), + custom2 character varying(255), + custom3 character varying(255), + custom4 character varying(255), + "isEstimated" boolean DEFAULT false NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_addresses_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_addresses_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_addresses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_addresses_id_seq OWNED BY public.commerce_addresses.id; + + +-- +-- Name: commerce_countries; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_countries ( + id integer NOT NULL, + name character varying(255) NOT NULL, + iso character varying(2) NOT NULL, + "isStateRequired" boolean, + "sortOrder" integer, + enabled boolean DEFAULT true NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_countries_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_countries_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_countries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_countries_id_seq OWNED BY public.commerce_countries.id; + + +-- +-- Name: commerce_customer_discountuses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_customer_discountuses ( + id integer NOT NULL, + "discountId" integer NOT NULL, + "customerId" integer NOT NULL, + uses integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_customer_discountuses_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_customer_discountuses_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_customer_discountuses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_customer_discountuses_id_seq OWNED BY public.commerce_customer_discountuses.id; + + +-- +-- Name: commerce_customers; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_customers ( + id integer NOT NULL, + "userId" integer, + "primaryBillingAddressId" integer, + "primaryShippingAddressId" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_customers_addresses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_customers_addresses ( + id integer NOT NULL, + "customerId" integer NOT NULL, + "addressId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_customers_addresses_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_customers_addresses_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_customers_addresses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_customers_addresses_id_seq OWNED BY public.commerce_customers_addresses.id; + + +-- +-- Name: commerce_customers_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_customers_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_customers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_customers_id_seq OWNED BY public.commerce_customers.id; + + +-- +-- Name: commerce_discount_categories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_discount_categories ( + id integer NOT NULL, + "discountId" integer NOT NULL, + "categoryId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_discount_categories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_discount_categories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_discount_categories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_discount_categories_id_seq OWNED BY public.commerce_discount_categories.id; + + +-- +-- Name: commerce_discount_purchasables; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_discount_purchasables ( + id integer NOT NULL, + "discountId" integer NOT NULL, + "purchasableId" integer NOT NULL, + "purchasableType" character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_discount_purchasables_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_discount_purchasables_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_discount_purchasables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_discount_purchasables_id_seq OWNED BY public.commerce_discount_purchasables.id; + + +-- +-- Name: commerce_discount_usergroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_discount_usergroups ( + id integer NOT NULL, + "discountId" integer NOT NULL, + "userGroupId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_discount_usergroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_discount_usergroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_discount_usergroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_discount_usergroups_id_seq OWNED BY public.commerce_discount_usergroups.id; + + +-- +-- Name: commerce_discounts; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_discounts ( + id integer NOT NULL, + name character varying(255) NOT NULL, + description text, + code character varying(255), + "perUserLimit" integer DEFAULT 0 NOT NULL, + "perEmailLimit" integer DEFAULT 0 NOT NULL, + "totalDiscountUses" integer DEFAULT 0 NOT NULL, + "totalDiscountUseLimit" integer DEFAULT 0 NOT NULL, + "dateFrom" timestamp(0) without time zone, + "dateTo" timestamp(0) without time zone, + "purchaseTotal" numeric(14,4) DEFAULT 0 NOT NULL, + "purchaseQty" integer DEFAULT 0 NOT NULL, + "maxPurchaseQty" integer DEFAULT 0 NOT NULL, + "baseDiscount" numeric(14,4) DEFAULT 0 NOT NULL, + "baseDiscountType" character varying(255) DEFAULT 'value'::character varying NOT NULL, + "perItemDiscount" numeric(14,4) DEFAULT 0 NOT NULL, + "percentDiscount" numeric(14,4) DEFAULT 0 NOT NULL, + "percentageOffSubject" character varying(255) NOT NULL, + "excludeOnSale" boolean, + "hasFreeShippingForMatchingItems" boolean, + "hasFreeShippingForOrder" boolean, + "allPurchasables" boolean, + "allCategories" boolean, + "appliedTo" character varying(255) DEFAULT 'matchingLineItems'::character varying NOT NULL, + "categoryRelationshipType" character varying(255) DEFAULT 'element'::character varying NOT NULL, + "orderConditionFormula" text, + enabled boolean, + "stopProcessing" boolean, + "ignoreSales" boolean DEFAULT false NOT NULL, + "sortOrder" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "userGroupsCondition" character varying(255) DEFAULT 'userGroupsAnyOrNone'::character varying, + CONSTRAINT "commerce_discounts_appliedTo_check" CHECK ((("appliedTo")::text = ANY (ARRAY[('matchingLineItems'::character varying)::text, ('allLineItems'::character varying)::text]))), + CONSTRAINT "commerce_discounts_baseDiscountType_check" CHECK ((("baseDiscountType")::text = ANY (ARRAY[('value'::character varying)::text, ('percentTotal'::character varying)::text, ('percentTotalDiscounted'::character varying)::text, ('percentItems'::character varying)::text, ('percentItemsDiscounted'::character varying)::text]))), + CONSTRAINT "commerce_discounts_categoryRelationshipType_check" CHECK ((("categoryRelationshipType")::text = ANY (ARRAY[('element'::character varying)::text, ('sourceElement'::character varying)::text, ('targetElement'::character varying)::text]))), + CONSTRAINT "commerce_discounts_percentageOffSubject_check" CHECK ((("percentageOffSubject")::text = ANY (ARRAY[('original'::character varying)::text, ('discounted'::character varying)::text]))) +); + + +-- +-- Name: commerce_discounts_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_discounts_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_discounts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_discounts_id_seq OWNED BY public.commerce_discounts.id; + + +-- +-- Name: commerce_donations; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_donations ( + id integer NOT NULL, + sku character varying(255) NOT NULL, + "availableForPurchase" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_donations_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_donations_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_donations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_donations_id_seq OWNED BY public.commerce_donations.id; + + +-- +-- Name: commerce_email_discountuses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_email_discountuses ( + id integer NOT NULL, + "discountId" integer NOT NULL, + email character varying(255) NOT NULL, + uses integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_email_discountuses_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_email_discountuses_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_email_discountuses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_email_discountuses_id_seq OWNED BY public.commerce_email_discountuses.id; + + +-- +-- Name: commerce_emails; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_emails ( + id integer NOT NULL, + name character varying(255) NOT NULL, + subject character varying(255) NOT NULL, + "recipientType" character varying(255) DEFAULT 'custom'::character varying, + "to" character varying(255), + bcc character varying(255), + cc character varying(255), + "replyTo" character varying(255), + enabled boolean, + "templatePath" character varying(255) NOT NULL, + "plainTextTemplatePath" character varying(255), + "pdfId" integer, + language character varying(255), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT "commerce_emails_recipientType_check" CHECK ((("recipientType")::text = ANY (ARRAY[('customer'::character varying)::text, ('custom'::character varying)::text]))) +); + + +-- +-- Name: commerce_emails_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_emails_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_emails_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_emails_id_seq OWNED BY public.commerce_emails.id; + + +-- +-- Name: commerce_gateways; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_gateways ( + id integer NOT NULL, + type character varying(255) NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + settings text, + "paymentType" character varying(255) DEFAULT 'purchase'::character varying NOT NULL, + "isFrontendEnabled" boolean, + "isArchived" boolean, + "dateArchived" timestamp(0) without time zone, + "sortOrder" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT "commerce_gateways_paymentType_check" CHECK ((("paymentType")::text = ANY (ARRAY[('authorize'::character varying)::text, ('purchase'::character varying)::text]))) +); + + +-- +-- Name: commerce_gateways_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_gateways_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_gateways_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_gateways_id_seq OWNED BY public.commerce_gateways.id; + + +-- +-- Name: commerce_lineitems; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_lineitems ( + id integer NOT NULL, + "orderId" integer NOT NULL, + "purchasableId" integer, + "taxCategoryId" integer NOT NULL, + "shippingCategoryId" integer NOT NULL, + description text, + options text, + "optionsSignature" character varying(255) NOT NULL, + price numeric(14,4) NOT NULL, + "saleAmount" numeric(14,4) DEFAULT 0 NOT NULL, + "salePrice" numeric(14,4) DEFAULT 0 NOT NULL, + sku character varying(255), + weight numeric(14,4) DEFAULT 0 NOT NULL, + height numeric(14,4) DEFAULT 0 NOT NULL, + length numeric(14,4) DEFAULT 0 NOT NULL, + width numeric(14,4) DEFAULT 0 NOT NULL, + subtotal numeric(14,4) DEFAULT 0 NOT NULL, + total numeric(14,4) DEFAULT 0 NOT NULL, + qty integer NOT NULL, + note text, + "privateNote" text, + snapshot text, + "lineItemStatusId" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_lineitems_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_lineitems_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_lineitems_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_lineitems_id_seq OWNED BY public.commerce_lineitems.id; + + +-- +-- Name: commerce_lineitemstatuses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_lineitemstatuses ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + color character varying(255) DEFAULT 'green'::character varying NOT NULL, + "isArchived" boolean DEFAULT false NOT NULL, + "dateArchived" timestamp(0) without time zone, + "sortOrder" integer, + "default" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT commerce_lineitemstatuses_color_check CHECK (((color)::text = ANY (ARRAY[('green'::character varying)::text, ('orange'::character varying)::text, ('red'::character varying)::text, ('blue'::character varying)::text, ('yellow'::character varying)::text, ('pink'::character varying)::text, ('purple'::character varying)::text, ('turquoise'::character varying)::text, ('light'::character varying)::text, ('grey'::character varying)::text, ('black'::character varying)::text]))) +); + + +-- +-- Name: commerce_lineitemstatuses_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_lineitemstatuses_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_lineitemstatuses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_lineitemstatuses_id_seq OWNED BY public.commerce_lineitemstatuses.id; + + +-- +-- Name: commerce_orderadjustments; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_orderadjustments ( + id integer NOT NULL, + "orderId" integer NOT NULL, + "lineItemId" integer, + type character varying(255) NOT NULL, + name character varying(255), + description character varying(255), + amount numeric(14,4) NOT NULL, + included boolean, + "isEstimated" boolean DEFAULT false NOT NULL, + "sourceSnapshot" text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_orderadjustments_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_orderadjustments_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_orderadjustments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_orderadjustments_id_seq OWNED BY public.commerce_orderadjustments.id; + + +-- +-- Name: commerce_orderhistories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_orderhistories ( + id integer NOT NULL, + "orderId" integer NOT NULL, + "customerId" integer NOT NULL, + "prevStatusId" integer, + "newStatusId" integer, + message text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_orderhistories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_orderhistories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_orderhistories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_orderhistories_id_seq OWNED BY public.commerce_orderhistories.id; + + +-- +-- Name: commerce_ordernotices; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_ordernotices ( + id integer NOT NULL, + "orderId" integer NOT NULL, + type character varying(255), + attribute character varying(255), + message text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_ordernotices_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_ordernotices_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_ordernotices_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_ordernotices_id_seq OWNED BY public.commerce_ordernotices.id; + + +-- +-- Name: commerce_orders; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_orders ( + id integer NOT NULL, + "billingAddressId" integer, + "shippingAddressId" integer, + "estimatedBillingAddressId" integer, + "estimatedShippingAddressId" integer, + "gatewayId" integer, + "paymentSourceId" integer, + "customerId" integer, + "orderStatusId" integer, + number character varying(32), + reference character varying(255), + "couponCode" character varying(255), + "itemTotal" numeric(14,4) DEFAULT 0, + "itemSubtotal" numeric(14,4) DEFAULT 0, + total numeric(14,4) DEFAULT 0, + "totalPrice" numeric(14,4) DEFAULT 0, + "totalPaid" numeric(14,4) DEFAULT 0, + "totalDiscount" numeric(14,4) DEFAULT 0, + "totalTax" numeric(14,4) DEFAULT 0, + "totalTaxIncluded" numeric(14,4) DEFAULT 0, + "totalShippingCost" numeric(14,4) DEFAULT 0, + "paidStatus" character varying(255), + email character varying(255), + "isCompleted" boolean, + "dateOrdered" timestamp(0) without time zone, + "datePaid" timestamp(0) without time zone, + "dateAuthorized" timestamp(0) without time zone, + currency character varying(255), + "paymentCurrency" character varying(255), + "lastIp" character varying(255), + "orderLanguage" character varying(12) NOT NULL, + origin character varying(255) DEFAULT 'web'::character varying NOT NULL, + message text, + "registerUserOnOrderComplete" boolean, + "recalculationMode" character varying(255) DEFAULT 'all'::character varying NOT NULL, + "returnUrl" text, + "cancelUrl" text, + "shippingMethodHandle" character varying(255), + "shippingMethodName" character varying(255), + "orderSiteId" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT commerce_orders_origin_check CHECK (((origin)::text = ANY (ARRAY[('web'::character varying)::text, ('cp'::character varying)::text, ('remote'::character varying)::text]))), + CONSTRAINT "commerce_orders_paidStatus_check" CHECK ((("paidStatus")::text = ANY (ARRAY[('paid'::character varying)::text, ('partial'::character varying)::text, ('unpaid'::character varying)::text, ('overPaid'::character varying)::text]))), + CONSTRAINT "commerce_orders_recalculationMode_check" CHECK ((("recalculationMode")::text = ANY (ARRAY[('all'::character varying)::text, ('none'::character varying)::text, ('adjustmentsOnly'::character varying)::text]))) +); + + +-- +-- Name: commerce_orderstatus_emails; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_orderstatus_emails ( + id integer NOT NULL, + "orderStatusId" integer NOT NULL, + "emailId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_orderstatus_emails_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_orderstatus_emails_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_orderstatus_emails_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_orderstatus_emails_id_seq OWNED BY public.commerce_orderstatus_emails.id; + + +-- +-- Name: commerce_orderstatuses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_orderstatuses ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + color character varying(255) DEFAULT 'green'::character varying NOT NULL, + description character varying(255), + "dateDeleted" timestamp(0) without time zone, + "sortOrder" integer, + "default" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT commerce_orderstatuses_color_check CHECK (((color)::text = ANY (ARRAY[('green'::character varying)::text, ('orange'::character varying)::text, ('red'::character varying)::text, ('blue'::character varying)::text, ('yellow'::character varying)::text, ('pink'::character varying)::text, ('purple'::character varying)::text, ('turquoise'::character varying)::text, ('light'::character varying)::text, ('grey'::character varying)::text, ('black'::character varying)::text]))) +); + + +-- +-- Name: commerce_orderstatuses_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_orderstatuses_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_orderstatuses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_orderstatuses_id_seq OWNED BY public.commerce_orderstatuses.id; + + +-- +-- Name: commerce_paymentcurrencies; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_paymentcurrencies ( + id integer NOT NULL, + iso character varying(3) NOT NULL, + "primary" boolean DEFAULT false NOT NULL, + rate numeric(14,4) DEFAULT 0 NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_paymentcurrencies_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_paymentcurrencies_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_paymentcurrencies_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_paymentcurrencies_id_seq OWNED BY public.commerce_paymentcurrencies.id; + + +-- +-- Name: commerce_paymentsources; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_paymentsources ( + id integer NOT NULL, + "userId" integer NOT NULL, + "gatewayId" integer NOT NULL, + token character varying(255) NOT NULL, + description character varying(255), + response text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_paymentsources_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_paymentsources_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_paymentsources_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_paymentsources_id_seq OWNED BY public.commerce_paymentsources.id; + + +-- +-- Name: commerce_pdfs; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_pdfs ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + description character varying(255), + "templatePath" character varying(255) NOT NULL, + "fileNameFormat" character varying(255), + enabled boolean, + "isDefault" boolean, + "sortOrder" integer, + language character varying(255), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_pdfs_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_pdfs_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_pdfs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_pdfs_id_seq OWNED BY public.commerce_pdfs.id; + + +-- +-- Name: commerce_plans; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_plans ( + id integer NOT NULL, + "gatewayId" integer, + "planInformationId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + reference character varying(255) NOT NULL, + enabled boolean NOT NULL, + "planData" text, + "isArchived" boolean NOT NULL, + "dateArchived" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "sortOrder" integer, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_plans_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_plans_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_plans_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_plans_id_seq OWNED BY public.commerce_plans.id; + + +-- +-- Name: commerce_products; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_products ( + id integer NOT NULL, + "typeId" integer, + "taxCategoryId" integer NOT NULL, + "shippingCategoryId" integer NOT NULL, + "defaultVariantId" integer, + "postDate" timestamp(0) without time zone, + "expiryDate" timestamp(0) without time zone, + promotable boolean, + "availableForPurchase" boolean, + "freeShipping" boolean, + "defaultSku" character varying(255), + "defaultPrice" numeric(14,4), + "defaultHeight" numeric(14,4), + "defaultLength" numeric(14,4), + "defaultWidth" numeric(14,4), + "defaultWeight" numeric(14,4), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_producttypes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_producttypes ( + id integer NOT NULL, + "fieldLayoutId" integer, + "variantFieldLayoutId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "hasDimensions" boolean, + "hasVariants" boolean, + "hasVariantTitleField" boolean, + "titleFormat" character varying(255) NOT NULL, + "hasProductTitleField" boolean, + "productTitleFormat" character varying(255), + "skuFormat" character varying(255), + "descriptionFormat" character varying(255), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_producttypes_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_producttypes_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_producttypes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_producttypes_id_seq OWNED BY public.commerce_producttypes.id; + + +-- +-- Name: commerce_producttypes_shippingcategories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_producttypes_shippingcategories ( + id integer NOT NULL, + "productTypeId" integer NOT NULL, + "shippingCategoryId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_producttypes_shippingcategories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_producttypes_shippingcategories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_producttypes_shippingcategories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_producttypes_shippingcategories_id_seq OWNED BY public.commerce_producttypes_shippingcategories.id; + + +-- +-- Name: commerce_producttypes_sites; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_producttypes_sites ( + id integer NOT NULL, + "productTypeId" integer NOT NULL, + "siteId" integer NOT NULL, + "uriFormat" text, + template character varying(500), + "hasUrls" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_producttypes_sites_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_producttypes_sites_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_producttypes_sites_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_producttypes_sites_id_seq OWNED BY public.commerce_producttypes_sites.id; + + +-- +-- Name: commerce_producttypes_taxcategories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_producttypes_taxcategories ( + id integer NOT NULL, + "productTypeId" integer NOT NULL, + "taxCategoryId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_producttypes_taxcategories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_producttypes_taxcategories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_producttypes_taxcategories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_producttypes_taxcategories_id_seq OWNED BY public.commerce_producttypes_taxcategories.id; + + +-- +-- Name: commerce_purchasables; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_purchasables ( + id integer NOT NULL, + sku character varying(255) NOT NULL, + price numeric(14,4) NOT NULL, + description text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_purchasables_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_purchasables_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_purchasables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_purchasables_id_seq OWNED BY public.commerce_purchasables.id; + + +-- +-- Name: commerce_sale_categories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_sale_categories ( + id integer NOT NULL, + "saleId" integer NOT NULL, + "categoryId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_sale_categories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_sale_categories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_sale_categories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_sale_categories_id_seq OWNED BY public.commerce_sale_categories.id; + + +-- +-- Name: commerce_sale_purchasables; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_sale_purchasables ( + id integer NOT NULL, + "saleId" integer NOT NULL, + "purchasableId" integer NOT NULL, + "purchasableType" character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_sale_purchasables_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_sale_purchasables_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_sale_purchasables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_sale_purchasables_id_seq OWNED BY public.commerce_sale_purchasables.id; + + +-- +-- Name: commerce_sale_usergroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_sale_usergroups ( + id integer NOT NULL, + "saleId" integer NOT NULL, + "userGroupId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_sale_usergroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_sale_usergroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_sale_usergroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_sale_usergroups_id_seq OWNED BY public.commerce_sale_usergroups.id; + + +-- +-- Name: commerce_sales; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_sales ( + id integer NOT NULL, + name character varying(255) NOT NULL, + description text, + "dateFrom" timestamp(0) without time zone, + "dateTo" timestamp(0) without time zone, + apply character varying(255) NOT NULL, + "applyAmount" numeric(14,4) NOT NULL, + "allGroups" boolean, + "allPurchasables" boolean, + "allCategories" boolean, + "categoryRelationshipType" character varying(255) DEFAULT 'element'::character varying NOT NULL, + enabled boolean, + "ignorePrevious" boolean, + "stopProcessing" boolean, + "sortOrder" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT commerce_sales_apply_check CHECK (((apply)::text = ANY (ARRAY[('toPercent'::character varying)::text, ('toFlat'::character varying)::text, ('byPercent'::character varying)::text, ('byFlat'::character varying)::text]))), + CONSTRAINT "commerce_sales_categoryRelationshipType_check" CHECK ((("categoryRelationshipType")::text = ANY (ARRAY[('element'::character varying)::text, ('sourceElement'::character varying)::text, ('targetElement'::character varying)::text]))) +); + + +-- +-- Name: commerce_sales_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_sales_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_sales_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_sales_id_seq OWNED BY public.commerce_sales.id; + + +-- +-- Name: commerce_shippingcategories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingcategories ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + description character varying(255), + "default" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_shippingcategories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingcategories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingcategories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingcategories_id_seq OWNED BY public.commerce_shippingcategories.id; + + +-- +-- Name: commerce_shippingmethods; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingmethods ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + enabled boolean, + "isLite" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_shippingmethods_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingmethods_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingmethods_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingmethods_id_seq OWNED BY public.commerce_shippingmethods.id; + + +-- +-- Name: commerce_shippingrule_categories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingrule_categories ( + id integer NOT NULL, + "shippingRuleId" integer, + "shippingCategoryId" integer, + condition character varying(255) NOT NULL, + "perItemRate" numeric(14,4), + "weightRate" numeric(14,4), + "percentageRate" numeric(14,4), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT commerce_shippingrule_categories_condition_check CHECK (((condition)::text = ANY (ARRAY[('allow'::character varying)::text, ('disallow'::character varying)::text, ('require'::character varying)::text]))) +); + + +-- +-- Name: commerce_shippingrule_categories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingrule_categories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingrule_categories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingrule_categories_id_seq OWNED BY public.commerce_shippingrule_categories.id; + + +-- +-- Name: commerce_shippingrules; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingrules ( + id integer NOT NULL, + "shippingZoneId" integer, + "methodId" integer NOT NULL, + name character varying(255) NOT NULL, + description character varying(255), + priority integer DEFAULT 0 NOT NULL, + enabled boolean, + "minQty" integer DEFAULT 0 NOT NULL, + "maxQty" integer DEFAULT 0 NOT NULL, + "minTotal" numeric(14,4) DEFAULT 0 NOT NULL, + "maxTotal" numeric(14,4) DEFAULT 0 NOT NULL, + "minWeight" numeric(14,4) DEFAULT 0 NOT NULL, + "maxWeight" numeric(14,4) DEFAULT 0 NOT NULL, + "baseRate" numeric(14,4) DEFAULT 0 NOT NULL, + "perItemRate" numeric(14,4) DEFAULT 0 NOT NULL, + "weightRate" numeric(14,4) DEFAULT 0 NOT NULL, + "percentageRate" numeric(14,4) DEFAULT 0 NOT NULL, + "minRate" numeric(14,4) DEFAULT 0 NOT NULL, + "maxRate" numeric(14,4) DEFAULT 0 NOT NULL, + "isLite" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "minMaxTotalType" character varying(255) DEFAULT 'salePrice'::character varying NOT NULL, + "orderConditionFormula" text, + CONSTRAINT "commerce_shippingrules_minMaxTotalType_check" CHECK ((("minMaxTotalType")::text = ANY (ARRAY[('salePrice'::character varying)::text, ('salePriceWithDiscounts'::character varying)::text]))) +); + + +-- +-- Name: commerce_shippingrules_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingrules_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingrules_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingrules_id_seq OWNED BY public.commerce_shippingrules.id; + + +-- +-- Name: commerce_shippingzone_countries; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingzone_countries ( + id integer NOT NULL, + "shippingZoneId" integer NOT NULL, + "countryId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_shippingzone_countries_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingzone_countries_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingzone_countries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingzone_countries_id_seq OWNED BY public.commerce_shippingzone_countries.id; + + +-- +-- Name: commerce_shippingzone_states; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingzone_states ( + id integer NOT NULL, + "shippingZoneId" integer NOT NULL, + "stateId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_shippingzone_states_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingzone_states_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingzone_states_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingzone_states_id_seq OWNED BY public.commerce_shippingzone_states.id; + + +-- +-- Name: commerce_shippingzones; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingzones ( + id integer NOT NULL, + name character varying(255) NOT NULL, + description character varying(255), + "isCountryBased" boolean, + "zipCodeConditionFormula" text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_shippingzones_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingzones_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingzones_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingzones_id_seq OWNED BY public.commerce_shippingzones.id; + + +-- +-- Name: commerce_states; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_states ( + id integer NOT NULL, + "countryId" integer NOT NULL, + name character varying(255) NOT NULL, + abbreviation character varying(255), + "sortOrder" integer, + enabled boolean DEFAULT true NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_states_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_states_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_states_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_states_id_seq OWNED BY public.commerce_states.id; + + +-- +-- Name: commerce_subscriptions; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_subscriptions ( + id integer NOT NULL, + "userId" integer NOT NULL, + "planId" integer, + "gatewayId" integer, + "orderId" integer, + reference character varying(255) NOT NULL, + "subscriptionData" text, + "trialDays" integer NOT NULL, + "nextPaymentDate" timestamp(0) without time zone, + "hasStarted" boolean DEFAULT true NOT NULL, + "isSuspended" boolean DEFAULT false NOT NULL, + "dateSuspended" timestamp(0) without time zone, + "isCanceled" boolean NOT NULL, + "dateCanceled" timestamp(0) without time zone, + "isExpired" boolean NOT NULL, + "dateExpired" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_subscriptions_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_subscriptions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_subscriptions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_subscriptions_id_seq OWNED BY public.commerce_subscriptions.id; + + +-- +-- Name: commerce_taxcategories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_taxcategories ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + description character varying(255), + "default" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_taxcategories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_taxcategories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_taxcategories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_taxcategories_id_seq OWNED BY public.commerce_taxcategories.id; + + +-- +-- Name: commerce_taxrates; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_taxrates ( + id integer NOT NULL, + "taxZoneId" integer, + "isEverywhere" boolean, + "taxCategoryId" integer, + name character varying(255) NOT NULL, + code character varying(255), + rate numeric(14,10) NOT NULL, + include boolean, + "isVat" boolean, + taxable character varying(255) NOT NULL, + "isLite" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "removeIncluded" boolean, + "removeVatIncluded" boolean, + CONSTRAINT commerce_taxrates_taxable_check CHECK (((taxable)::text = ANY (ARRAY[('price'::character varying)::text, ('shipping'::character varying)::text, ('price_shipping'::character varying)::text, ('order_total_shipping'::character varying)::text, ('order_total_price'::character varying)::text]))) +); + + +-- +-- Name: commerce_taxrates_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_taxrates_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_taxrates_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_taxrates_id_seq OWNED BY public.commerce_taxrates.id; + + +-- +-- Name: commerce_taxzone_countries; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_taxzone_countries ( + id integer NOT NULL, + "taxZoneId" integer NOT NULL, + "countryId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_taxzone_countries_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_taxzone_countries_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_taxzone_countries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_taxzone_countries_id_seq OWNED BY public.commerce_taxzone_countries.id; + + +-- +-- Name: commerce_taxzone_states; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_taxzone_states ( + id integer NOT NULL, + "taxZoneId" integer NOT NULL, + "stateId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_taxzone_states_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_taxzone_states_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_taxzone_states_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_taxzone_states_id_seq OWNED BY public.commerce_taxzone_states.id; + + +-- +-- Name: commerce_taxzones; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_taxzones ( + id integer NOT NULL, + name character varying(255) NOT NULL, + description character varying(255), + "isCountryBased" boolean, + "zipCodeConditionFormula" text, + "default" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_taxzones_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_taxzones_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_taxzones_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_taxzones_id_seq OWNED BY public.commerce_taxzones.id; + + +-- +-- Name: commerce_transactions; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_transactions ( + id integer NOT NULL, + "orderId" integer NOT NULL, + "parentId" integer, + "gatewayId" integer, + "userId" integer, + hash character varying(32), + type character varying(255) NOT NULL, + amount numeric(14,4), + "paymentAmount" numeric(14,4), + currency character varying(255), + "paymentCurrency" character varying(255), + "paymentRate" numeric(14,4), + status character varying(255) NOT NULL, + reference character varying(255), + code character varying(255), + message text, + note text, + response text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT commerce_transactions_status_check CHECK (((status)::text = ANY (ARRAY[('pending'::character varying)::text, ('redirect'::character varying)::text, ('success'::character varying)::text, ('failed'::character varying)::text, ('processing'::character varying)::text]))), + CONSTRAINT commerce_transactions_type_check CHECK (((type)::text = ANY (ARRAY[('authorize'::character varying)::text, ('capture'::character varying)::text, ('purchase'::character varying)::text, ('refund'::character varying)::text]))) +); + + +-- +-- Name: commerce_transactions_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_transactions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_transactions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_transactions_id_seq OWNED BY public.commerce_transactions.id; + + +-- +-- Name: commerce_variants; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_variants ( + id integer NOT NULL, + "productId" integer, + sku character varying(255) NOT NULL, + "isDefault" boolean, + price numeric(14,4) NOT NULL, + "sortOrder" integer, + width numeric(14,4), + height numeric(14,4), + length numeric(14,4), + weight numeric(14,4), + stock integer DEFAULT 0 NOT NULL, + "hasUnlimitedStock" boolean, + "minQty" integer, + "maxQty" integer, + "deletedWithProduct" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: content; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.content ( + id integer NOT NULL, + "elementId" integer NOT NULL, + "siteId" integer NOT NULL, + title character varying(255), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "field_optimizedImages" text, + "field_plainText" text, + "field_richText" text, + field_seo text +); + + +-- +-- Name: content_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.content_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: content_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.content_id_seq OWNED BY public.content.id; + + +-- +-- Name: craftidtokens; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.craftidtokens ( + id integer NOT NULL, + "userId" integer NOT NULL, + "accessToken" text NOT NULL, + "expiryDate" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: craftidtokens_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.craftidtokens_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: craftidtokens_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.craftidtokens_id_seq OWNED BY public.craftidtokens.id; + + +-- +-- Name: deprecationerrors; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.deprecationerrors ( + id integer NOT NULL, + key character varying(255) NOT NULL, + fingerprint character varying(255) NOT NULL, + "lastOccurrence" timestamp(0) without time zone NOT NULL, + file character varying(255) NOT NULL, + line smallint, + message text, + traces text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: deprecationerrors_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.deprecationerrors_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: deprecationerrors_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.deprecationerrors_id_seq OWNED BY public.deprecationerrors.id; + + +-- +-- Name: drafts; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.drafts ( + id integer NOT NULL, + "sourceId" integer, + "creatorId" integer, + name character varying(255) NOT NULL, + notes text, + "trackChanges" boolean DEFAULT false NOT NULL, + "dateLastMerged" timestamp(0) without time zone, + saved boolean DEFAULT true NOT NULL, + provisional boolean DEFAULT false NOT NULL +); + + +-- +-- Name: drafts_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.drafts_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: drafts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.drafts_id_seq OWNED BY public.drafts.id; + + +-- +-- Name: elementindexsettings; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.elementindexsettings ( + id integer NOT NULL, + type character varying(255) NOT NULL, + settings text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: elementindexsettings_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.elementindexsettings_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: elementindexsettings_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.elementindexsettings_id_seq OWNED BY public.elementindexsettings.id; + + +-- +-- Name: elements; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.elements ( + id integer NOT NULL, + "draftId" integer, + "revisionId" integer, + "fieldLayoutId" integer, + type character varying(255) NOT NULL, + enabled boolean DEFAULT true NOT NULL, + archived boolean DEFAULT false NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "canonicalId" integer, + "dateLastMerged" timestamp(0) without time zone +); + + +-- +-- Name: elements_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.elements_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: elements_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.elements_id_seq OWNED BY public.elements.id; + + +-- +-- Name: elements_sites; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.elements_sites ( + id integer NOT NULL, + "elementId" integer NOT NULL, + "siteId" integer NOT NULL, + slug character varying(255), + uri character varying(255), + enabled boolean DEFAULT true NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: elements_sites_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.elements_sites_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: elements_sites_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.elements_sites_id_seq OWNED BY public.elements_sites.id; + + +-- +-- Name: entries; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.entries ( + id integer NOT NULL, + "sectionId" integer NOT NULL, + "parentId" integer, + "typeId" integer NOT NULL, + "authorId" integer, + "postDate" timestamp(0) without time zone, + "expiryDate" timestamp(0) without time zone, + "deletedWithEntryType" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: entrytypes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.entrytypes ( + id integer NOT NULL, + "sectionId" integer NOT NULL, + "fieldLayoutId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "hasTitleField" boolean DEFAULT true NOT NULL, + "titleTranslationMethod" character varying(255) DEFAULT 'site'::character varying NOT NULL, + "titleTranslationKeyFormat" text, + "titleFormat" character varying(255), + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: entrytypes_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.entrytypes_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: entrytypes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.entrytypes_id_seq OWNED BY public.entrytypes.id; + + +-- +-- Name: fieldgroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.fieldgroups ( + id integer NOT NULL, + name character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: fieldgroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.fieldgroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: fieldgroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.fieldgroups_id_seq OWNED BY public.fieldgroups.id; + + +-- +-- Name: fieldlayoutfields; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.fieldlayoutfields ( + id integer NOT NULL, + "layoutId" integer NOT NULL, + "tabId" integer NOT NULL, + "fieldId" integer NOT NULL, + required boolean DEFAULT false NOT NULL, + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: fieldlayoutfields_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.fieldlayoutfields_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: fieldlayoutfields_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.fieldlayoutfields_id_seq OWNED BY public.fieldlayoutfields.id; + + +-- +-- Name: fieldlayouts; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.fieldlayouts ( + id integer NOT NULL, + type character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: fieldlayouts_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.fieldlayouts_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: fieldlayouts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.fieldlayouts_id_seq OWNED BY public.fieldlayouts.id; + + +-- +-- Name: fieldlayouttabs; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.fieldlayouttabs ( + id integer NOT NULL, + "layoutId" integer NOT NULL, + name character varying(255) NOT NULL, + elements text, + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: fieldlayouttabs_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.fieldlayouttabs_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: fieldlayouttabs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.fieldlayouttabs_id_seq OWNED BY public.fieldlayouttabs.id; + + +-- +-- Name: fields; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.fields ( + id integer NOT NULL, + "groupId" integer, + name character varying(255) NOT NULL, + handle character varying(64) NOT NULL, + context character varying(255) DEFAULT 'global'::character varying NOT NULL, + instructions text, + searchable boolean DEFAULT true NOT NULL, + "translationMethod" character varying(255) DEFAULT 'none'::character varying NOT NULL, + "translationKeyFormat" text, + type character varying(255) NOT NULL, + settings text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "columnSuffix" character(8) +); + + +-- +-- Name: fields_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.fields_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: fields_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.fields_id_seq OWNED BY public.fields.id; + + +-- +-- Name: globalsets; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.globalsets ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "fieldLayoutId" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "sortOrder" smallint +); + + +-- +-- Name: globalsets_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.globalsets_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: globalsets_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.globalsets_id_seq OWNED BY public.globalsets.id; + + +-- +-- Name: gqlschemas; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.gqlschemas ( + id integer NOT NULL, + name character varying(255) NOT NULL, + scope text, + "isPublic" boolean DEFAULT false NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: gqlschemas_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.gqlschemas_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: gqlschemas_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.gqlschemas_id_seq OWNED BY public.gqlschemas.id; + + +-- +-- Name: gqltokens; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.gqltokens ( + id integer NOT NULL, + name character varying(255) NOT NULL, + "accessToken" character varying(255) NOT NULL, + enabled boolean DEFAULT true NOT NULL, + "expiryDate" timestamp(0) without time zone, + "lastUsed" timestamp(0) without time zone, + "schemaId" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: gqltokens_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.gqltokens_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: gqltokens_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.gqltokens_id_seq OWNED BY public.gqltokens.id; + + +-- +-- Name: info; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.info ( + id integer NOT NULL, + version character varying(50) NOT NULL, + "schemaVersion" character varying(15) NOT NULL, + maintenance boolean DEFAULT false NOT NULL, + "configVersion" character(12) DEFAULT '000000000000'::bpchar NOT NULL, + "fieldVersion" character(12) DEFAULT '000000000000'::bpchar NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: info_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.info_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: info_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.info_id_seq OWNED BY public.info.id; + + +-- +-- Name: matrixblocks; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.matrixblocks ( + id integer NOT NULL, + "ownerId" integer NOT NULL, + "fieldId" integer NOT NULL, + "typeId" integer NOT NULL, + "sortOrder" smallint, + "deletedWithOwner" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: matrixblocktypes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.matrixblocktypes ( + id integer NOT NULL, + "fieldId" integer NOT NULL, + "fieldLayoutId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: matrixblocktypes_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.matrixblocktypes_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: matrixblocktypes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.matrixblocktypes_id_seq OWNED BY public.matrixblocktypes.id; + + +-- +-- Name: migrations; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.migrations ( + id integer NOT NULL, + track character varying(255) NOT NULL, + name character varying(255) NOT NULL, + "applyTime" timestamp(0) without time zone NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: migrations_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.migrations_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: migrations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.migrations_id_seq OWNED BY public.migrations.id; + + +-- +-- Name: plugins; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.plugins ( + id integer NOT NULL, + handle character varying(255) NOT NULL, + version character varying(255) NOT NULL, + "schemaVersion" character varying(255) NOT NULL, + "licenseKeyStatus" character varying(255) DEFAULT 'unknown'::character varying NOT NULL, + "licensedEdition" character varying(255), + "installDate" timestamp(0) without time zone NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT "plugins_licenseKeyStatus_check" CHECK ((("licenseKeyStatus")::text = ANY (ARRAY[('valid'::character varying)::text, ('trial'::character varying)::text, ('invalid'::character varying)::text, ('mismatched'::character varying)::text, ('astray'::character varying)::text, ('unknown'::character varying)::text]))) +); + + +-- +-- Name: plugins_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.plugins_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: plugins_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.plugins_id_seq OWNED BY public.plugins.id; + + +-- +-- Name: projectconfig; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.projectconfig ( + path character varying(255) NOT NULL, + value text NOT NULL +); + + +-- +-- Name: queue; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.queue ( + id integer NOT NULL, + channel character varying(255) DEFAULT 'queue'::character varying NOT NULL, + job bytea NOT NULL, + description text, + "timePushed" integer NOT NULL, + ttr integer NOT NULL, + delay integer DEFAULT 0 NOT NULL, + priority integer DEFAULT 1024 NOT NULL, + "dateReserved" timestamp(0) without time zone, + "timeUpdated" integer, + progress smallint DEFAULT 0 NOT NULL, + "progressLabel" character varying(255), + attempt integer, + fail boolean DEFAULT false, + "dateFailed" timestamp(0) without time zone, + error text +); + + +-- +-- Name: queue_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.queue_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: queue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.queue_id_seq OWNED BY public.queue.id; + + +-- +-- Name: relations; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.relations ( + id integer NOT NULL, + "fieldId" integer NOT NULL, + "sourceId" integer NOT NULL, + "sourceSiteId" integer, + "targetId" integer NOT NULL, + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: relations_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.relations_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: relations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.relations_id_seq OWNED BY public.relations.id; + + +-- +-- Name: resourcepaths; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.resourcepaths ( + hash character varying(255) NOT NULL, + path character varying(255) NOT NULL +); + + +-- +-- Name: retour_redirects; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.retour_redirects ( + id integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "siteId" integer, + "associatedElementId" integer NOT NULL, + enabled boolean DEFAULT true, + "redirectSrcUrl" character varying(255) DEFAULT ''::character varying, + "redirectSrcUrlParsed" character varying(255) DEFAULT ''::character varying, + "redirectSrcMatch" character varying(32) DEFAULT 'pathonly'::character varying, + "redirectMatchType" character varying(32) DEFAULT 'exactmatch'::character varying, + "redirectDestUrl" character varying(255) DEFAULT ''::character varying, + "redirectHttpCode" integer DEFAULT 301, + "hitCount" integer DEFAULT 1, + "hitLastTime" timestamp(0) without time zone +); + + +-- +-- Name: retour_redirects_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.retour_redirects_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: retour_redirects_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.retour_redirects_id_seq OWNED BY public.retour_redirects.id; + + +-- +-- Name: retour_static_redirects; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.retour_static_redirects ( + id integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "siteId" integer, + "associatedElementId" integer NOT NULL, + enabled boolean DEFAULT true, + "redirectSrcUrl" character varying(255) DEFAULT ''::character varying, + "redirectSrcUrlParsed" character varying(255) DEFAULT ''::character varying, + "redirectSrcMatch" character varying(32) DEFAULT 'pathonly'::character varying, + "redirectMatchType" character varying(32) DEFAULT 'exactmatch'::character varying, + "redirectDestUrl" character varying(255) DEFAULT ''::character varying, + "redirectHttpCode" integer DEFAULT 301, + "hitCount" integer DEFAULT 1, + "hitLastTime" timestamp(0) without time zone +); + + +-- +-- Name: retour_static_redirects_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.retour_static_redirects_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: retour_static_redirects_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.retour_static_redirects_id_seq OWNED BY public.retour_static_redirects.id; + + +-- +-- Name: retour_stats; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.retour_stats ( + id integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "siteId" integer, + "redirectSrcUrl" character varying(255) DEFAULT ''::character varying, + "referrerUrl" character varying(2000) DEFAULT ''::character varying, + "remoteIp" character varying(45) DEFAULT ''::character varying, + "userAgent" character varying(255) DEFAULT ''::character varying, + "exceptionMessage" character varying(255) DEFAULT ''::character varying, + "exceptionFilePath" character varying(255) DEFAULT ''::character varying, + "exceptionFileLine" integer DEFAULT 0, + "hitCount" integer DEFAULT 1, + "hitLastTime" timestamp(0) without time zone, + "handledByRetour" boolean DEFAULT false +); + + +-- +-- Name: retour_stats_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.retour_stats_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: retour_stats_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.retour_stats_id_seq OWNED BY public.retour_stats.id; + + +-- +-- Name: revisions; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.revisions ( + id integer NOT NULL, + "sourceId" integer NOT NULL, + "creatorId" integer, + num integer NOT NULL, + notes text +); + + +-- +-- Name: revisions_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.revisions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: revisions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.revisions_id_seq OWNED BY public.revisions.id; + + +-- +-- Name: searchindex; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.searchindex ( + "elementId" integer NOT NULL, + attribute character varying(25) NOT NULL, + "fieldId" integer NOT NULL, + "siteId" integer NOT NULL, + keywords text NOT NULL, + keywords_vector tsvector NOT NULL +); + + +-- +-- Name: sections; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.sections ( + id integer NOT NULL, + "structureId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + type character varying(255) DEFAULT 'channel'::character varying NOT NULL, + "enableVersioning" boolean DEFAULT false NOT NULL, + "propagationMethod" character varying(255) DEFAULT 'all'::character varying NOT NULL, + "previewTargets" text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "defaultPlacement" character varying(255) DEFAULT 'end'::character varying NOT NULL, + CONSTRAINT "sections_defaultPlacement_check" CHECK ((("defaultPlacement")::text = ANY (ARRAY[('beginning'::character varying)::text, ('end'::character varying)::text]))), + CONSTRAINT sections_type_check CHECK (((type)::text = ANY (ARRAY[('single'::character varying)::text, ('channel'::character varying)::text, ('structure'::character varying)::text]))) +); + + +-- +-- Name: sections_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.sections_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: sections_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.sections_id_seq OWNED BY public.sections.id; + + +-- +-- Name: sections_sites; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.sections_sites ( + id integer NOT NULL, + "sectionId" integer NOT NULL, + "siteId" integer NOT NULL, + "hasUrls" boolean DEFAULT true NOT NULL, + "uriFormat" text, + template character varying(500), + "enabledByDefault" boolean DEFAULT true NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: sections_sites_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.sections_sites_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: sections_sites_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.sections_sites_id_seq OWNED BY public.sections_sites.id; + + +-- +-- Name: seomatic_metabundles; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.seomatic_metabundles ( + id integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "bundleVersion" character varying(255) DEFAULT ''::character varying NOT NULL, + "sourceBundleType" character varying(255) DEFAULT ''::character varying NOT NULL, + "sourceId" integer, + "sourceName" character varying(255) DEFAULT ''::character varying NOT NULL, + "sourceHandle" character varying(255) DEFAULT ''::character varying NOT NULL, + "sourceType" character varying(64) DEFAULT ''::character varying NOT NULL, + "typeId" integer, + "sourceTemplate" character varying(500) DEFAULT ''::character varying, + "sourceSiteId" integer, + "sourceAltSiteSettings" text, + "sourceDateUpdated" timestamp(0) without time zone NOT NULL, + "metaGlobalVars" text, + "metaSiteVars" text, + "metaSitemapVars" text, + "metaContainers" text, + "redirectsContainer" text, + "frontendTemplatesContainer" text, + "metaBundleSettings" text +); + + +-- +-- Name: seomatic_metabundles_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.seomatic_metabundles_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: seomatic_metabundles_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.seomatic_metabundles_id_seq OWNED BY public.seomatic_metabundles.id; + + +-- +-- Name: sequences; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.sequences ( + name character varying(255) NOT NULL, + next integer DEFAULT 1 NOT NULL +); + + +-- +-- Name: sessions; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.sessions ( + id integer NOT NULL, + "userId" integer NOT NULL, + token character(100) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: sessions_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.sessions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: sessions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.sessions_id_seq OWNED BY public.sessions.id; + + +-- +-- Name: shunnedmessages; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.shunnedmessages ( + id integer NOT NULL, + "userId" integer NOT NULL, + message character varying(255) NOT NULL, + "expiryDate" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: shunnedmessages_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.shunnedmessages_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: shunnedmessages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.shunnedmessages_id_seq OWNED BY public.shunnedmessages.id; + + +-- +-- Name: sitegroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.sitegroups ( + id integer NOT NULL, + name character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: sitegroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.sitegroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: sitegroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.sitegroups_id_seq OWNED BY public.sitegroups.id; + + +-- +-- Name: sites; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.sites ( + id integer NOT NULL, + "groupId" integer NOT NULL, + "primary" boolean NOT NULL, + enabled boolean DEFAULT true NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + language character varying(12) NOT NULL, + "hasUrls" boolean DEFAULT false NOT NULL, + "baseUrl" character varying(255), + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: sites_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.sites_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: sites_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.sites_id_seq OWNED BY public.sites.id; + + +-- +-- Name: structureelements; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.structureelements ( + id integer NOT NULL, + "structureId" integer NOT NULL, + "elementId" integer, + root integer, + lft integer NOT NULL, + rgt integer NOT NULL, + level smallint NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: structureelements_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.structureelements_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: structureelements_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.structureelements_id_seq OWNED BY public.structureelements.id; + + +-- +-- Name: structures; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.structures ( + id integer NOT NULL, + "maxLevels" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: structures_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.structures_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: structures_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.structures_id_seq OWNED BY public.structures.id; + + +-- +-- Name: systemmessages; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.systemmessages ( + id integer NOT NULL, + language character varying(255) NOT NULL, + key character varying(255) NOT NULL, + subject text NOT NULL, + body text NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: systemmessages_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.systemmessages_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: systemmessages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.systemmessages_id_seq OWNED BY public.systemmessages.id; + + +-- +-- Name: taggroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.taggroups ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "fieldLayoutId" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: taggroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.taggroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: taggroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.taggroups_id_seq OWNED BY public.taggroups.id; + + +-- +-- Name: tags; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.tags ( + id integer NOT NULL, + "groupId" integer NOT NULL, + "deletedWithGroup" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: templatecacheelements; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.templatecacheelements ( + id integer NOT NULL, + "cacheId" integer NOT NULL, + "elementId" integer NOT NULL +); + + +-- +-- Name: templatecacheelements_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.templatecacheelements_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: templatecacheelements_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.templatecacheelements_id_seq OWNED BY public.templatecacheelements.id; + + +-- +-- Name: templatecachequeries; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.templatecachequeries ( + id integer NOT NULL, + "cacheId" integer NOT NULL, + type character varying(255) NOT NULL, + query text NOT NULL +); + + +-- +-- Name: templatecachequeries_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.templatecachequeries_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: templatecachequeries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.templatecachequeries_id_seq OWNED BY public.templatecachequeries.id; + + +-- +-- Name: templatecaches; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.templatecaches ( + id integer NOT NULL, + "siteId" integer NOT NULL, + "cacheKey" character varying(255) NOT NULL, + path character varying(255), + "expiryDate" timestamp(0) without time zone NOT NULL, + body text NOT NULL +); + + +-- +-- Name: templatecaches_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.templatecaches_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: templatecaches_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.templatecaches_id_seq OWNED BY public.templatecaches.id; + + +-- +-- Name: tokens; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.tokens ( + id integer NOT NULL, + token character(32) NOT NULL, + route text, + "usageLimit" smallint, + "usageCount" smallint, + "expiryDate" timestamp(0) without time zone NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: tokens_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.tokens_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: tokens_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.tokens_id_seq OWNED BY public.tokens.id; + + +-- +-- Name: usergroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.usergroups ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + description text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: usergroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.usergroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: usergroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.usergroups_id_seq OWNED BY public.usergroups.id; + + +-- +-- Name: usergroups_users; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.usergroups_users ( + id integer NOT NULL, + "groupId" integer NOT NULL, + "userId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: usergroups_users_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.usergroups_users_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: usergroups_users_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.usergroups_users_id_seq OWNED BY public.usergroups_users.id; + + +-- +-- Name: userpermissions; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.userpermissions ( + id integer NOT NULL, + name character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: userpermissions_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.userpermissions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: userpermissions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.userpermissions_id_seq OWNED BY public.userpermissions.id; + + +-- +-- Name: userpermissions_usergroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.userpermissions_usergroups ( + id integer NOT NULL, + "permissionId" integer NOT NULL, + "groupId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: userpermissions_usergroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.userpermissions_usergroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: userpermissions_usergroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.userpermissions_usergroups_id_seq OWNED BY public.userpermissions_usergroups.id; + + +-- +-- Name: userpermissions_users; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.userpermissions_users ( + id integer NOT NULL, + "permissionId" integer NOT NULL, + "userId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: userpermissions_users_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.userpermissions_users_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: userpermissions_users_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.userpermissions_users_id_seq OWNED BY public.userpermissions_users.id; + + +-- +-- Name: userpreferences; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.userpreferences ( + "userId" integer NOT NULL, + preferences text +); + + +-- +-- Name: userpreferences_userId_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public."userpreferences_userId_seq" + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: userpreferences_userId_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public."userpreferences_userId_seq" OWNED BY public.userpreferences."userId"; + + +-- +-- Name: users; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.users ( + id integer NOT NULL, + username character varying(100) NOT NULL, + "photoId" integer, + "firstName" character varying(100), + "lastName" character varying(100), + email character varying(255) NOT NULL, + password character varying(255), + admin boolean DEFAULT false NOT NULL, + locked boolean DEFAULT false NOT NULL, + suspended boolean DEFAULT false NOT NULL, + pending boolean DEFAULT false NOT NULL, + "lastLoginDate" timestamp(0) without time zone, + "lastLoginAttemptIp" character varying(45), + "invalidLoginWindowStart" timestamp(0) without time zone, + "invalidLoginCount" smallint, + "lastInvalidLoginDate" timestamp(0) without time zone, + "lockoutDate" timestamp(0) without time zone, + "hasDashboard" boolean DEFAULT false NOT NULL, + "verificationCode" character varying(255), + "verificationCodeIssuedDate" timestamp(0) without time zone, + "unverifiedEmail" character varying(255), + "passwordResetRequired" boolean DEFAULT false NOT NULL, + "lastPasswordChangeDate" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: volumefolders; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.volumefolders ( + id integer NOT NULL, + "parentId" integer, + "volumeId" integer, + name character varying(255) NOT NULL, + path character varying(255), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: volumefolders_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.volumefolders_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: volumefolders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.volumefolders_id_seq OWNED BY public.volumefolders.id; + + +-- +-- Name: volumes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.volumes ( + id integer NOT NULL, + "fieldLayoutId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + type character varying(255) NOT NULL, + "hasUrls" boolean DEFAULT true NOT NULL, + url character varying(255), + "titleTranslationMethod" character varying(255) DEFAULT 'site'::character varying NOT NULL, + "titleTranslationKeyFormat" text, + settings text, + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: volumes_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.volumes_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: volumes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.volumes_id_seq OWNED BY public.volumes.id; + + +-- +-- Name: webperf_data_samples; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.webperf_data_samples ( + id integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "requestId" bigint, + "siteId" integer, + title character varying(120), + url character varying(255) DEFAULT ''::character varying NOT NULL, + "queryString" character varying(255) DEFAULT ''::character varying, + dns integer, + connect integer, + "firstByte" integer, + "firstPaint" integer, + "firstContentfulPaint" integer, + "domInteractive" integer, + "pageLoad" integer, + "countryCode" character varying(2), + device character varying(50), + browser character varying(50), + os character varying(50), + mobile boolean, + "craftTotalMs" integer, + "craftDbMs" integer, + "craftDbCnt" integer, + "craftTwigMs" integer, + "craftTwigCnt" integer, + "craftOtherMs" integer, + "craftOtherCnt" integer, + "craftTotalMemory" integer +); + + +-- +-- Name: webperf_data_samples_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.webperf_data_samples_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: webperf_data_samples_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.webperf_data_samples_id_seq OWNED BY public.webperf_data_samples.id; + + +-- +-- Name: webperf_error_samples; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.webperf_error_samples ( + id integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "requestId" bigint, + "siteId" integer, + title character varying(120), + url character varying(255) DEFAULT ''::character varying NOT NULL, + "queryString" character varying(255) DEFAULT ''::character varying, + type character varying(16) DEFAULT ''::character varying, + "pageErrors" text +); + + +-- +-- Name: webperf_error_samples_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.webperf_error_samples_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: webperf_error_samples_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.webperf_error_samples_id_seq OWNED BY public.webperf_error_samples.id; + + +-- +-- Name: widgets; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.widgets ( + id integer NOT NULL, + "userId" integer NOT NULL, + type character varying(255) NOT NULL, + "sortOrder" smallint, + colspan smallint, + settings text, + enabled boolean DEFAULT true NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: widgets_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.widgets_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: widgets_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.widgets_id_seq OWNED BY public.widgets.id; + + +-- +-- Name: announcements id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.announcements ALTER COLUMN id SET DEFAULT nextval('public.announcements_id_seq'::regclass); + + +-- +-- Name: assetindexdata id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assetindexdata ALTER COLUMN id SET DEFAULT nextval('public.assetindexdata_id_seq'::regclass); + + +-- +-- Name: assettransformindex id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assettransformindex ALTER COLUMN id SET DEFAULT nextval('public.assettransformindex_id_seq'::regclass); + + +-- +-- Name: assettransforms id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assettransforms ALTER COLUMN id SET DEFAULT nextval('public.assettransforms_id_seq'::regclass); + + +-- +-- Name: categorygroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups ALTER COLUMN id SET DEFAULT nextval('public.categorygroups_id_seq'::regclass); + + +-- +-- Name: categorygroups_sites id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups_sites ALTER COLUMN id SET DEFAULT nextval('public.categorygroups_sites_id_seq'::regclass); + + +-- +-- Name: commerce_addresses id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_addresses ALTER COLUMN id SET DEFAULT nextval('public.commerce_addresses_id_seq'::regclass); + + +-- +-- Name: commerce_countries id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_countries ALTER COLUMN id SET DEFAULT nextval('public.commerce_countries_id_seq'::regclass); + + +-- +-- Name: commerce_customer_discountuses id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customer_discountuses ALTER COLUMN id SET DEFAULT nextval('public.commerce_customer_discountuses_id_seq'::regclass); + + +-- +-- Name: commerce_customers id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers ALTER COLUMN id SET DEFAULT nextval('public.commerce_customers_id_seq'::regclass); + + +-- +-- Name: commerce_customers_addresses id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers_addresses ALTER COLUMN id SET DEFAULT nextval('public.commerce_customers_addresses_id_seq'::regclass); + + +-- +-- Name: commerce_discount_categories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_categories ALTER COLUMN id SET DEFAULT nextval('public.commerce_discount_categories_id_seq'::regclass); + + +-- +-- Name: commerce_discount_purchasables id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_purchasables ALTER COLUMN id SET DEFAULT nextval('public.commerce_discount_purchasables_id_seq'::regclass); + + +-- +-- Name: commerce_discount_usergroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_usergroups ALTER COLUMN id SET DEFAULT nextval('public.commerce_discount_usergroups_id_seq'::regclass); + + +-- +-- Name: commerce_discounts id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discounts ALTER COLUMN id SET DEFAULT nextval('public.commerce_discounts_id_seq'::regclass); + + +-- +-- Name: commerce_donations id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_donations ALTER COLUMN id SET DEFAULT nextval('public.commerce_donations_id_seq'::regclass); + + +-- +-- Name: commerce_email_discountuses id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_email_discountuses ALTER COLUMN id SET DEFAULT nextval('public.commerce_email_discountuses_id_seq'::regclass); + + +-- +-- Name: commerce_emails id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_emails ALTER COLUMN id SET DEFAULT nextval('public.commerce_emails_id_seq'::regclass); + + +-- +-- Name: commerce_gateways id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_gateways ALTER COLUMN id SET DEFAULT nextval('public.commerce_gateways_id_seq'::regclass); + + +-- +-- Name: commerce_lineitems id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitems ALTER COLUMN id SET DEFAULT nextval('public.commerce_lineitems_id_seq'::regclass); + + +-- +-- Name: commerce_lineitemstatuses id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitemstatuses ALTER COLUMN id SET DEFAULT nextval('public.commerce_lineitemstatuses_id_seq'::regclass); + + +-- +-- Name: commerce_orderadjustments id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderadjustments ALTER COLUMN id SET DEFAULT nextval('public.commerce_orderadjustments_id_seq'::regclass); + + +-- +-- Name: commerce_orderhistories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderhistories ALTER COLUMN id SET DEFAULT nextval('public.commerce_orderhistories_id_seq'::regclass); + + +-- +-- Name: commerce_ordernotices id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_ordernotices ALTER COLUMN id SET DEFAULT nextval('public.commerce_ordernotices_id_seq'::regclass); + + +-- +-- Name: commerce_orderstatus_emails id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderstatus_emails ALTER COLUMN id SET DEFAULT nextval('public.commerce_orderstatus_emails_id_seq'::regclass); + + +-- +-- Name: commerce_orderstatuses id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderstatuses ALTER COLUMN id SET DEFAULT nextval('public.commerce_orderstatuses_id_seq'::regclass); + + +-- +-- Name: commerce_paymentcurrencies id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_paymentcurrencies ALTER COLUMN id SET DEFAULT nextval('public.commerce_paymentcurrencies_id_seq'::regclass); + + +-- +-- Name: commerce_paymentsources id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_paymentsources ALTER COLUMN id SET DEFAULT nextval('public.commerce_paymentsources_id_seq'::regclass); + + +-- +-- Name: commerce_pdfs id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_pdfs ALTER COLUMN id SET DEFAULT nextval('public.commerce_pdfs_id_seq'::regclass); + + +-- +-- Name: commerce_plans id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_plans ALTER COLUMN id SET DEFAULT nextval('public.commerce_plans_id_seq'::regclass); + + +-- +-- Name: commerce_producttypes id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes ALTER COLUMN id SET DEFAULT nextval('public.commerce_producttypes_id_seq'::regclass); + + +-- +-- Name: commerce_producttypes_shippingcategories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_shippingcategories ALTER COLUMN id SET DEFAULT nextval('public.commerce_producttypes_shippingcategories_id_seq'::regclass); + + +-- +-- Name: commerce_producttypes_sites id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_sites ALTER COLUMN id SET DEFAULT nextval('public.commerce_producttypes_sites_id_seq'::regclass); + + +-- +-- Name: commerce_producttypes_taxcategories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_taxcategories ALTER COLUMN id SET DEFAULT nextval('public.commerce_producttypes_taxcategories_id_seq'::regclass); + + +-- +-- Name: commerce_purchasables id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_purchasables ALTER COLUMN id SET DEFAULT nextval('public.commerce_purchasables_id_seq'::regclass); + + +-- +-- Name: commerce_sale_categories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_categories ALTER COLUMN id SET DEFAULT nextval('public.commerce_sale_categories_id_seq'::regclass); + + +-- +-- Name: commerce_sale_purchasables id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_purchasables ALTER COLUMN id SET DEFAULT nextval('public.commerce_sale_purchasables_id_seq'::regclass); + + +-- +-- Name: commerce_sale_usergroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_usergroups ALTER COLUMN id SET DEFAULT nextval('public.commerce_sale_usergroups_id_seq'::regclass); + + +-- +-- Name: commerce_sales id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sales ALTER COLUMN id SET DEFAULT nextval('public.commerce_sales_id_seq'::regclass); + + +-- +-- Name: commerce_shippingcategories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingcategories ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingcategories_id_seq'::regclass); + + +-- +-- Name: commerce_shippingmethods id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingmethods ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingmethods_id_seq'::regclass); + + +-- +-- Name: commerce_shippingrule_categories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrule_categories ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingrule_categories_id_seq'::regclass); + + +-- +-- Name: commerce_shippingrules id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrules ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingrules_id_seq'::regclass); + + +-- +-- Name: commerce_shippingzone_countries id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_countries ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingzone_countries_id_seq'::regclass); + + +-- +-- Name: commerce_shippingzone_states id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_states ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingzone_states_id_seq'::regclass); + + +-- +-- Name: commerce_shippingzones id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzones ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingzones_id_seq'::regclass); + + +-- +-- Name: commerce_states id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_states ALTER COLUMN id SET DEFAULT nextval('public.commerce_states_id_seq'::regclass); + + +-- +-- Name: commerce_subscriptions id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions ALTER COLUMN id SET DEFAULT nextval('public.commerce_subscriptions_id_seq'::regclass); + + +-- +-- Name: commerce_taxcategories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxcategories ALTER COLUMN id SET DEFAULT nextval('public.commerce_taxcategories_id_seq'::regclass); + + +-- +-- Name: commerce_taxrates id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxrates ALTER COLUMN id SET DEFAULT nextval('public.commerce_taxrates_id_seq'::regclass); + + +-- +-- Name: commerce_taxzone_countries id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_countries ALTER COLUMN id SET DEFAULT nextval('public.commerce_taxzone_countries_id_seq'::regclass); + + +-- +-- Name: commerce_taxzone_states id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_states ALTER COLUMN id SET DEFAULT nextval('public.commerce_taxzone_states_id_seq'::regclass); + + +-- +-- Name: commerce_taxzones id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzones ALTER COLUMN id SET DEFAULT nextval('public.commerce_taxzones_id_seq'::regclass); + + +-- +-- Name: commerce_transactions id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_transactions ALTER COLUMN id SET DEFAULT nextval('public.commerce_transactions_id_seq'::regclass); + + +-- +-- Name: content id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.content ALTER COLUMN id SET DEFAULT nextval('public.content_id_seq'::regclass); + + +-- +-- Name: craftidtokens id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.craftidtokens ALTER COLUMN id SET DEFAULT nextval('public.craftidtokens_id_seq'::regclass); + + +-- +-- Name: deprecationerrors id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.deprecationerrors ALTER COLUMN id SET DEFAULT nextval('public.deprecationerrors_id_seq'::regclass); + + +-- +-- Name: drafts id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.drafts ALTER COLUMN id SET DEFAULT nextval('public.drafts_id_seq'::regclass); + + +-- +-- Name: elementindexsettings id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elementindexsettings ALTER COLUMN id SET DEFAULT nextval('public.elementindexsettings_id_seq'::regclass); + + +-- +-- Name: elements id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements ALTER COLUMN id SET DEFAULT nextval('public.elements_id_seq'::regclass); + + +-- +-- Name: elements_sites id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements_sites ALTER COLUMN id SET DEFAULT nextval('public.elements_sites_id_seq'::regclass); + + +-- +-- Name: entrytypes id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entrytypes ALTER COLUMN id SET DEFAULT nextval('public.entrytypes_id_seq'::regclass); + + +-- +-- Name: fieldgroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldgroups ALTER COLUMN id SET DEFAULT nextval('public.fieldgroups_id_seq'::regclass); + + +-- +-- Name: fieldlayoutfields id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayoutfields ALTER COLUMN id SET DEFAULT nextval('public.fieldlayoutfields_id_seq'::regclass); + + +-- +-- Name: fieldlayouts id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayouts ALTER COLUMN id SET DEFAULT nextval('public.fieldlayouts_id_seq'::regclass); + + +-- +-- Name: fieldlayouttabs id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayouttabs ALTER COLUMN id SET DEFAULT nextval('public.fieldlayouttabs_id_seq'::regclass); + + +-- +-- Name: fields id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fields ALTER COLUMN id SET DEFAULT nextval('public.fields_id_seq'::regclass); + + +-- +-- Name: globalsets id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.globalsets ALTER COLUMN id SET DEFAULT nextval('public.globalsets_id_seq'::regclass); + + +-- +-- Name: gqlschemas id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.gqlschemas ALTER COLUMN id SET DEFAULT nextval('public.gqlschemas_id_seq'::regclass); + + +-- +-- Name: gqltokens id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.gqltokens ALTER COLUMN id SET DEFAULT nextval('public.gqltokens_id_seq'::regclass); + + +-- +-- Name: info id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.info ALTER COLUMN id SET DEFAULT nextval('public.info_id_seq'::regclass); + + +-- +-- Name: matrixblocktypes id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocktypes ALTER COLUMN id SET DEFAULT nextval('public.matrixblocktypes_id_seq'::regclass); + + +-- +-- Name: migrations id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.migrations ALTER COLUMN id SET DEFAULT nextval('public.migrations_id_seq'::regclass); + + +-- +-- Name: plugins id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.plugins ALTER COLUMN id SET DEFAULT nextval('public.plugins_id_seq'::regclass); + + +-- +-- Name: queue id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.queue ALTER COLUMN id SET DEFAULT nextval('public.queue_id_seq'::regclass); + + +-- +-- Name: relations id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.relations ALTER COLUMN id SET DEFAULT nextval('public.relations_id_seq'::regclass); + + +-- +-- Name: retour_redirects id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_redirects ALTER COLUMN id SET DEFAULT nextval('public.retour_redirects_id_seq'::regclass); + + +-- +-- Name: retour_static_redirects id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_static_redirects ALTER COLUMN id SET DEFAULT nextval('public.retour_static_redirects_id_seq'::regclass); + + +-- +-- Name: retour_stats id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_stats ALTER COLUMN id SET DEFAULT nextval('public.retour_stats_id_seq'::regclass); + + +-- +-- Name: revisions id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.revisions ALTER COLUMN id SET DEFAULT nextval('public.revisions_id_seq'::regclass); + + +-- +-- Name: sections id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections ALTER COLUMN id SET DEFAULT nextval('public.sections_id_seq'::regclass); + + +-- +-- Name: sections_sites id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections_sites ALTER COLUMN id SET DEFAULT nextval('public.sections_sites_id_seq'::regclass); + + +-- +-- Name: seomatic_metabundles id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.seomatic_metabundles ALTER COLUMN id SET DEFAULT nextval('public.seomatic_metabundles_id_seq'::regclass); + + +-- +-- Name: sessions id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sessions ALTER COLUMN id SET DEFAULT nextval('public.sessions_id_seq'::regclass); + + +-- +-- Name: shunnedmessages id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.shunnedmessages ALTER COLUMN id SET DEFAULT nextval('public.shunnedmessages_id_seq'::regclass); + + +-- +-- Name: sitegroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sitegroups ALTER COLUMN id SET DEFAULT nextval('public.sitegroups_id_seq'::regclass); + + +-- +-- Name: sites id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sites ALTER COLUMN id SET DEFAULT nextval('public.sites_id_seq'::regclass); + + +-- +-- Name: structureelements id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.structureelements ALTER COLUMN id SET DEFAULT nextval('public.structureelements_id_seq'::regclass); + + +-- +-- Name: structures id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.structures ALTER COLUMN id SET DEFAULT nextval('public.structures_id_seq'::regclass); + + +-- +-- Name: systemmessages id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.systemmessages ALTER COLUMN id SET DEFAULT nextval('public.systemmessages_id_seq'::regclass); + + +-- +-- Name: taggroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.taggroups ALTER COLUMN id SET DEFAULT nextval('public.taggroups_id_seq'::regclass); + + +-- +-- Name: templatecacheelements id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.templatecacheelements ALTER COLUMN id SET DEFAULT nextval('public.templatecacheelements_id_seq'::regclass); + + +-- +-- Name: templatecachequeries id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.templatecachequeries ALTER COLUMN id SET DEFAULT nextval('public.templatecachequeries_id_seq'::regclass); + + +-- +-- Name: templatecaches id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.templatecaches ALTER COLUMN id SET DEFAULT nextval('public.templatecaches_id_seq'::regclass); + + +-- +-- Name: tokens id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.tokens ALTER COLUMN id SET DEFAULT nextval('public.tokens_id_seq'::regclass); + + +-- +-- Name: usergroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usergroups ALTER COLUMN id SET DEFAULT nextval('public.usergroups_id_seq'::regclass); + + +-- +-- Name: usergroups_users id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usergroups_users ALTER COLUMN id SET DEFAULT nextval('public.usergroups_users_id_seq'::regclass); + + +-- +-- Name: userpermissions id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions ALTER COLUMN id SET DEFAULT nextval('public.userpermissions_id_seq'::regclass); + + +-- +-- Name: userpermissions_usergroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_usergroups ALTER COLUMN id SET DEFAULT nextval('public.userpermissions_usergroups_id_seq'::regclass); + + +-- +-- Name: userpermissions_users id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_users ALTER COLUMN id SET DEFAULT nextval('public.userpermissions_users_id_seq'::regclass); + + +-- +-- Name: userpreferences userId; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpreferences ALTER COLUMN "userId" SET DEFAULT nextval('public."userpreferences_userId_seq"'::regclass); + + +-- +-- Name: volumefolders id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumefolders ALTER COLUMN id SET DEFAULT nextval('public.volumefolders_id_seq'::regclass); + + +-- +-- Name: volumes id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumes ALTER COLUMN id SET DEFAULT nextval('public.volumes_id_seq'::regclass); + + +-- +-- Name: webperf_data_samples id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.webperf_data_samples ALTER COLUMN id SET DEFAULT nextval('public.webperf_data_samples_id_seq'::regclass); + + +-- +-- Name: webperf_error_samples id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.webperf_error_samples ALTER COLUMN id SET DEFAULT nextval('public.webperf_error_samples_id_seq'::regclass); + + +-- +-- Name: widgets id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.widgets ALTER COLUMN id SET DEFAULT nextval('public.widgets_id_seq'::regclass); + + +-- +-- Data for Name: announcements; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: assets; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: assettransforms; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: categories; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.categories (id, "groupId", "parentId", "deletedWithGroup", "dateCreated", "dateUpdated", uid) VALUES (9, 1, NULL, NULL, '2021-04-01 02:58:45', '2021-04-01 02:58:45', 'e8b7d3c8-d271-4946-9dd8-12de3ecde317'); +INSERT INTO public.categories (id, "groupId", "parentId", "deletedWithGroup", "dateCreated", "dateUpdated", uid) VALUES (10, 1, NULL, NULL, '2021-04-01 02:58:52', '2021-04-01 02:58:52', '1162addf-7250-4283-9404-6d8a5b030e4c'); + + +-- +-- Data for Name: categorygroups; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.categorygroups (id, "structureId", "fieldLayoutId", name, handle, "dateCreated", "dateUpdated", "dateDeleted", uid, "defaultPlacement") VALUES (1, 1, 9, 'Category', 'category', '2021-04-01 02:58:32', '2021-04-01 02:58:32', NULL, 'b8fd3909-9af1-42c4-8c5e-2716a2a1957e', 'end'); + + +-- +-- Data for Name: categorygroups_sites; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.categorygroups_sites (id, "groupId", "siteId", "hasUrls", "uriFormat", template, "dateCreated", "dateUpdated", uid) VALUES (1, 1, 1, true, 'category/{slug}', NULL, '2021-04-01 02:58:32', '2021-04-01 02:58:32', '4f0cd379-f612-4ec4-95f1-f3916cb53474'); +INSERT INTO public.categorygroups_sites (id, "groupId", "siteId", "hasUrls", "uriFormat", template, "dateCreated", "dateUpdated", uid) VALUES (2, 1, 2, true, 'category/{slug}', NULL, '2021-04-01 02:58:32', '2021-04-01 02:58:32', 'd1d4e7d7-46c6-43b8-9c07-926e36173f13'); + + +-- +-- Data for Name: changedattributes; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.changedattributes ("elementId", "siteId", attribute, "dateUpdated", propagated, "userId") VALUES (2, 1, 'username', '2021-03-15 16:24:54', false, 2); +INSERT INTO public.changedattributes ("elementId", "siteId", attribute, "dateUpdated", propagated, "userId") VALUES (2, 1, 'firstName', '2021-03-15 16:24:54', false, 2); +INSERT INTO public.changedattributes ("elementId", "siteId", attribute, "dateUpdated", propagated, "userId") VALUES (2, 1, 'lastName', '2021-03-15 16:24:54', false, 2); +INSERT INTO public.changedattributes ("elementId", "siteId", attribute, "dateUpdated", propagated, "userId") VALUES (2, 1, 'password', '2021-03-15 16:24:54', false, 2); +INSERT INTO public.changedattributes ("elementId", "siteId", attribute, "dateUpdated", propagated, "userId") VALUES (2, 1, 'lastPasswordChangeDate', '2021-03-15 16:24:54', false, 2); + + +-- +-- Data for Name: changedfields; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.changedfields ("elementId", "siteId", "fieldId", "dateUpdated", propagated, "userId") VALUES (1, 2, 7, '2021-03-15 16:31:44', true, NULL); +INSERT INTO public.changedfields ("elementId", "siteId", "fieldId", "dateUpdated", propagated, "userId") VALUES (1, 2, 8, '2021-03-15 16:31:44', true, NULL); +INSERT INTO public.changedfields ("elementId", "siteId", "fieldId", "dateUpdated", propagated, "userId") VALUES (1, 2, 9, '2021-03-15 16:31:44', true, NULL); +INSERT INTO public.changedfields ("elementId", "siteId", "fieldId", "dateUpdated", propagated, "userId") VALUES (1, 1, 7, '2021-03-15 16:31:44', false, NULL); +INSERT INTO public.changedfields ("elementId", "siteId", "fieldId", "dateUpdated", propagated, "userId") VALUES (1, 1, 8, '2021-03-15 16:31:44', false, NULL); +INSERT INTO public.changedfields ("elementId", "siteId", "fieldId", "dateUpdated", propagated, "userId") VALUES (1, 1, 9, '2021-03-15 16:31:44', false, NULL); + + +-- +-- Data for Name: commerce_addresses; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_countries; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (1, 'Afghanistan', 'AF', NULL, 1, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3eae579e-a85e-485e-9580-3d9c25f67448'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (2, 'Aland Islands', 'AX', NULL, 2, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '168f5329-a718-4697-ba37-fa50b32d4277'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (3, 'Albania', 'AL', NULL, 3, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '998cbdd1-1613-44e4-a340-8ea8cabfc223'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (4, 'Algeria', 'DZ', NULL, 4, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ccd61a2e-d949-4373-9542-872ab3e8069f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (5, 'American Samoa', 'AS', NULL, 5, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7b42dabb-6cf9-4c45-827d-427995690463'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (6, 'Andorra', 'AD', NULL, 6, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '14bfd6ae-39d3-4e47-8c2b-87da8a2bf942'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (7, 'Angola', 'AO', NULL, 7, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2d860f58-b1ae-46af-829f-e2c460ae62fa'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (8, 'Anguilla', 'AI', NULL, 8, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6df6b476-21e6-4911-ae72-09124283b76c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (9, 'Antarctica', 'AQ', NULL, 9, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '462f3081-99b1-4982-814e-530b45702e99'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (10, 'Antigua and Barbuda', 'AG', NULL, 10, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6f156c4f-3f71-4242-b728-d2e510419e57'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (11, 'Argentina', 'AR', NULL, 11, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '41c61e13-d48d-4835-b983-15dd2e30a017'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (12, 'Armenia', 'AM', NULL, 12, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '037164eb-221e-4d13-82e6-edcea06cec95'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (13, 'Aruba', 'AW', NULL, 13, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a54858d7-f811-4476-9597-88807ff84ff8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (14, 'Australia', 'AU', NULL, 14, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '62f3e305-792e-430e-8109-efa1b032f566'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (15, 'Austria', 'AT', NULL, 15, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '797e2108-1b93-4558-be89-01cce246c40d'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (16, 'Azerbaijan', 'AZ', NULL, 16, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5b5bbd36-7774-46dd-8a67-d636912aa5ef'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (17, 'Bahamas', 'BS', NULL, 17, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'da63c4fa-6b3d-4ee0-be47-796bede7c7b5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (18, 'Bahrain', 'BH', NULL, 18, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6cad32e1-5a88-42e7-b74a-4766abf3e702'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (19, 'Bangladesh', 'BD', NULL, 19, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8a0cb098-8373-42d4-93e6-60e8da9585b6'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (20, 'Barbados', 'BB', NULL, 20, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f9bc6ddd-3bd1-4e3e-9ea9-ecf7c051bfe8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (21, 'Belarus', 'BY', NULL, 21, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8f12acb4-a559-402e-b44f-2f9d0d313e1c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (22, 'Belgium', 'BE', NULL, 22, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7c8e7f82-7dd2-49ce-b2cd-c18fdb572396'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (23, 'Belize', 'BZ', NULL, 23, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8df665bf-5271-46b9-af2f-f9ee31417d0c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (24, 'Benin', 'BJ', NULL, 24, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3457ce56-94d1-41cf-9d3b-d5fdc4e0a5ad'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (25, 'Bermuda', 'BM', NULL, 25, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'dc4589b2-6080-4bf0-8797-9eff92a50187'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (26, 'Bhutan', 'BT', NULL, 26, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '88dcf09a-542a-4d97-9c9e-cc87daa14398'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (27, 'Bolivia', 'BO', NULL, 27, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5ec346d5-5640-4ad6-b250-e22f9c8dac70'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (28, 'Bonaire, Sint Eustatius and Saba', 'BQ', NULL, 28, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ff19b955-80d3-40ec-95c6-0a56ee481482'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (29, 'Bosnia and Herzegovina', 'BA', NULL, 29, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ef9ef183-f9c2-445b-be84-f35b887d31a4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (30, 'Botswana', 'BW', NULL, 30, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '656f2ebe-b9b5-447e-ae74-482165ba01b8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (31, 'Bouvet Island', 'BV', NULL, 31, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '629666d7-62d2-43d5-b918-b0fffc680988'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (32, 'Brazil', 'BR', NULL, 32, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a8641cc1-63a8-4fc5-a9da-89282d1e1919'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (33, 'British Indian Ocean Territory', 'IO', NULL, 33, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4d1c0289-a7fb-4bfa-90f7-c443cb4b550b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (34, 'Brunei Darussalam', 'BN', NULL, 34, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd5f47c4e-f316-477d-a84d-a4533581fd89'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (35, 'Bulgaria', 'BG', NULL, 35, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '01beaf7e-eb5b-4694-8a65-6cfffc723b58'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (36, 'Burkina Faso', 'BF', NULL, 36, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '38fa6f0c-d359-48a5-b7c6-9182066b33d0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (37, 'Burma (Myanmar)', 'MM', NULL, 37, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'edfe6744-d0e2-4fef-a2e9-f6f026a80092'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (38, 'Burundi', 'BI', NULL, 38, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ae87c9e5-1876-4207-8542-f40a71b28824'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (39, 'Cambodia', 'KH', NULL, 39, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1c192aed-313c-46e7-93c3-a9f6c22fe478'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (40, 'Cameroon', 'CM', NULL, 40, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '02ce9580-0b3a-49d4-962a-48ef2ed2ef63'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (41, 'Canada', 'CA', NULL, 41, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '36e56e88-212e-49fc-866a-45a9b5a96868'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (42, 'Cape Verde', 'CV', NULL, 42, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'adba0934-964d-449e-b96e-c313d6d0dbdd'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (43, 'Cayman Islands', 'KY', NULL, 43, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3c5dbf9f-1bb2-4d5a-9ff6-d2d1763d6d69'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (44, 'Central African Republic', 'CF', NULL, 44, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '55d738a4-7e6e-4fa6-9e0e-dc0175b6e025'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (45, 'Chad', 'TD', NULL, 45, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4c2b2e88-f971-44de-bd54-27cad465fd02'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (46, 'Chile', 'CL', NULL, 46, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '67e12b29-5a2c-415b-9c01-fa5e0cead54c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (47, 'China', 'CN', NULL, 47, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8ada54d3-b292-4f3b-8f58-aee530fe2ec5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (48, 'Christmas Island', 'CX', NULL, 48, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '02d41488-a1d9-4ac8-83e0-7803172490f0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (49, 'Cocos (Keeling) Islands', 'CC', NULL, 49, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '92cfd718-ab8e-46fa-bc95-581fe8c4a4fa'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (50, 'Colombia', 'CO', NULL, 50, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7a6e6254-877a-4229-b8e0-ef923d252578'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (51, 'Comoros', 'KM', NULL, 51, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '870b8ceb-7331-4749-ad0e-21b20ca3a6b2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (52, 'Congo', 'CG', NULL, 52, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a1a00e86-3eab-4664-af53-35efb6a495aa'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (53, 'Cook Islands', 'CK', NULL, 53, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '730d85f2-5080-4320-af76-d4968a58d72e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (54, 'Costa Rica', 'CR', NULL, 54, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '892a3947-fba4-4ea7-8c09-54c93fc1ed13'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (55, 'Croatia (Hrvatska)', 'HR', NULL, 55, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0a9785ee-13ef-4cad-8c5a-34e4b116d8ef'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (56, 'Cuba', 'CU', NULL, 56, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd758b0b3-db4a-4365-807f-13e2242556dd'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (57, 'Curacao', 'CW', NULL, 57, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0d51f66c-3446-46bb-8916-66265f4750f0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (58, 'Cyprus', 'CY', NULL, 58, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '52ecf8bd-c65b-497d-9c39-76a10342e2a7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (59, 'Czech Republic', 'CZ', NULL, 59, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c8ccfcc5-0244-4fcb-ac02-0ccefd792bca'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (60, 'Democratic Republic of Congo', 'CD', NULL, 60, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cae3345e-df00-40ea-af53-420078860223'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (61, 'Denmark', 'DK', NULL, 61, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '11c100fe-ff9c-46f0-b778-8dcd96d91ae7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (62, 'Djibouti', 'DJ', NULL, 62, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3e52a65d-d867-4dfa-9af9-45f75d8a84c8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (63, 'Dominica', 'DM', NULL, 63, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6e065f61-d404-4324-b23c-b7514e623078'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (64, 'Dominican Republic', 'DO', NULL, 64, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '058bf904-4161-4cca-9f45-6f3c48b87c31'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (65, 'Ecuador', 'EC', NULL, 65, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'df52dfb8-f46d-4b90-8d63-2a73f6f504dd'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (66, 'Egypt', 'EG', NULL, 66, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '99cdef7d-bfdf-4366-97ce-81d6be0ea63a'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (67, 'El Salvador', 'SV', NULL, 67, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9812f834-5b1c-4ec5-8cfd-322f2d9a6b66'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (68, 'Equatorial Guinea', 'GQ', NULL, 68, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3db97fcc-a620-4d46-9027-4767b3f06588'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (69, 'Eritrea', 'ER', NULL, 69, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2b8d287c-ac49-407b-b6dc-58522ea9167d'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (70, 'Estonia', 'EE', NULL, 70, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '976811a7-454b-4973-9a98-b2e395f96be0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (71, 'Ethiopia', 'ET', NULL, 71, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fbf4f393-ef93-4289-996f-ca12f02235db'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (72, 'Falkland Islands (Malvinas)', 'FK', NULL, 72, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '53d33708-0823-4ef4-96d0-4f221d1c5e3a'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (73, 'Faroe Islands', 'FO', NULL, 73, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b1373494-e860-4f50-9ac6-ede6d4154571'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (74, 'Fiji', 'FJ', NULL, 74, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '585ad593-a554-4c05-9426-ab4bd58fd55e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (75, 'Finland', 'FI', NULL, 75, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c289fdcc-b172-499b-b8d4-2d72e622b37e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (76, 'France', 'FR', NULL, 76, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'db991d76-0b7b-44a2-8419-86696b0c76a6'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (77, 'French Guiana', 'GF', NULL, 77, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a6ac338a-d80b-485b-8000-b53be3ae98ad'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (78, 'French Polynesia', 'PF', NULL, 78, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1e34a436-e383-4ee9-914b-513c437f33e9'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (79, 'French Southern Territories', 'TF', NULL, 79, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '56691e8e-dc52-45d1-a286-1f45ea39f290'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (80, 'Gabon', 'GA', NULL, 80, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b3012f5e-a99b-45c1-acc8-eca7e192b025'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (81, 'Gambia', 'GM', NULL, 81, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '589b9a61-e3b2-4642-82ce-8b6b320ec581'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (82, 'Georgia', 'GE', NULL, 82, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b006863d-73a7-4c3a-8988-67d612959b41'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (83, 'Germany', 'DE', NULL, 83, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f831dcee-1aa3-4386-92b2-577279d7ca0c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (84, 'Ghana', 'GH', NULL, 84, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8e9b1be9-f22a-4038-a92f-4c0db362232b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (85, 'Gibraltar', 'GI', NULL, 85, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '80f56935-a0be-40bd-9dc3-fb3264d812f0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (86, 'Greece', 'GR', NULL, 86, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a703ab28-a157-455a-8f03-bc38bbc8fc3f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (87, 'Greenland', 'GL', NULL, 87, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'df4bf4f8-4bc2-4a71-924b-44e13bb26019'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (88, 'Grenada', 'GD', NULL, 88, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5fc50722-a8d8-46be-8b69-a4ffc65a5116'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (89, 'Guadeloupe', 'GP', NULL, 89, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '92629ee3-0fef-446a-8bcb-5dc2f097a42c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (90, 'Guam', 'GU', NULL, 90, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '610a5339-100b-4bd0-9197-e939abae2b79'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (91, 'Guatemala', 'GT', NULL, 91, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0d6ca835-732d-4749-9aaa-b0b3fa420250'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (92, 'Guernsey', 'GG', NULL, 92, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'dd3e425c-a8df-4d5b-87b0-8f7215d8d1a4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (93, 'Guinea', 'GN', NULL, 93, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1ba19c09-ba1d-4192-9360-b889149cc5eb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (94, 'Guinea-Bissau', 'GW', NULL, 94, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '95d2c422-1102-42ee-a44b-17c0e7b2cb7b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (95, 'Guyana', 'GY', NULL, 95, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f6652aac-e495-4c76-b5ba-2355048133a2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (96, 'Haiti', 'HT', NULL, 96, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '16cabd5e-a3e4-4bc5-bf69-6149e6f700b0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (97, 'Heard and McDonald Islands', 'HM', NULL, 97, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e18dbf49-9209-41c9-b629-2ea7c052b0fa'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (98, 'Honduras', 'HN', NULL, 98, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6605d5be-5c17-469d-8ada-daf3a039a9e4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (99, 'Hong Kong', 'HK', NULL, 99, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4613e621-ac89-4b79-9249-0e7b07c2f085'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (100, 'Hungary', 'HU', NULL, 100, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6fca7bd2-9269-4acd-af30-24987b5953c2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (101, 'Iceland', 'IS', NULL, 101, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd14da011-6848-4501-ab80-7ef4fe8f8bff'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (102, 'India', 'IN', NULL, 102, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5e78689c-255e-4f10-ba09-e4e018572fd4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (103, 'Indonesia', 'ID', NULL, 103, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '36262508-8de6-481e-8f7e-070738664e8f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (104, 'Iran', 'IR', NULL, 104, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '70afd6a9-0e5e-4d5d-8bb2-ee5337235551'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (105, 'Iraq', 'IQ', NULL, 105, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7566b451-07f7-49f1-8b15-b0e57411ebe4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (106, 'Ireland', 'IE', NULL, 106, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '549bbd46-8bf5-48b9-839e-0f6ba76ee62c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (107, 'Isle Of Man', 'IM', NULL, 107, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '32ddcc22-b869-4b20-9d86-39dff990d08e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (108, 'Israel', 'IL', NULL, 108, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1a841a99-d598-4ac7-9b95-175e6fdac771'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (109, 'Italy', 'IT', NULL, 109, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2987ee70-0fb7-4413-9a3f-9d7c49273db4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (110, 'Ivory Coast', 'CI', NULL, 110, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0b2fbaa1-1c90-4209-b730-7ab73f1dc574'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (111, 'Jamaica', 'JM', NULL, 111, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9cc50f93-a2c8-4742-84a5-52625519e258'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (112, 'Japan', 'JP', NULL, 112, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cf22f2d3-fcb3-4278-ba7a-9020e7b039bc'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (113, 'Jersey', 'JE', NULL, 113, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2e69180b-f6cd-4cc1-80c1-254e95f96ca5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (114, 'Jordan', 'JO', NULL, 114, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'eb40252f-9bae-45ca-90b9-95eeae3727c6'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (115, 'Kazakhstan', 'KZ', NULL, 115, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5f191473-c9e0-4dd7-8d36-9a4ae591acbb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (116, 'Kenya', 'KE', NULL, 116, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1713f7f1-eef0-4af1-8826-31e5be580080'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (117, 'Kiribati', 'KI', NULL, 117, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9e483a63-0bef-4937-9bf2-7b24cee2eb41'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (118, 'Korea (North)', 'KP', NULL, 118, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '85f2582f-392b-4542-9765-b7f7d9df9e60'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (119, 'Korea (South)', 'KR', NULL, 119, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd270b733-d095-4163-be69-5a58cbb7c48b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (120, 'Kuwait', 'KW', NULL, 120, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '084a6cae-4c68-4915-b835-44006e412fe3'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (121, 'Kyrgyzstan', 'KG', NULL, 121, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4c3e9c7e-2abc-4a0a-a46f-61dae81e6e46'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (122, 'Laos', 'LA', NULL, 122, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e190cc09-de2e-4969-9cc7-4a0bb8bc5644'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (123, 'Latvia', 'LV', NULL, 123, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '41da8cd7-045a-4f4d-8bcf-ff67a196a973'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (124, 'Lebanon', 'LB', NULL, 124, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2f4459d8-9999-4011-ad12-6f411f0580ad'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (125, 'Lesotho', 'LS', NULL, 125, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5d9e7867-4e13-46b4-8ed5-ce9e446a02aa'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (126, 'Liberia', 'LR', NULL, 126, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ce753ea9-65f6-46eb-a57b-f0a6e12ab4b2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (127, 'Libya', 'LY', NULL, 127, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b88361cb-c181-4d1c-8993-4f841ff0947e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (128, 'Liechtenstein', 'LI', NULL, 128, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd7d77b59-5a8a-404c-a513-b48c253a5802'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (129, 'Lithuania', 'LT', NULL, 129, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9086c93e-056e-4896-a6eb-eb7c653848bd'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (130, 'Luxembourg', 'LU', NULL, 130, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd75c5ec9-2012-4e6a-b042-828564185d24'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (131, 'Macau', 'MO', NULL, 131, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd77fe3a2-c76b-4c3f-8e5d-7aae50866fa7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (132, 'Macedonia', 'MK', NULL, 132, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '977fb581-8c6a-45b8-8b43-83460ea72d4e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (133, 'Madagascar', 'MG', NULL, 133, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fec7efaa-c89b-4249-a2f4-44d77a3468b6'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (134, 'Malawi', 'MW', NULL, 134, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '13f48383-05ac-490f-b9a0-aa6efc60d88c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (135, 'Malaysia', 'MY', NULL, 135, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '45d52096-dde0-45d5-98ba-091fde10b8d8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (136, 'Maldives', 'MV', NULL, 136, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e128c4d4-aafa-496c-b33c-726f224fbca5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (137, 'Mali', 'ML', NULL, 137, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a7ac77d7-1e89-40ac-98e9-124c718da8b7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (138, 'Malta', 'MT', NULL, 138, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c7dcde23-5bd5-45b7-9576-8f2715460530'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (139, 'Marshall Islands', 'MH', NULL, 139, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b05892ef-ba5f-4814-a018-6daee9a8593f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (140, 'Martinique', 'MQ', NULL, 140, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3e61434a-0f72-45f0-b50e-ebbaab89fa61'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (141, 'Mauritania', 'MR', NULL, 141, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '79a7e2ae-23d5-4f89-bddf-0728e1475061'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (142, 'Mauritius', 'MU', NULL, 142, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '98d3f73e-6f0b-4f20-9744-a41dd726ab25'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (143, 'Mayotte', 'YT', NULL, 143, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '88013a9a-5da8-4557-a8f2-acea7d881222'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (144, 'Mexico', 'MX', NULL, 144, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '932e7c26-7d7e-4217-8c6d-73686de8a86a'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (145, 'Micronesia', 'FM', NULL, 145, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cd2eb00d-ce67-43f1-a967-ce11366390eb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (146, 'Moldova', 'MD', NULL, 146, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e124f080-fe7c-4afb-9d0a-67efe49d71a3'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (147, 'Monaco', 'MC', NULL, 147, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b7359de7-f600-4397-9fd5-221bdaf5eb05'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (148, 'Mongolia', 'MN', NULL, 148, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f2912756-e888-4744-af7c-f0f0acbc2c23'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (149, 'Montenegro', 'ME', NULL, 149, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7e8fd542-2b4d-4d14-b17e-e3f5862858f5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (150, 'Montserrat', 'MS', NULL, 150, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '80879ab5-e2d9-415e-ad19-dabc1a2375fb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (151, 'Morocco', 'MA', NULL, 151, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '75fa5442-630c-4b7e-b8bd-c82012dba1e4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (152, 'Mozambique', 'MZ', NULL, 152, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3ddfa80d-a07b-44c1-8155-a564177c4374'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (153, 'Namibia', 'NA', NULL, 153, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '70edcef9-f665-459a-b304-be9d3fcb27ce'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (154, 'Nauru', 'NR', NULL, 154, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '56f10da3-7dc7-4c5c-9a47-1d542b6a12de'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (155, 'Nepal', 'NP', NULL, 155, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7a816211-b410-4249-89d1-3ca55f0f08c6'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (156, 'Netherlands', 'NL', NULL, 156, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '04a1040b-1d37-4f0e-8926-a40fd51c8e8f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (157, 'New Caledonia', 'NC', NULL, 157, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fa7ab261-2164-4566-95a1-ae8b82931b9e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (158, 'New Zealand', 'NZ', NULL, 158, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '16995af4-3eac-4c9e-adb3-d3d2651aedd2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (159, 'Nicaragua', 'NI', NULL, 159, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ff395a59-f06a-48f8-9f33-a4c6e773c070'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (160, 'Niger', 'NE', NULL, 160, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd1e6d202-4fd9-4620-bbdf-16b4fb12fb0d'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (161, 'Nigeria', 'NG', NULL, 161, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a6d77aac-dff8-4320-b5aa-f7582f7b8fb7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (162, 'Niue', 'NU', NULL, 162, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3b78bc25-cf32-40f0-86e7-df6dc829f682'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (163, 'Norfolk Island', 'NF', NULL, 163, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '068d9326-c6a7-4f9f-96cc-9328c18f3794'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (164, 'Northern Mariana Islands', 'MP', NULL, 164, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '178afec9-dffe-4d12-b261-4d5b7fd89c19'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (165, 'Norway', 'NO', NULL, 165, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'bafe2712-f29e-44f0-a74f-071a43de049d'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (166, 'Oman', 'OM', NULL, 166, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3ddfcb07-e841-4296-a738-2e3911ad6ccd'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (167, 'Pakistan', 'PK', NULL, 167, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1095a4e8-2979-4f26-b053-2281762b837c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (168, 'Palau', 'PW', NULL, 168, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '78e5f3a4-cffe-414a-8a6b-72433f9b6bc9'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (169, 'Palestinian Territory, Occupied', 'PS', NULL, 169, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ce40d287-d22f-40e8-b713-7bf3edf429a5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (170, 'Panama', 'PA', NULL, 170, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '86759c35-8dba-4d13-8747-91491ab98f82'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (171, 'Papua New Guinea', 'PG', NULL, 171, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ef787e4b-d0c5-485d-9190-a34ad287a5e3'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (172, 'Paraguay', 'PY', NULL, 172, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '88c4ba04-774c-4652-ad6e-138fdf7ec145'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (173, 'Peru', 'PE', NULL, 173, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cc216d2a-7c45-4a69-aa05-c21cf1fd2c88'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (174, 'Philippines', 'PH', NULL, 174, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f3f3fd47-1765-4ecb-bf41-54ab3f05b4d1'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (175, 'Pitcairn', 'PN', NULL, 175, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0508e59e-9709-4411-a72e-4fb3c8c5c0a8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (176, 'Poland', 'PL', NULL, 176, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c817f6ce-3b3b-41e7-9965-19a4a5fff7cb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (177, 'Portugal', 'PT', NULL, 177, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0aaf612b-c338-4b0e-a6ba-4bcfbb2f69d4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (178, 'Puerto Rico', 'PR', NULL, 178, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4ede936a-8bc5-4f82-be9c-180bb0d69583'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (179, 'Qatar', 'QA', NULL, 179, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7ca9fc57-07ab-447e-9605-29d6cc86253e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (180, 'Republic of Serbia', 'RS', NULL, 180, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e750e7d1-5b78-45b6-a571-d5ec392dc3de'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (181, 'Reunion', 'RE', NULL, 181, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3f37eeb9-2d06-40ad-ad3a-2530ccd5fed7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (182, 'Romania', 'RO', NULL, 182, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '68f86411-96d6-49d9-bd98-84f75fe123ea'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (183, 'Russia', 'RU', NULL, 183, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1032985a-4c8e-41fb-8522-0c3dee1b6d59'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (184, 'Rwanda', 'RW', NULL, 184, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e569fbc5-b2c9-4a7c-a66a-26ab9cd6d1ce'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (185, 'S. Georgia and S. Sandwich Isls.', 'GS', NULL, 185, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '183061e2-3e88-4a3e-901e-276dc7423d47'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (186, 'Saint Barthelemy', 'BL', NULL, 186, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9aa65359-1e92-4453-9951-d9eac9ccc4af'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (187, 'Saint Kitts and Nevis', 'KN', NULL, 187, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a123e49a-63f9-40a4-8839-ccedeb74d354'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (188, 'Saint Lucia', 'LC', NULL, 188, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'eebbdb06-d869-40f6-8d44-bab86b6d3373'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (189, 'Saint Martin (French part)', 'MF', NULL, 189, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd9d0b592-57d4-4760-8322-b5e19958cb73'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (190, 'Saint Vincent and the Grenadines', 'VC', NULL, 190, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7911e64a-affb-473d-af6d-2ba28b6eb5e5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (191, 'Samoa', 'WS', NULL, 191, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e327a3f4-6307-4055-bbeb-57f757260017'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (192, 'San Marino', 'SM', NULL, 192, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6bd6f1c6-0795-4280-b414-4bb5aa459eef'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (193, 'Sao Tome and Principe', 'ST', NULL, 193, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4453a8f4-4ff4-4e3c-957b-6a238ee7df9e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (194, 'Saudi Arabia', 'SA', NULL, 194, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '68401d5e-f58a-4d6d-a4d6-53b8d21626f3'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (195, 'Senegal', 'SN', NULL, 195, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '81c6794b-453b-4e74-9ef8-c107be74b1c9'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (196, 'Seychelles', 'SC', NULL, 196, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9c16d455-06bb-4fea-acae-de18501b3dd8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (197, 'Sierra Leone', 'SL', NULL, 197, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2a6fed82-7de9-4903-a9ca-d87d5a71dc92'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (198, 'Singapore', 'SG', NULL, 198, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3f645d12-736d-4250-a47c-b17c4e569cc1'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (199, 'Sint Maarten (Dutch part)', 'SX', NULL, 199, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '63ced9d5-d902-41f6-ae48-77d58b4e5759'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (200, 'Slovak Republic', 'SK', NULL, 200, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '91307640-084a-431e-86e4-12f9120ed908'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (201, 'Slovenia', 'SI', NULL, 201, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c847bba9-4f77-43a4-94f8-64a7098576fb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (202, 'Solomon Islands', 'SB', NULL, 202, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0e865951-9b8a-4a9c-a8a3-02538bb1e9b6'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (203, 'Somalia', 'SO', NULL, 203, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0fa250fd-4b39-46e4-adbf-bb7d5aed3a7d'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (204, 'South Africa', 'ZA', NULL, 204, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cd8a5dda-6559-460b-81a4-98181340a8d2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (205, 'South Sudan', 'SS', NULL, 205, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '79b185a3-3e95-4ec0-861d-a6535cff4a0d'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (206, 'Spain', 'ES', NULL, 206, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6c353f32-e046-4e49-be6b-10949b1aa0b0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (207, 'Sri Lanka', 'LK', NULL, 207, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f3476074-d90e-40dc-934a-0eb35751a10b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (208, 'St. Helena', 'SH', NULL, 208, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5feed4fe-3df8-4d9f-8b3b-f477973537df'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (209, 'St. Pierre and Miquelon', 'PM', NULL, 209, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ec849fab-af35-4fe7-9652-e10f5a369eb0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (210, 'Sudan', 'SD', NULL, 210, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '86213bd1-ce99-4be0-baa7-815219680978'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (211, 'Suriname', 'SR', NULL, 211, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '546abd59-65a4-4e66-8a58-601babe71330'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (212, 'Svalbard and Jan Mayen Islands', 'SJ', NULL, 212, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fedf5bb8-1d09-442c-9e60-40c2048f2699'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (213, 'Swaziland', 'SZ', NULL, 213, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'caccd447-dc84-4db0-aa28-fc4c10eab611'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (214, 'Sweden', 'SE', NULL, 214, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f96aab0c-facf-4d8c-9698-d259250c8b03'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (215, 'Switzerland', 'CH', NULL, 215, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7a0592aa-09b9-4071-b435-70cb28c67667'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (216, 'Syria', 'SY', NULL, 216, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'bfaf1cee-185e-414a-a89a-fc3596f8a57b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (217, 'Taiwan', 'TW', NULL, 217, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0778c585-0cad-443f-8e69-a75ff6efc0e9'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (218, 'Tajikistan', 'TJ', NULL, 218, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6b80c04d-f3ad-4656-8a89-27bbe8058cfb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (219, 'Tanzania', 'TZ', NULL, 219, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '26d73230-a01a-4bb5-8468-bf3d23162804'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (220, 'Thailand', 'TH', NULL, 220, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a1ce4755-b2da-4875-ba63-21bcc7159e11'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (221, 'Timor-Leste', 'TL', NULL, 221, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '07829388-a573-4577-b2c3-4f43a4c7ed4f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (222, 'Togo', 'TG', NULL, 222, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f55dc8ac-9b2d-49d6-9add-4fcf2c982374'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (223, 'Tokelau', 'TK', NULL, 223, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4614fd55-41df-4261-832e-c5bda3f602e2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (224, 'Tonga', 'TO', NULL, 224, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1238900e-bc65-47dc-b8ed-db4ef89e53cc'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (225, 'Trinidad and Tobago', 'TT', NULL, 225, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd47649e0-7122-442b-a84e-89d53c44af54'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (226, 'Tunisia', 'TN', NULL, 226, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '29a0079a-313b-4ca3-aa56-e9be62e56595'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (227, 'Turkey', 'TR', NULL, 227, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '36bb95c9-1e92-48ea-8dfd-6ca814063240'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (228, 'Turkmenistan', 'TM', NULL, 228, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8001dcc7-30c0-477e-a144-8117fb4c2b5c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (229, 'Turks and Caicos Islands', 'TC', NULL, 229, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '04162205-4a3b-4b8f-9910-daa50ebc6079'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (230, 'Tuvalu', 'TV', NULL, 230, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4a4533d7-e310-468b-bbdf-9120dc18f185'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (231, 'Uganda', 'UG', NULL, 231, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c751512b-25e0-46c9-91ec-db839d954e4e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (232, 'Ukraine', 'UA', NULL, 232, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '18cfa625-fc10-4ae9-a052-dc81546a3542'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (233, 'United Arab Emirates', 'AE', NULL, 233, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a9f37498-147b-4728-a7f2-ee8d70bb29d7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (234, 'United Kingdom', 'GB', NULL, 234, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '39241d25-a5e3-441e-ba98-bcf2eed92f0b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (235, 'United States Minor Outlying Islands', 'UM', NULL, 235, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e9ca6c40-d37e-4945-9efc-19058492da87'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (236, 'United States', 'US', NULL, 236, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4a30f26e-c5de-4b27-8ceb-238f33ab95bb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (237, 'Uruguay', 'UY', NULL, 237, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd5aadb1f-3cc9-4a5a-b5ff-4c31a1a69d30'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (238, 'Uzbekistan', 'UZ', NULL, 238, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '46b8ab6f-c484-4074-9611-8f8b9a7a145b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (239, 'Vanuatu', 'VU', NULL, 239, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4060b7da-6f6c-4374-9c0b-5c52e0596c13'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (240, 'Vatican City State (Holy See)', 'VA', NULL, 240, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3c608aaf-da27-4b75-abd3-a9f8d6c7ed5b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (241, 'Venezuela', 'VE', NULL, 241, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd9a6ba48-e49c-4419-8d60-58125d248324'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (242, 'Viet Nam', 'VN', NULL, 242, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cc5b3b06-58c7-4a03-9731-003528b7cd94'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (243, 'Virgin Islands (British)', 'VG', NULL, 243, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '663e1a04-75dd-41b9-b3bf-b6e796e07a09'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (244, 'Virgin Islands (U.S.)', 'VI', NULL, 244, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4faab642-aac8-48f2-a336-d0d3dc84c7c2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (245, 'Wallis and Futuna Islands', 'WF', NULL, 245, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6000a060-269c-4d7c-82ec-684c16abd787'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (246, 'Western Sahara', 'EH', NULL, 246, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2fa9bd23-3c1a-48bb-8661-0302011f0afd'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (247, 'Yemen', 'YE', NULL, 247, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e54af4d8-764f-48aa-8310-4f9d4fdf4e85'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (248, 'Zambia', 'ZM', NULL, 248, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '63215f28-7723-46b5-968f-d9dde060489f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (249, 'Zimbabwe', 'ZW', NULL, 249, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '900bfc05-0509-40cb-9f0a-6aa282f16b40'); + + +-- +-- Data for Name: commerce_customer_discountuses; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_customers; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_customers (id, "userId", "primaryBillingAddressId", "primaryShippingAddressId", "dateCreated", "dateUpdated", uid) VALUES (1, 2, NULL, NULL, '2021-04-01 02:47:04', '2021-04-01 02:47:04', '892474d6-9348-4c49-9ba1-b94bc9464126'); + + +-- +-- Data for Name: commerce_customers_addresses; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_discount_categories; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_discount_purchasables; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_discount_usergroups; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_discounts; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_donations; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_donations (id, sku, "availableForPurchase", "dateCreated", "dateUpdated", uid) VALUES (3, 'DONATION-CC3', false, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd3c34112-c5ab-4772-a713-b3a207d7a844'); + + +-- +-- Data for Name: commerce_email_discountuses; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_emails; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_gateways; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_gateways (id, type, name, handle, settings, "paymentType", "isFrontendEnabled", "isArchived", "dateArchived", "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (1, 'craft\commerce\gateways\Dummy', 'Dummy', 'dummy', NULL, 'purchase', true, false, NULL, 99, '2021-03-15 16:25:51', '2021-03-15 16:25:51', '6a117ef0-054c-4147-acb6-6fe57d48c4ae'); + + +-- +-- Data for Name: commerce_lineitems; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_lineitemstatuses; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_orderadjustments; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_orderhistories; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_ordernotices; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_orders; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_orderstatus_emails; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_orderstatuses; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_orderstatuses (id, name, handle, color, description, "dateDeleted", "sortOrder", "default", "dateCreated", "dateUpdated", uid) VALUES (1, 'New', 'new', 'green', NULL, NULL, 99, true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', 'f923795f-139e-4b59-b27c-eaa0be4f847c'); + + +-- +-- Data for Name: commerce_paymentcurrencies; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_paymentcurrencies (id, iso, "primary", rate, "dateCreated", "dateUpdated", uid) VALUES (1, 'USD', true, 1.0000, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e9d36609-3cd7-4d28-b4f6-ae01ae9abc94'); + + +-- +-- Data for Name: commerce_paymentsources; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_pdfs; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_plans; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_products; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_producttypes; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_producttypes (id, "fieldLayoutId", "variantFieldLayoutId", name, handle, "hasDimensions", "hasVariants", "hasVariantTitleField", "titleFormat", "hasProductTitleField", "productTitleFormat", "skuFormat", "descriptionFormat", "dateCreated", "dateUpdated", uid) VALUES (1, 4, NULL, 'Clothing', 'clothing', true, false, true, '{product.title}', true, '', '', '', '2021-03-15 16:25:51', '2021-03-15 16:25:51', '407fe253-2ada-4a88-b1a4-fb6c2004cd9b'); + + +-- +-- Data for Name: commerce_producttypes_shippingcategories; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_producttypes_sites; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_producttypes_sites (id, "productTypeId", "siteId", "uriFormat", template, "hasUrls", "dateCreated", "dateUpdated", uid) VALUES (1, 1, 1, 'shop/products/{slug}', 'shop/products/_product', true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', 'b7df3a14-888a-4b20-b407-57e29a57f283'); +INSERT INTO public.commerce_producttypes_sites (id, "productTypeId", "siteId", "uriFormat", template, "hasUrls", "dateCreated", "dateUpdated", uid) VALUES (2, 1, 2, 'shop/products/{slug}', 'shop/products/_product', true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', '53b246d1-52c5-4453-b1db-504a5ca6db1a'); + + +-- +-- Data for Name: commerce_producttypes_taxcategories; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_purchasables; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_purchasables (id, sku, price, description, "dateCreated", "dateUpdated", uid) VALUES (3, 'DONATION-CC3', 0.0000, 'Donation', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ac2aec44-7eeb-49da-abde-2d6402853c56'); + + +-- +-- Data for Name: commerce_sale_categories; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_sale_purchasables; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_sale_usergroups; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_sales; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_shippingcategories; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_shippingcategories (id, name, handle, description, "default", "dateCreated", "dateUpdated", uid) VALUES (1, 'General', 'general', NULL, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0019adf2-a3b6-4ffe-91a3-8bf4a64bbf37'); + + +-- +-- Data for Name: commerce_shippingmethods; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_shippingmethods (id, name, handle, enabled, "isLite", "dateCreated", "dateUpdated", uid) VALUES (1, 'Free Shipping', 'freeShipping', true, NULL, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5905e06d-2fee-468c-9eba-b606cc12e577'); + + +-- +-- Data for Name: commerce_shippingrule_categories; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_shippingrules; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_shippingrules (id, "shippingZoneId", "methodId", name, description, priority, enabled, "minQty", "maxQty", "minTotal", "maxTotal", "minWeight", "maxWeight", "baseRate", "perItemRate", "weightRate", "percentageRate", "minRate", "maxRate", "isLite", "dateCreated", "dateUpdated", uid, "minMaxTotalType", "orderConditionFormula") VALUES (1, NULL, 1, 'Free Everywhere', 'All Countries, free shipping.', 0, true, 0, 0, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, NULL, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cab5a693-a24b-4339-94c9-787c3e6efabe', 'salePrice', NULL); + + +-- +-- Data for Name: commerce_shippingzone_countries; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_shippingzone_states; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_shippingzones; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_states; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (1, 14, 'Australian Capital Territory', 'ACT', 1, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '16b7fa7e-745b-4333-af53-611d58d39eac'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (2, 14, 'New South Wales', 'NSW', 2, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '97c9bb13-7762-4b03-9e59-cc206f58e4b6'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (3, 14, 'Northern Territory', 'NT', 3, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cb7345d2-bcac-46ff-9d55-546a288cb5bd'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (4, 14, 'Queensland', 'QLD', 4, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0d46fc63-23f2-422c-912b-1a43bfedfceb'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (5, 14, 'South Australia', 'SA', 5, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1428352e-58ba-451a-a2f3-cb95d232a450'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (6, 14, 'Tasmania', 'TAS', 6, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '077d7e9c-f995-4f90-8405-727bea072a91'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (7, 14, 'Victoria', 'VIC', 7, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '871e1347-e561-4ff2-bdca-e254f2564496'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (8, 14, 'Western Australia', 'WA', 8, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ed6ad1c1-5b01-406d-bc14-be30c6a48853'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (9, 41, 'Alberta', 'AB', 1, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5a39a39d-0cae-45ab-9c58-ad9aaadff041'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (10, 41, 'British Columbia', 'BC', 2, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5b2e35d6-051a-4b74-b4f9-26b2561c77dc'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (11, 41, 'Manitoba', 'MB', 3, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '43bee491-ad11-4a4c-aac1-7adab8c85193'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (12, 41, 'New Brunswick', 'NB', 4, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '754ff170-dd2b-4681-8caa-0b371d473a4f'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (13, 41, 'Newfoundland and Labrador', 'NL', 5, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7259842a-3fea-40ae-b123-49c269ba1f44'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (14, 41, 'Northwest Territories', 'NT', 6, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3f37a8b0-cb6e-4bfc-a9a0-f689b54869fd'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (15, 41, 'Nova Scotia', 'NS', 7, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7b3b3323-6b93-417d-bc6e-daacfa7480e0'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (16, 41, 'Nunavut', 'NU', 8, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b59fb4b6-80c3-470b-a298-af0e8c92dfba'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (17, 41, 'Ontario', 'ON', 9, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ddb4325e-e028-4606-870a-9f292bde4aff'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (18, 41, 'Prince Edward Island', 'PE', 10, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '50f7d1bb-3340-43d3-a37e-d0f9fc59bdb1'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (19, 41, 'Quebec', 'QC', 11, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f1359d54-6d81-49bd-af11-ef17db07cea4'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (20, 41, 'Saskatchewan', 'SK', 12, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b9facd7e-6711-4bf2-b33c-ea7282f03644'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (21, 41, 'Yukon', 'YT', 13, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3c2d17a9-c838-4b1c-a24c-3396b224087f'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (22, 236, 'Alabama', 'AL', 1, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '58f970c2-6d4e-416e-b7de-fa3ac5ccef67'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (23, 236, 'Alaska', 'AK', 2, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '05687065-e1c8-45bc-a3cc-57cb20f1e599'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (24, 236, 'Arizona', 'AZ', 3, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1123810c-ed77-473a-9533-d4bde679acc6'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (25, 236, 'Arkansas', 'AR', 4, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5d3a4de9-3caf-4af8-a206-8c7a16a45c0c'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (26, 236, 'California', 'CA', 5, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4204b31f-c477-4d26-a920-071223bef3c1'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (27, 236, 'Colorado', 'CO', 6, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c477afc2-4865-4902-8f2f-2904851269bf'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (28, 236, 'Connecticut', 'CT', 7, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f66faf98-5d2c-4484-bdc8-766761700c17'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (29, 236, 'Delaware', 'DE', 8, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e16febbf-c497-423f-861b-6f263642f21e'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (30, 236, 'District of Columbia', 'DC', 9, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '68eb0555-0b8c-46e0-9d7d-0637b9c6d7e8'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (31, 236, 'Florida', 'FL', 10, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4770fa4f-cb6d-4f01-90a1-f8c1631f064f'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (32, 236, 'Georgia', 'GA', 11, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3dd6c855-3633-40bd-92f2-1cae55d5cf50'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (33, 236, 'Hawaii', 'HI', 12, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fca416ff-a679-41fc-bef3-eaad4e4d464d'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (34, 236, 'Idaho', 'ID', 13, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ab06d46c-15d5-432e-bb27-50ad7f525ecc'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (35, 236, 'Illinois', 'IL', 14, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '365d8c46-9440-48e1-acaa-79a8b8e509b2'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (36, 236, 'Indiana', 'IN', 15, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '593effa6-1d46-4651-af74-4ccb80b67864'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (37, 236, 'Iowa', 'IA', 16, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cf55c6dc-37d4-44ce-aafa-5567997aede3'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (38, 236, 'Kansas', 'KS', 17, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f70f8296-b1ca-429c-b749-21bc153af30d'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (39, 236, 'Kentucky', 'KY', 18, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5e1f77bd-86b1-4006-8799-dbc519a42cad'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (40, 236, 'Louisiana', 'LA', 19, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1773a338-e347-4a1c-80fb-053a1b92e588'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (41, 236, 'Maine', 'ME', 20, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '70466cb4-2572-4f1a-94e0-8b17cff4d664'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (42, 236, 'Maryland', 'MD', 21, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '05457586-83e3-4527-9e66-93eb10dea1f2'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (43, 236, 'Massachusetts', 'MA', 22, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '58439b7a-7f85-4878-8113-257dcb8da435'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (44, 236, 'Michigan', 'MI', 23, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '06cba3d7-8fd3-48bb-9b4f-0b5823cbb32f'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (45, 236, 'Minnesota', 'MN', 24, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '354c49da-cf16-4767-b5cc-496c984348c4'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (46, 236, 'Mississippi', 'MS', 25, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'aebb60e0-866a-405a-ace4-1702830ea194'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (47, 236, 'Missouri', 'MO', 26, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '44deea55-ff4d-43f8-ae9e-948a50f6380a'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (48, 236, 'Montana', 'MT', 27, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f876e8cf-1c09-4d85-adec-33fb75765c64'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (49, 236, 'Nebraska', 'NE', 28, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '03978cb6-4c2b-40ac-ae39-7a6c93f428bb'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (50, 236, 'Nevada', 'NV', 29, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2e2f7003-51a9-46fd-b2ee-ed108ef39cbb'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (51, 236, 'New Hampshire', 'NH', 30, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ed7d6604-4a21-4624-9581-741668da6d93'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (52, 236, 'New Jersey', 'NJ', 31, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ba42dcf2-a07f-48da-b5c5-1b9cc450284c'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (53, 236, 'New Mexico', 'NM', 32, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6059d05a-d88f-46e1-bed9-d002515226ad'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (54, 236, 'New York', 'NY', 33, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ee2c2377-4f0f-42c6-b317-251716663c72'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (55, 236, 'North Carolina', 'NC', 34, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '40d274ec-bfc7-4ab8-8226-f4cae25228c1'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (56, 236, 'North Dakota', 'ND', 35, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e4e3c92e-ddd0-4451-892a-75de258b6cfb'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (57, 236, 'Ohio', 'OH', 36, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5b2a8f98-e8d7-4e07-a312-557ffbbcad86'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (58, 236, 'Oklahoma', 'OK', 37, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '30b25dc3-5f15-435c-9db8-a6770b0ef011'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (59, 236, 'Oregon', 'OR', 38, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2f20aaf8-711f-4935-af71-4f4cb8461296'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (60, 236, 'Pennsylvania', 'PA', 39, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9a72a854-bc1c-4dca-af14-81ea2f9b5c1d'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (61, 236, 'Rhode Island', 'RI', 40, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b46bbf5f-d2dd-43d5-9d65-7eade50f1ca7'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (62, 236, 'South Carolina', 'SC', 41, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd525ac16-c8a0-49bc-8361-6c852e13253b'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (63, 236, 'South Dakota', 'SD', 42, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd3c714b4-c878-4cc6-afbf-459f4212752d'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (64, 236, 'Tennessee', 'TN', 43, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8991ff8b-f0be-490c-bec7-b8f3a843557b'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (65, 236, 'Texas', 'TX', 44, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '05a6f549-e9b6-4ea9-b9c7-0d79ddf314df'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (66, 236, 'Utah', 'UT', 45, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ece33b46-07e3-4de6-8073-d51e394385f1'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (67, 236, 'Vermont', 'VT', 46, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5f4bebba-f7ab-4dda-a616-32a21194578b'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (68, 236, 'Virginia', 'VA', 47, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '79dbd087-960a-449b-a943-46d5f0cd5a91'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (69, 236, 'Washington', 'WA', 48, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '98c65bb4-e74f-42c1-9c85-7507b26e1241'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (70, 236, 'West Virginia', 'WV', 49, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'af065cbf-8ed9-4a8e-a758-56a35da0d6f5'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (71, 236, 'Wisconsin', 'WI', 50, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2e1290b7-1ceb-4ef2-9c53-f285d90d2ac3'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (72, 236, 'Wyoming', 'WY', 51, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '058afd10-57c4-41f0-bf45-e5aa44023a8c'); + + +-- +-- Data for Name: commerce_subscriptions; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_taxcategories; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_taxcategories (id, name, handle, description, "default", "dateCreated", "dateUpdated", uid) VALUES (1, 'General', 'general', NULL, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd530ad5e-b3ad-41d9-932e-01c6ba5153a2'); + + +-- +-- Data for Name: commerce_taxrates; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_taxzone_countries; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_taxzone_states; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_taxzones; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_transactions; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_variants; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: content; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (2, 2, 1, NULL, '2021-03-01 00:43:19', '2021-03-15 16:24:53', '1e22b694-beb3-4ab6-92ba-34b5f77d1ff7', NULL, NULL, NULL, NULL); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (8, 6, 1, 'My first blog', '2021-03-15 16:31:03', '2021-03-15 16:32:15', '0ab03612-f5d8-4ba6-8b7d-ef2d4a114de7', NULL, 'Some plain text', '

Some rich text

', '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:30:42-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (9, 6, 2, 'My first blog', '2021-03-15 16:31:04', '2021-03-15 16:32:15', '25b966e8-b20a-4fe4-8b64-8d7963bbf660', NULL, 'Some plain text', '

Some rich text

', '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:30:42-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (3, 4, 1, NULL, '2021-03-15 16:25:51', '2021-04-01 02:56:06', '28ef8ae9-f473-44e7-b83a-bfbba799b649', NULL, 'Some global plain text', '

Some global rich text

', NULL); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (4, 4, 2, NULL, '2021-03-15 16:25:51', '2021-04-01 02:56:06', '012d2730-836f-4ac3-8a75-7793da4d727a', NULL, 'Some global plain text', '

Some global rich text

', NULL); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (10, 7, 1, 'My first blog', '2021-03-15 16:31:04', '2021-03-15 16:31:04', '60814cd9-d9d4-4497-b3fc-326e82963301', NULL, 'Some plain text', '

Some rich text

', '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:30:42-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (11, 7, 2, 'My first blog', '2021-03-15 16:31:04', '2021-03-15 16:31:04', 'ed5f5148-9f79-4fda-8419-e0f3367eed2a', NULL, 'Some plain text', '

Some rich text

', '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:30:42-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (12, 8, 1, 'My first blog', '2021-03-15 16:32:15', '2021-03-15 16:32:15', '99396f28-757e-4652-9ee7-7d6af63bbc11', NULL, 'Some plain text', '

Some rich text

', '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:30:42-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (13, 8, 2, 'My first blog', '2021-03-15 16:32:15', '2021-03-15 16:32:15', '5b05a01d-3de0-43d3-a3fb-2f4781ec4c16', NULL, 'Some plain text', '

Some rich text

', '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:30:42-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (1, 1, 1, 'Homepage', '2021-03-01 00:43:19', '2021-04-01 02:56:06', '40ad16f0-d5c5-4525-823c-87518d9dcb1d', NULL, NULL, NULL, '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:31:44-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (5, 1, 2, 'Homepage', '2021-03-15 16:29:22', '2021-04-01 02:56:06', '5ecaa580-ef7a-401c-bdf5-644598247957', NULL, NULL, NULL, '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:31:44-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (14, 9, 1, 'Puppies', '2021-04-01 02:58:45', '2021-04-01 02:58:45', '1a377c71-4884-470c-b966-e4f9c99dcb57', NULL, NULL, NULL, NULL); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (15, 9, 2, 'Puppies', '2021-04-01 02:58:45', '2021-04-01 02:58:45', 'b49c2cfd-67ba-4927-899e-eb229ed375c1', NULL, NULL, NULL, NULL); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (16, 10, 1, 'Kitties', '2021-04-01 02:58:52', '2021-04-01 02:58:52', 'e579a89f-d668-4605-9f8c-d77974015b06', NULL, NULL, NULL, NULL); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (17, 10, 2, 'Kitties', '2021-04-01 02:58:52', '2021-04-01 02:58:52', 'cd6549e2-8d92-4a96-b919-5fe467bf2c3a', NULL, NULL, NULL, NULL); + + +-- +-- Data for Name: craftidtokens; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: deprecationerrors; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: drafts; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: elementindexsettings; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: elements; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (2, NULL, NULL, NULL, 'craft\elements\User', true, false, '2021-03-01 00:43:19', '2021-03-15 16:24:53', NULL, '2c164960-ab20-4c11-aa6b-6276f5831bd5', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (3, NULL, NULL, NULL, 'craft\commerce\elements\Donation', true, false, '2021-03-15 16:25:48', '2021-03-15 16:25:48', NULL, '461d2b8a-1567-4815-8172-8c009a83e50a', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (6, NULL, NULL, 6, 'craft\elements\Entry', true, false, '2021-03-15 16:31:03', '2021-03-15 16:32:15', NULL, 'a3a4fa40-8592-4ee9-b9b7-bbe3e0dc713f', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (1, NULL, NULL, 3, 'craft\elements\Entry', true, false, '2021-03-01 00:43:19', '2021-04-01 02:56:06', NULL, 'dca9e96d-68d4-41db-8021-100ae78dc231', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (4, NULL, NULL, 5, 'craft\elements\GlobalSet', true, false, '2021-03-15 16:25:51', '2021-04-01 02:56:06', NULL, 'aa7c6968-88ec-4d2a-af47-d3c40b582a68', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (9, NULL, NULL, 9, 'craft\elements\Category', true, false, '2021-04-01 02:58:45', '2021-04-01 02:58:45', NULL, 'a6f516ed-6655-44ce-a4ce-26d3d5197b99', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (10, NULL, NULL, 9, 'craft\elements\Category', true, false, '2021-04-01 02:58:52', '2021-04-01 02:58:52', NULL, '97cc9c56-c829-437d-8de1-0d5a7d1e24ee', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (7, NULL, 1, 6, 'craft\elements\Entry', true, false, '2021-03-15 16:31:03', '2021-03-15 16:31:03', NULL, '8e3fa569-4617-4c43-8b45-a56eb5a93b96', 6, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (8, NULL, 2, 6, 'craft\elements\Entry', true, false, '2021-03-15 16:32:15', '2021-03-15 16:32:15', NULL, 'a75b1699-b552-44a9-a1b0-f032f20da64a', 6, NULL); + + +-- +-- Data for Name: elements_sites; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (1, 1, 1, 'homepage', '__home__', true, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '22df0253-1135-41c3-b816-187bd0e42bc6'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (2, 2, 1, NULL, NULL, true, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '77c8153a-a2f0-4263-a795-2fdf5494301c'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (3, 3, 1, NULL, NULL, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '03f7ca5b-a299-45a3-9dd5-a455a3b482ec'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (4, 4, 1, NULL, NULL, true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', '4b36ee9a-06af-4f4c-997a-6b169eb1e0ac'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (5, 4, 2, NULL, NULL, true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', '1705848c-0af7-456c-b4b0-5f8a97d56c23'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (6, 1, 2, 'homepage', '__home__', true, '2021-03-15 16:29:22', '2021-03-15 16:29:22', 'a20ba58b-ffcb-4a5c-8810-6ecc95a3d921'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (9, 6, 1, 'my-first-blog', 'blog/my-first-blog', true, '2021-03-15 16:31:03', '2021-03-15 16:31:03', 'f051dede-0f8e-4300-9fee-67306ef3e8e6'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (10, 6, 2, 'my-first-blog', 'blog/my-first-blog', true, '2021-03-15 16:31:04', '2021-03-15 16:31:04', 'f52bc232-0305-4a4d-a240-7da5c2fd6c02'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (11, 7, 1, 'my-first-blog', 'blog/my-first-blog', true, '2021-03-15 16:31:04', '2021-03-15 16:31:04', '94c0be1c-1898-4cab-95a6-eb31104628fa'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (12, 7, 2, 'my-first-blog', 'blog/my-first-blog', true, '2021-03-15 16:31:04', '2021-03-15 16:31:04', 'f6c90112-a521-42fe-bfc1-69505fa5eb25'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (13, 8, 1, 'my-first-blog', 'blog/my-first-blog', true, '2021-03-15 16:32:15', '2021-03-15 16:32:15', '66992719-7950-470d-8637-8feaee25f2b2'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (14, 8, 2, 'my-first-blog', 'blog/my-first-blog', true, '2021-03-15 16:32:15', '2021-03-15 16:32:15', 'edfbafeb-7fab-4d16-bf18-ed052f9b9181'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (15, 9, 1, 'puppies', 'category/puppies', true, '2021-04-01 02:58:45', '2021-04-01 02:59:04', 'b9baf27f-0fbe-4659-a630-5bf001ece005'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (16, 9, 2, 'puppies', 'category/puppies', true, '2021-04-01 02:58:45', '2021-04-01 02:59:04', 'f56c0121-ea01-471d-99b0-1a047eae5fcb'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (17, 10, 1, 'kitties', 'category/kitties', true, '2021-04-01 02:58:52', '2021-04-01 02:59:06', '5e5d0576-6b4b-4826-884a-51c8af9517c1'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (18, 10, 2, 'kitties', 'category/kitties', true, '2021-04-01 02:58:52', '2021-04-01 02:59:06', '5e235149-be9e-44df-8cd8-74068a22003e'); + + +-- +-- Data for Name: entries; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.entries (id, "sectionId", "parentId", "typeId", "authorId", "postDate", "expiryDate", "deletedWithEntryType", "dateCreated", "dateUpdated", uid) VALUES (1, 2, NULL, 2, NULL, '2021-03-01 00:43:00', NULL, NULL, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '40306f34-9071-4b42-bd12-7161134a71c7'); +INSERT INTO public.entries (id, "sectionId", "parentId", "typeId", "authorId", "postDate", "expiryDate", "deletedWithEntryType", "dateCreated", "dateUpdated", uid) VALUES (6, 3, NULL, 3, 2, '2021-03-15 16:30:00', NULL, NULL, '2021-03-15 16:31:03', '2021-03-15 16:31:03', '08bf17c3-56b1-4f0a-8d2f-9995affebded'); +INSERT INTO public.entries (id, "sectionId", "parentId", "typeId", "authorId", "postDate", "expiryDate", "deletedWithEntryType", "dateCreated", "dateUpdated", uid) VALUES (7, 3, NULL, 3, 2, '2021-03-15 16:30:00', NULL, NULL, '2021-03-15 16:31:04', '2021-03-15 16:31:04', '53d12f42-b5cc-43d4-9c63-a1a1dc2a5bb5'); +INSERT INTO public.entries (id, "sectionId", "parentId", "typeId", "authorId", "postDate", "expiryDate", "deletedWithEntryType", "dateCreated", "dateUpdated", uid) VALUES (8, 3, NULL, 3, 2, '2021-03-15 16:30:00', NULL, NULL, '2021-03-15 16:32:15', '2021-03-15 16:32:15', 'af541f67-8cd0-4b93-b8a8-181ce19893a5'); + + +-- +-- Data for Name: entrytypes; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.entrytypes (id, "sectionId", "fieldLayoutId", name, handle, "hasTitleField", "titleTranslationMethod", "titleTranslationKeyFormat", "titleFormat", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, 1, 2, 'Errors', 'errors', true, '', NULL, NULL, 1, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-15 16:25:50', 'faceb3ed-6771-453c-9c2a-aa330847f6db'); +INSERT INTO public.entrytypes (id, "sectionId", "fieldLayoutId", name, handle, "hasTitleField", "titleTranslationMethod", "titleTranslationKeyFormat", "titleFormat", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (2, 2, 3, 'Homepage', 'homepage', false, 'none', NULL, '{section.name|raw}', 1, '2021-03-01 00:43:19', '2021-03-15 16:25:50', NULL, 'fb3a8f31-d1cc-4c13-903b-a501f7e51f54'); +INSERT INTO public.entrytypes (id, "sectionId", "fieldLayoutId", name, handle, "hasTitleField", "titleTranslationMethod", "titleTranslationKeyFormat", "titleFormat", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (3, 3, 6, 'Blog', 'blog', true, 'site', NULL, NULL, 1, '2021-03-15 16:25:51', '2021-03-15 16:25:51', NULL, 'c4536798-743d-4bf0-9669-192827bfb26c'); +INSERT INTO public.entrytypes (id, "sectionId", "fieldLayoutId", name, handle, "hasTitleField", "titleTranslationMethod", "titleTranslationKeyFormat", "titleFormat", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (4, 3, 7, 'Review', 'review', true, 'site', NULL, NULL, 2, '2021-04-01 02:48:37', '2021-04-01 02:48:37', '2021-04-01 02:55:11', '00a4ee69-93de-4b39-adad-8a095f24006b'); +INSERT INTO public.entrytypes (id, "sectionId", "fieldLayoutId", name, handle, "hasTitleField", "titleTranslationMethod", "titleTranslationKeyFormat", "titleFormat", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (5, 3, 8, 'Review', 'review', true, 'site', NULL, NULL, 2, '2021-04-01 02:56:41', '2021-04-01 02:56:41', NULL, '626b0987-e067-4dd2-9918-1d209373265a'); + + +-- +-- Data for Name: fieldgroups; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.fieldgroups (id, name, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, 'Common', '2021-03-01 00:43:18', '2021-03-01 00:43:18', NULL, '94b4d5ac-d7ea-4241-a6cb-92b39f482f99'); +INSERT INTO public.fieldgroups (id, name, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (2, 'Errors', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-15 16:29:22', 'd08a0d16-0e00-49e6-9cd4-465fa2d65d7d'); + + +-- +-- Data for Name: fieldlayoutfields; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (35, 7, 25, 7, false, 1, '2021-04-01 02:48:37', '2021-04-01 02:48:37', '2c1bcaad-286b-4759-a525-309e5e043397'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (36, 7, 25, 8, false, 2, '2021-04-01 02:48:37', '2021-04-01 02:48:37', 'b5cc60bc-0c63-4f92-8320-f29bfd588680'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (37, 7, 25, 9, false, 3, '2021-04-01 02:48:37', '2021-04-01 02:48:37', 'b0caadb6-c924-4322-9bbe-cb573dc63700'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (47, 6, 32, 7, false, 1, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '656a6309-1da4-4f35-b465-b20b8190acd5'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (48, 6, 32, 8, false, 2, '2021-04-01 02:56:05', '2021-04-01 02:56:05', 'f7b1d130-1fb3-43ac-9578-95d424ad35ac'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (49, 6, 32, 9, false, 3, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '7778042e-3ba3-47c4-acc3-2772992abcf5'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (50, 3, 33, 7, false, 1, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '38adadbd-dbe7-4bfd-880c-e43bf69b2552'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (51, 3, 33, 8, false, 2, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '00e25cb5-1ddb-4e2b-a9a3-32883bc8c532'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (52, 3, 33, 9, false, 3, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '91347237-6564-433d-86a4-65bfefc800bc'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (53, 5, 34, 7, false, 0, '2021-04-01 02:56:06', '2021-04-01 02:56:06', '047cf889-c538-4dee-90ac-634a269d7dd0'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (54, 5, 34, 8, false, 1, '2021-04-01 02:56:06', '2021-04-01 02:56:06', '99a70a20-97df-42aa-a0de-e5dc7d520091'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (55, 1, 35, 5, false, 1, '2021-04-01 02:56:06', '2021-04-01 02:56:06', '44ed5856-e69c-4ef4-95d4-76cb8dcb7f65'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (56, 8, 36, 7, false, 1, '2021-04-01 02:56:41', '2021-04-01 02:56:41', '061ea762-8bd3-46e3-8c3e-75dc2f627de6'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (57, 8, 36, 8, false, 2, '2021-04-01 02:56:41', '2021-04-01 02:56:41', 'dfb0e0ff-ed60-4272-9532-a3917279211a'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (58, 8, 36, 9, false, 3, '2021-04-01 02:56:41', '2021-04-01 02:56:41', 'e05388a3-2589-4b6d-a02a-d4acd072f149'); + + +-- +-- Data for Name: fieldlayouts; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (2, 'craft\elements\Entry', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-15 16:25:50', '31e67dee-1002-4a93-9546-8b234b3b368b'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (3, 'craft\elements\Entry', '2021-03-01 00:43:19', '2021-03-15 16:25:50', NULL, '3079b909-ff31-4f40-98a0-10c57767ab1f'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, 'craft\elements\Asset', '2021-03-01 00:43:18', '2021-03-15 16:25:51', NULL, 'e73b4186-2fad-4c0f-8eae-bbb884932c58'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (4, 'craft\commerce\elements\Product', '2021-03-15 16:25:51', '2021-03-15 16:25:51', NULL, '08766548-0b7c-493b-bdce-20f096719426'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (5, 'craft\elements\GlobalSet', '2021-03-15 16:25:51', '2021-03-15 16:25:51', NULL, 'e1ad1c2a-97c8-4b64-9d59-41e897a98298'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (6, 'craft\elements\Entry', '2021-03-15 16:25:51', '2021-03-15 16:25:51', NULL, '44918e94-126a-4108-98da-1f66e19d2b2d'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (7, 'craft\elements\Entry', '2021-04-01 02:48:37', '2021-04-01 02:48:37', '2021-04-01 02:55:11', 'c950a021-4c20-4157-8bf8-f3044f8b131f'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (8, 'craft\elements\Entry', '2021-04-01 02:56:41', '2021-04-01 02:56:41', NULL, '446fae8b-775a-4b1b-a6dc-ef009aede404'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (9, 'craft\elements\Category', '2021-04-01 02:58:32', '2021-04-01 02:58:32', NULL, '4e420bac-c389-4bea-9708-e3e7c19f3cc1'); + + +-- +-- Data for Name: fieldlayouttabs; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (2, 2, 'Content', '[{"type":"craft\\fieldlayoutelements\\EntryTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100}]', 1, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2f004005-0663-4137-8fac-47fce8a690d7'); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (25, 7, 'Content', '[{"type":"craft\\fieldlayoutelements\\EntryTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"21903cb2-5b82-49ea-9766-e120d0951ea3"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"abcda4a4-b1db-4677-b5d6-69588443704f"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"4a0cb371-14a6-415d-84db-fc0512410ec8"}]', 1, '2021-04-01 02:48:37', '2021-04-01 02:48:37', '844e3bdd-e8bd-4077-a9b2-e39c1591a2cf'); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (31, 4, 'Content', '[{"type":"craft\\commerce\\fieldlayoutelements\\ProductTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100}]', 1, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '3881ce2a-b29b-47b4-9730-29d3fa9f1f41'); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (32, 6, 'Content', '[{"type":"craft\\fieldlayoutelements\\EntryTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"21903cb2-5b82-49ea-9766-e120d0951ea3"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"abcda4a4-b1db-4677-b5d6-69588443704f"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"4a0cb371-14a6-415d-84db-fc0512410ec8"}]', 1, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '345ff311-ebc0-4929-9d25-eaa8babbb4d7'); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (33, 3, 'Content', '[{"type":"craft\\fieldlayoutelements\\EntryTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"21903cb2-5b82-49ea-9766-e120d0951ea3"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"abcda4a4-b1db-4677-b5d6-69588443704f"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"4a0cb371-14a6-415d-84db-fc0512410ec8"}]', 1, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '7a2f45b6-e137-45fc-885e-f9488e64c590'); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (34, 5, 'Default', '[{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"21903cb2-5b82-49ea-9766-e120d0951ea3"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"abcda4a4-b1db-4677-b5d6-69588443704f"}]', 1, '2021-04-01 02:56:06', '2021-04-01 02:56:06', '3a845609-01dd-4d7f-bafd-8c001c4be32d'); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (35, 1, 'Content', '[{"type":"craft\\fieldlayoutelements\\AssetTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5"}]', 1, '2021-04-01 02:56:06', '2021-04-01 02:56:06', '0af1ca00-8065-45e9-b3b6-fffc67b9a1a7'); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (36, 8, 'Content', '[{"type":"craft\\fieldlayoutelements\\EntryTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"21903cb2-5b82-49ea-9766-e120d0951ea3"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"abcda4a4-b1db-4677-b5d6-69588443704f"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"4a0cb371-14a6-415d-84db-fc0512410ec8"}]', 1, '2021-04-01 02:56:41', '2021-04-01 02:56:41', '7ec0393e-1e5b-48af-848a-739ff98ab75f'); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (37, 9, 'Content', '[{"type":"craft\\fieldlayoutelements\\TitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100}]', 1, '2021-04-01 02:58:32', '2021-04-01 02:58:32', '9fb6c9d7-5da1-456d-83c9-aace60be9018'); + + +-- +-- Data for Name: fields; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.fields (id, "groupId", name, handle, context, instructions, searchable, "translationMethod", "translationKeyFormat", type, settings, "dateCreated", "dateUpdated", uid, "columnSuffix") VALUES (5, 1, 'Optimized Images', 'optimizedImages', 'global', '', false, 'none', NULL, 'nystudio107\imageoptimize\fields\OptimizedImages', '{"displayDominantColorPalette":"1","displayLazyLoadPlaceholderImages":"1","displayOptimizedImageVariants":"1","variants":[{"width":"1200","useAspectRatio":"1","aspectRatioX":"16","aspectRatioY":"9","retinaSizes":["1"],"quality":"82","format":"jpg"},{"width":"992","useAspectRatio":"1","aspectRatioX":"16","aspectRatioY":"9","retinaSizes":["1"],"quality":"82","format":"jpg"},{"width":"768","useAspectRatio":"1","aspectRatioX":"4","aspectRatioY":"3","retinaSizes":["1"],"quality":"60","format":"jpg"},{"width":"576","useAspectRatio":"1","aspectRatioX":"4","aspectRatioY":"3","retinaSizes":["1"],"quality":"60","format":"jpg"}]}', '2021-03-01 23:42:29', '2021-03-01 23:42:29', '3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5', NULL); +INSERT INTO public.fields (id, "groupId", name, handle, context, instructions, searchable, "translationMethod", "translationKeyFormat", type, settings, "dateCreated", "dateUpdated", uid, "columnSuffix") VALUES (7, 1, 'Plain Text', 'plainText', 'global', '', false, 'none', NULL, 'craft\fields\PlainText', '{"byteLimit":null,"charLimit":null,"code":"","columnType":null,"initialRows":"4","multiline":"","placeholder":null,"uiMode":"normal"}', '2021-03-15 16:25:50', '2021-03-15 16:25:50', '21903cb2-5b82-49ea-9766-e120d0951ea3', NULL); +INSERT INTO public.fields (id, "groupId", name, handle, context, instructions, searchable, "translationMethod", "translationKeyFormat", type, settings, "dateCreated", "dateUpdated", uid, "columnSuffix") VALUES (8, 1, 'Rich Text', 'richText', 'global', '', false, 'none', NULL, 'craft\redactor\Field', '{"availableTransforms":"*","availableVolumes":"*","cleanupHtml":true,"columnType":"text","configSelectionMode":"choose","defaultTransform":"","manualConfig":"","purifierConfig":"","purifyHtml":"1","redactorConfig":"Simple.json","removeEmptyTags":"1","removeInlineStyles":"1","removeNbsp":"1","showHtmlButtonForNonAdmins":"","showUnpermittedFiles":false,"showUnpermittedVolumes":false,"uiMode":"enlarged"}', '2021-03-15 16:25:50', '2021-03-15 16:25:50', 'abcda4a4-b1db-4677-b5d6-69588443704f', NULL); +INSERT INTO public.fields (id, "groupId", name, handle, context, instructions, searchable, "translationMethod", "translationKeyFormat", type, settings, "dateCreated", "dateUpdated", uid, "columnSuffix") VALUES (9, 1, 'SEO', 'seo', 'global', '', false, 'none', NULL, 'nystudio107\seomatic\fields\SeoSettings', '{"elementDisplayPreviewType":"google","facebookTabEnabled":"","generalEnabledFields":["seoTitle","seoDescription","seoImage"],"generalTabEnabled":"1","sitemapTabEnabled":"","twitterTabEnabled":""}', '2021-03-15 16:25:50', '2021-03-15 16:25:50', '4a0cb371-14a6-415d-84db-fc0512410ec8', NULL); + + +-- +-- Data for Name: globalsets; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.globalsets (id, name, handle, "fieldLayoutId", "dateCreated", "dateUpdated", uid, "sortOrder") VALUES (4, 'Globals', 'globals', 5, '2021-03-15 16:25:51', '2021-03-15 16:25:51', 'aa7c6968-88ec-4d2a-af47-d3c40b582a68', NULL); + + +-- +-- Data for Name: gqlschemas; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.gqlschemas (id, name, scope, "isPublic", "dateCreated", "dateUpdated", uid) VALUES (1, 'Public Schema', '[]', true, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6005c2f9-5d85-4442-b712-22e070096ac8'); + + +-- +-- Data for Name: gqltokens; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.gqltokens (id, name, "accessToken", enabled, "expiryDate", "lastUsed", "schemaId", "dateCreated", "dateUpdated", uid) VALUES (1, 'Public Token', '__PUBLIC__', false, NULL, NULL, 1, '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e3673ca1-a151-4074-9307-2cac15e2ebcc'); + + +-- +-- Data for Name: info; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.info (id, version, "schemaVersion", maintenance, "configVersion", "fieldVersion", "dateCreated", "dateUpdated", uid) VALUES (1, '3.7.36', '3.7.33', false, 'xpykwvjnmujj', '2@zrffmyzkux', '2021-03-01 00:43:17', '2022-03-04 19:01:27', 'b7a12d28-aa59-44af-815b-8cca8a6dcdfb'); + + +-- +-- Data for Name: matrixblocks; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: matrixblocktypes; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: migrations; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (1, 'plugin:retour', 'Install', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '5e5273a6-0dbc-4c71-a1b4-757d672af9b6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (2, 'plugin:retour', 'm181013_122446_add_remote_ip', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '7d6e7dc2-5ef5-41f7-86b7-cc5c8b1b6151'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (3, 'plugin:retour', 'm181013_171315_truncate_match_type', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '91c82ed8-4aa9-4fad-b668-15d69258db4d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (4, 'plugin:retour', 'm181013_202455_add_redirect_src_match', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'f88463d8-072d-4ccd-82fb-e79d0ad3c527'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (5, 'plugin:retour', 'm181018_123901_add_stats_info', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '69d79477-8960-4095-a0a8-e1bee7d43a29'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (6, 'plugin:retour', 'm181018_135656_add_redirect_status', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'd2ddd52c-8d13-461a-9ed0-722616be7298'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (7, 'plugin:retour', 'm181213_233502_add_site_id', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'fed38c76-46e1-41a2-abfa-4830e6ddfbae'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (8, 'plugin:retour', 'm181216_043222_rebuild_indexes', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'e59b1e29-52af-4132-8a81-50051acd16ff'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (9, 'plugin:retour', 'm190416_212500_widget_type_update', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '9fe527d8-cece-461a-8168-2537a2f63f25'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (10, 'plugin:retour', 'm200109_144310_add_redirectSrcUrl_index', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'e5474e39-4422-47be-ad67-f56f8528705c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (11, 'plugin:seomatic', 'Install', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '66018368-f26d-4b8e-aaee-6d0cc0aa8451'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (12, 'plugin:seomatic', 'm180314_002755_field_type', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'cc993c20-560d-44c4-a7bf-a7c0213fc22c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (13, 'plugin:seomatic', 'm180314_002756_base_install', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '9411728d-d968-4b6c-97bc-1a571b8779cd'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (14, 'plugin:seomatic', 'm180502_202319_remove_field_metabundles', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '472070c4-fd07-4a2d-b8a9-e638597a840b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (15, 'plugin:seomatic', 'm180711_024947_commerce_products', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'c6142675-0bdc-4824-b23c-0b8de30f6d05'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (16, 'plugin:seomatic', 'm190401_220828_longer_handles', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '4420ea5a-d9af-4e0e-a495-cdd94d31b85f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (17, 'plugin:seomatic', 'm190518_030221_calendar_events', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2ad8b8c1-d804-4247-a138-cb2ca36925cb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (18, 'plugin:seomatic', 'm200419_203444_add_type_id', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '3fd7420a-8e37-4a9f-a71c-3b14613d569f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (19, 'plugin:webperf', 'Install', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '4cc7940d-fd05-45eb-a710-f7e5598b656f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (20, 'plugin:webperf', 'm190625_151715_add_indexes', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '9299446f-e628-4c37-ad68-1a639400f475'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (21, 'craft', 'Install', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c5d3facb-ce07-4fde-a466-f3d78cdb96c2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (22, 'craft', 'm150403_183908_migrations_table_changes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '8491b996-e802-4e26-824d-78de70aa5b94'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (23, 'craft', 'm150403_184247_plugins_table_changes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f36c3f19-8d6e-46f9-88b4-233cae6653bb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (24, 'craft', 'm150403_184533_field_version', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9f8a5962-1e4a-4c6e-9bd1-bcb8c06d0deb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (25, 'craft', 'm150403_184729_type_columns', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f8e6d225-d2dc-4429-a5b0-7dcdcd0a7f37'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (26, 'craft', 'm150403_185142_volumes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6d42a650-1264-42a5-b111-cc9593fcd4e7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (27, 'craft', 'm150428_231346_userpreferences', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6279310c-751b-4839-a553-f0eb4330c716'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (28, 'craft', 'm150519_150900_fieldversion_conversion', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'd5494ced-bd71-4dec-bf8a-f3abc4b05e08'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (29, 'craft', 'm150617_213829_update_email_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'a4ee65a7-f38d-45e8-b6d6-4369edaa767f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (30, 'craft', 'm150721_124739_templatecachequeries', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '72f8bceb-231e-4989-b67a-6d8b909dcfff'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (31, 'craft', 'm150724_140822_adjust_quality_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '435e6c26-8881-43e8-987e-eb8ee62ece0f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (32, 'craft', 'm150815_133521_last_login_attempt_ip', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'a1d3e4be-af17-40a3-923b-b59210e1f56b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (33, 'craft', 'm151002_095935_volume_cache_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '5463e0bc-3118-42e5-bff6-dafc38185642'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (34, 'craft', 'm151005_142750_volume_s3_storage_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'd37efc6c-6b2e-4742-90bd-6b3ac53415b4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (35, 'craft', 'm151016_133600_delete_asset_thumbnails', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e1c77247-494c-4f36-b8a6-3f1a5ea3b75f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (36, 'craft', 'm151209_000000_move_logo', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9c886f17-46e1-435f-ae0e-dd3f83dc7985'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (37, 'craft', 'm151211_000000_rename_fileId_to_assetId', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '1340775a-9b0f-4a3e-b49b-e090fdb5c793'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (38, 'craft', 'm151215_000000_rename_asset_permissions', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9ebed84e-d0f8-4859-80b4-39f19ec1da60'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (39, 'craft', 'm160707_000001_rename_richtext_assetsource_setting', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9cd581c9-cf27-4e0f-99d3-1c8417666b3b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (40, 'craft', 'm160708_185142_volume_hasUrls_setting', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'aa8299f5-8ae1-4c0a-894c-7c92c2c3ea6a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (41, 'craft', 'm160714_000000_increase_max_asset_filesize', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '14661747-bc03-4cb4-87f8-eda5edce9728'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (42, 'craft', 'm160727_194637_column_cleanup', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'd5ea0c05-b5bd-4cfd-87ec-a7bbb8a591b4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (43, 'craft', 'm160804_110002_userphotos_to_assets', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2a7fd5cf-00b7-42f6-bd39-2dbb98532f1c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (44, 'craft', 'm160807_144858_sites', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'b140ac1a-690a-4328-b4c4-0d89d8830146'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (45, 'craft', 'm160829_000000_pending_user_content_cleanup', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6f921a23-da94-474c-92cf-2a503299e12c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (46, 'craft', 'm160830_000000_asset_index_uri_increase', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2204725d-2d33-4b8e-8ce0-e50f0c51bf6f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (47, 'craft', 'm160912_230520_require_entry_type_id', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '039e3b43-d6d7-4ef0-940f-f024d3564c10'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (48, 'craft', 'm160913_134730_require_matrix_block_type_id', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9a96d9e5-bd46-4c82-8e39-e0a831db0e97'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (49, 'craft', 'm160920_174553_matrixblocks_owner_site_id_nullable', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '3451e15b-4952-4d5d-9ee4-62935680d983'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (50, 'craft', 'm160920_231045_usergroup_handle_title_unique', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '922d0a00-7217-482c-8cf9-ae7b9a9bcd14'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (51, 'craft', 'm160925_113941_route_uri_parts', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '4c427c30-de55-4eab-a257-2a17ccab434b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (52, 'craft', 'm161006_205918_schemaVersion_not_null', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e1560de6-375d-43fb-84d8-def7d2cad0a9'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (53, 'craft', 'm161007_130653_update_email_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c977181e-2308-4053-aa84-d39a2ffcb23e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (54, 'craft', 'm161013_175052_newParentId', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'b44a1ca2-5dde-4528-863a-f70e4d222be5'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (55, 'craft', 'm161021_102916_fix_recent_entries_widgets', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '92c209e2-4189-4f59-909d-dc988e65c828'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (56, 'craft', 'm161021_182140_rename_get_help_widget', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '364b37cd-63de-4077-a18b-52364be0f358'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (57, 'craft', 'm161025_000000_fix_char_columns', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c8e99bbf-a3ba-4ac1-84dd-b3f659a6ccd4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (58, 'craft', 'm161029_124145_email_message_languages', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '76b0150b-8975-486a-aaf1-2da7ad961c44'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (59, 'craft', 'm161108_000000_new_version_format', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '29d1e169-ece4-4d34-a6fb-fbe5d1a0f4df'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (60, 'craft', 'm161109_000000_index_shuffle', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'eb7afbe0-7d3e-445d-bd98-90d7c170a5f3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (61, 'craft', 'm161122_185500_no_craft_app', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6eabe8d2-4a43-4538-8232-f04a35a68e69'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (62, 'craft', 'm161125_150752_clear_urlmanager_cache', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '1e344880-1f6b-4f9a-9516-b2c46951450e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (63, 'craft', 'm161220_000000_volumes_hasurl_notnull', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'befc215a-058a-4d9d-9a2f-1b404a1c4649'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (64, 'craft', 'm170114_161144_udates_permission', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '7ff8ea9c-dec7-491e-b0aa-f957865089e4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (65, 'craft', 'm170120_000000_schema_cleanup', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '3730bfee-9c59-472b-b2e4-6753d2425000'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (66, 'craft', 'm170126_000000_assets_focal_point', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2602b50c-c23e-482a-af2b-a725ecd2caf5'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (67, 'craft', 'm170206_142126_system_name', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '408a5e8b-53ba-400f-abb4-e8369ca98f86'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (68, 'craft', 'm170217_044740_category_branch_limits', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '117fda7c-ae94-424f-944a-8236c10007cf'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (69, 'craft', 'm170217_120224_asset_indexing_columns', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '09a9fb44-a1a0-4298-948a-35f0d44d2305'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (70, 'craft', 'm170223_224012_plain_text_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'fb3ef499-30e6-4cf1-ac18-888a08662200'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (71, 'craft', 'm170227_120814_focal_point_percentage', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '554e6798-0659-417a-9893-a79422d7a523'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (72, 'craft', 'm170228_171113_system_messages', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c836fb9c-ce7a-4761-a262-dbfe50c7df42'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (73, 'craft', 'm170303_140500_asset_field_source_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f7678526-2511-43f1-880c-4d9345a9fd75'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (74, 'craft', 'm170306_150500_asset_temporary_uploads', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e8b87200-e99a-4710-aeac-637cd33cfbea'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (75, 'craft', 'm170523_190652_element_field_layout_ids', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'd5c2949e-2a4c-48ac-95df-3fdac0ea1f32'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (76, 'craft', 'm170621_195237_format_plugin_handles', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2d9ff059-a65f-4421-8ce8-1ed0648fc2df'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (77, 'craft', 'm170630_161027_deprecation_line_nullable', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '490c03be-aca2-462c-9e73-fd8e801878f8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (78, 'craft', 'm170630_161028_deprecation_changes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '4e711593-3dff-4369-9a3c-ec82fdcf1565'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (79, 'craft', 'm170703_181539_plugins_table_tweaks', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '56996818-cc09-4487-bb32-886368928ea2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (80, 'craft', 'm170704_134916_sites_tables', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f37564d4-f8e7-4539-9355-d13a300e3189'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (81, 'craft', 'm170706_183216_rename_sequences', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '597849f3-ef18-4468-9167-3fd1e0d0b7b2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (82, 'craft', 'm170707_094758_delete_compiled_traits', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9de3ac33-cd19-48d4-83c9-b1ce0071d8b7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (83, 'craft', 'm170731_190138_drop_asset_packagist', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '1e3c332e-6d72-47fc-9e33-2e3558fb176b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (84, 'craft', 'm170810_201318_create_queue_table', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'a5412bf2-6c0e-4925-a5fc-0896d85811bd'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (85, 'craft', 'm170903_192801_longblob_for_queue_jobs', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '90932127-eeeb-4f2f-be2a-c9dfe6dea2fc'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (86, 'craft', 'm170914_204621_asset_cache_shuffle', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c17214c3-9617-48c0-8ab5-5708a038acac'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (87, 'craft', 'm171011_214115_site_groups', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'a4f6e1cc-0600-4cc4-ae46-95ced428d28f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (88, 'craft', 'm171012_151440_primary_site', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c2c250bf-bf9e-49b8-a7d5-cc0839a6d676'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (89, 'craft', 'm171013_142500_transform_interlace', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9abb24fc-37b6-48ae-8b46-a70626f7afbe'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (90, 'craft', 'm171016_092553_drop_position_select', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f40cdb6e-adf2-4a53-8924-2b5b7330d057'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (91, 'craft', 'm171016_221244_less_strict_translation_method', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '52529094-8a47-4dbd-949b-e5b7f61fce03'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (92, 'craft', 'm171107_000000_assign_group_permissions', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'bfefd565-eb1a-4f72-b015-75a6af36e81e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (93, 'craft', 'm171117_000001_templatecache_index_tune', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'da9fd0fd-bada-4340-8535-27c04ef8fe8e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (94, 'craft', 'm171126_105927_disabled_plugins', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'eefa00b5-23bf-434b-94ef-1cc8a9c27f08'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (95, 'craft', 'm171130_214407_craftidtokens_table', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '7c3993f1-8753-4275-96b1-0ba708b6f97a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (96, 'craft', 'm171202_004225_update_email_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '7d66adcf-2dd3-4209-8a7e-6a0aa47d6f5c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (97, 'craft', 'm171204_000001_templatecache_index_tune_deux', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '8d2e902b-8a6f-4971-aaae-bd28fc040014'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (98, 'craft', 'm171205_130908_remove_craftidtokens_refreshtoken_column', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '7aabae81-e870-4a7a-a33a-ec7839de2fba'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (99, 'craft', 'm171218_143135_longtext_query_column', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '339f0e8f-36c1-4a02-9ca1-c1513cde635f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (100, 'craft', 'm171231_055546_environment_variables_to_aliases', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '02307aeb-f81b-4792-adc1-55c8328b97ef'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (101, 'craft', 'm180113_153740_drop_users_archived_column', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'ed60d0fc-9301-4e30-9135-33f7c351476a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (102, 'craft', 'm180122_213433_propagate_entries_setting', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '7786ae68-0b3a-4512-9298-47ef7cbe4387'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (103, 'craft', 'm180124_230459_fix_propagate_entries_values', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '3fda7bd1-bcab-4620-a186-eb47275d6950'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (104, 'craft', 'm180128_235202_set_tag_slugs', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2358ec68-d07b-4cf2-b1f7-f2316b4f5546'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (105, 'craft', 'm180202_185551_fix_focal_points', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '8bcaec1b-a565-4b50-a22e-86e2dc3bd682'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (106, 'craft', 'm180217_172123_tiny_ints', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f7c6eaa2-da5a-4662-bfaf-af96d82e6b57'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (107, 'craft', 'm180321_233505_small_ints', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'de9b65d4-a485-49bb-b817-9256de85aad9'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (108, 'craft', 'm180404_182320_edition_changes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c4bab2df-5cf9-4329-86e0-9ab7557737fb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (109, 'craft', 'm180411_102218_fix_db_routes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'ab4932fb-125e-41b5-85d5-bb1bd26849ce'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (110, 'craft', 'm180416_205628_resourcepaths_table', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '59c3104d-d834-4bec-b4e4-5b0022e0b581'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (111, 'craft', 'm180418_205713_widget_cleanup', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '64b1381a-2fde-428a-805c-93b637e1f171'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (112, 'craft', 'm180425_203349_searchable_fields', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '82c1495b-d737-4ea4-a232-ab6fff897c0b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (113, 'craft', 'm180516_153000_uids_in_field_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '55b3b9bc-0c01-48c7-9f56-f28c43ec2f8f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (114, 'craft', 'm180517_173000_user_photo_volume_to_uid', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '134f3112-678d-4a2f-a80f-5a0769cde003'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (115, 'craft', 'm180518_173000_permissions_to_uid', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '03298024-0fcf-4649-8358-29a5cda97e06'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (116, 'craft', 'm180520_173000_matrix_context_to_uids', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'a4aa02b9-0389-43bb-b413-085b435e8f11'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (117, 'craft', 'm180521_172900_project_config_table', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '277020d4-5b69-4d9d-8513-a8bedaa56afa'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (118, 'craft', 'm180521_173000_initial_yml_and_snapshot', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e8debfdb-a8df-4b97-8b96-5911929f3f57'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (119, 'craft', 'm180731_162030_soft_delete_sites', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '39cfd80b-00bf-4c50-bc54-3f803008baad'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (120, 'craft', 'm180810_214427_soft_delete_field_layouts', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'dc7fc61f-b28b-4367-9eae-78b89f0c4453'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (121, 'craft', 'm180810_214439_soft_delete_elements', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '518b80bd-9950-4a96-95af-587c032474c1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (122, 'craft', 'm180824_193422_case_sensitivity_fixes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6034827e-fd00-4fa4-a769-11e38af9f032'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (123, 'craft', 'm180901_151639_fix_matrixcontent_tables', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'ec6547a5-7d83-4a93-a194-9f6eb1e3b5b6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (124, 'craft', 'm180904_112109_permission_changes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '0b5bbcad-df18-414b-8b69-c1c0087a1110'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (125, 'craft', 'm180910_142030_soft_delete_sitegroups', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '65110a1e-207b-4bc1-91b0-0a93058f1575'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (126, 'craft', 'm181011_160000_soft_delete_asset_support', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '851dc58e-ee60-439c-8c96-da69eb4607dd'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (127, 'craft', 'm181016_183648_set_default_user_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'b1f4cc4d-3318-476e-b30c-5bf4d0588bcb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (128, 'craft', 'm181017_225222_system_config_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'fdc0e3fc-d866-49ae-9eae-9476819c7ba7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (129, 'craft', 'm181018_222343_drop_userpermissions_from_config', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '5b9bf9c8-5a56-4da0-8c3b-87ce3fd25709'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (130, 'craft', 'm181029_130000_add_transforms_routes_to_config', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '50558d90-6ee4-4ab5-85bc-3bb0f78a61e8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (131, 'craft', 'm181112_203955_sequences_table', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'b90ac0e2-c151-41fc-b52a-76071605729d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (132, 'craft', 'm181121_001712_cleanup_field_configs', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e0225d01-ef0b-4b3a-91ee-77cfe9a4321a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (133, 'craft', 'm181128_193942_fix_project_config', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '1699056a-e574-498d-ad46-14b89dbc0a42'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (134, 'craft', 'm181130_143040_fix_schema_version', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'a460adbe-3a39-4989-8dda-004d7e87231e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (135, 'craft', 'm181211_143040_fix_entry_type_uids', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e148ba7b-1300-4b41-8fd7-028165b310b1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (136, 'craft', 'm181217_153000_fix_structure_uids', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '7a5b863d-4eb3-4c71-bacf-ff41a1ff56e8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (137, 'craft', 'm190104_152725_store_licensed_plugin_editions', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6f3c2153-bddc-477c-aad6-84cf768ab262'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (138, 'craft', 'm190108_110000_cleanup_project_config', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'dc4d7df6-436e-48fb-8716-8228abc02ff4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (139, 'craft', 'm190108_113000_asset_field_setting_change', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '5f5beecf-2253-4408-a599-043180c2b6c0'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (140, 'craft', 'm190109_172845_fix_colspan', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'fa6d3e05-3395-4a5e-bc59-7b3a77f864c3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (141, 'craft', 'm190110_150000_prune_nonexisting_sites', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '23ac1a56-e97f-47bd-9de8-ba42423909ce'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (142, 'craft', 'm190110_214819_soft_delete_volumes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '631a8161-f9b8-491b-b9a9-400e58289119'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (143, 'craft', 'm190112_124737_fix_user_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '43b7a697-cbc6-423d-b0d5-1f7cf0227ff7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (144, 'craft', 'm190112_131225_fix_field_layouts', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '1f63691b-094d-4eef-8df4-a53b5d8be3d1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (145, 'craft', 'm190112_201010_more_soft_deletes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '66add330-0c3a-4ffb-8ec9-bac978e9f291'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (146, 'craft', 'm190114_143000_more_asset_field_setting_changes', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '67f9fc3f-5626-4766-b554-ec3048a18696'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (147, 'craft', 'm190121_120000_rich_text_config_setting', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'eef0a4c1-7b1f-4b53-89c5-9cd4cf280178'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (148, 'craft', 'm190125_191628_fix_email_transport_password', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '671939ef-f96b-4039-9e7e-5953a42a7a38'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (149, 'craft', 'm190128_181422_cleanup_volume_folders', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '105d88f5-a157-4dfc-88e0-1b1eb73ae507'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (150, 'craft', 'm190205_140000_fix_asset_soft_delete_index', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '3ae5df82-d5ac-4e79-9410-de6db0e96a6a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (151, 'craft', 'm190218_143000_element_index_settings_uid', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '4f7b0929-01d8-4091-a0b5-305ff7753f67'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (152, 'craft', 'm190312_152740_element_revisions', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '1efff6c3-0270-4c0e-9b59-3a2c739ff2bb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (153, 'craft', 'm190327_235137_propagation_method', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'da517f8d-afd0-425e-bf24-50470201fa9e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (154, 'craft', 'm190401_223843_drop_old_indexes', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '69724d5e-297b-4b8b-aee7-c5a9a3d658c1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (155, 'craft', 'm190416_014525_drop_unique_global_indexes', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2925d4e7-e91e-4dcd-8d37-4f7c95b95102'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (156, 'craft', 'm190417_085010_add_image_editor_permissions', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '9c5cb8f9-c3a9-4a5f-b82e-93f57e9175eb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (157, 'craft', 'm190502_122019_store_default_user_group_uid', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'f0c2ba93-692b-4cc0-8c34-83f46713ac4f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (158, 'craft', 'm190504_150349_preview_targets', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '5fc5ec53-c9e1-4ef6-83e6-cd0203409012'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (159, 'craft', 'm190516_184711_job_progress_label', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'd85b4fad-56e8-4e91-a6fc-adad718e818f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (160, 'craft', 'm190523_190303_optional_revision_creators', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'ace02f44-6804-4415-b777-5fe22c72cae3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (161, 'craft', 'm190529_204501_fix_duplicate_uids', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'be546051-3033-4374-8453-9bd7f183a883'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (162, 'craft', 'm190605_223807_unsaved_drafts', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'd0f7de69-e4e6-45ae-ac45-99af9bd8c27d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (163, 'craft', 'm190607_230042_entry_revision_error_tables', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '191df79e-8cc9-4b33-b4f5-35a4e0909063'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (164, 'craft', 'm190608_033429_drop_elements_uid_idx', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'bd3a46ba-fa13-4680-b45b-ed84d5f51a7f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (165, 'craft', 'm190617_164400_add_gqlschemas_table', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '5ecaae9f-b280-4509-a429-f90d00941470'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (166, 'craft', 'm190624_234204_matrix_propagation_method', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '7fe1a0bc-7865-4646-83c3-b54163fca4f2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (167, 'craft', 'm190711_153020_drop_snapshots', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '56e44728-8836-4b19-9327-8a5cda96e8e2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (168, 'craft', 'm190712_195914_no_draft_revisions', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '551db2af-9151-4a42-a46a-d5d3f3e77932'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (169, 'craft', 'm190723_140314_fix_preview_targets_column', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '940bc898-2db3-4013-916d-f5c81b209bc8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (170, 'craft', 'm190820_003519_flush_compiled_templates', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2fe3366c-ae11-451e-96c1-a9ba39e58478'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (171, 'craft', 'm190823_020339_optional_draft_creators', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '242bfb0e-f1ef-41e9-98f6-3106c21ce328'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (172, 'craft', 'm190913_152146_update_preview_targets', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'c05b7948-eaef-47db-8a70-967862aa76a3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (173, 'craft', 'm191107_122000_add_gql_project_config_support', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'df13db5d-3a8d-4360-aace-4d7700c4831c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (174, 'craft', 'm191204_085100_pack_savable_component_settings', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'c3f01417-ce13-4d05-b119-a44be304e3bf'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (175, 'craft', 'm191206_001148_change_tracking', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'f2192892-0f1e-41a2-a874-01f2aaa64745'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (176, 'craft', 'm191216_191635_asset_upload_tracking', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '3b9563ea-212f-4168-acbf-ef44c97040a0'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (177, 'craft', 'm191222_002848_peer_asset_permissions', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '577619e0-8645-4855-ab6e-23f5bb680742'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (178, 'craft', 'm200127_172522_queue_channels', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '1787b94c-eb98-4ccd-8a53-82f4894b37ed'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (179, 'craft', 'm200211_175048_truncate_element_query_cache', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'becdd228-5ee2-4c64-a675-7b563a98b6bc'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (180, 'craft', 'm200213_172522_new_elements_index', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '8520f07e-09f6-433b-8c63-bb9ce76ae995'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (181, 'craft', 'm200228_195211_long_deprecation_messages', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'f84b3fe3-c277-4b8c-9211-608fa3d5e49c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (182, 'craft', 'm200306_054652_disabled_sites', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'c1faf615-bbe9-4606-afdb-70b067bd27e1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (183, 'craft', 'm200522_191453_clear_template_caches', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'cef40208-43d8-40f0-a6c8-ef0723cdff62'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (184, 'craft', 'm200606_231117_migration_tracks', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '835ab86b-a073-40c4-84d4-5fa9f3721be4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (185, 'craft', 'm200619_215137_title_translation_method', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'e74ed090-5e87-46da-b8ea-a448f06ef763'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (186, 'craft', 'm200620_005028_user_group_descriptions', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '1df7cd59-c49d-441d-968a-020f8a531fb5'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (187, 'craft', 'm200620_230205_field_layout_changes', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '9b4d1ef7-0765-4f47-b8ff-1a7b000a468c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (188, 'craft', 'm200625_131100_move_entrytypes_to_top_project_config', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'fc47acc7-03a1-467d-8ff0-2bfab6b9ca1c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (189, 'craft', 'm200629_112700_remove_project_config_legacy_files', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '69cd69a7-34d7-49c7-8cea-bb31ebcc38ad'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (190, 'craft', 'm200630_183000_drop_configmap', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'a7885ff4-2244-4071-b09e-2f51d253acb4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (191, 'craft', 'm200715_113400_transform_index_error_flag', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '1aed3f06-c42c-451e-b4c6-5f6fe303e941'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (192, 'craft', 'm200716_110900_replace_file_asset_permissions', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'f5d681ce-463d-41fd-8ba3-8575609e9f87'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (193, 'craft', 'm200716_153800_public_token_settings_in_project_config', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'fb660605-4fe3-4948-9811-13514ec0ade6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (194, 'craft', 'm200720_175543_drop_unique_constraints', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '51e84c5b-c0dd-4d30-8669-fc5ff08f4153'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (195, 'craft', 'm200825_051217_project_config_version', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'dc891d45-875a-4458-95e5-72b2d62d3d28'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (196, 'craft', 'm201116_190500_asset_title_translation_method', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '5cd88094-40c9-42d5-8b2d-8fd9f252702f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (197, 'craft', 'm201124_003555_plugin_trials', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'e4aec024-61b8-476b-9dd1-6c478e64b2e3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (198, 'craft', 'm210209_135503_soft_delete_field_groups', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'a1ba0605-d361-47d9-b994-586fec932767'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (199, 'craft', 'm210212_223539_delete_invalid_drafts', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '171222f9-38c5-4fa8-9b5d-d7444825cc2d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (200, 'craft', 'm210214_202731_track_saved_drafts', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '312b4d35-37c3-403b-b464-b6d7d42eb3d9'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (201, 'craft', 'm210223_150900_add_new_element_gql_schema_components', '2021-03-15 16:24:13', '2021-03-15 16:24:13', '2021-03-15 16:24:13', '220aef5b-22e5-4d4e-ab4a-4dde3aad6100'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (202, 'craft', 'm210224_162000_add_projectconfignames_table', '2021-03-15 16:24:13', '2021-03-15 16:24:13', '2021-03-15 16:24:13', '6f65c8af-606e-42d4-9a98-fb1697cb4dd8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (203, 'plugin:commerce', 'Install', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c485469e-1cf6-4540-b565-8843c909af50'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (204, 'plugin:commerce', 'm160531_154500_craft3_upgrade', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2583a9aa-44a7-4f99-bd26-193895df4a20'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (205, 'plugin:commerce', 'm170616_154500_productTypeSites_upgrade', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '61643b61-d84e-4e96-865f-2b4c8d2d1c65'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (206, 'plugin:commerce', 'm170705_154500_i18n_to_sites', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '85896ef3-4374-49b9-8c63-0cb1c3ab2a34'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (207, 'plugin:commerce', 'm170705_155000_order_shippingmethod_to_shippingmethodhandle', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '062ccc55-4afb-4fc1-b8db-b167c3f3b63d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (208, 'plugin:commerce', 'm170718_150000_paymentmethod_class_to_type', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'dfd574b4-75b3-4012-b085-8abe02096d22'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (209, 'plugin:commerce', 'm170725_130000_paymentmethods_are_now_gateways', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8ffcff25-92a6-47f4-959b-3379a5042cd7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (210, 'plugin:commerce', 'm170810_130000_sendCartInfo_per_gateway', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6410c59f-677d-437d-9878-20936b5154dd'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (211, 'plugin:commerce', 'm170828_130000_transaction_gatewayProcessing_flag', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ee6629c1-be30-4b47-b0f7-643296c20ed4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (212, 'plugin:commerce', 'm170830_130000_order_refactor', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cc5930c4-830d-44f3-b644-075f9bf2fcdc'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (213, 'plugin:commerce', 'm170831_130000_paymentCurreny_primary_not_null', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '917dd016-f41e-4024-b44b-1c6a5cc162e5'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (214, 'plugin:commerce', 'm170904_130000_processing_transactions', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '569e4b05-91ee-4456-bbfe-5f72b5dd9017'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (215, 'plugin:commerce', 'm171010_170000_stock_location', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5826ecec-3675-4fd2-b9a2-d45fe8718e3c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (216, 'plugin:commerce', 'm171202_180000_promotions_for_all_purchasables', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '814dbd4a-96d1-46b6-97ce-463b93a3b2eb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (217, 'plugin:commerce', 'm171204_213000_payment_sources', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '78f38af5-3089-4df6-a4f8-79919c726f7d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (218, 'plugin:commerce', 'm171207_160000_order_can_store_payment_sources', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6304c411-e377-4b27-855b-8ab4bb01c28c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (219, 'plugin:commerce', 'm171221_120000_subscriptions', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fdbd49d7-0556-45be-b38b-d118d072280a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (220, 'plugin:commerce', 'm171221_120500_missing_indexes', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '889e7720-91da-4a56-8cfd-47446bd524ce'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (221, 'plugin:commerce', 'm180205_150646_create_state_abbreviation_index', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5b15410c-440e-4285-817c-7992c8b0aeb4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (222, 'plugin:commerce', 'm180209_115000_plan_description', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ac52ef27-31b1-4cf2-a0ed-16825b1df69a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (223, 'plugin:commerce', 'm180216_130000_rename_store_location', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5870b3c3-84b2-4036-a262-9d61c8e48aa3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (224, 'plugin:commerce', 'm180217_130000_sale_migration', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e87cb277-e6d8-4e7d-9996-5b44dd324f14'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (225, 'plugin:commerce', 'm180218_130000_sale_order', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '53a720d3-3c9e-4f5b-9c21-e03a114783af'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (226, 'plugin:commerce', 'm180219_130000_sale_can_stop_processing', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f854b91d-ae3e-4d84-a6f2-7af4cc7e0224'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (227, 'plugin:commerce', 'm180220_130000_sale_can_ignore_previous', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6d6d7469-4371-4344-a169-05b9eb6643ed'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (228, 'plugin:commerce', 'm180221_130000_sale_fixSort', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '984bd6a9-eb55-46eb-bbd1-da91e333f6f8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (229, 'plugin:commerce', 'm180222_130000_lineitemsubtotal', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '440a9b92-130b-48eb-8a96-6e68efe98b17'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (230, 'plugin:commerce', 'm180306_130000_renamed', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'bd5e006d-5023-471c-bdbd-83634135a3f0'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (231, 'plugin:commerce', 'm180307_130000_order_paid_status', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '69c9d786-623f-4436-b76d-6ecee4e1f89e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (232, 'plugin:commerce', 'm180308_130000_update_order_paid_status', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9da64875-e7dc-4e0b-9f54-452bae2a60c3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (233, 'plugin:commerce', 'm180308_130001_has_and_is', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f65a9f4a-e573-4556-a2ae-ecfffffc9814'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (234, 'plugin:commerce', 'm180312_130001_countryBased', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b60e668e-4a44-4c46-a877-ab6aff3dbcf0'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (235, 'plugin:commerce', 'm180319_130001_fieldSettings', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0bc1a881-965c-486a-b703-8014631f548d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (236, 'plugin:commerce', 'm180326_130001_cascadeDeleteVariants', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '91eebc8b-534e-411f-afdb-c09f0d6c8352'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (237, 'plugin:commerce', 'm180329_161901_gateway_send_cart_info', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '483261bd-c5df-42cb-8a82-bca9d4d23063'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (238, 'plugin:commerce', 'm180401_150701_primary_addresses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ec50f212-bdf6-40cd-9e20-98f64d8acbd3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (239, 'plugin:commerce', 'm180401_161901_first_last_name_optional', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '14f2856d-170c-4e83-9830-b1fde3113f44'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (240, 'plugin:commerce', 'm180402_161901_increase_size_of_snapshot', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '28cab6e1-ac10-4c58-bade-300d35bec8ed'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (241, 'plugin:commerce', 'm180402_161902_email_discount_usage', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4e877a3c-b56d-40b3-9999-fca57e56fab6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (242, 'plugin:commerce', 'm180402_161903_primary_customer_addresses_relations', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '218378df-45a9-4f0a-b872-68be333c82ad'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (243, 'plugin:commerce', 'm180402_161904_order_addresses_relations', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'eb230152-3044-47bb-8dab-933a8a155d00'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (244, 'plugin:commerce', 'm180417_161904_fix_purchasables', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '75785ae9-b05f-4b12-8baf-28f672b64257'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (245, 'plugin:commerce', 'm180421_161904_transaction_note', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '56ad35d5-c374-4deb-9afb-b5cafe5ba495'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (246, 'plugin:commerce', 'm180525_161904_available_for_purchase', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '460911cc-46ab-46c8-b341-1d860c7f8970'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (247, 'plugin:commerce', 'm180601_161904_fix_orderLanguage', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a565fb3b-b87e-4689-a680-f55dec237eaa'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (248, 'plugin:commerce', 'm180620_161904_fix_primaryAddressCascade', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0dc6ef56-93b3-473d-b286-eb4252f5989b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (249, 'plugin:commerce', 'm180718_161906_add_orderPdfAttachment', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8a3d3216-e766-4e17-8aa0-ea698a7ac971'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (250, 'plugin:commerce', 'm180818_161906_fix_discountPurchasableType', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '54e61009-22fb-4b79-9841-1e25af9412e1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (251, 'plugin:commerce', 'm180818_161907_fix_orderPaidWithAddresses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cffbf61c-cb18-4c62-b48d-fbf59f6d77b2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (252, 'plugin:commerce', 'm180918_161907_fix_uniqueEmailDiscountsUses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7a18dcc9-11c8-42f6-a6d2-a6e390ba86ef'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (253, 'plugin:commerce', 'm180918_161908_fix_messageLengthOnOrder', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fee9c539-ada4-45c9-adc5-1fecc1f77185'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (254, 'plugin:commerce', 'm181024_100600_gateway_project_config_support', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0286a4f6-6390-4224-971e-b8b156e683df'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (255, 'plugin:commerce', 'm181113_161908_addReferenceToOrder', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '13989ef4-70e5-4b49-9286-150df1bf571e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (256, 'plugin:commerce', 'm181119_100600_lite_shipping_and_tax', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '90be40bf-7dc9-45ab-b16f-569165d6d30f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (257, 'plugin:commerce', 'm181203_130000_order_status_archivable', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9a51e0e6-afea-4e03-bab7-dde758ed04f4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (258, 'plugin:commerce', 'm181203_162000_gateway_unique_index_drop', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '35567d3e-59c8-4e4b-a265-aae0e0e8cabf'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (259, 'plugin:commerce', 'm181206_120000_remaining_project_config_support', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3a045e4b-4cd4-41ff-bf20-9d52a618a162'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (260, 'plugin:commerce', 'm181221_120000_sort_order_for_plans', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '56afdf43-8d62-478d-abd8-46616304071e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (261, 'plugin:commerce', 'm190109_223402_set_edition', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '702b2b71-d29c-413e-b723-54a1a69df53d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (262, 'plugin:commerce', 'm190111_161909_lineItemTotalCanBeNegative', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a80d793a-fd12-4cf3-83b0-ae2cd3d77c8d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (263, 'plugin:commerce', 'm190117_161909_replace_product_ref_tags', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3cc7a97e-73b0-4a73-b802-fb9e00532210'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (264, 'plugin:commerce', 'm190126_000856_restore_variants_with_products', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ebdc7257-5d1f-473e-817c-dc32d6513235'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (265, 'plugin:commerce', 'm190129_000857_insert_cached_data', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1a09994d-2006-444d-b2ad-b4d16ba67f63'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (266, 'plugin:commerce', 'm190131_000858_add_donation_purchasable', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b3074e74-fdd2-40fa-a7b0-b50e3f0f5668'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (267, 'plugin:commerce', 'm190213_000858_discount_free_shipping_changes', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '44f5bf66-5100-4f99-a140-70b28e562e71'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (268, 'plugin:commerce', 'm190222_161405_permissions_to_uid', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ec484719-7bbd-4c04-b3c0-25ca6afa3363'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (269, 'plugin:commerce', 'm190301_161406_unique_sku_constraint_in_app', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '812d04f4-40c7-4000-a9ed-40edc2789bd7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (270, 'plugin:commerce', 'm190311_161910_order_total', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '427a0822-07f6-4d38-8b78-f244ee6fb5cb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (271, 'plugin:commerce', 'm190322_161911_register_on_checkout', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1e17811a-206a-47de-a53d-ab7490c226df'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (272, 'plugin:commerce', 'm190523_150000_fix_lineItems_dateCreated', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6d560f09-89d8-4222-a15c-470e557eec06'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (273, 'plugin:commerce', 'm190523_161912_line_item_statuses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '78120d47-909b-45ab-a437-c624655de453'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (274, 'plugin:commerce', 'm190527_161913_order_recalc_mode', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8bf209ca-a19a-4706-95a3-0cd6681300e7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (275, 'plugin:commerce', 'm190527_161914_admin_note_on_lineitem', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'de565718-71b3-45d2-8490-c6460352278e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (276, 'plugin:commerce', 'm190528_161915_description_on_purchasable', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1ad53763-9181-480c-98d8-924f06f6a9d2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (277, 'plugin:commerce', 'm190622_161916_origin_on_order', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'edf6a372-1c27-4d82-9a0e-6a229a8c56fe'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (278, 'plugin:commerce', 'm190725_141100_subscription_suspension_fields', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7c089f76-f25a-485c-b59a-b0e0d1b029f6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (279, 'plugin:commerce', 'm190821_150226_discount_purchaseTotal_update', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ada06829-339c-485c-a9a2-8ce6788d3685'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (280, 'plugin:commerce', 'm190823_071838_taxCategoryId_allow_null', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b66f16db-7b1b-4415-b1dc-ef1bcc2fb145'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (281, 'plugin:commerce', 'm190923_131716_update_overpaid_status', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '815f1553-baf6-4247-aba2-e87a42a55465'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (282, 'plugin:commerce', 'm190923_132226_update_paidStatuses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '62fad0a3-54c0-4566-a1d9-53b6c6727edf'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (283, 'plugin:commerce', 'm190924_184909_taxCategory_allow_null_postgres', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '089176e4-beb7-4836-83b1-d30e26d8a112'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (284, 'plugin:commerce', 'm191004_184910_orderPaidDate', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2fd824a3-5345-4b1e-90e1-bfbc74958346'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (285, 'plugin:commerce', 'm191007_184911_orderStatus_from_archived_to_deleted', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '891ef0b6-2431-4a65-a68d-42ece95e8146'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (286, 'plugin:commerce', 'm191008_153947_add_relationship_type_to_discounts', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'aaae9a20-cc70-4085-aed5-6f209f6d4fcf'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (287, 'plugin:commerce', 'm191008_155732_add_relationship_type_to_sales', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '04195369-05a2-42ed-9bcd-087e50d51389'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (288, 'plugin:commerce', 'm191009_002748_add_ignoreSales_to_discounts', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7731b323-71e6-42a4-8676-a5ecf3d01561'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (289, 'plugin:commerce', 'm191009_184912_zipCode_match_added_to_shipping_and_tax_address_zones', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'afa09dc4-80f3-42d5-8faf-5b965f5486fb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (290, 'plugin:commerce', 'm191015_194704_add_description_to_orderStatus', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ab44bf70-7e18-45fb-9c90-1497da22822e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (291, 'plugin:commerce', 'm191015_201444_add_code_to_taxRates', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '53aab91c-9357-4f7d-a407-da3c3deb2722'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (292, 'plugin:commerce', 'm191016_231143_add_sortOrder_to_countries', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'aca8acc3-1f58-427a-a061-1b03ada6bb2a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (293, 'plugin:commerce', 'm191017_183550_add_extra_address_fields', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c206389d-e3f2-4e7b-b78f-83ac4baecb60'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (294, 'plugin:commerce', 'm191018_183551_cc_replyTo_emails', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fa6889ed-d954-4512-8fc3-47451af06db1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (295, 'plugin:commerce', 'm191021_184436_add_estimated_fields_to_order', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7c0ecab2-28c6-4b54-9c76-b12aa75f5026'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (296, 'plugin:commerce', 'm191021_190018_add_estimated_flag_to_addresses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '11cad6ef-a9bd-43ee-b1dd-cf590683fc59'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (297, 'plugin:commerce', 'm191022_162628_add_estimated_toadjustments', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1a33cebb-19fa-4a96-a5b3-af401f49e2f4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (298, 'plugin:commerce', 'm191113_111954_add_plain_text_template_path', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c62725c9-3134-4d14-8783-b185b47ee54d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (299, 'plugin:commerce', 'm191114_115600_remove_customer_info_field', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c4bee963-f81e-40df-aefb-de81cd62817d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (300, 'plugin:commerce', 'm191114_133817_add_base_discount_type_attribute', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fa59d483-6344-44e6-83de-29a0ffb19008'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (301, 'plugin:commerce', 'm191115_103105_add_totalDiscountUses_column', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '20bd1247-4daf-4c98-9828-429b3194bbd8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (302, 'plugin:commerce', 'm191115_103501_update_totalDiscountUses_with_current_uses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd616445d-3333-45c4-b138-50b6c1358e58'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (303, 'plugin:commerce', 'm191115_105329_add_totalDiscountUseLimit', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '610869d8-9645-42a4-8527-1464a1ac66c8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (304, 'plugin:commerce', 'm191125_150308_add_enabled_countries', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '99381d69-505a-47cc-880d-6a532ce5637c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (305, 'plugin:commerce', 'm191125_150315_add_enabled_states', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '661d5a80-1409-4d63-a1a7-87fee7e2d410'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (306, 'plugin:commerce', 'm191202_220748_updated_zipCodeConditional_column_type', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0057f01c-8784-4c4b-9b87-eca421d4982c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (307, 'plugin:commerce', 'm191203_163242_add_titleLabel_to_product_type', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'dc8ae639-e072-4e8c-be2f-1e738b77ac21'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (308, 'plugin:commerce', 'm200101_114320_remove_orphan_customers', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e69bb4d4-f25c-42a4-9206-7ffeb219557d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (309, 'plugin:commerce', 'm200102_141910_add_variantTitleLabel_attribute', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1a59ece1-23cb-4df4-8999-e561dabe6a4a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (310, 'plugin:commerce', 'm200102_185704_update_totalDiscountUseLimit_with_current_totalUseLimit', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ec892724-2bb7-4514-b981-23bbe8824185'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (311, 'plugin:commerce', 'm200102_185839_remove_totalUses_and_totalUseLimit', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '94683106-c999-49f2-9f2e-e50457e99546'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (312, 'plugin:commerce', 'm200108_114623_consolidate_customer_records', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cf4f7112-2c4f-4307-a1a8-3c70835874e4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (313, 'plugin:commerce', 'm200112_220749_cache_totalDiscount_totalTax_totalShipping', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5f42b63f-ebad-4e1c-98ef-308a6268da4f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (314, 'plugin:commerce', 'm200127_235254_replace_old_revenue_widget', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3295d8f5-4fce-4e42-a126-3f26e8d2275f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (315, 'plugin:commerce', 'm200129_161705_create_missing_customer_records_for_users', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b249aaf6-23d6-4c23-bff1-e7796552a9ad'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (316, 'plugin:commerce', 'm200206_161706_date_authorized', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6f89ebda-214b-4c42-8f7c-f53dcf4b045f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (317, 'plugin:commerce', 'm200207_161707_sku_description_on_lineitem', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '74ea3dc3-4461-4272-bb06-f81fd6eb5401'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (318, 'plugin:commerce', 'm200218_231144_add_sortOrder_to_states', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'feb6681e-03c5-4bc1-b7c4-c3f12c13b79f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (319, 'plugin:commerce', 'm200218_231199_add_appliesTo_to_discounts', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c88e12b2-f8fd-4d1a-a275-e1a5c2928884'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (320, 'plugin:commerce', 'm200320_161708_add_index_order_email', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '57ca28c0-dc35-4bcd-95d6-3c6f3fc650da'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (321, 'plugin:commerce', 'm200402_172412_add_order_condition_formula', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3d1f3d3a-b4a6-40f9-a3c0-d831989a108b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (322, 'plugin:commerce', 'm200602_172413_fix_orders_without_customerId', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '65ac8170-b374-4697-b430-9f6f8fc22758'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (323, 'plugin:commerce', 'm200617_172414_fix_country_state_sort_orders', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0fb4cae0-51fb-4e82-b7ca-f3015c63f215'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (324, 'plugin:commerce', 'm200722_172699_product_title_format', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e73611e6-5ae3-41ef-8dbf-793c4cd3c7e0'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (325, 'plugin:commerce', 'm200723_072632_add_shippingMethodName_to_order', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0495f2eb-3192-4669-879a-c7b671102c62'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (326, 'plugin:commerce', 'm200730_233644_field_layout_changes', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4ccd5f1b-d518-49d4-a276-ca9c33f39f04'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (327, 'plugin:commerce', 'm200801_233755_pdfs', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a24d13b1-571f-4a62-9078-2f7ba4668752'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (328, 'plugin:commerce', 'm200804_185727_fix_productTitleFormat', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8e2add8a-8530-44f0-a873-3936c6dc7721'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (329, 'plugin:commerce', 'm200901_094328_add_lineItem_description_column_type', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '756e20f0-4193-4ff9-bea6-5871d76c9f16'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (330, 'plugin:commerce', 'm200902_071515_add_itemSubtotal_order_column', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3ef4ce74-48ed-4c13-9fbd-878f3543010c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (331, 'plugin:commerce', 'm200907_132553_fix_donation_siteIds', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a3d5110f-710a-41a1-bd57-1bfc4ff17e16'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (332, 'plugin:commerce', 'm200910_134928_fix_productType_title_format_columns', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f1b4024c-27ad-4e56-a12f-33b5f83f2370'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (333, 'plugin:commerce', 'm201005_169999_add_orderSiteId', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '002c8b32-d043-45d0-b01f-411e4eab155e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (334, 'plugin:commerce', 'm201013_064230_add_subscription_id_fk', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ff01bee7-5630-4d46-9da9-80859dd37c23'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (335, 'plugin:commerce', 'm201102_064231_fix_deletedWithProduct_bool', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6a3d9ea9-4fec-42b1-9708-32bb2633e047'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (336, 'plugin:commerce', 'm201120_093135_add_locale_setting_to_email_and_pdf', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ab0f0592-31d3-477a-8e03-5985daddb7a2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (337, 'plugin:redactor', 'm180430_204710_remove_old_plugins', '2021-03-15 16:25:49', '2021-03-15 16:25:49', '2021-03-15 16:25:49', '9ae1d581-b779-4653-821e-e776885041e5'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (338, 'plugin:redactor', 'Install', '2021-03-15 16:25:49', '2021-03-15 16:25:49', '2021-03-15 16:25:49', 'ee666f79-e262-4423-8b87-6b4fa0fc404c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (339, 'plugin:redactor', 'm190225_003922_split_cleanup_html_settings', '2021-03-15 16:25:49', '2021-03-15 16:25:49', '2021-03-15 16:25:49', 'ed5b91da-151c-41a0-a29f-21c68a7308f9'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (340, 'craft', 'm210326_132000_invalidate_projectconfig_cache', '2021-04-01 02:46:53', '2021-04-01 02:46:53', '2021-04-01 02:46:53', 'd592dbc0-a7d1-4261-a37e-0b53dfbd812a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (341, 'plugin:commerce', 'm210302_050822_change_adjust_type_to_lowercase', '2021-04-01 02:46:53', '2021-04-01 02:46:53', '2021-04-01 02:46:53', '8b2f9d22-4c39-4c7d-9ecf-8946e55f6156'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (342, 'plugin:commerce', 'm210317_050824_taxIncluded_update', '2021-04-01 02:46:53', '2021-04-01 02:46:53', '2021-04-01 02:46:53', 'ec47cfe4-4a22-4c25-9d1d-368b0ddb2e66'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (343, 'plugin:commerce', 'm210317_093136_includedTax_fix', '2021-04-01 02:46:53', '2021-04-01 02:46:53', '2021-04-01 02:46:53', '307a1f56-98be-4dd6-a217-25209a5c34b8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (344, 'craft', 'm210302_212318_canonical_elements', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', 'e5e85927-886e-4e44-8afb-f7cd7fc528be'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (345, 'craft', 'm210329_214847_field_column_suffixes', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', 'b4e9085c-4177-4af8-b79e-87b72007a3fa'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (346, 'craft', 'm210331_220322_null_author', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '3097a51d-5527-4014-848d-e3d938f4b9f1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (347, 'craft', 'm210405_231315_provisional_drafts', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '79828eda-9348-45ce-b1af-7588da2fbfb8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (348, 'craft', 'm210602_111300_project_config_names_in_config', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', 'f07b194e-8c12-4bbc-ae1d-3ae7253a5e15'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (349, 'craft', 'm210611_233510_default_placement_settings', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '583174fd-868a-4209-93d5-682b8f117183'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (350, 'craft', 'm210613_145522_sortable_global_sets', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '17076ae7-cb34-4e2d-ae66-d6ed78c8e9f7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (351, 'craft', 'm210613_184103_announcements', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '58a70e67-c36f-4cce-8c6f-23978a11bc9b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (352, 'plugin:commerce', 'm201111_064232_order_notices', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '82f41ba4-149a-4056-83b9-e35d39be657a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (353, 'plugin:commerce', 'm201218_103541_add_user_condition_column_in_promotions', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '3e4734a2-31fd-4dec-9a28-f01e7ef050a3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (354, 'plugin:commerce', 'm210113_093199_add_minMaxTotalType_to_shipping_rules', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', 'f1f9851c-d633-4b22-843a-b9f0cad45576'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (355, 'plugin:commerce', 'm210114_093299_add_orderConditionFormula_to_shipping_rules', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '018a11df-ad25-48a2-8428-6ac9730eb7a3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (356, 'plugin:commerce', 'm210317_093137_add_type_to_notices', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '8fe27286-f921-4cb0-a561-c42588f77579'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (357, 'plugin:commerce', 'm210608_093199_add_remove_included_to_taxrates', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', 'af1cb0f7-128e-4063-bdd3-0ca133863801'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (358, 'plugin:commerce', 'm210611_093299_add_remove_vat_included_to_taxrates', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '5ea50edf-bcc2-4ff1-b941-200d3bf7fcf5'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (359, 'plugin:commerce', 'm210616_152013_change_return_cancel_url_column_type', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '1337995e-7722-4757-8d0b-093e14e3ee6e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (360, 'plugin:commerce', 'm210703_060852_store_location_index', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '4bc8e30e-351d-469d-8742-e1b451639ce3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (361, 'plugin:retour', 'm210603_221000_add_gql_schema_components', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '6be29fb5-bb06-43ab-8e7d-de94da403eee'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (362, 'plugin:seomatic', 'm210603_213100_add_gql_schema_components', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '776de6c2-39dc-47a8-a3a3-57b172f5102f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (363, 'craft', 'm210829_000000_element_index_tweak', '2022-03-04 19:01:26', '2022-03-04 19:01:26', '2022-03-04 19:01:26', '011431e0-1cda-469c-8938-d5ba6eddedad'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (364, 'craft', 'm220209_095604_add_indexes', '2022-03-04 19:01:26', '2022-03-04 19:01:26', '2022-03-04 19:01:26', '60faaaec-9de5-4eea-92fa-67660bef2ef6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (365, 'craft', 'm220214_000000_truncate_sessions', '2022-03-04 19:01:26', '2022-03-04 19:01:26', '2022-03-04 19:01:26', 'fa53c275-0750-422c-8bdf-b4a34ee5982e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (366, 'plugin:commerce', 'm210901_222634_drop_column', '2022-03-04 19:01:26', '2022-03-04 19:01:26', '2022-03-04 19:01:26', 'eb9d62c6-84a1-4485-bbd9-18a5ca15928d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (367, 'plugin:seomatic', 'm210817_230853_announcement_v3_4', '2022-03-04 19:01:27', '2022-03-04 19:01:27', '2022-03-04 19:01:27', 'f564105a-20fa-422b-8433-0917772b87a1'); + + +-- +-- Data for Name: plugins; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (13, 'commerce', '3.4.11', '3.4.12', 'trial', NULL, '2021-03-15 16:25:47', '2021-03-15 16:25:47', '2022-03-04 19:01:41', 'afa2c77c-ac3f-434e-9e1a-ca65743ac078'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (1, 'fastcgi-cache-bust', '1.0.9', '1.0.0', 'unknown', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-04 19:01:41', '7377e77f-3257-49fc-8521-2d4a1fef4cdc'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (2, 'image-optimize', '1.6.42', '1.0.0', 'trial', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-04 19:01:41', '4108ab2f-4fed-493d-98f4-af558f5b8e59'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (11, 'instant-analytics', '1.1.15', '1.0.0', 'trial', NULL, '2021-03-05 16:56:27', '2021-03-05 16:56:27', '2022-03-04 19:01:41', '55f695dc-92f6-4172-9ed4-b0a6b2b54392'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (3, 'minify', '1.2.10', '1.0.0', 'unknown', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-04 19:01:41', '4cbf0518-907e-472a-bee8-819a5738db9d'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (14, 'redactor', '2.10.5', '2.3.0', 'unknown', NULL, '2021-03-15 16:25:49', '2021-03-15 16:25:49', '2022-03-04 19:01:41', 'a572099f-9e17-49ed-94e4-c208acb2f830'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (4, 'retour', '3.1.70', '3.0.10', 'trial', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-04 19:01:41', '826d8fcd-9f23-4182-9a09-4d124b589499'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (15, 'rich-variables', '1.0.31', '1.0.0', 'trial', NULL, '2021-03-15 16:25:49', '2021-03-15 16:25:49', '2022-03-04 19:01:41', '5efbc078-6be4-4428-9ede-0f9ee47de7e3'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (5, 'seomatic', '3.4.26', '3.0.11', 'trial', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-04 19:01:41', '3228a8fc-d00d-4ad8-b21c-b0c7acf23f45'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (6, 'templatecomments', '1.1.2', '1.0.0', 'unknown', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-04 19:01:41', 'df1817b1-3934-46f4-b548-4a1b7f502607'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (16, 'transcoder', '1.2.21', '1.0.0', 'trial', NULL, '2021-03-15 16:25:49', '2021-03-15 16:25:49', '2022-03-04 19:01:41', '3a50879b-1942-4e99-b581-14e87eead04b'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (7, 'twigpack', '1.2.15', '1.0.0', 'unknown', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-04 19:01:41', 'e33ad435-1456-401b-a4a2-3d9168047411'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (8, 'typogrify', '1.1.18', '1.0.0', 'unknown', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-04 19:01:41', '6bc3186c-8e2b-4c21-b565-f67ab970193b'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (9, 'webperf', '1.0.27', '1.0.1', 'trial', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-04 19:01:41', '656aa73d-0e1d-44cc-9227-5b919fadd8c9'); + + +-- +-- Data for Name: projectconfig; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.projectconfig (path, value) VALUES ('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.isPublic', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.name', '"Public Schema"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fieldGroups.94b4d5ac-d7ea-4241-a6cb-92b39f482f99.name', '"Common"'); +INSERT INTO public.projectconfig (path, value) VALUES ('graphql.publicToken.enabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('graphql.publicToken.expiryDate', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.fastcgi-cache-bust.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.fastcgi-cache-bust.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.fastcgi-cache-bust.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.minify.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.minify.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.minify.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.templatecomments.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.templatecomments.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.templatecomments.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.twigpack.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.twigpack.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.twigpack.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.typogrify.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.typogrify.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.typogrify.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.3.1', '"9"'); +INSERT INTO public.projectconfig (path, value) VALUES ('email.fromEmail', '"andrew@nystudio107.com"'); +INSERT INTO public.projectconfig (path, value) VALUES ('email.fromName', '"Craft"'); +INSERT INTO public.projectconfig (path, value) VALUES ('email.transportType', '"craft\\mail\\transportadapters\\Sendmail"'); +INSERT INTO public.projectconfig (path, value) VALUES ('users.allowPublicRegistration', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('users.defaultGroup', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('users.photoSubpath', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('users.photoVolumeUid', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('users.requireEmailVerification', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.contentColumnType', '"text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.fieldGroup', '"94b4d5ac-d7ea-4241-a6cb-92b39f482f99"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.handle', '"optimizedImages"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.instructions', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.name', '"Optimized Images"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.searchable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayDominantColorPalette', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayLazyLoadPlaceholderImages', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayOptimizedImageVariants', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.0.0', '"width"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.0.1', '"1200"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.1.0', '"useAspectRatio"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.1.1', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.2.0', '"aspectRatioX"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.2.1', '"16"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.3.0', '"aspectRatioY"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.4.0', '"retinaSizes"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.4.1.0', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.5.0', '"quality"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.5.1', '"82"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.6.0', '"format"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.6.1', '"jpg"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.0.0', '"width"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.0.1', '"992"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.1.0', '"useAspectRatio"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.1.1', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.2.0', '"aspectRatioX"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.2.1', '"16"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.3.0', '"aspectRatioY"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.3.1', '"9"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.4.0', '"retinaSizes"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.4.1.0', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.5.0', '"quality"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.5.1', '"82"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.6.0', '"format"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.6.1', '"jpg"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.0.0', '"width"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.0.1', '"768"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.1.0', '"useAspectRatio"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.1.1', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.2.0', '"aspectRatioX"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.2.1', '"4"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.3.0', '"aspectRatioY"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.3.1', '"3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.4.0', '"retinaSizes"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.4.1.0', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.5.0', '"quality"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.5.1', '"60"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.6.0', '"format"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.6.1', '"jpg"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.0.0', '"width"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.0.1', '"576"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.1.0', '"useAspectRatio"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.1.1', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.2.0', '"aspectRatioX"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.2.1', '"4"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.3.0', '"aspectRatioY"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.3.1', '"3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.4.0', '"retinaSizes"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.4.1.0', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.5.0', '"quality"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.5.1', '"60"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.6.0', '"format"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.6.1', '"jpg"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.translationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.translationMethod', '"none"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.type', '"nystudio107\\imageoptimize\\fields\\OptimizedImages"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.handle', '"homepage"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.hasTitleField', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.name', '"Homepage"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.section', '"54e60257-f31a-44aa-960e-bbd364197e28"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleFormat', '"{section.name|raw}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationMethod', '"none"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.licenseKey', '"HYZ5UZV03GNJM5VK9QNV9SEX"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.allowUpScaledImageVariants', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.assetVolumeSubFolders', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.autoSharpenScaledImages', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.createColorPalette', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.createPlaceholderSilhouettes', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.0', '"nystudio107\\imageoptimizeimgix\\imagetransforms\\ImgixImageTransform"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.0.0', '"domain"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.0.1', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.1.0', '"apiKey"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.1.1', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.2.0', '"securityToken"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.2.1', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.1.0', '"nystudio107\\imageoptimizesharp\\imagetransforms\\SharpImageTransform"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.1.1.__assoc__.0.0', '"baseUrl"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.1.1.__assoc__.0.1', '"$SERVERLESS_SHARP_CLOUDFRONT_URL"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.0', '"nystudio107\\imageoptimizethumbor\\imagetransforms\\ThumborImageTransform"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.0.0', '"baseUrl"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.0.1', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.1.0', '"securityKey"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.1.1', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.2.0', '"includeBucketPrefix"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.2.1', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.lowerQualityRetinaImageVariants', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.transformClass', '"nystudio107\\imageoptimize\\imagetransforms\\CraftImageTransform"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.retour.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.retour.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.retour.licenseKey', '"4LL2ODYFR0QG87WCCW3XYYFQ"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.retour.schemaVersion', '"3.0.9"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.seomatic.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.seomatic.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.seomatic.licenseKey', '"ZTMAKHNCRNLVSBCTDHIJUPQW"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.seomatic.schemaVersion', '"3.0.9"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.webperf.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.webperf.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.webperf.licenseKey', '"SP5V7EIW3GYBJR4R20D30Q0I"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.webperf.schemaVersion', '"1.0.1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('siteGroups.f89601e9-4ba9-4a48-9e99-350aa9914912.name', '"plugindev"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.baseUrl', '"@web/"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.handle', '"default"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.language', '"en-US"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.name', '"English"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.primary', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.siteGroup', '"f89601e9-4ba9-4a48-9e99-350aa9914912"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.handle', '"site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.name', '"Site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.settings.path', '"@webroot/assets/site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.sortOrder', '0'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationMethod', '"site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.type', '"craft\\volumes\\Local"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.url', '"@assetsUrl/assets/site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocapitalize', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocomplete', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocorrect', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.class', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.disabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.id', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.max', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.min', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.name', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.orientation', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.readonly', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.requirable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.size', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.step', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.title', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.type', '"craft\\fieldlayoutelements\\EntryTitleField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.fieldUid', '"21903cb2-5b82-49ea-9766-e120d0951ea3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.fieldUid', '"abcda4a4-b1db-4677-b5d6-69588443704f"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.fieldUid', '"4a0cb371-14a6-415d-84db-fc0512410ec8"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.name', '"Dummy"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.name', '"Content"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.enableVersioning', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.handle', '"homepage"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.name', '"Homepage"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.propagationMethod', '"all"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template', '"index"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat', '"__home__"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.type', '"single"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.0', '"label"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.1', '"Entry"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.0', '"urlFormat"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.1', '"/"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.0', '"refresh"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.1', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocapitalize', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocomplete', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocorrect', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.class', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.disabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.id', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.max', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.min', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.name', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.orientation', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.readonly', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.requirable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.size', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.step', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.title', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.type', '"craft\\fieldlayoutelements\\AssetTitleField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.fieldUid', '"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.name', '"Content"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template', '"index"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat', '"__home__"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.handle', '"dummy"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.isFrontendEnabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.paymentType', '"purchase"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.sortOrder', '99'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.type', '"craft\\commerce\\gateways\\Dummy"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.color', '"green"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.default', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.description', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.handle', '"new"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.name', '"New"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.sortOrder', '99'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.descriptionFormat', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.handle', '"clothing"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasDimensions', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasProductTitleField', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariantTitleField', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariants', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.name', '"Clothing"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocapitalize', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocomplete', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocorrect', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.class', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.disabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapTabEnabled', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.twitterTabEnabled', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.translationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.translationMethod', '"none"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.type', '"nystudio107\\seomatic\\fields\\SeoSettings"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.fieldUid', '"21903cb2-5b82-49ea-9766-e120d0951ea3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.id', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.max', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.min', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.name', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.orientation', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.readonly', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.requirable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.size', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.step', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.title', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.type', '"craft\\commerce\\fieldlayoutelements\\ProductTitleField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.name', '"Content"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productTitleFormat', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template', '"shop/products/_product"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat', '"shop/products/{slug}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template', '"shop/products/_product"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat', '"shop/products/{slug}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.skuFormat', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.titleFormat', '"{product.title}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocapitalize', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocomplete', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocorrect', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.class', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.disabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.id', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.max', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.min', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.name', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.orientation', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.readonly', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.requirable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.size', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.step', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.title', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.type', '"craft\\fieldlayoutelements\\EntryTitleField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.fieldUid', '"21903cb2-5b82-49ea-9766-e120d0951ea3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.fieldUid', '"abcda4a4-b1db-4677-b5d6-69588443704f"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.fieldUid', '"4a0cb371-14a6-415d-84db-fc0512410ec8"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.name', '"Content"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.handle', '"blog"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.hasTitleField', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.name', '"Blog"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.section', '"de308a7d-1794-448f-9176-29e2eace7ecf"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationMethod', '"site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.contentColumnType', '"text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.fieldGroup', '"94b4d5ac-d7ea-4241-a6cb-92b39f482f99"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.handle', '"plainText"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.instructions', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.name', '"Plain Text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.searchable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.byteLimit', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.charLimit', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.code', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.columnType', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.initialRows', '"4"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.multiline', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.uiMode', '"normal"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationMethod', '"none"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.type', '"craft\\fields\\PlainText"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.contentColumnType', '"text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.fieldGroup', '"94b4d5ac-d7ea-4241-a6cb-92b39f482f99"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.handle', '"richText"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.instructions', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.name', '"Rich Text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.searchable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.availableTransforms', '"*"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.availableVolumes', '"*"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.cleanupHtml', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.columnType', '"text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.configSelectionMode', '"choose"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.defaultTransform', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.manualConfig', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.purifierConfig', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.purifyHtml', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.redactorConfig', '"Simple.json"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeEmptyTags', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeInlineStyles', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeNbsp', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showHtmlButtonForNonAdmins', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showUnpermittedFiles', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showUnpermittedVolumes', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.uiMode', '"enlarged"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.translationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.translationMethod', '"none"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.type', '"craft\\redactor\\Field"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.contentColumnType', '"text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.fieldGroup', '"94b4d5ac-d7ea-4241-a6cb-92b39f482f99"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.handle', '"seo"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.instructions', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.name', '"SEO"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.searchable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.elementDisplayPreviewType', '"google"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.facebookTabEnabled', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.0', '"seoTitle"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.1', '"seoDescription"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.2', '"seoImage"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalTabEnabled', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.fieldUid', '"abcda4a4-b1db-4677-b5d6-69588443704f"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.name', '"Default"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.handle', '"globals"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.name', '"Globals"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.instant-analytics.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.instant-analytics.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.instant-analytics.licenseKey', '"M7PU5DVTK7247SS1V3DVBVL3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.instant-analytics.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.redactor.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.redactor.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.redactor.schemaVersion', '"2.3.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.rich-variables.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.rich-variables.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.rich-variables.licenseKey', '"XCDGZ4TWFI5W87892QH9WX6T"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.rich-variables.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.transcoder.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.transcoder.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.transcoder.licenseKey', '"MCJR0325X9EMZYDAHCDXHP8R"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.transcoder.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.enableVersioning', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.handle', '"blog"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.name', '"Blog"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.0', '"label"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.1', '"Primary entry page"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.0', '"urlFormat"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.1', '"{url}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.0', '"refresh"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.1', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.propagationMethod', '"all"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template', '"blog/_entry"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat', '"blog/{slug}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template', '"blog/_entry"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat', '"blog/{slug}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.type', '"channel"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.baseUrl', '"@web/es"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.handle', '"spanish"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.language', '"es"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.name', '"Spanish"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.primary', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.siteGroup', '"f89601e9-4ba9-4a48-9e99-350aa9914912"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.sortOrder', '2'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.commerce.edition', '"lite"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.commerce.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.commerce.licenseKey', '"J2NBXBI5X4R7LD6QH69N51OY"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.commerce.schemaVersion', '"3.2.18"'); +INSERT INTO public.projectconfig (path, value) VALUES ('system.edition', '"pro"'); +INSERT INTO public.projectconfig (path, value) VALUES ('system.live', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('system.name', '"plugindev"'); +INSERT INTO public.projectconfig (path, value) VALUES ('system.retryDuration', '60'); +INSERT INTO public.projectconfig (path, value) VALUES ('system.schemaVersion', '"3.6.7"'); +INSERT INTO public.projectconfig (path, value) VALUES ('system.timeZone', '"America/New_York"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocapitalize', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocomplete', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocorrect', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.class', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.disabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.id', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.max', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.min', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.name', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.orientation', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.readonly', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.requirable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.size', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.step', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.title', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.type', '"craft\\fieldlayoutelements\\EntryTitleField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.fieldUid', '"21903cb2-5b82-49ea-9766-e120d0951ea3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.fieldUid', '"abcda4a4-b1db-4677-b5d6-69588443704f"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.fieldUid', '"4a0cb371-14a6-415d-84db-fc0512410ec8"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.name', '"Content"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.handle', '"review"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.hasTitleField', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.name', '"Review"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.section', '"de308a7d-1794-448f-9176-29e2eace7ecf"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.sortOrder', '2'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleTranslationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleTranslationMethod', '"site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('dateModified', '1617245912'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocapitalize', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocomplete', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocorrect', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.class', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.disabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.id', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.max', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.min', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.name', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.orientation', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.readonly', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.requirable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.size', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.step', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.title', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.type', '"craft\\fieldlayoutelements\\TitleField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.name', '"Content"'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.handle', '"category"'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.name', '"Category"'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat', '"category/{slug}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat', '"category/{slug}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.structure.maxLevels', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.structure.uid', '"7955d443-a120-44f2-bdbe-c741d59fadf4"'); + + +-- +-- Data for Name: queue; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.queue (id, channel, job, description, "timePushed", ttr, delay, priority, "dateReserved", "timeUpdated", progress, "progressLabel", attempt, fail, "dateFailed", error) VALUES (86, 'queue', '\x4f3a32393a2263726166745c71756575655c6a6f62735c416e6e6f756e63656d656e74223a363a7b733a373a2268656164696e67223b613a32383a7b733a353a22656e2d5553223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226172223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226373223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226461223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226465223b733a31393a2253454f2053657474696e6773206669656c6473223b733a353a2264652d4348223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a22656e223b733a31393a2253454f2053657474696e6773206669656c6473223b733a353a22656e2d4742223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226573223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226661223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226672223b733a31393a2253454f2053657474696e6773206669656c6473223b733a353a2266722d4341223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226865223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226875223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226974223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226a61223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226b6f223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226e62223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226e6c223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226e6e223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a22706c223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a227074223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a227275223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a22736b223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a227376223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a227468223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a227472223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a227a68223b733a31393a2253454f2053657474696e6773206669656c6473223b7d733a343a22626f6479223b613a32383a7b733a353a22656e2d5553223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226172223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226373223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226461223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226465223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a353a2264652d4348223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a22656e223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a353a22656e2d4742223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226573223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226661223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226672223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a353a2266722d4341223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226865223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226875223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226974223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226a61223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226b6f223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226e62223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226e6c223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226e6e223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a22706c223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a227074223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a227275223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a22736b223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a227376223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a227468223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a227472223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a227a68223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b7d733a31323a22706c7567696e48616e646c65223b733a383a2273656f6d61746963223b733a31313a226465736372697074696f6e223b4e3b733a33303a220063726166745c71756575655c426173654a6f62005f70726f6772657373223b693a303b733a33353a220063726166745c71756575655c426173654a6f62005f70726f67726573734c6162656c223b4e3b7d', 'Pushing announcement to control panel users', 1646420487, 600, 0, 1024, NULL, NULL, 0, NULL, NULL, false, NULL, NULL); + + +-- +-- Data for Name: relations; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: retour_redirects; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: retour_static_redirects; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: retour_stats; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: revisions; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.revisions (id, "sourceId", "creatorId", num, notes) VALUES (1, 6, 2, 1, ''); +INSERT INTO public.revisions (id, "sourceId", "creatorId", num, notes) VALUES (2, 6, 2, 2, ''); + + +-- +-- Data for Name: searchindex; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (2, 'username', 0, 1, ' admin ', '''admin'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (2, 'firstname', 0, 1, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (2, 'lastname', 0, 1, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (2, 'fullname', 0, 1, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (2, 'email', 0, 1, ' andrew nystudio107 com ', '''andrew'' ''com'' ''nystudio107'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (2, 'slug', 0, 1, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (3, 'slug', 0, 1, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (6, 'slug', 0, 1, ' my first blog ', '''blog'' ''first'' ''my'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (6, 'title', 0, 1, ' my first blog ', '''blog'' ''first'' ''my'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (6, 'slug', 0, 2, ' my first blog ', '''blog'' ''first'' ''my'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (6, 'title', 0, 2, ' my first blog ', '''blog'' ''first'' ''my'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (1, 'slug', 0, 1, ' homepage ', '''homepage'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (1, 'title', 0, 1, ' homepage ', '''homepage'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (1, 'slug', 0, 2, ' homepage ', '''homepage'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (1, 'title', 0, 2, ' homepage ', '''homepage'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (4, 'slug', 0, 1, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (4, 'slug', 0, 2, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (9, 'slug', 0, 1, ' puppies ', '''puppies'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (9, 'title', 0, 1, ' puppies ', '''puppies'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (9, 'slug', 0, 2, ' puppies ', '''puppies'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (9, 'title', 0, 2, ' puppies ', '''puppies'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (10, 'slug', 0, 1, ' kitties ', '''kitties'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (10, 'title', 0, 1, ' kitties ', '''kitties'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (10, 'slug', 0, 2, ' kitties ', '''kitties'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (10, 'title', 0, 2, ' kitties ', '''kitties'''); + + +-- +-- Data for Name: sections; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.sections (id, "structureId", name, handle, type, "enableVersioning", "propagationMethod", "previewTargets", "dateCreated", "dateUpdated", "dateDeleted", uid, "defaultPlacement") VALUES (1, NULL, 'Errors', 'errors', 'channel', false, 'all', NULL, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-15 16:25:51', 'a72bfe0c-3389-4f9f-8ec1-ab318ec10b29', 'end'); +INSERT INTO public.sections (id, "structureId", name, handle, type, "enableVersioning", "propagationMethod", "previewTargets", "dateCreated", "dateUpdated", "dateDeleted", uid, "defaultPlacement") VALUES (2, NULL, 'Homepage', 'homepage', 'single', false, 'all', '[{"label":"Entry","urlFormat":"/","refresh":"1"}]', '2021-03-01 00:43:19', '2021-03-15 16:25:51', NULL, '54e60257-f31a-44aa-960e-bbd364197e28', 'end'); +INSERT INTO public.sections (id, "structureId", name, handle, type, "enableVersioning", "propagationMethod", "previewTargets", "dateCreated", "dateUpdated", "dateDeleted", uid, "defaultPlacement") VALUES (3, NULL, 'Blog', 'blog', 'channel', true, 'all', '[{"label":"Primary entry page","urlFormat":"{url}","refresh":"1"}]', '2021-03-15 16:25:51', '2021-03-15 16:25:51', NULL, 'de308a7d-1794-448f-9176-29e2eace7ecf', 'end'); + + +-- +-- Data for Name: sections_sites; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.sections_sites (id, "sectionId", "siteId", "hasUrls", "uriFormat", template, "enabledByDefault", "dateCreated", "dateUpdated", uid) VALUES (1, 1, 1, false, NULL, NULL, true, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '0e70977a-993a-49b3-b712-5afb9ac2737d'); +INSERT INTO public.sections_sites (id, "sectionId", "siteId", "hasUrls", "uriFormat", template, "enabledByDefault", "dateCreated", "dateUpdated", uid) VALUES (2, 2, 1, true, '__home__', 'index', true, '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'fdd47258-b430-4b55-9f8f-7468c1b929ef'); +INSERT INTO public.sections_sites (id, "sectionId", "siteId", "hasUrls", "uriFormat", template, "enabledByDefault", "dateCreated", "dateUpdated", uid) VALUES (3, 2, 2, true, '__home__', 'index', true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', '08a2f394-6cc0-4264-ad2e-e632eda76924'); +INSERT INTO public.sections_sites (id, "sectionId", "siteId", "hasUrls", "uriFormat", template, "enabledByDefault", "dateCreated", "dateUpdated", uid) VALUES (4, 3, 1, true, 'blog/{slug}', 'blog/_entry', true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', 'dedc15b0-7848-4283-8a49-5b04e8316a75'); +INSERT INTO public.sections_sites (id, "sectionId", "siteId", "hasUrls", "uriFormat", template, "enabledByDefault", "dateCreated", "dateUpdated", uid) VALUES (5, 3, 2, true, 'blog/{slug}', 'blog/_entry', true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', 'ce5a466d-1dae-4df5-bd56-e95dc02e015b'); + + +-- +-- Data for Name: seomatic_metabundles; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (5, '2021-03-15 16:25:51', '2021-04-01 02:56:05', '8b72c59c-0390-4494-ba20-315a84dd02da', '1.0.33', 'product', 1, 'Clothing', 'clothing', 'product', NULL, 'shop/products/_product', 2, '{"1":{"id":1,"productTypeId":1,"siteId":1,"hasUrls":true,"uriFormat":"shop/products/{slug}","template":"shop/products/_product","uriFormatIsRequired":true,"language":"en-us"},"2":{"id":2,"productTypeId":1,"siteId":2,"hasUrls":true,"uriFormat":"shop/products/{slug}","template":"shop/products/_product","uriFormatIsRequired":true,"language":"es"}}', '2021-04-01 02:56:05', '{"language":null,"mainEntityOfPage":"Product","seoTitle":"{product.title}","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"{product.url}","robots":"all","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":"plugindev","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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":{"additionalProperty":null,"aggregateRating":null,"audience":null,"award":null,"brand":null,"category":null,"color":null,"depth":null,"gtin":null,"gtin12":null,"gtin13":null,"gtin14":null,"gtin8":null,"hasMerchantReturnPolicy":null,"height":null,"isAccessoryOrSparePartFor":null,"isConsumableFor":null,"isRelatedTo":null,"isSimilarTo":null,"itemCondition":null,"logo":null,"manufacturer":null,"material":null,"model":null,"mpn":null,"nsn":null,"offers":{"type":"Offer","url":"{seomatic.meta.canonicalUrl}","price":"{product.getDefaultVariant().getPrice()|number_format(2, \".\", \"\")}","priceCurrency":"{{craft.commerce.paymentCurrencies.primaryPaymentCurrencyIso()}}","offeredBy":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"seller":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"availability":"http://schema.org/{% if object.product.hasUnlimitedStock or object.product.totalStock > 0 %}InStock{% else %}OutOfStock{% endif %}"},"productID":null,"productionDate":null,"purchaseDate":null,"releaseDate":null,"review":null,"sku":"{product.getDefaultVariant().getSku()}","slogan":null,"weight":null,"width":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":"Product","siteSubType":"","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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (4, '2021-03-15 16:25:51', '2021-04-01 02:56:05', '30ce7d4d-c33b-4063-b66c-712bdb6795e5', '1.0.33', 'product', 1, 'Clothing', 'clothing', 'product', NULL, 'shop/products/_product', 1, '{"1":{"id":1,"productTypeId":1,"siteId":1,"hasUrls":true,"uriFormat":"shop/products/{slug}","template":"shop/products/_product","uriFormatIsRequired":true,"language":"en-us"},"2":{"id":2,"productTypeId":1,"siteId":2,"hasUrls":true,"uriFormat":"shop/products/{slug}","template":"shop/products/_product","uriFormatIsRequired":true,"language":"es"}}', '2021-04-01 02:56:05', '{"language":null,"mainEntityOfPage":"Product","seoTitle":"{product.title}","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"{product.url}","robots":"all","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":"plugindev","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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":{"additionalProperty":null,"aggregateRating":null,"audience":null,"award":null,"brand":null,"category":null,"color":null,"depth":null,"gtin":null,"gtin12":null,"gtin13":null,"gtin14":null,"gtin8":null,"hasMerchantReturnPolicy":null,"height":null,"isAccessoryOrSparePartFor":null,"isConsumableFor":null,"isRelatedTo":null,"isSimilarTo":null,"itemCondition":null,"logo":null,"manufacturer":null,"material":null,"model":null,"mpn":null,"nsn":null,"offers":{"type":"Offer","url":"{seomatic.meta.canonicalUrl}","price":"{product.getDefaultVariant().getPrice()|number_format(2, \".\", \"\")}","priceCurrency":"{{craft.commerce.paymentCurrencies.primaryPaymentCurrencyIso()}}","offeredBy":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"seller":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"availability":"http://schema.org/{% if object.product.hasUnlimitedStock or object.product.totalStock > 0 %}InStock{% else %}OutOfStock{% endif %}"},"productID":null,"productionDate":null,"purchaseDate":null,"releaseDate":null,"review":null,"sku":"{product.getDefaultVariant().getSku()}","slogan":null,"weight":null,"width":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":"Product","siteSubType":"","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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (6, '2021-03-15 16:25:51', '2021-04-01 02:56:05', 'd9e84964-aaca-4abd-9ce1-b916b6e27380', '1.0.29', 'section', 3, 'Blog', 'blog', 'channel', NULL, 'blog/_entry', 1, '{"1":{"id":4,"sectionId":3,"siteId":1,"enabledByDefault":true,"hasUrls":true,"uriFormat":"blog/{slug}","template":"blog/_entry","language":"en-us"},"2":{"id":5,"sectionId":3,"siteId":2,"enabledByDefault":true,"hasUrls":true,"uriFormat":"blog/{slug}","template":"blog/_entry","language":"es"}}', '2021-03-15 16:32:15', '{"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":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":"{entry.postDate | date(\"Y\")}","correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(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,"maintainer":null,"material":null,"materialExtent":null,"mentions":null,"offers":null,"position":null,"producer":null,"provider":null,"publication":null,"publisher":{"id":"{parseEnv(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,"usageInfo":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (7, '2021-03-15 16:25:51', '2021-04-01 02:56:05', 'ccacbcf2-52b8-46a2-8d7b-c678c0e8398c', '1.0.29', 'section', 3, 'Blog', 'blog', 'channel', NULL, 'blog/_entry', 2, '{"1":{"id":4,"sectionId":3,"siteId":1,"enabledByDefault":true,"hasUrls":true,"uriFormat":"blog/{slug}","template":"blog/_entry","language":"en-us"},"2":{"id":5,"sectionId":3,"siteId":2,"enabledByDefault":true,"hasUrls":true,"uriFormat":"blog/{slug}","template":"blog/_entry","language":"es"}}', '2021-03-15 16:32:15', '{"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":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":"{entry.postDate | date(\"Y\")}","correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(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,"maintainer":null,"material":null,"materialExtent":null,"mentions":null,"offers":null,"position":null,"producer":null,"provider":null,"publication":null,"publisher":{"id":"{parseEnv(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,"usageInfo":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (3, '2021-03-15 16:25:51', '2021-04-01 02:56:06', '657225c6-eeb2-4e42-8f72-85c7e55ffb11', '1.0.29', 'section', 2, 'Homepage', 'homepage', 'single', NULL, 'index', 2, '{"1":{"id":2,"sectionId":2,"siteId":1,"enabledByDefault":true,"hasUrls":true,"uriFormat":"__home__","template":"index","language":"en-us"},"2":{"id":3,"sectionId":2,"siteId":2,"enabledByDefault":true,"hasUrls":true,"uriFormat":"__home__","template":"index","language":"es"}}', '2021-04-01 02:56:06', '{"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":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":"{entry.postDate | date(\"Y\")}","correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(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,"maintainer":null,"material":null,"materialExtent":null,"mentions":null,"offers":null,"position":null,"producer":null,"provider":null,"publication":null,"publisher":{"id":"{parseEnv(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,"usageInfo":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (2, '2021-03-01 00:43:35', '2021-04-01 02:56:06', 'f6d3188f-22f2-4d08-b7e1-b63de0a20b66', '1.0.29', 'section', 2, 'Homepage', 'homepage', 'single', NULL, 'index', 1, '{"1":{"id":2,"sectionId":2,"siteId":1,"enabledByDefault":true,"hasUrls":true,"uriFormat":"__home__","template":"index","language":"en-us"}}', '2021-04-01 02:56:06', '{"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":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":"{entry.postDate | date(\"Y\")}","correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(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,"maintainer":null,"material":null,"materialExtent":null,"mentions":null,"offers":null,"position":null,"producer":null,"provider":null,"publication":null,"publisher":{"id":"{parseEnv(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,"usageInfo":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (8, '2021-04-01 02:58:32', '2021-04-01 02:58:52', 'de012795-cdf4-4aa4-89d2-7d6df4d4cfb0', '1.0.26', 'categorygroup', 1, 'Category', 'category', 'category', NULL, '', 1, '{"1":{"id":1,"groupId":1,"siteId":1,"hasUrls":true,"uriFormat":"category/{slug}","template":null,"language":"en-us"},"2":{"id":2,"groupId":1,"siteId":2,"hasUrls":true,"uriFormat":"category/{slug}","template":null,"language":"es"}}', '2021-04-01 02:58:52', '{"language":null,"mainEntityOfPage":"WebPage","seoTitle":"{category.title}","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"{category.url}","robots":"all","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":"plugindev","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":"{category.dateCreated |date(\"Y\")}","correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#creator"},"dateCreated":false,"dateModified":"{category.dateUpdated |atom}","datePublished":"{category.dateCreated |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,"maintainer":null,"material":null,"materialExtent":null,"mentions":null,"offers":null,"position":null,"producer":null,"provider":null,"publication":null,"publisher":{"id":"{parseEnv(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,"usageInfo":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (9, '2021-04-01 02:58:32', '2021-04-01 02:58:52', 'a4fc95a8-1719-4869-a9e1-7f25c9f7f032', '1.0.26', 'categorygroup', 1, 'Category', 'category', 'category', NULL, '', 2, '{"1":{"id":1,"groupId":1,"siteId":1,"hasUrls":true,"uriFormat":"category/{slug}","template":null,"language":"en-us"},"2":{"id":2,"groupId":1,"siteId":2,"hasUrls":true,"uriFormat":"category/{slug}","template":null,"language":"es"}}', '2021-04-01 02:58:52', '{"language":null,"mainEntityOfPage":"WebPage","seoTitle":"{category.title}","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"{category.url}","robots":"all","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":"plugindev","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":"{category.dateCreated |date(\"Y\")}","correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#creator"},"dateCreated":false,"dateModified":"{category.dateUpdated |atom}","datePublished":"{category.dateCreated |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,"maintainer":null,"material":null,"materialExtent":null,"mentions":null,"offers":null,"position":null,"producer":null,"provider":null,"publication":null,"publisher":{"id":"{parseEnv(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,"usageInfo":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (1, '2021-03-01 00:43:18', '2022-03-04 19:01:29', '9897e3ab-61fc-4372-bd11-58b81c8e71ac', '1.0.59', '__GLOBAL_BUNDLE__', 1, '__GLOBAL_BUNDLE__', '__GLOBAL_BUNDLE__', '__GLOBAL_BUNDLE__', NULL, '', 1, '[]', '2022-03-04 19:01:28', '{"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}","inherited":[],"overrides":[]}', '{"siteName":"$SITE_NAME","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":"","facebookSiteVerification":"","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":"","referrer":"no-referrer-when-downgrade","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":""}],"inherited":[],"overrides":[]}', '{"MetaTagContainergeneral":{"data":{"generator":{"charset":"","content":"SEOmatic","httpEquiv":"","name":"generator","property":null,"include":true,"key":"generator","environment":null,"dependencies":{"config":["generatorEnabled"]},"tagAttrs":[]},"keywords":{"charset":"","content":"{seomatic.meta.seoKeywords}","httpEquiv":"","name":"keywords","property":null,"include":true,"key":"keywords","environment":null,"dependencies":null,"tagAttrs":[]},"description":{"charset":"","content":"{seomatic.meta.seoDescription}","httpEquiv":"","name":"description","property":null,"include":true,"key":"description","environment":null,"dependencies":null,"tagAttrs":[]},"referrer":{"charset":"","content":"{seomatic.site.referrer}","httpEquiv":"","name":"referrer","property":null,"include":true,"key":"referrer","environment":null,"dependencies":null,"tagAttrs":[]},"robots":{"charset":"","content":"{seomatic.meta.robots}","httpEquiv":"","name":"robots","property":null,"include":true,"key":"robots","environment":{"live":{"content":"{seomatic.meta.robots}"},"staging":{"content":"none"},"local":{"content":"none"}},"dependencies":null,"tagAttrs":[]}},"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,"tagAttrs":[]},"fb:app_id":{"charset":"","content":"{seomatic.site.facebookAppId}","httpEquiv":"","name":"","property":"fb:app_id","include":true,"key":"fb:app_id","environment":null,"dependencies":null,"tagAttrs":[]},"og:locale":{"charset":"","content":"{{ craft.app.language |replace({\"-\": \"_\"}) }}","httpEquiv":"","name":"","property":"og:locale","include":true,"key":"og:locale","environment":null,"dependencies":null,"tagAttrs":[]},"og:locale:alternate":{"charset":"","content":"","httpEquiv":"","name":"","property":"og:locale:alternate","include":true,"key":"og:locale:alternate","environment":null,"dependencies":null,"tagAttrs":[]},"og:site_name":{"charset":"","content":"{seomatic.site.siteName}","httpEquiv":"","name":"","property":"og:site_name","include":true,"key":"og:site_name","environment":null,"dependencies":null,"tagAttrs":[]},"og:type":{"charset":"","content":"{seomatic.meta.ogType}","httpEquiv":"","name":"","property":"og:type","include":true,"key":"og:type","environment":null,"dependencies":null,"tagAttrs":[]},"og:url":{"charset":"","content":"{seomatic.meta.canonicalUrl}","httpEquiv":"","name":"","property":"og:url","include":true,"key":"og:url","environment":null,"dependencies":null,"tagAttrs":[]},"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,"tagAttrs":[]},"og:description":{"charset":"","content":"{seomatic.meta.ogDescription}","httpEquiv":"","name":"","property":"og:description","include":true,"key":"og:description","environment":null,"dependencies":null,"tagAttrs":[]},"og:image":{"charset":"","content":"{seomatic.meta.ogImage}","httpEquiv":"","name":"","property":"og:image","include":true,"key":"og:image","environment":null,"dependencies":null,"tagAttrs":[]},"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"]},"tagAttrs":[]},"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"]},"tagAttrs":[]},"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"]},"tagAttrs":[]},"og:see_also":{"charset":"","content":"","httpEquiv":"","name":"","property":"og:see_also","include":true,"key":"og:see_also","environment":null,"dependencies":null,"tagAttrs":[]},"facebook-site-verification":{"charset":"","content":"{seomatic.site.facebookSiteVerification}","httpEquiv":"","name":"facebook-domain-verification","property":null,"include":true,"key":"facebook-site-verification","environment":null,"dependencies":{"site":["facebookSiteVerification"]},"tagAttrs":[]}},"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,"tagAttrs":[]},"twitter:site":{"charset":"","content":"@{seomatic.site.twitterHandle}","httpEquiv":"","name":"twitter:site","property":null,"include":true,"key":"twitter:site","environment":null,"dependencies":{"site":["twitterHandle"]},"tagAttrs":[]},"twitter:creator":{"charset":"","content":"@{seomatic.meta.twitterCreator}","httpEquiv":"","name":"twitter:creator","property":null,"include":true,"key":"twitter:creator","environment":null,"dependencies":{"meta":["twitterCreator"]},"tagAttrs":[]},"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,"tagAttrs":[]},"twitter:description":{"charset":"","content":"{seomatic.meta.twitterDescription}","httpEquiv":"","name":"twitter:description","property":null,"include":true,"key":"twitter:description","environment":null,"dependencies":null,"tagAttrs":[]},"twitter:image":{"charset":"","content":"{seomatic.meta.twitterImage}","httpEquiv":"","name":"twitter:image","property":null,"include":true,"key":"twitter:image","environment":null,"dependencies":null,"tagAttrs":[]},"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"]},"tagAttrs":[]},"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"]},"tagAttrs":[]},"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"]},"tagAttrs":[]}},"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"]},"tagAttrs":[]},"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"]},"tagAttrs":[]},"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"]},"tagAttrs":[]}},"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,"tagAttrs":[]},"home":{"crossorigin":"","href":"{{ seomatic.helper.siteUrl(\"/\") }}","hreflang":"","media":"","rel":"home","sizes":"","type":"","include":true,"key":"home","environment":null,"dependencies":null,"tagAttrs":[]},"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"]},"tagAttrs":[]},"publisher":{"crossorigin":"","href":"{seomatic.site.googlePublisherLink}","hreflang":"","media":"","rel":"publisher","sizes":"","type":"","include":true,"key":"publisher","environment":null,"dependencies":{"site":["googlePublisherLink"]},"tagAttrs":[]}},"name":"General","description":"Link Tags","class":"nystudio107\\seomatic\\models\\MetaLinkContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaScriptContainergeneral":{"data":{"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,"tagAttrs":[],"nonce":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,"tagAttrs":[],"nonce":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,"tagAttrs":[],"nonce":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,"tagAttrs":[],"nonce":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,"tagAttrs":[],"nonce":null},"pinterestTag":{"name":"Pinterest Tag","description":"The Pinterest tag allows you to track actions people take on your website after viewing your Promoted Pin. You can use this information to measure return on ad spend (RoAS) and create audiences to target on your Promoted Pins. [Learn More](https://help.pinterest.com/en/business/article/track-conversions-with-pinterest-tag)","templatePath":"_frontend/scripts/pinterestTagHead.twig","templateString":"{% if pinterestTagId.value is defined and pinterestTagId.value %}\n!function(e){if(!window.pintrk){window.pintrk=function(){window.pintrk.queue.push(\nArray.prototype.slice.call(arguments))};var\nn=window.pintrk;n.queue=[],n.version=\"3.0\";var\nt=document.createElement(\"script\");t.async=!0,t.src=e;var\nr=document.getElementsByTagName(\"script\")[0];r.parentNode.insertBefore(t,r)}}(\"{{ pinterestTagUrl.value }}\");\npintrk(''load'', ''{{ pinterestTagId.value }}'');\n{% set pageView = (sendPageView.value and not seomatic.helper.isPreview) %}\n{% if pageView %}\npintrk(''page'');\n{% endif %}\n{% endif %}\n","position":1,"bodyTemplatePath":"_frontend/scripts/pinterestTagBody.twig","bodyTemplateString":"{% if pinterestTagId.value is defined and pinterestTagId.value %}\n\n{% endif %}\n","bodyPosition":2,"vars":{"pinterestTagId":{"title":"Pinterest Tag ID","instructions":"Only enter the ID, e.g.: `XXXXXXXXXX`, not the entire script code. [Learn More](https://developers.pinterest.com/docs/ad-tools/conversion-tag/)","type":"string","value":""},"sendPageView":{"title":"Automatically send Pinterest Tag PageView","instructions":"Controls whether the Pinterest Tag script automatically sends a PageView to when your pages are loaded.","type":"bool","value":true},"pinterestTagUrl":{"title":"Pinterest Tag Script URL","instructions":"The URL to the Pinterest Tag script. Normally this should not be changed, unless you locally cache it.","type":"string","value":"https://s.pinimg.com/ct/core.js"},"pinterestTagNoScriptUrl":{"title":"Pinterest Tag Script <noscript> URL","instructions":"The URL to the Pinterest Tag `<noscript>`. Normally this should not be changed, unless you locally cache it.","type":"string","value":"https://ct.pinterest.com/v3/"}},"dataLayer":[],"include":false,"key":"pinterestTag","environment":{"staging":{"include":false},"local":{"include":false}},"dependencies":null,"tagAttrs":[],"nonce":null},"fathom":{"name":"Fathom","description":"Fathom is a simple, light-weight, privacy-first alternative to Google Analytics. So, stop scrolling through pages of reports and collecting gobs of personal data about your visitors, both of which you probably don’t need. [Learn More](https://usefathom.com/)","templatePath":"_frontend/scripts/fathomAnalytics.twig","templateString":"{% if siteId.value is defined and siteId.value %}\n(function() {\nvar tag = document.createElement(''script'');\ntag.src = \"{{ scriptUrl.value }}\";\ntag.defer = true;\ntag.setAttribute(\"data-site\", \"{{ siteId.value | raw }}\");\n{% if honorDnt.value %}\ntag.setAttribute(\"data-honor-dnt\", \"true\");\n{% endif %}\n{% if disableAutoTracking.value %}\ntag.setAttribute(\"data-auto\", \"false\");\n{% endif %}\n{% if ignoreCanonicals.value %}\ntag.setAttribute(\"data-canonical\", \"false\");\n{% endif %}\n{% if excludedDomains.value | length %}\ntag.setAttribute(\"data-excluded-domains\", \"{{ excludedDomains.value | raw }}\");\n{% endif %}\n{% if includedDomains.value | length %}\ntag.setAttribute(\"data-included-domains\", \"{{ includedDomains.value | raw }}\");\n{% endif %}\nvar firstScriptTag = document.getElementsByTagName(''script'')[0];\nfirstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\n})();\n{% endif %}\n","position":1,"bodyTemplatePath":null,"bodyTemplateString":null,"bodyPosition":2,"vars":{"siteId":{"title":"Site ID","instructions":"Only enter the Site ID, not the entire script code. [Learn More](https://usefathom.com/support/tracking)","type":"string","value":""},"honorDnt":{"title":"Honoring Do Not Track (DNT)","instructions":"By default we track every visitor to your website, regardless of them having DNT turned on or not. [Learn More](https://usefathom.com/support/tracking-advanced)","type":"bool","value":false},"disableAutoTracking":{"title":"Disable automatic tracking","instructions":"By default, we track a page view every time a visitor to your website loads a page with our script on it. [Learn More](https://usefathom.com/support/tracking-advanced)","type":"bool","value":false},"ignoreCanonicals":{"title":"Ignore canonicals","instructions":"If there’s a canonical URL in place, then by default we use it instead of the current URL. [Learn More](https://usefathom.com/support/tracking-advanced)","type":"bool","value":false},"excludedDomains":{"title":"Excluded Domains","instructions":"You exclude one or several domains, so our tracker will track things on every domain, except the ones excluded. [Learn More](https://usefathom.com/support/tracking-advanced)","type":"string","value":""},"includedDomains":{"title":"Included Domains","instructions":"If you want to go in the opposite direction and only track stats on a specific domain. [Learn More](https://usefathom.com/support/tracking-advanced)","type":"string","value":""},"scriptUrl":{"title":"Fathom Script URL","instructions":"The URL to the Fathom tracking script. Normally this should not be changed, unless you locally cache it.","type":"string","value":"https://cdn.usefathom.com/script.js"}},"dataLayer":[],"include":false,"key":"fathom","environment":{"staging":{"include":false},"local":{"include":false}},"dependencies":null,"tagAttrs":[],"nonce":null},"matomo":{"name":"Matomo","description":"Matomo is a Google Analytics alternative that protects your data and your customers'' privacy [Learn More](https://matomo.org/)","templatePath":"_frontend/scripts/matomoAnalytics.twig","templateString":"{% if siteId.value is defined and siteId.value and scriptUrl.value is defined and scriptUrl.value | length %}\nvar _paq = window._paq = window._paq || [];\n{% if sendPageView.value %}\n_paq.push([''trackPageView'']);\n{% endif %}\n{% if sendPageView.value %}\n_paq.push([''enableLinkTracking'']);\n{% endif %}\n(function() {\nvar u=\"//{{ scriptUrl.value }}/\";\n_paq.push([''setTrackerUrl'', u+''matomo.php'']);\n_paq.push([''setSiteId'', {{ siteId.value }}]);\nvar d=document, g=d.createElement(''script''), s=d.getElementsByTagName(''script'')[0];\ng.type=''text/javascript''; g.async=true; g.src=u+''matomo.js''; s.parentNode.insertBefore(g,s);\n})();\n{% endif %}\n","position":1,"bodyTemplatePath":null,"bodyTemplateString":null,"bodyPosition":2,"vars":{"siteId":{"title":"Site ID","instructions":"Only enter the Site ID, not the entire script code. [Learn More](https://developer.matomo.org/guides/tracking-javascript-guide)","type":"string","value":""},"sendPageView":{"title":"Automatically send Matomo PageView","instructions":"Controls whether the Matomo script automatically sends a PageView when your pages are loaded. [Learn More](https://developer.matomo.org/api-reference/tracking-javascript)","type":"bool","value":true},"enableLinkTracking":{"title":"Enable Link Tracking","instructions":"Install link tracking on all applicable link elements. [Learn More](https://developer.matomo.org/api-reference/tracking-javascript)","type":"bool","value":true},"scriptUrl":{"title":"Matomo Script URL","instructions":"The URL to the Matomo tracking script. This will vary depending on whether you are using Matomo Cloud or Matomo On-Premise. [Learn More](https://developer.matomo.org/guides/tracking-javascript-guide)","type":"string","value":""}},"dataLayer":[],"include":false,"key":"matomo","environment":{"staging":{"include":false},"local":{"include":false}},"dependencies":null,"tagAttrs":[],"nonce":null},"plausible":{"name":"Plausible","description":"Plausible is a lightweight and open-source website analytics tool. No cookies and fully compliant with GDPR, CCPA and PECR. [Learn More](https://plausible.io/)","templatePath":"_frontend/scripts/plausibleAnalytics.twig","templateString":"{% if siteDomain.value is defined and siteDomain.value %}\n(function() {\nvar tag = document.createElement(''script'');\ntag.src = \"{{ scriptUrl.value }}\";\ntag.defer = true;\ntag.setAttribute(\"data-domain\", \"{{ siteDomain.value | raw }}\");\nvar firstScriptTag = document.getElementsByTagName(''script'')[0];\nfirstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\n})();\n{% endif %}\n","position":1,"bodyTemplatePath":null,"bodyTemplateString":null,"bodyPosition":2,"vars":{"siteDomain":{"title":"Site Domain","instructions":"Only enter the site domain, not the entire script code. [Learn More](https://plausible.io/docs/plausible-script)","type":"string","value":""},"scriptUrl":{"title":"Plausible Script URL","instructions":"The URL to the Plausible tracking script. Normally this should not be changed, unless you locally cache it.","type":"string","value":"https://plausible.io/js/plausible.js"}},"dataLayer":[],"include":false,"key":"plausible","environment":{"staging":{"include":false},"local":{"include":false}},"dependencies":null,"tagAttrs":[],"nonce":null},"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,"tagAttrs":[],"nonce":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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":null,"correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(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,"maintainer":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,"usageInfo":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":{"type":"EntryPoint","urlTemplate":"{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,"tagAttrs":[],"nonce":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,"hasCredential":null,"hasMerchantReturnPolicy":null,"hasOfferCatalog":null,"hasPOS":null,"interactionStatistic":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":"{parseEnv(seomatic.site.identity.genericUrl)}#identity","graph":null,"include":true,"key":"identity","environment":null,"dependencies":null,"tagAttrs":[],"nonce":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,"hasCredential":null,"hasMerchantReturnPolicy":null,"hasOfferCatalog":null,"hasPOS":null,"interactionStatistic":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":"{parseEnv(seomatic.site.creator.genericUrl)}#creator","graph":null,"include":true,"key":"creator","environment":null,"dependencies":null,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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"},"security":{"templateVersion":"1.0.0","templateString":"# security.txt file for {{ siteUrl }} - more info: https://securitytxt.org/\n# (required) Contact email address for security issues\nContact: {% set adminUser = craft.app.getUsers().userById(1) %}{{ adminUser.email ?? ''user@example.com'' }}\n\n# (required) Expiration date for the security information herein\nExpiration: {{ date(''1year'')|atom }}\n\n# (optional) OpenPGP key:\nEncryption: {{ siteUrl }}pgp-key.txt\n\n# (optional) Security policy page:\nPolicy: {{ siteUrl }}security-policy\n\n# (optional) Security acknowledgements page:\nAcknowledgements: {{ siteUrl }}hall-of-fame\n","siteId":null,"include":true,"handle":"security","path":"security.txt","template":"_frontend/pages/security.twig","controller":"frontend-template","action":"security"}},"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":""}'); + + +-- +-- Data for Name: sequences; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: shunnedmessages; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: sitegroups; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.sitegroups (id, name, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, 'plugindev', '2021-03-01 00:43:17', '2021-03-15 16:25:50', NULL, 'f89601e9-4ba9-4a48-9e99-350aa9914912'); + + +-- +-- Data for Name: sites; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.sites (id, "groupId", "primary", enabled, name, handle, language, "hasUrls", "baseUrl", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, 1, true, true, 'English', 'default', 'en-US', true, '@web/', 1, '2021-03-01 00:43:18', '2021-03-15 16:25:50', NULL, '5da841b1-ca0d-46ff-8bb1-04d6c889ac54'); +INSERT INTO public.sites (id, "groupId", "primary", enabled, name, handle, language, "hasUrls", "baseUrl", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (2, 1, false, true, 'Spanish', 'spanish', 'es', true, '@web/es', 2, '2021-03-15 16:25:50', '2021-03-15 16:25:50', NULL, 'ec473f07-152f-423b-90df-ac425e6068a1'); + + +-- +-- Data for Name: structureelements; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.structureelements (id, "structureId", "elementId", root, lft, rgt, level, "dateCreated", "dateUpdated", uid) VALUES (2, 1, 9, 1, 2, 3, 1, '2021-04-01 02:58:45', '2021-04-01 02:58:45', '2934febc-38fc-400f-a587-cb59b2b62bd3'); +INSERT INTO public.structureelements (id, "structureId", "elementId", root, lft, rgt, level, "dateCreated", "dateUpdated", uid) VALUES (1, 1, NULL, 1, 1, 6, 0, '2021-04-01 02:58:45', '2021-04-01 02:58:52', '3ca0440a-5fdd-4761-a5c3-032f1759bff3'); +INSERT INTO public.structureelements (id, "structureId", "elementId", root, lft, rgt, level, "dateCreated", "dateUpdated", uid) VALUES (3, 1, 10, 1, 4, 5, 1, '2021-04-01 02:58:52', '2021-04-01 02:58:52', '25cc2b7c-c21f-4ac6-8201-45aed1f1b7e2'); + + +-- +-- Data for Name: structures; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.structures (id, "maxLevels", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, NULL, '2021-04-01 02:58:32', '2021-04-01 02:58:32', NULL, '7955d443-a120-44f2-bdbe-c741d59fadf4'); + + +-- +-- Data for Name: systemmessages; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: taggroups; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: tags; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: tokens; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: usergroups; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: usergroups_users; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: userpermissions; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: userpermissions_usergroups; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: userpermissions_users; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: userpreferences; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.userpreferences ("userId", preferences) VALUES (2, '{"language":"en-US","locale":null,"weekStartDay":"1","useShapes":false,"underlineLinks":false,"showFieldHandles":false,"enableDebugToolbarForSite":false,"enableDebugToolbarForCp":false,"showExceptionView":false,"profileTemplates":false}'); + + +-- +-- Data for Name: users; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.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 (2, 'admin', NULL, '', '', 'andrew@nystudio107.com', '$2y$13$MSK16Tb4nffl25V/SibFe.VF9AJItEA/IBQ/yd5y/o6RCGw8l9HEm', true, false, false, false, '2022-03-04 19:01:31', NULL, NULL, NULL, NULL, NULL, true, NULL, NULL, NULL, false, '2021-03-15 16:24:54', '2021-03-01 00:43:19', '2022-03-04 19:01:31', 'ab28d292-9870-4921-8fbb-02727ab1ff31'); + + +-- +-- Data for Name: volumefolders; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.volumefolders (id, "parentId", "volumeId", name, path, "dateCreated", "dateUpdated", uid) VALUES (1, NULL, 1, 'Site', '', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f609b2c4-e582-40b3-ad1b-2d38dc861d7a'); +INSERT INTO public.volumefolders (id, "parentId", "volumeId", name, path, "dateCreated", "dateUpdated", uid) VALUES (2, NULL, NULL, 'Temporary source', NULL, '2021-03-04 19:40:11', '2021-03-04 19:40:11', 'd05c73a1-0b3b-44ef-a7e7-996937512942'); +INSERT INTO public.volumefolders (id, "parentId", "volumeId", name, path, "dateCreated", "dateUpdated", uid) VALUES (3, 2, NULL, 'user_2', 'user_2/', '2021-03-04 19:40:11', '2021-03-04 19:40:11', 'de4b485e-211e-4cc7-9e81-54de5cffcd35'); + + +-- +-- Data for Name: volumes; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.volumes (id, "fieldLayoutId", name, handle, type, "hasUrls", url, "titleTranslationMethod", "titleTranslationKeyFormat", settings, "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, 1, 'Site', 'site', 'craft\volumes\Local', true, '@assetsUrl/assets/site', 'site', NULL, '{"path":"@webroot/assets/site"}', 0, '2021-03-01 00:43:19', '2021-03-15 16:25:51', NULL, '5c642d7e-b16b-4836-9575-668d75d242e5'); + + +-- +-- Data for Name: webperf_data_samples; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.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, '2021-03-01 23:40:33', '2021-03-01 23:40:33', 'd1c0fe45-87b3-4d97-93bf-18f6e4a44d60', 4871350150331672426, 1, '🚧 $SITE_NAME | Homepage', 'http://localhost:8000/', NULL, NULL, NULL, 2837, NULL, NULL, 2906, 2935, '??', 'Macintosh', 'Chrome 88.0.4324.192', 'OS X 11.2', false, 1946, 129, 52, 0, 0, 1817, 477, 6403864); +INSERT INTO public.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 (2, '2021-03-04 18:55:57', '2021-03-04 18:55:58', '80c85eca-c940-4108-8611-b6fabbca2451', 7502527909716507039, 1, '🚧 plugindev | Homepage', 'http://localhost:8000/', NULL, NULL, NULL, 3068, 3211, 3211, 3150, 3183, '??', 'Macintosh', 'Chrome 88.0.4324.192', 'OS X 11.2', false, 1793, 129, 65, 0, 0, 1663, 478, 6259144); +INSERT INTO public.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 (3, '2021-03-05 15:19:29', '2021-03-05 15:19:30', 'd809574b-ea81-415c-90b5-13122668db79', 6570299917689694009, 1, '🚧 plugindev | Homepage', 'http://localhost:8000/', NULL, NULL, NULL, 1920, 2068, 2068, 2020, 2052, '??', 'Macintosh', 'Chrome 88.0.4324.192', 'OS X 11.2', false, 1352, 97, 53, 0, 0, 1255, 476, 4566720); +INSERT INTO public.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 (5, '2021-03-15 14:54:35', '2021-03-15 14:54:35', 'ef54c544-1e9d-41d4-b2c9-7eb918ee83b5', 3728671260357228460, 1, '🚧 plugindev | Homepage', 'http://localhost:8000/', NULL, NULL, NULL, 808, NULL, NULL, 849, 854, '??', 'Macintosh', 'Chrome 89.0.4389.82', 'OS X 11.2', false, 460, 79, 42, 0, 0, 381, 116, 7311600); +INSERT INTO public.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 (6, '2021-03-15 16:31:08', '2021-03-15 16:31:08', '9f6f8b04-360e-412c-960d-4efc2cbfecc7', 5880869154210167521, 1, '🚧 plugindev | My first blog', 'http://localhost:8000/blog/my-first-blog', NULL, NULL, NULL, 1656, NULL, NULL, 1688, 1689, '??', 'Macintosh', 'Chrome 89.0.4389.82', 'OS X 11.2', false, 1315, 110, 74, 0, 0, 1205, 490, 10530784); + + +-- +-- Data for Name: webperf_error_samples; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: widgets; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.widgets (id, "userId", type, "sortOrder", colspan, settings, enabled, "dateCreated", "dateUpdated", uid) VALUES (1, 2, 'craft\widgets\RecentEntries', 1, NULL, '{"siteId":1,"section":"*","limit":10}', true, '2021-03-01 00:43:36', '2021-03-01 00:43:36', 'fac9a267-f591-419c-ac97-d42253ea02cb'); +INSERT INTO public.widgets (id, "userId", type, "sortOrder", colspan, settings, enabled, "dateCreated", "dateUpdated", uid) VALUES (2, 2, 'craft\widgets\CraftSupport', 2, NULL, '[]', true, '2021-03-01 00:43:36', '2021-03-01 00:43:36', 'dde9b169-0849-4d9b-9ab3-d0426e08bb65'); +INSERT INTO public.widgets (id, "userId", type, "sortOrder", colspan, settings, enabled, "dateCreated", "dateUpdated", uid) VALUES (3, 2, 'craft\widgets\Updates', 3, NULL, '[]', true, '2021-03-01 00:43:36', '2021-03-01 00:43:36', '89f273ab-a26c-4b50-9e03-ef24ab97d992'); +INSERT INTO public.widgets (id, "userId", type, "sortOrder", colspan, settings, enabled, "dateCreated", "dateUpdated", uid) VALUES (4, 2, 'craft\widgets\Feed', 4, NULL, '{"url":"https://craftcms.com/news.rss","title":"Craft News","limit":5}', true, '2021-03-01 00:43:36', '2021-03-01 00:43:36', '534c9119-df2b-4325-9e4d-b354c385fa2f'); + + +-- +-- Name: announcements_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.announcements_id_seq', 1, false); + + +-- +-- Name: assetindexdata_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.assetindexdata_id_seq', 1, false); + + +-- +-- Name: assettransformindex_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.assettransformindex_id_seq', 1, false); + + +-- +-- Name: assettransforms_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.assettransforms_id_seq', 1, false); + + +-- +-- Name: categorygroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.categorygroups_id_seq', 1, true); + + +-- +-- Name: categorygroups_sites_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.categorygroups_sites_id_seq', 2, true); + + +-- +-- Name: commerce_addresses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_addresses_id_seq', 1, false); + + +-- +-- Name: commerce_countries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_countries_id_seq', 249, true); + + +-- +-- Name: commerce_customer_discountuses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_customer_discountuses_id_seq', 1, false); + + +-- +-- Name: commerce_customers_addresses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_customers_addresses_id_seq', 1, false); + + +-- +-- Name: commerce_customers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_customers_id_seq', 1, true); + + +-- +-- Name: commerce_discount_categories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_discount_categories_id_seq', 1, false); + + +-- +-- Name: commerce_discount_purchasables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_discount_purchasables_id_seq', 1, false); + + +-- +-- Name: commerce_discount_usergroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_discount_usergroups_id_seq', 1, false); + + +-- +-- Name: commerce_discounts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_discounts_id_seq', 1, false); + + +-- +-- Name: commerce_donations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_donations_id_seq', 1, false); + + +-- +-- Name: commerce_email_discountuses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_email_discountuses_id_seq', 1, false); + + +-- +-- Name: commerce_emails_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_emails_id_seq', 1, false); + + +-- +-- Name: commerce_gateways_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_gateways_id_seq', 1, true); + + +-- +-- Name: commerce_lineitems_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_lineitems_id_seq', 1, false); + + +-- +-- Name: commerce_lineitemstatuses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_lineitemstatuses_id_seq', 1, false); + + +-- +-- Name: commerce_orderadjustments_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_orderadjustments_id_seq', 1, false); + + +-- +-- Name: commerce_orderhistories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_orderhistories_id_seq', 1, false); + + +-- +-- Name: commerce_ordernotices_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_ordernotices_id_seq', 1, false); + + +-- +-- Name: commerce_orderstatus_emails_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_orderstatus_emails_id_seq', 1, false); + + +-- +-- Name: commerce_orderstatuses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_orderstatuses_id_seq', 1, true); + + +-- +-- Name: commerce_paymentcurrencies_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_paymentcurrencies_id_seq', 1, true); + + +-- +-- Name: commerce_paymentsources_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_paymentsources_id_seq', 1, false); + + +-- +-- Name: commerce_pdfs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_pdfs_id_seq', 1, false); + + +-- +-- Name: commerce_plans_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_plans_id_seq', 1, false); + + +-- +-- Name: commerce_producttypes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_producttypes_id_seq', 1, true); + + +-- +-- Name: commerce_producttypes_shippingcategories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_producttypes_shippingcategories_id_seq', 1, false); + + +-- +-- Name: commerce_producttypes_sites_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_producttypes_sites_id_seq', 2, true); + + +-- +-- Name: commerce_producttypes_taxcategories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_producttypes_taxcategories_id_seq', 1, false); + + +-- +-- Name: commerce_purchasables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_purchasables_id_seq', 1, false); + + +-- +-- Name: commerce_sale_categories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_sale_categories_id_seq', 1, false); + + +-- +-- Name: commerce_sale_purchasables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_sale_purchasables_id_seq', 1, false); + + +-- +-- Name: commerce_sale_usergroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_sale_usergroups_id_seq', 1, false); + + +-- +-- Name: commerce_sales_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_sales_id_seq', 1, false); + + +-- +-- Name: commerce_shippingcategories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingcategories_id_seq', 1, true); + + +-- +-- Name: commerce_shippingmethods_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingmethods_id_seq', 1, true); + + +-- +-- Name: commerce_shippingrule_categories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingrule_categories_id_seq', 1, false); + + +-- +-- Name: commerce_shippingrules_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingrules_id_seq', 1, true); + + +-- +-- Name: commerce_shippingzone_countries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingzone_countries_id_seq', 1, false); + + +-- +-- Name: commerce_shippingzone_states_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingzone_states_id_seq', 1, false); + + +-- +-- Name: commerce_shippingzones_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingzones_id_seq', 1, false); + + +-- +-- Name: commerce_states_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_states_id_seq', 72, true); + + +-- +-- Name: commerce_subscriptions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_subscriptions_id_seq', 1, false); + + +-- +-- Name: commerce_taxcategories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_taxcategories_id_seq', 1, true); + + +-- +-- Name: commerce_taxrates_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_taxrates_id_seq', 1, false); + + +-- +-- Name: commerce_taxzone_countries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_taxzone_countries_id_seq', 1, false); + + +-- +-- Name: commerce_taxzone_states_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_taxzone_states_id_seq', 1, false); + + +-- +-- Name: commerce_taxzones_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_taxzones_id_seq', 1, false); + + +-- +-- Name: commerce_transactions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_transactions_id_seq', 1, false); + + +-- +-- Name: content_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.content_id_seq', 17, true); + + +-- +-- Name: craftidtokens_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.craftidtokens_id_seq', 1, false); + + +-- +-- Name: deprecationerrors_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.deprecationerrors_id_seq', 1, false); + + +-- +-- Name: drafts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.drafts_id_seq', 1, true); + + +-- +-- Name: elementindexsettings_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.elementindexsettings_id_seq', 1, false); + + +-- +-- Name: elements_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.elements_id_seq', 10, true); + + +-- +-- Name: elements_sites_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.elements_sites_id_seq', 18, true); + + +-- +-- Name: entrytypes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.entrytypes_id_seq', 5, true); + + +-- +-- Name: fieldgroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.fieldgroups_id_seq', 2, true); + + +-- +-- Name: fieldlayoutfields_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.fieldlayoutfields_id_seq', 58, true); + + +-- +-- Name: fieldlayouts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.fieldlayouts_id_seq', 9, true); + + +-- +-- Name: fieldlayouttabs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.fieldlayouttabs_id_seq', 37, true); + + +-- +-- Name: fields_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.fields_id_seq', 9, true); + + +-- +-- Name: globalsets_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.globalsets_id_seq', 1, false); + + +-- +-- Name: gqlschemas_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.gqlschemas_id_seq', 1, true); + + +-- +-- Name: gqltokens_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.gqltokens_id_seq', 1, true); + + +-- +-- Name: info_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.info_id_seq', 1, false); + + +-- +-- Name: matrixblocktypes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.matrixblocktypes_id_seq', 1, false); + + +-- +-- Name: migrations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.migrations_id_seq', 367, true); + + +-- +-- Name: plugins_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.plugins_id_seq', 16, true); + + +-- +-- Name: queue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.queue_id_seq', 86, true); + + +-- +-- Name: relations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.relations_id_seq', 1, false); + + +-- +-- Name: retour_redirects_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.retour_redirects_id_seq', 1, false); + + +-- +-- Name: retour_static_redirects_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.retour_static_redirects_id_seq', 1, false); + + +-- +-- Name: retour_stats_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.retour_stats_id_seq', 1, false); + + +-- +-- Name: revisions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.revisions_id_seq', 2, true); + + +-- +-- Name: sections_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.sections_id_seq', 3, true); + + +-- +-- Name: sections_sites_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.sections_sites_id_seq', 5, true); + + +-- +-- Name: seomatic_metabundles_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.seomatic_metabundles_id_seq', 9, true); + + +-- +-- Name: sessions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.sessions_id_seq', 1, true); + + +-- +-- Name: shunnedmessages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.shunnedmessages_id_seq', 1, false); + + +-- +-- Name: sitegroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.sitegroups_id_seq', 1, true); + + +-- +-- Name: sites_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.sites_id_seq', 2, true); + + +-- +-- Name: structureelements_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.structureelements_id_seq', 3, true); + + +-- +-- Name: structures_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.structures_id_seq', 1, true); + + +-- +-- Name: systemmessages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.systemmessages_id_seq', 1, false); + + +-- +-- Name: taggroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.taggroups_id_seq', 1, false); + + +-- +-- Name: templatecacheelements_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.templatecacheelements_id_seq', 1, false); + + +-- +-- Name: templatecachequeries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.templatecachequeries_id_seq', 1, false); + + +-- +-- Name: templatecaches_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.templatecaches_id_seq', 1, false); + + +-- +-- Name: tokens_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.tokens_id_seq', 1, false); + + +-- +-- Name: usergroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.usergroups_id_seq', 1, false); + + +-- +-- Name: usergroups_users_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.usergroups_users_id_seq', 1, false); + + +-- +-- Name: userpermissions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.userpermissions_id_seq', 1, false); + + +-- +-- Name: userpermissions_usergroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.userpermissions_usergroups_id_seq', 1, false); + + +-- +-- Name: userpermissions_users_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.userpermissions_users_id_seq', 1, false); + + +-- +-- Name: userpreferences_userId_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."userpreferences_userId_seq"', 1, false); + + +-- +-- Name: volumefolders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.volumefolders_id_seq', 3, true); + + +-- +-- Name: volumes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.volumes_id_seq', 1, true); + + +-- +-- Name: webperf_data_samples_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.webperf_data_samples_id_seq', 6, true); + + +-- +-- Name: webperf_error_samples_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.webperf_error_samples_id_seq', 1, false); + + +-- +-- Name: widgets_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.widgets_id_seq', 4, true); + + +-- +-- Name: announcements announcements_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.announcements + ADD CONSTRAINT announcements_pkey PRIMARY KEY (id); + + +-- +-- Name: assetindexdata assetindexdata_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assetindexdata + ADD CONSTRAINT assetindexdata_pkey PRIMARY KEY (id); + + +-- +-- Name: assets assets_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assets + ADD CONSTRAINT assets_pkey PRIMARY KEY (id); + + +-- +-- Name: assettransformindex assettransformindex_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assettransformindex + ADD CONSTRAINT assettransformindex_pkey PRIMARY KEY (id); + + +-- +-- Name: assettransforms assettransforms_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assettransforms + ADD CONSTRAINT assettransforms_pkey PRIMARY KEY (id); + + +-- +-- Name: categories categories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categories + ADD CONSTRAINT categories_pkey PRIMARY KEY (id); + + +-- +-- Name: categorygroups categorygroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups + ADD CONSTRAINT categorygroups_pkey PRIMARY KEY (id); + + +-- +-- Name: categorygroups_sites categorygroups_sites_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups_sites + ADD CONSTRAINT categorygroups_sites_pkey PRIMARY KEY (id); + + +-- +-- Name: changedattributes changedattributes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedattributes + ADD CONSTRAINT changedattributes_pkey PRIMARY KEY ("elementId", "siteId", attribute); + + +-- +-- Name: changedfields changedfields_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedfields + ADD CONSTRAINT changedfields_pkey PRIMARY KEY ("elementId", "siteId", "fieldId"); + + +-- +-- Name: commerce_addresses commerce_addresses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_addresses + ADD CONSTRAINT commerce_addresses_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_countries commerce_countries_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_countries + ADD CONSTRAINT commerce_countries_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_customer_discountuses commerce_customer_discountuses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customer_discountuses + ADD CONSTRAINT commerce_customer_discountuses_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_customers_addresses commerce_customers_addresses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers_addresses + ADD CONSTRAINT commerce_customers_addresses_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_customers commerce_customers_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers + ADD CONSTRAINT commerce_customers_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_discount_categories commerce_discount_categories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_categories + ADD CONSTRAINT commerce_discount_categories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_discount_purchasables commerce_discount_purchasables_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_purchasables + ADD CONSTRAINT commerce_discount_purchasables_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_discount_usergroups commerce_discount_usergroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_usergroups + ADD CONSTRAINT commerce_discount_usergroups_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_discounts commerce_discounts_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discounts + ADD CONSTRAINT commerce_discounts_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_donations commerce_donations_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_donations + ADD CONSTRAINT commerce_donations_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_email_discountuses commerce_email_discountuses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_email_discountuses + ADD CONSTRAINT commerce_email_discountuses_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_emails commerce_emails_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_emails + ADD CONSTRAINT commerce_emails_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_gateways commerce_gateways_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_gateways + ADD CONSTRAINT commerce_gateways_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_lineitems commerce_lineitems_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitems + ADD CONSTRAINT commerce_lineitems_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_lineitemstatuses commerce_lineitemstatuses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitemstatuses + ADD CONSTRAINT commerce_lineitemstatuses_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_orderadjustments commerce_orderadjustments_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderadjustments + ADD CONSTRAINT commerce_orderadjustments_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_orderhistories commerce_orderhistories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderhistories + ADD CONSTRAINT commerce_orderhistories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_ordernotices commerce_ordernotices_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_ordernotices + ADD CONSTRAINT commerce_ordernotices_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_orders commerce_orders_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT commerce_orders_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_orderstatus_emails commerce_orderstatus_emails_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderstatus_emails + ADD CONSTRAINT commerce_orderstatus_emails_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_orderstatuses commerce_orderstatuses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderstatuses + ADD CONSTRAINT commerce_orderstatuses_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_paymentcurrencies commerce_paymentcurrencies_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_paymentcurrencies + ADD CONSTRAINT commerce_paymentcurrencies_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_paymentsources commerce_paymentsources_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_paymentsources + ADD CONSTRAINT commerce_paymentsources_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_pdfs commerce_pdfs_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_pdfs + ADD CONSTRAINT commerce_pdfs_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_plans commerce_plans_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_plans + ADD CONSTRAINT commerce_plans_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_products commerce_products_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_products + ADD CONSTRAINT commerce_products_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_producttypes commerce_producttypes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes + ADD CONSTRAINT commerce_producttypes_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_producttypes_shippingcategories commerce_producttypes_shippingcategories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_shippingcategories + ADD CONSTRAINT commerce_producttypes_shippingcategories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_producttypes_sites commerce_producttypes_sites_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_sites + ADD CONSTRAINT commerce_producttypes_sites_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_producttypes_taxcategories commerce_producttypes_taxcategories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_taxcategories + ADD CONSTRAINT commerce_producttypes_taxcategories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_purchasables commerce_purchasables_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_purchasables + ADD CONSTRAINT commerce_purchasables_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_sale_categories commerce_sale_categories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_categories + ADD CONSTRAINT commerce_sale_categories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_sale_purchasables commerce_sale_purchasables_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_purchasables + ADD CONSTRAINT commerce_sale_purchasables_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_sale_usergroups commerce_sale_usergroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_usergroups + ADD CONSTRAINT commerce_sale_usergroups_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_sales commerce_sales_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sales + ADD CONSTRAINT commerce_sales_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingcategories commerce_shippingcategories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingcategories + ADD CONSTRAINT commerce_shippingcategories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingmethods commerce_shippingmethods_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingmethods + ADD CONSTRAINT commerce_shippingmethods_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingrule_categories commerce_shippingrule_categories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrule_categories + ADD CONSTRAINT commerce_shippingrule_categories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingrules commerce_shippingrules_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrules + ADD CONSTRAINT commerce_shippingrules_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingzone_countries commerce_shippingzone_countries_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_countries + ADD CONSTRAINT commerce_shippingzone_countries_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingzone_states commerce_shippingzone_states_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_states + ADD CONSTRAINT commerce_shippingzone_states_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingzones commerce_shippingzones_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzones + ADD CONSTRAINT commerce_shippingzones_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_states commerce_states_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_states + ADD CONSTRAINT commerce_states_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_subscriptions commerce_subscriptions_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions + ADD CONSTRAINT commerce_subscriptions_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_taxcategories commerce_taxcategories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxcategories + ADD CONSTRAINT commerce_taxcategories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_taxrates commerce_taxrates_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxrates + ADD CONSTRAINT commerce_taxrates_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_taxzone_countries commerce_taxzone_countries_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_countries + ADD CONSTRAINT commerce_taxzone_countries_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_taxzone_states commerce_taxzone_states_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_states + ADD CONSTRAINT commerce_taxzone_states_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_taxzones commerce_taxzones_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzones + ADD CONSTRAINT commerce_taxzones_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_transactions commerce_transactions_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_transactions + ADD CONSTRAINT commerce_transactions_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_variants commerce_variants_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_variants + ADD CONSTRAINT commerce_variants_pkey PRIMARY KEY (id); + + +-- +-- Name: content content_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.content + ADD CONSTRAINT content_pkey PRIMARY KEY (id); + + +-- +-- Name: craftidtokens craftidtokens_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.craftidtokens + ADD CONSTRAINT craftidtokens_pkey PRIMARY KEY (id); + + +-- +-- Name: deprecationerrors deprecationerrors_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.deprecationerrors + ADD CONSTRAINT deprecationerrors_pkey PRIMARY KEY (id); + + +-- +-- Name: drafts drafts_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.drafts + ADD CONSTRAINT drafts_pkey PRIMARY KEY (id); + + +-- +-- Name: elementindexsettings elementindexsettings_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elementindexsettings + ADD CONSTRAINT elementindexsettings_pkey PRIMARY KEY (id); + + +-- +-- Name: elements elements_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements + ADD CONSTRAINT elements_pkey PRIMARY KEY (id); + + +-- +-- Name: elements_sites elements_sites_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements_sites + ADD CONSTRAINT elements_sites_pkey PRIMARY KEY (id); + + +-- +-- Name: entries entries_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entries + ADD CONSTRAINT entries_pkey PRIMARY KEY (id); + + +-- +-- Name: entrytypes entrytypes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entrytypes + ADD CONSTRAINT entrytypes_pkey PRIMARY KEY (id); + + +-- +-- Name: fieldgroups fieldgroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldgroups + ADD CONSTRAINT fieldgroups_pkey PRIMARY KEY (id); + + +-- +-- Name: fieldlayoutfields fieldlayoutfields_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayoutfields + ADD CONSTRAINT fieldlayoutfields_pkey PRIMARY KEY (id); + + +-- +-- Name: fieldlayouts fieldlayouts_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayouts + ADD CONSTRAINT fieldlayouts_pkey PRIMARY KEY (id); + + +-- +-- Name: fieldlayouttabs fieldlayouttabs_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayouttabs + ADD CONSTRAINT fieldlayouttabs_pkey PRIMARY KEY (id); + + +-- +-- Name: fields fields_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fields + ADD CONSTRAINT fields_pkey PRIMARY KEY (id); + + +-- +-- Name: globalsets globalsets_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.globalsets + ADD CONSTRAINT globalsets_pkey PRIMARY KEY (id); + + +-- +-- Name: gqlschemas gqlschemas_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.gqlschemas + ADD CONSTRAINT gqlschemas_pkey PRIMARY KEY (id); + + +-- +-- Name: gqltokens gqltokens_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.gqltokens + ADD CONSTRAINT gqltokens_pkey PRIMARY KEY (id); + + +-- +-- Name: info info_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.info + ADD CONSTRAINT info_pkey PRIMARY KEY (id); + + +-- +-- Name: matrixblocks matrixblocks_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks + ADD CONSTRAINT matrixblocks_pkey PRIMARY KEY (id); + + +-- +-- Name: matrixblocktypes matrixblocktypes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocktypes + ADD CONSTRAINT matrixblocktypes_pkey PRIMARY KEY (id); + + +-- +-- Name: migrations migrations_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.migrations + ADD CONSTRAINT migrations_pkey PRIMARY KEY (id); + + +-- +-- Name: searchindex pk_jtxzxhntlxakrrpvjpxnlqetgzxxbcnaalqk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.searchindex + ADD CONSTRAINT pk_jtxzxhntlxakrrpvjpxnlqetgzxxbcnaalqk PRIMARY KEY ("elementId", attribute, "fieldId", "siteId"); + + +-- +-- Name: plugins plugins_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.plugins + ADD CONSTRAINT plugins_pkey PRIMARY KEY (id); + + +-- +-- Name: projectconfig projectconfig_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.projectconfig + ADD CONSTRAINT projectconfig_pkey PRIMARY KEY (path); + + +-- +-- Name: queue queue_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.queue + ADD CONSTRAINT queue_pkey PRIMARY KEY (id); + + +-- +-- Name: relations relations_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.relations + ADD CONSTRAINT relations_pkey PRIMARY KEY (id); + + +-- +-- Name: resourcepaths resourcepaths_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.resourcepaths + ADD CONSTRAINT resourcepaths_pkey PRIMARY KEY (hash); + + +-- +-- Name: retour_redirects retour_redirects_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_redirects + ADD CONSTRAINT retour_redirects_pkey PRIMARY KEY (id); + + +-- +-- Name: retour_static_redirects retour_static_redirects_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_static_redirects + ADD CONSTRAINT retour_static_redirects_pkey PRIMARY KEY (id); + + +-- +-- Name: retour_stats retour_stats_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_stats + ADD CONSTRAINT retour_stats_pkey PRIMARY KEY (id); + + +-- +-- Name: revisions revisions_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.revisions + ADD CONSTRAINT revisions_pkey PRIMARY KEY (id); + + +-- +-- Name: sections sections_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections + ADD CONSTRAINT sections_pkey PRIMARY KEY (id); + + +-- +-- Name: sections_sites sections_sites_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections_sites + ADD CONSTRAINT sections_sites_pkey PRIMARY KEY (id); + + +-- +-- Name: seomatic_metabundles seomatic_metabundles_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.seomatic_metabundles + ADD CONSTRAINT seomatic_metabundles_pkey PRIMARY KEY (id); + + +-- +-- Name: sequences sequences_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sequences + ADD CONSTRAINT sequences_pkey PRIMARY KEY (name); + + +-- +-- Name: sessions sessions_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sessions + ADD CONSTRAINT sessions_pkey PRIMARY KEY (id); + + +-- +-- Name: shunnedmessages shunnedmessages_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.shunnedmessages + ADD CONSTRAINT shunnedmessages_pkey PRIMARY KEY (id); + + +-- +-- Name: sitegroups sitegroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sitegroups + ADD CONSTRAINT sitegroups_pkey PRIMARY KEY (id); + + +-- +-- Name: sites sites_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sites + ADD CONSTRAINT sites_pkey PRIMARY KEY (id); + + +-- +-- Name: structureelements structureelements_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.structureelements + ADD CONSTRAINT structureelements_pkey PRIMARY KEY (id); + + +-- +-- Name: structures structures_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.structures + ADD CONSTRAINT structures_pkey PRIMARY KEY (id); + + +-- +-- Name: systemmessages systemmessages_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.systemmessages + ADD CONSTRAINT systemmessages_pkey PRIMARY KEY (id); + + +-- +-- Name: taggroups taggroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.taggroups + ADD CONSTRAINT taggroups_pkey PRIMARY KEY (id); + + +-- +-- Name: tags tags_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.tags + ADD CONSTRAINT tags_pkey PRIMARY KEY (id); + + +-- +-- Name: templatecacheelements templatecacheelements_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.templatecacheelements + ADD CONSTRAINT templatecacheelements_pkey PRIMARY KEY (id); + + +-- +-- Name: templatecachequeries templatecachequeries_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.templatecachequeries + ADD CONSTRAINT templatecachequeries_pkey PRIMARY KEY (id); + + +-- +-- Name: templatecaches templatecaches_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.templatecaches + ADD CONSTRAINT templatecaches_pkey PRIMARY KEY (id); + + +-- +-- Name: tokens tokens_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.tokens + ADD CONSTRAINT tokens_pkey PRIMARY KEY (id); + + +-- +-- Name: usergroups usergroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usergroups + ADD CONSTRAINT usergroups_pkey PRIMARY KEY (id); + + +-- +-- Name: usergroups_users usergroups_users_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usergroups_users + ADD CONSTRAINT usergroups_users_pkey PRIMARY KEY (id); + + +-- +-- Name: userpermissions userpermissions_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions + ADD CONSTRAINT userpermissions_pkey PRIMARY KEY (id); + + +-- +-- Name: userpermissions_usergroups userpermissions_usergroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_usergroups + ADD CONSTRAINT userpermissions_usergroups_pkey PRIMARY KEY (id); + + +-- +-- Name: userpermissions_users userpermissions_users_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_users + ADD CONSTRAINT userpermissions_users_pkey PRIMARY KEY (id); + + +-- +-- Name: userpreferences userpreferences_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpreferences + ADD CONSTRAINT userpreferences_pkey PRIMARY KEY ("userId"); + + +-- +-- Name: users users_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.users + ADD CONSTRAINT users_pkey PRIMARY KEY (id); + + +-- +-- Name: volumefolders volumefolders_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumefolders + ADD CONSTRAINT volumefolders_pkey PRIMARY KEY (id); + + +-- +-- Name: volumes volumes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumes + ADD CONSTRAINT volumes_pkey PRIMARY KEY (id); + + +-- +-- Name: webperf_data_samples webperf_data_samples_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.webperf_data_samples + ADD CONSTRAINT webperf_data_samples_pkey PRIMARY KEY (id); + + +-- +-- Name: webperf_error_samples webperf_error_samples_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.webperf_error_samples + ADD CONSTRAINT webperf_error_samples_pkey PRIMARY KEY (id); + + +-- +-- Name: widgets widgets_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.widgets + ADD CONSTRAINT widgets_pkey PRIMARY KEY (id); + + +-- +-- Name: idx_accuekagiaueprukyqhsgwybriivprimpunn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_accuekagiaueprukyqhsgwybriivprimpunn ON public.commerce_customers USING btree ("primaryBillingAddressId"); + + +-- +-- Name: idx_ahjaelmpfeyrsuhzpysuusuvcccosvuutrud; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ahjaelmpfeyrsuhzpysuusuvcccosvuutrud ON public.commerce_products USING btree ("shippingCategoryId"); + + +-- +-- Name: idx_amguonuyfkrncmshetjqlhjydxhcuucmvyhi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_amguonuyfkrncmshetjqlhjydxhcuucmvyhi ON public.commerce_sale_usergroups USING btree ("saleId", "userGroupId"); + + +-- +-- Name: idx_apgesvmwjaxjagkpvpeautplygajnhaabvsx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_apgesvmwjaxjagkpvpeautplygajnhaabvsx ON public.commerce_ordernotices USING btree ("orderId"); + + +-- +-- Name: idx_arkhjepqvwandelmeaxoonqmpkskfjnbwbnx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_arkhjepqvwandelmeaxoonqmpkskfjnbwbnx ON public.volumefolders USING btree ("volumeId"); + + +-- +-- Name: idx_atldxryyargwonqoufchedybowvuynocettc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_atldxryyargwonqoufchedybowvuynocettc ON public.volumes USING btree (name); + + +-- +-- Name: idx_avkteytbavahksspqcuftfososkjgwipcpkf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_avkteytbavahksspqcuftfososkjgwipcpkf ON public.templatecaches USING btree ("siteId"); + + +-- +-- Name: idx_avsehwmolpamlujdiibaiheuqwcierrutobf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_avsehwmolpamlujdiibaiheuqwcierrutobf ON public.commerce_plans USING btree ("gatewayId"); + + +-- +-- Name: idx_awvbtavvbeejscxrfigydqksykahuwncdypn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_awvbtavvbeejscxrfigydqksykahuwncdypn ON public.structureelements USING btree (level); + + +-- +-- Name: idx_ayxumyqrdymvujodqyfnqlvidbttbyxsbfde; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ayxumyqrdymvujodqyfnqlvidbttbyxsbfde ON public.commerce_subscriptions USING btree ("gatewayId"); + + +-- +-- Name: idx_bmqcglofysjtkxxhbhprqtqpsxcikpdqjjvm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_bmqcglofysjtkxxhbhprqtqpsxcikpdqjjvm ON public.announcements USING btree ("userId", unread, "dateRead", "dateCreated"); + + +-- +-- Name: idx_bnztdqsnaxoqmeequppxdarwxfnxbdnbnsas; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_bnztdqsnaxoqmeequppxdarwxfnxbdnbnsas ON public.commerce_subscriptions USING btree (reference); + + +-- +-- Name: idx_bolcgmkhgvfgohogrfpiqjulpzqufgeukdur; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_bolcgmkhgvfgohogrfpiqjulpzqufgeukdur ON public.entrytypes USING btree (name, "sectionId"); + + +-- +-- Name: idx_bpzembeaplaurjimjveibdiudfjfomiuchbe; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_bpzembeaplaurjimjveibdiudfjfomiuchbe ON public.categorygroups_sites USING btree ("groupId", "siteId"); + + +-- +-- Name: idx_bwtiscylxhhshmlaexbtqlyzbrcidhqickdl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_bwtiscylxhhshmlaexbtqlyzbrcidhqickdl ON public.changedfields USING btree ("elementId", "siteId", "dateUpdated"); + + +-- +-- Name: idx_cbeajotucbjoprbuitxzesumycuksmonduld; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_cbeajotucbjoprbuitxzesumycuksmonduld ON public.retour_static_redirects USING btree ("siteId"); + + +-- +-- Name: idx_chpquluzdfbfbnogtrzkajelcylhozbpsszv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_chpquluzdfbfbnogtrzkajelcylhozbpsszv ON public.commerce_subscriptions USING btree ("dateCreated"); + + +-- +-- Name: idx_cprnuiqxyuexqvirvjueedkbalmseeklwqtd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_cprnuiqxyuexqvirvjueedkbalmseeklwqtd ON public.structureelements USING btree (rgt); + + +-- +-- Name: idx_cqfitcqaepatdeaaqggyidlfvszmjryuekir; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_cqfitcqaepatdeaaqggyidlfvszmjryuekir ON public.taggroups USING btree (name); + + +-- +-- Name: idx_ctciejnkidinziytcdjbwqtsdknjdizfxdez; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ctciejnkidinziytcdjbwqtsdknjdizfxdez ON public.commerce_taxrates USING btree ("taxZoneId"); + + +-- +-- Name: idx_cwhviiskpcjnpprjvcycldrfbsilccwknwjc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_cwhviiskpcjnpprjvcycldrfbsilccwknwjc ON public.entrytypes USING btree ("dateDeleted"); + + +-- +-- Name: idx_cxsasrlsfqhfluyrzyoajzhqzqjuzwkavxzo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_cxsasrlsfqhfluyrzyoajzhqzqjuzwkavxzo ON public.commerce_plans USING btree (handle); + + +-- +-- Name: idx_czjiypnjdigitfowjbadurlhfrzxhyphxcmm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_czjiypnjdigitfowjbadurlhfrzxhyphxcmm ON public.commerce_customer_discountuses USING btree ("customerId", "discountId"); + + +-- +-- Name: idx_czvpkywrjbfpwvkwiirqbiiddxptlfmrkhti; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_czvpkywrjbfpwvkwiirqbiiddxptlfmrkhti ON public.volumefolders USING btree ("parentId"); + + +-- +-- Name: idx_dfqlbhtnmystfugpzfpyaddayolxncoudrug; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_dfqlbhtnmystfugpzfpyaddayolxncoudrug ON public.fields USING btree ("groupId"); + + +-- +-- Name: idx_didtfnypiswvsfswepoolufkxhfynzgpzhuk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_didtfnypiswvsfswepoolufkxhfynzgpzhuk ON public.entrytypes USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_dimbpckiwhyqiafraljycwcuowqytmxomsde; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_dimbpckiwhyqiafraljycwcuowqytmxomsde ON public.sections USING btree ("dateDeleted"); + + +-- +-- Name: idx_doaygrwvnfscdobxzlmxtwlbwkalomcllxay; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_doaygrwvnfscdobxzlmxtwlbwkalomcllxay ON public.matrixblocks USING btree ("typeId"); + + +-- +-- Name: idx_doltsytkvobaddatbzzywdixtmmydgubkupu; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_doltsytkvobaddatbzzywdixtmmydgubkupu ON public.matrixblocks USING btree ("ownerId"); + + +-- +-- Name: idx_dwggfjibzxxlstiodnbyktbfgzmamrwcycco; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_dwggfjibzxxlstiodnbyktbfgzmamrwcycco ON public.assets USING btree ("folderId"); + + +-- +-- Name: idx_dyhmyurjecqbamtlzelplfqiqnltuzumjddq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_dyhmyurjecqbamtlzelplfqiqnltuzumjddq ON public.users USING btree (lower((username)::text)); + + +-- +-- Name: idx_dyyflgjsaghnkmcytvratrgwbcnpmcvkbtbh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_dyyflgjsaghnkmcytvratrgwbcnpmcvkbtbh ON public.changedattributes USING btree ("elementId", "siteId", "dateUpdated"); + + +-- +-- Name: idx_ebydhthcglflhkhggaderyryuxvxgcxafkdp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_ebydhthcglflhkhggaderyryuxvxgcxafkdp ON public.commerce_customers_addresses USING btree ("customerId", "addressId"); + + +-- +-- Name: idx_edkvbocjfpzwzkusfqzxabfoubryjkqiuero; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_edkvbocjfpzwzkusfqzxabfoubryjkqiuero ON public.commerce_transactions USING btree ("parentId"); + + +-- +-- Name: idx_edxdhabvzmtuwhswlguujuwiffivkijqwusp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_edxdhabvzmtuwhswlguujuwiffivkijqwusp ON public.fieldlayoutfields USING btree ("tabId"); + + +-- +-- Name: idx_eidnlctvjgpovlxtrldmepstvddkrnwjukyw; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_eidnlctvjgpovlxtrldmepstvddkrnwjukyw ON public.globalsets USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_emrrhknxansebduyobhunjjzwyneiutxbogz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_emrrhknxansebduyobhunjjzwyneiutxbogz ON public.assettransformindex USING btree ("volumeId", "assetId", location); + + +-- +-- Name: idx_ensbezruzwmgrvagawzlznvzmzhvuuhjuyom; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ensbezruzwmgrvagawzlznvzmzhvuuhjuyom ON public.commerce_transactions USING btree ("gatewayId"); + + +-- +-- Name: idx_eoizlcsmtcctkbbwrbtidtadvpgsxqhvofnj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_eoizlcsmtcctkbbwrbtidtadvpgsxqhvofnj ON public.gqltokens USING btree ("accessToken"); + + +-- +-- Name: idx_eqxvjaaixjqwqxhqyoulqxyisuuitwlwhlze; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_eqxvjaaixjqwqxhqyoulqxyisuuitwlwhlze ON public.retour_redirects USING btree ("redirectSrcUrl"); + + +-- +-- Name: idx_eryforlnsupwzgkcqdmdschyylzjlrqjqffu; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_eryforlnsupwzgkcqdmdschyylzjlrqjqffu ON public.assettransformindex USING btree ("assetId", format, location); + + +-- +-- Name: idx_evdyqchphpbeammcfdiecyexrcrfruasmzmf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_evdyqchphpbeammcfdiecyexrcrfruasmzmf ON public.usergroups USING btree (handle); + + +-- +-- Name: idx_fdqfkkwawmlqfaaazjuiwqfvdodcpiimovxh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_fdqfkkwawmlqfaaazjuiwqfvdodcpiimovxh ON public.elements USING btree (archived, "dateDeleted", "draftId", "revisionId", "canonicalId", enabled); + + +-- +-- Name: idx_febmelutdjpkvkivicuuetjjhxwhimjtikxe; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_febmelutdjpkvkivicuuetjjhxwhimjtikxe ON public.taggroups USING btree ("dateDeleted"); + + +-- +-- Name: idx_fgiiolnifhtfpzkwlgngqrbtirjunxrrgxxv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_fgiiolnifhtfpzkwlgngqrbtirjunxrrgxxv ON public.structureelements USING btree ("structureId", "elementId"); + + +-- +-- Name: idx_fhnsaodmvtxndwdlginjzzybxryeyjlfvcnw; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_fhnsaodmvtxndwdlginjzzybxryeyjlfvcnw ON public.templatecachequeries USING btree (type); + + +-- +-- Name: idx_fiyznggkduekrlmhszldvgurivbybwfmtriw; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_fiyznggkduekrlmhszldvgurivbybwfmtriw ON public.systemmessages USING btree (language); + + +-- +-- Name: idx_foxplvyksktwzajxgtntxmspubglkckvgdbg; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_foxplvyksktwzajxgtntxmspubglkckvgdbg ON public.elements_sites USING btree (slug, "siteId"); + + +-- +-- Name: idx_fpjsktpyupxtusvyfkmmwfgqoubmcgcpozrl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_fpjsktpyupxtusvyfkmmwfgqoubmcgcpozrl ON public.retour_stats USING btree ("siteId"); + + +-- +-- Name: idx_fpwwfzrldpjduqkkwpjmkaouamsoaaycwvch; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_fpwwfzrldpjduqkkwpjmkaouamsoaaycwvch ON public.entrytypes USING btree (handle, "sectionId"); + + +-- +-- Name: idx_frntpitwopivbmyppymtirherdsivgxrgenf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_frntpitwopivbmyppymtirherdsivgxrgenf ON public.commerce_lineitems USING btree ("orderId", "purchasableId", "optionsSignature"); + + +-- +-- Name: idx_fvzeqkpasbryrplyolendtpnmusmahghgbwm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_fvzeqkpasbryrplyolendtpnmusmahghgbwm ON public.templatecacheelements USING btree ("cacheId"); + + +-- +-- Name: idx_gdikivwgmikylzsgfljburnwkpvulkjariex; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_gdikivwgmikylzsgfljburnwkpvulkjariex ON public.commerce_subscriptions USING btree ("planId"); + + +-- +-- Name: idx_ghbugjytssggfswjomuxvexqdmeauijlmlif; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ghbugjytssggfswjomuxvexqdmeauijlmlif ON public.commerce_lineitems USING btree ("purchasableId"); + + +-- +-- Name: idx_ghqhvdwsuxlvcqrbpullnmvizypkshosnazf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ghqhvdwsuxlvcqrbpullnmvizypkshosnazf ON public.commerce_shippingrules USING btree ("methodId"); + + +-- +-- Name: idx_ghtxlarykymxdfpsydiyiiztwstjxrvnqmsh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ghtxlarykymxdfpsydiyiiztwstjxrvnqmsh ON public.commerce_products USING btree ("expiryDate"); + + +-- +-- Name: idx_givugzuvsmsskpxheguymsoapkrgspkvevei; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_givugzuvsmsskpxheguymsoapkrgspkvevei ON public.userpermissions_users USING btree ("userId"); + + +-- +-- Name: idx_gmcjblhkutpiveikcbdffdsqxaqeurhxxupn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_gmcjblhkutpiveikcbdffdsqxaqeurhxxupn ON public.commerce_shippingzone_countries USING btree ("shippingZoneId", "countryId"); + + +-- +-- Name: idx_gnltuhuagmnzfbubhjdztpuspvpfqvidgzry; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_gnltuhuagmnzfbubhjdztpuspvpfqvidgzry ON public.globalsets USING btree (handle); + + +-- +-- Name: idx_gocctwlhedfauvtyrdmbpeiovsysebtwthiv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_gocctwlhedfauvtyrdmbpeiovsysebtwthiv ON public.commerce_states USING btree ("countryId"); + + +-- +-- Name: idx_grcmbxjpgcapvjwuzxgpkhudzfgkpwbmduez; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_grcmbxjpgcapvjwuzxgpkhudzfgkpwbmduez ON public.retour_redirects USING btree ("redirectSrcUrlParsed"); + + +-- +-- Name: idx_gubfdzbxkaheejunziegogmvmflvtysyarzf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_gubfdzbxkaheejunziegogmvmflvtysyarzf ON public.userpermissions_usergroups USING btree ("permissionId", "groupId"); + + +-- +-- Name: idx_gwqnsdcqgssumhjpvruwfyhpzlcgjpkdooor; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_gwqnsdcqgssumhjpvruwfyhpzlcgjpkdooor ON public.sites USING btree (handle); + + +-- +-- Name: idx_hagwvqiqcbxytdmilcjdnrtoavnlovnhagjd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hagwvqiqcbxytdmilcjdnrtoavnlovnhagjd ON public.sections_sites USING btree ("siteId"); + + +-- +-- Name: idx_hccsjthawjisuhibjkaqquwhaivhnepkeiau; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hccsjthawjisuhibjkaqquwhaivhnepkeiau ON public.usergroups USING btree (name); + + +-- +-- Name: idx_hdleuhwdokisznrygiibnorfofsepnwsbfdb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hdleuhwdokisznrygiibnorfofsepnwsbfdb ON public.commerce_customers USING btree ("primaryShippingAddressId"); + + +-- +-- Name: idx_hecofwzcfojzieoowmhcuzqcsnozszwbtrak; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hecofwzcfojzieoowmhcuzqcsnozszwbtrak ON public.webperf_data_samples USING btree ("dateCreated"); + + +-- +-- Name: idx_hgsslannjqkxsicwillifsmmpuzxwgbfcnrk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hgsslannjqkxsicwillifsmmpuzxwgbfcnrk ON public.commerce_orders USING btree (reference); + + +-- +-- Name: idx_hihjnjqieikrhgnboirzgjgklntelmtoyfob; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hihjnjqieikrhgnboirzgjgklntelmtoyfob ON public.seomatic_metabundles USING btree ("sourceBundleType"); + + +-- +-- Name: idx_hiqqfqggtkdkesrkmctudtzrbfrxibilmiod; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hiqqfqggtkdkesrkmctudtzrbfrxibilmiod ON public.templatecaches USING btree ("cacheKey", "siteId", "expiryDate"); + + +-- +-- Name: idx_hjusmfhucglxdeskyqoroudnafvuquhoqzda; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hjusmfhucglxdeskyqoroudnafvuquhoqzda ON public.categorygroups USING btree ("structureId"); + + +-- +-- Name: idx_hmzpldcokoxhdadinlzuliywfhnrugqoqvxd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hmzpldcokoxhdadinlzuliywfhnrugqoqvxd ON public.commerce_lineitems USING btree ("taxCategoryId"); + + +-- +-- Name: idx_hooyhmaiqepnudupmyptizuubdwwbxqbyumn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hooyhmaiqepnudupmyptizuubdwwbxqbyumn ON public.elements USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_hqavehfiezlynufsnqcgxseyaaenvcfrczlr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hqavehfiezlynufsnqcgxseyaaenvcfrczlr ON public.assettransforms USING btree (handle); + + +-- +-- Name: idx_hrcjboxjbxzwdptysnyobsvhatjnloewvmeb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hrcjboxjbxzwdptysnyobsvhatjnloewvmeb ON public.commerce_subscriptions USING btree ("userId"); + + +-- +-- Name: idx_huhwogvhyevhgjdldnpqzoenjnsiowpmlamy; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_huhwogvhyevhgjdldnpqzoenjnsiowpmlamy ON public.sections USING btree (name); + + +-- +-- Name: idx_huotvvpncmtzbuhqgvasguiezjojfzwabeqy; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_huotvvpncmtzbuhqgvasguiezjojfzwabeqy ON public.commerce_pdfs USING btree (handle); + + +-- +-- Name: idx_hyebzcqtysmwxphlbieghzzeciuqfwzjxnji; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hyebzcqtysmwxphlbieghzzeciuqfwzjxnji ON public.commerce_taxzone_states USING btree ("stateId"); + + +-- +-- Name: idx_hzgwcpnvheotrboalqllkgoaaqwrucclqqhj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hzgwcpnvheotrboalqllkgoaaqwrucclqqhj ON public.queue USING btree (channel, fail, "timeUpdated", "timePushed"); + + +-- +-- Name: idx_ibrmyipymjqwsqgswmmmiulayqkaavummrhm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ibrmyipymjqwsqgswmmmiulayqkaavummrhm ON public.categories USING btree ("groupId"); + + +-- +-- Name: idx_icmpbctjhojhrfswmgmfisczptysoivuuxny; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_icmpbctjhojhrfswmgmfisczptysoivuuxny ON public.webperf_error_samples USING btree ("dateCreated"); + + +-- +-- Name: idx_idzgccqictmazzlvnmdmhlohpfhoabicfgti; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_idzgccqictmazzlvnmdmhlohpfhoabicfgti ON public.commerce_producttypes USING btree ("variantFieldLayoutId"); + + +-- +-- Name: idx_ifdhlebeomzzxjbzjnacevapiewxknrsanty; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ifdhlebeomzzxjbzjnacevapiewxknrsanty ON public.entries USING btree ("typeId"); + + +-- +-- Name: idx_ihwytdaflfbygoqioucxhpflpxinuvzendly; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ihwytdaflfbygoqioucxhpflpxinuvzendly ON public.users USING btree ("verificationCode"); + + +-- +-- Name: idx_ikmplsnpdnkofmikhkwxysyyqosksnfqdylo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ikmplsnpdnkofmikhkwxysyyqosksnfqdylo ON public.entries USING btree ("expiryDate"); + + +-- +-- Name: idx_indstvrzimoruwmipoljgzjfxsvhmilswjne; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_indstvrzimoruwmipoljgzjfxsvhmilswjne ON public.taggroups USING btree (handle); + + +-- +-- Name: idx_iochdaboqbzavrhixrikhiugxxoqamcpxdym; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_iochdaboqbzavrhixrikhiugxxoqamcpxdym ON public.volumes USING btree (handle); + + +-- +-- Name: idx_ipioxrtjftqerpcgmrlvvhlnvangyrmhvqgi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ipioxrtjftqerpcgmrlvvhlnvangyrmhvqgi ON public.content USING btree (title); + + +-- +-- Name: idx_jcwwovhkxaqzyzzgqbtmcsqccgwdpdkxqpgc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_jcwwovhkxaqzyzzgqbtmcsqccgwdpdkxqpgc ON public.commerce_discount_usergroups USING btree ("discountId", "userGroupId"); + + +-- +-- Name: idx_jdgomgvkcevoixwdsinkavmttzakcpuieojt; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jdgomgvkcevoixwdsinkavmttzakcpuieojt ON public.elements_sites USING btree (lower((uri)::text), "siteId"); + + +-- +-- Name: idx_jdntnujbyvylicnsipnietrmzzamukhnsukj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jdntnujbyvylicnsipnietrmzzamukhnsukj ON public.matrixblocks USING btree ("fieldId"); + + +-- +-- Name: idx_jhnbdzzkoyumpwlnmcpqgahbcnbkyvkjbqgs; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_jhnbdzzkoyumpwlnmcpqgahbcnbkyvkjbqgs ON public.commerce_taxcategories USING btree (handle); + + +-- +-- Name: idx_jhpmngwyafdqxrerpigrhlarsayrrprcdmvx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jhpmngwyafdqxrerpigrhlarsayrrprcdmvx ON public.users USING btree (lower((email)::text)); + + +-- +-- Name: idx_jlyvxwwndnfuacsvxlqprlrolshqnqjucwai; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jlyvxwwndnfuacsvxlqprlrolshqnqjucwai ON public.assetindexdata USING btree ("volumeId"); + + +-- +-- Name: idx_joxvpxzujfknunsmjyiocoqpiipyrtzccuue; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_joxvpxzujfknunsmjyiocoqpiipyrtzccuue ON public.assets USING btree (filename, "folderId"); + + +-- +-- Name: idx_jqgmndggxlvixytrvqbydlholjjmteuapsyn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jqgmndggxlvixytrvqbydlholjjmteuapsyn ON public.categorygroups USING btree (handle); + + +-- +-- Name: idx_juuqjsvnbzqxxhvtoiuvsszkzamvyhkjviah; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_juuqjsvnbzqxxhvtoiuvsszkzamvyhkjviah ON public.matrixblocktypes USING btree ("fieldId"); + + +-- +-- Name: idx_jvmierklhoglyyluifyhoqqekfmizrwtvciy; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jvmierklhoglyyluifyhoqqekfmizrwtvciy ON public.commerce_orderstatus_emails USING btree ("orderStatusId"); + + +-- +-- Name: idx_jykixyabebluybmpaicvtzzhcuxpzwqmlcta; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_jykixyabebluybmpaicvtzzhcuxpzwqmlcta ON public.systemmessages USING btree (key, language); + + +-- +-- Name: idx_jzrctnabflvgnhsneutlhqnbzdtjhjmyrsuw; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jzrctnabflvgnhsneutlhqnbzdtjhjmyrsuw ON public.commerce_email_discountuses USING btree ("discountId"); + + +-- +-- Name: idx_kadnfwjhkrzdamzcjzzkjxbfkdskujruojcp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kadnfwjhkrzdamzcjzzkjxbfkdskujruojcp ON public.retour_stats USING btree ("redirectSrcUrl"); + + +-- +-- Name: idx_kcjolqedwgrnlzojhvmoxyltoctrbkaxwhzv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kcjolqedwgrnlzojhvmoxyltoctrbkaxwhzv ON public.structureelements USING btree (root); + + +-- +-- Name: idx_kducatilvlbozyvavphaheefxuoomqnuttsh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kducatilvlbozyvavphaheefxuoomqnuttsh ON public.tags USING btree ("groupId"); + + +-- +-- Name: idx_keozusqejoknbefvkfnvfvwgmrjlhqvgurqd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_keozusqejoknbefvkfnvfvwgmrjlhqvgurqd ON public.relations USING btree ("targetId"); + + +-- +-- Name: idx_kfaghrmclnvtdwsuagbshmnyjqyhlmbtfelf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kfaghrmclnvtdwsuagbshmnyjqyhlmbtfelf ON public.fieldlayouts USING btree (type); + + +-- +-- Name: idx_kfuudbcsevhskbtdovkzoqrhmtswlkgcqtpz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kfuudbcsevhskbtdovkzoqrhmtswlkgcqtpz ON public.sections USING btree (handle); + + +-- +-- Name: idx_kgkxjpvuggsqnxcsejxjimzmlzrtpdknoixl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kgkxjpvuggsqnxcsejxjimzmlzrtpdknoixl ON public.commerce_shippingrules USING btree (name); + + +-- +-- Name: idx_kgsufvqylzhoxwxmrjvdrqwhldevsdfcnqxg; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_kgsufvqylzhoxwxmrjvdrqwhldevsdfcnqxg ON public.commerce_producttypes USING btree (handle); + + +-- +-- Name: idx_kkkwqfjzbyewznmzwgxsppjjpalqgyghrtla; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kkkwqfjzbyewznmzwgxsppjjpalqgyghrtla ON public.templatecacheelements USING btree ("elementId"); + + +-- +-- Name: idx_klbfholorljbpylubrhfkpqalhbkvonopxix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_klbfholorljbpylubrhfkpqalhbkvonopxix ON public.plugins USING btree (handle); + + +-- +-- Name: idx_kuovovnmrssjbgmjeomhlsqntfcmdyujhfsz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kuovovnmrssjbgmjeomhlsqntfcmdyujhfsz ON public.announcements USING btree ("dateRead"); + + +-- +-- Name: idx_kvsqajrfqbtifitqfrrwfeippjjjstihcsnc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kvsqajrfqbtifitqfrrwfeippjjjstihcsnc ON public.usergroups_users USING btree ("userId"); + + +-- +-- Name: idx_kvyuwefblaexspjbtysstawovbbcqqnlzrrd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kvyuwefblaexspjbtysstawovbbcqqnlzrrd ON public.commerce_orderstatus_emails USING btree ("emailId"); + + +-- +-- Name: idx_kxmdyzbafuovjtocibadhclfmkzcxftpbeat; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kxmdyzbafuovjtocibadhclfmkzcxftpbeat ON public.commerce_discounts USING btree ("dateFrom"); + + +-- +-- Name: idx_kzpxqnjddiipygwhivxdokfrfeoxycuhrots; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kzpxqnjddiipygwhivxdokfrfeoxycuhrots ON public.commerce_orderhistories USING btree ("orderId"); + + +-- +-- Name: idx_kzrxmzcvtxnvxluzgdqptlxnoekhijfqhcje; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_kzrxmzcvtxnvxluzgdqptlxnoekhijfqhcje ON public.commerce_producttypes_taxcategories USING btree ("productTypeId", "taxCategoryId"); + + +-- +-- Name: idx_ldojfbzxdtdpctwxgqzbjarhbsarmurvieco; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ldojfbzxdtdpctwxgqzbjarhbsarmurvieco ON public.commerce_orders USING btree ("shippingAddressId"); + + +-- +-- Name: idx_ljdygfrsmrkydfgctqldpzmekupgesyrrach; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ljdygfrsmrkydfgctqldpzmekupgesyrrach ON public.sites USING btree ("sortOrder"); + + +-- +-- Name: idx_lktsfwaiklqefdaoogkaakcmurvbrozeusii; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_lktsfwaiklqefdaoogkaakcmurvbrozeusii ON public.elements_sites USING btree (enabled); + + +-- +-- Name: idx_llqgtiysnwzgjyvznrqtumibqvcctcxgngnh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_llqgtiysnwzgjyvznrqtumibqvcctcxgngnh ON public.sessions USING btree (uid); + + +-- +-- Name: idx_lmiaxxzckqvjhikpwxegnjktukrriwrxiote; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_lmiaxxzckqvjhikpwxegnjktukrriwrxiote ON public.commerce_plans USING btree (reference); + + +-- +-- Name: idx_lnfzrivskzvdpbzmpoehvykfycbdxxwhnovp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_lnfzrivskzvdpbzmpoehvykfycbdxxwhnovp ON public.content USING btree ("siteId"); + + +-- +-- Name: idx_lofgadxnssayuuhnreriemwpwkseyaykcnus; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_lofgadxnssayuuhnreriemwpwkseyaykcnus ON public.retour_static_redirects USING btree ("redirectSrcUrlParsed"); + + +-- +-- Name: idx_lytqpaugcffblozazmwentfisrrunhgryqxi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_lytqpaugcffblozazmwentfisrrunhgryqxi ON public.content USING btree ("elementId", "siteId"); + + +-- +-- Name: idx_mbgknlvgvbfyihmgpfzcjygpflvbtdmwlbbn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_mbgknlvgvbfyihmgpfzcjygpflvbtdmwlbbn ON public.commerce_shippingmethods USING btree (name); + + +-- +-- Name: idx_mbqpqruvgjrtoeaptbvqzvnqxkhrkfnjogdy; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_mbqpqruvgjrtoeaptbvqzvnqxkhrkfnjogdy ON public.revisions USING btree ("sourceId", num); + + +-- +-- Name: idx_mgblcnjcuprygesodchfoqrbmuyldriadxzh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mgblcnjcuprygesodchfoqrbmuyldriadxzh ON public.entrytypes USING btree ("sectionId"); + + +-- +-- Name: idx_mhslebutgqqaldaqxvqktqghdkrhobxhodks; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mhslebutgqqaldaqxvqktqghdkrhobxhodks ON public.structureelements USING btree ("elementId"); + + +-- +-- Name: idx_mjivcgbhuktmgggyupqvtamsqoehzqqjzvtr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mjivcgbhuktmgggyupqvtamsqoehzqqjzvtr ON public.categorygroups USING btree (name); + + +-- +-- Name: idx_mjkylznwazmasrzxhdjtvoagswdtctmmodsd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mjkylznwazmasrzxhdjtvoagswdtctmmodsd ON public.fields USING btree (context); + + +-- +-- Name: idx_mknphcytcpjlediqmppsnkpldhmwsmsajsdq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_mknphcytcpjlediqmppsnkpldhmwsmsajsdq ON public.tokens USING btree (token); + + +-- +-- Name: idx_mkwdbzthqpcjualdojtskepwnqogpcrgriwp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_mkwdbzthqpcjualdojtskepwnqogpcrgriwp ON public.commerce_producttypes_shippingcategories USING btree ("productTypeId", "shippingCategoryId"); + + +-- +-- Name: idx_mmehabgxlrafpydfqpphybouqzvcxyeowuyo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_mmehabgxlrafpydfqpphybouqzvcxyeowuyo ON public.sections_sites USING btree ("sectionId", "siteId"); + + +-- +-- Name: idx_mmzqtamvrinnzvycvksvlihixcjixhmebamm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mmzqtamvrinnzvycvksvlihixcjixhmebamm ON public.fields USING btree (handle, context); + + +-- +-- Name: idx_mnjeoaudwipclmrkppnneddjkjuraugxbbmk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mnjeoaudwipclmrkppnneddjkjuraugxbbmk ON public.commerce_products USING btree ("postDate"); + + +-- +-- Name: idx_mnmtpkqfzftujvxwyiyngjgmygbgddvedtpe; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_mnmtpkqfzftujvxwyiyngjgmygbgddvedtpe ON public.commerce_paymentcurrencies USING btree (iso); + + +-- +-- Name: idx_moomdtzrlvxbiekcdisshwnxakisljoshxyt; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_moomdtzrlvxbiekcdisshwnxakisljoshxyt ON public.commerce_shippingzone_countries USING btree ("countryId"); + + +-- +-- Name: idx_mvfsppttnwbqdhfwdiprfdzvaglnwhqloonb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mvfsppttnwbqdhfwdiprfdzvaglnwhqloonb ON public.fieldgroups USING btree ("dateDeleted", name); + + +-- +-- Name: idx_myrooybbjlzfmcmeyoirhfhhvhqvvwbrmjbr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_myrooybbjlzfmcmeyoirhfhhvhqvvwbrmjbr ON public.commerce_sale_purchasables USING btree ("saleId", "purchasableId"); + + +-- +-- Name: idx_nahhlwzcpmcgsciraqvurvwfbuellfxfomkm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nahhlwzcpmcgsciraqvurvwfbuellfxfomkm ON public.sites USING btree ("dateDeleted"); + + +-- +-- Name: idx_nccsyfrgtshccevtppczumyvimnedccjwtdr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nccsyfrgtshccevtppczumyvimnedccjwtdr ON public.commerce_orderadjustments USING btree ("orderId"); + + +-- +-- Name: idx_ncqajbjovisbztwdcxfqpijlvfaxxtxljpfo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_ncqajbjovisbztwdcxfqpijlvfaxxtxljpfo ON public.fieldlayoutfields USING btree ("layoutId", "fieldId"); + + +-- +-- Name: idx_ncqfrvvogjyecuamrofbabggmfbxcatrsgoe; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ncqfrvvogjyecuamrofbabggmfbxcatrsgoe ON public.tokens USING btree ("expiryDate"); + + +-- +-- Name: idx_nfsdkbeuqprkvzeqtkpoesrinqagerkojwpc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nfsdkbeuqprkvzeqtkpoesrinqagerkojwpc ON public.commerce_variants USING btree ("productId"); + + +-- +-- Name: idx_ngjwgeawgoqfwvzbpnyrnueaghkbxdsznztx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_ngjwgeawgoqfwvzbpnyrnueaghkbxdsznztx ON public.commerce_taxzone_countries USING btree ("taxZoneId", "countryId"); + + +-- +-- Name: idx_nhhwdfwwehoxjnvnrivzahmemznytnieonpu; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nhhwdfwwehoxjnvnrivzahmemznytnieonpu ON public.commerce_addresses USING btree ("isStoreLocation"); + + +-- +-- Name: idx_njdpvhpbdueffqwvlesombjlsxrkanuiefka; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_njdpvhpbdueffqwvlesombjlsxrkanuiefka ON public.elementindexsettings USING btree (type); + + +-- +-- Name: idx_nkxyywnfooddicqibizfzctwscczhouusjrh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_nkxyywnfooddicqibizfzctwscczhouusjrh ON public.commerce_taxzone_states USING btree ("taxZoneId", "stateId"); + + +-- +-- Name: idx_nlkhxwdqlkzocxpifjjenyhppvflhvoqhdws; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_nlkhxwdqlkzocxpifjjenyhppvflhvoqhdws ON public.commerce_producttypes_sites USING btree ("productTypeId", "siteId"); + + +-- +-- Name: idx_nmmdwvyzrtgqhcuiqjrnfgsfrrabwpvnufne; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nmmdwvyzrtgqhcuiqjrnfgsfrrabwpvnufne ON public.commerce_sale_purchasables USING btree ("purchasableId"); + + +-- +-- Name: idx_nsbtuhyvposxdckkmjyamzonsmfrtowvgzgp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nsbtuhyvposxdckkmjyamzonsmfrtowvgzgp ON public.commerce_orders USING btree (email); + + +-- +-- Name: idx_nuhrxqzkqkrkanjgcikiswmvdfnyzkpezytr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nuhrxqzkqkrkanjgcikiswmvdfnyzkpezytr ON public.queue USING btree (channel, fail, "timeUpdated", delay); + + +-- +-- Name: idx_nukvkxexbwisjhtuoarvxbwqzffpzwhrbpny; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nukvkxexbwisjhtuoarvxbwqzffpzwhrbpny ON public.searchindex USING btree (keywords); + + +-- +-- Name: idx_ocwrncqfwqbinnyayektqwynyekehcfjojtd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_ocwrncqfwqbinnyayektqwynyekehcfjojtd ON public.commerce_countries USING btree (name); + + +-- +-- Name: idx_ofymsdhpxhkjqrzpbvzyenmbjcltaqyewhup; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_ofymsdhpxhkjqrzpbvzyenmbjcltaqyewhup ON public.usergroups_users USING btree ("groupId", "userId"); + + +-- +-- Name: idx_omuezndaodevggbqzmauexkaivyxnjtnvxgi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_omuezndaodevggbqzmauexkaivyxnjtnvxgi ON public.seomatic_metabundles USING btree ("sourceSiteId"); + + +-- +-- Name: idx_ovglptfcfzfnwmxvznqjeijxjxukocxuotcv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ovglptfcfzfnwmxvznqjeijxjxukocxuotcv ON public.commerce_shippingzone_states USING btree ("stateId"); + + +-- +-- Name: idx_owesqkfccktjqfvjcmaxgwxzxopoepnqfnxz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_owesqkfccktjqfvjcmaxgwxzxopoepnqfnxz ON public.assets USING btree ("volumeId"); + + +-- +-- Name: idx_oxxmgprsjlkunkmnjwbkfhztgrbcfgkfkubi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_oxxmgprsjlkunkmnjwbkfhztgrbcfgkfkubi ON public.webperf_error_samples USING btree (url); + + +-- +-- Name: idx_oyzxrqiexfaogyibgvcwdyvnqkolsedpvyoy; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_oyzxrqiexfaogyibgvcwdyvnqkolsedpvyoy ON public.retour_redirects USING btree ("siteId"); + + +-- +-- Name: idx_pcegzgsljzfisgiouncxbvekhrctkehitxxt; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pcegzgsljzfisgiouncxbvekhrctkehitxxt ON public.commerce_shippingzone_countries USING btree ("shippingZoneId"); + + +-- +-- Name: idx_pcilvxxprjwsrnaoerhtxntgucwvbfzlmqef; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pcilvxxprjwsrnaoerhtxntgucwvbfzlmqef ON public.relations USING btree ("sourceId"); + + +-- +-- Name: idx_pggifriqoqbyfgacmyqmfjyghzampkcqsuao; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pggifriqoqbyfgacmyqmfjyghzampkcqsuao ON public.commerce_gateways USING btree (handle); + + +-- +-- Name: idx_pgknpcneplgmrsqhadkplqfyhpprpjzxjbpj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pgknpcneplgmrsqhadkplqfyhpprpjzxjbpj ON public.commerce_products USING btree ("taxCategoryId"); + + +-- +-- Name: idx_pklhoposfjrwlayihnaejcunifydirwaahsk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pklhoposfjrwlayihnaejcunifydirwaahsk ON public.volumes USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_polaarivsubvauyftdvnuqezhyrbvqzokpum; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_polaarivsubvauyftdvnuqezhyrbvqzokpum ON public.commerce_producttypes_taxcategories USING btree ("taxCategoryId"); + + +-- +-- Name: idx_pqxtfuzxganlbddqnmdttuvingmpkusslksj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_pqxtfuzxganlbddqnmdttuvingmpkusslksj ON public.elements_sites USING btree ("elementId", "siteId"); + + +-- +-- Name: idx_prlbibqpzjfmfqihfaoazmnreahlqljzmkfb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_prlbibqpzjfmfqihfaoazmnreahlqljzmkfb ON public.commerce_discount_purchasables USING btree ("discountId", "purchasableId"); + + +-- +-- Name: idx_pvkhhfgpdpodsosljyzoxgqvqoznjmfuqjaf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pvkhhfgpdpodsosljyzoxgqvqoznjmfuqjaf ON public.widgets USING btree ("userId"); + + +-- +-- Name: idx_pyjnaatyfebldmnljwveyzhojvlphiscrmse; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pyjnaatyfebldmnljwveyzhojvlphiscrmse ON public.fieldlayouttabs USING btree ("layoutId"); + + +-- +-- Name: idx_qgrwpmbrcvqcplfggsdtyhggdhdgfvmllayl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qgrwpmbrcvqcplfggsdtyhggdhdgfvmllayl ON public.commerce_sale_categories USING btree ("categoryId"); + + +-- +-- Name: idx_qgtfiwlmscfktugpdfsubogkugovibmkvzfl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qgtfiwlmscfktugpdfsubogkugovibmkvzfl ON public.commerce_shippingrules USING btree ("shippingZoneId"); + + +-- +-- Name: idx_qjommregkugjrfnuwzacyvvzpjuwutntkxom; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_qjommregkugjrfnuwzacyvvzpjuwutntkxom ON public.commerce_sale_categories USING btree ("saleId", "categoryId"); + + +-- +-- Name: idx_qldorjobzqtecehsopmptveyuftengdjbrui; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qldorjobzqtecehsopmptveyuftengdjbrui ON public.relations USING btree ("sourceSiteId"); + + +-- +-- Name: idx_qmogcxqeonrvmquyutdxtvbxjjwvxvmnxocs; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qmogcxqeonrvmquyutdxtvbxjjwvxvmnxocs ON public.commerce_orderhistories USING btree ("prevStatusId"); + + +-- +-- Name: idx_qpwqqrjmlzycwgvecroaqygwkzaxnfauxifd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qpwqqrjmlzycwgvecroaqygwkzaxnfauxifd ON public.commerce_lineitems USING btree ("shippingCategoryId"); + + +-- +-- Name: idx_qqsqsqkkjckdohzqfncgvkrlfvpfrdvduduh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qqsqsqkkjckdohzqfncgvkrlfvpfrdvduduh ON public.categorygroups USING btree ("dateDeleted"); + + +-- +-- Name: idx_qxckgykpkjrcepslyuzhdmqwwiacksgimqqg; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qxckgykpkjrcepslyuzhdmqwwiacksgimqqg ON public.commerce_discount_categories USING btree ("categoryId"); + + +-- +-- Name: idx_reikhqhclknrtwaqsmftkaokbplmhybktiit; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_reikhqhclknrtwaqsmftkaokbplmhybktiit ON public.sessions USING btree ("userId"); + + +-- +-- Name: idx_rgpqgnnomvzndeesabekbmyxdffqytdqjeho; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rgpqgnnomvzndeesabekbmyxdffqytdqjeho ON public.commerce_taxzone_countries USING btree ("taxZoneId"); + + +-- +-- Name: idx_rkmuxfjpnhpdrwiuchtbittbfetnzpdaggzg; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rkmuxfjpnhpdrwiuchtbittbfetnzpdaggzg ON public.commerce_transactions USING btree ("orderId"); + + +-- +-- Name: idx_rspjewwqewferaauczkexktccmvwvpuptqsj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rspjewwqewferaauczkexktccmvwvpuptqsj ON public.templatecachequeries USING btree ("cacheId"); + + +-- +-- Name: idx_rswzqzdqcrbreppseonpzdiubwtgrmptxcuz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_rswzqzdqcrbreppseonpzdiubwtgrmptxcuz ON public.commerce_discount_categories USING btree ("discountId", "categoryId"); + + +-- +-- Name: idx_ruqekngiamkhjmmshupluqlksatmcjyqqfcj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ruqekngiamkhjmmshupluqlksatmcjyqqfcj ON public.entries USING btree ("authorId"); + + +-- +-- Name: idx_rwlwqhjlygseqvcfxkqjspufzssktcrrfxhi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rwlwqhjlygseqvcfxkqjspufzssktcrrfxhi ON public.volumes USING btree ("dateDeleted"); + + +-- +-- Name: idx_rwtxbovdzgmgtpslhlrbbfjqdqpgdptswtid; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rwtxbovdzgmgtpslhlrbbfjqdqpgdptswtid ON public.structures USING btree ("dateDeleted"); + + +-- +-- Name: idx_rwzoibmgjekyeirobhvctnpvogynofoofosq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rwzoibmgjekyeirobhvctnpvogynofoofosq ON public.commerce_taxrates USING btree ("taxCategoryId"); + + +-- +-- Name: idx_rxcvflyeozskbdcfjcojijzdorhuwlsfjxnj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_rxcvflyeozskbdcfjcojijzdorhuwlsfjxnj ON public.deprecationerrors USING btree (key, fingerprint); + + +-- +-- Name: idx_ryrysiqxutdpgzduldfbirizihvtabcxyhgu; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ryrysiqxutdpgzduldfbirizihvtabcxyhgu ON public.retour_static_redirects USING btree ("redirectSrcUrl"); + + +-- +-- Name: idx_ryyglsmqjalldlrgoulroncqpwsamzuqcxfq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ryyglsmqjalldlrgoulroncqpwsamzuqcxfq ON public.sessions USING btree ("dateUpdated"); + + +-- +-- Name: idx_rzmcblfelswmifhgxmrdvenkztbgdpxncixl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rzmcblfelswmifhgxmrdvenkztbgdpxncixl ON public.commerce_discount_usergroups USING btree ("userGroupId"); + + +-- +-- Name: idx_sbgsivmohukkooslbjihgqhndjajrtcyuqhz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_sbgsivmohukkooslbjihgqhndjajrtcyuqhz ON public.commerce_email_discountuses USING btree (email, "discountId"); + + +-- +-- Name: idx_skhdbzpfipyzbiimbtijlfiossvtbmuqorem; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_skhdbzpfipyzbiimbtijlfiossvtbmuqorem ON public.volumefolders USING btree (name, "parentId", "volumeId"); + + +-- +-- Name: idx_slofrpwscxezmjmccmhpuncbqypwjqbtleid; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_slofrpwscxezmjmccmhpuncbqypwjqbtleid ON public.commerce_producttypes USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_slwftytnhhhrykijodndsdsfikuzsmsffnvs; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_slwftytnhhhrykijodndsdsfikuzsmsffnvs ON public.matrixblocktypes USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_snuolhkkujdkabgiobovtugxnbvhczhzweoe; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_snuolhkkujdkabgiobovtugxnbvhczhzweoe ON public.userpermissions USING btree (name); + + +-- +-- Name: idx_sphptdflqidotcwielyofafgntnhxodkgkvy; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_sphptdflqidotcwielyofafgntnhxodkgkvy ON public.relations USING btree ("fieldId", "sourceId", "sourceSiteId", "targetId"); + + +-- +-- Name: idx_srfxdhpjmgbdidswgxgevhncyvexkxdneinv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_srfxdhpjmgbdidswgxgevhncyvexkxdneinv ON public.commerce_producttypes_shippingcategories USING btree ("shippingCategoryId"); + + +-- +-- Name: idx_sriakszuxsjjnjfqsimlecuedcletfgfaojx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_sriakszuxsjjnjfqsimlecuedcletfgfaojx ON public.commerce_products USING btree ("typeId"); + + +-- +-- Name: idx_srnbuevhjetikdjxqmimabkbqczbgkmpvstp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_srnbuevhjetikdjxqmimabkbqczbgkmpvstp ON public.assetindexdata USING btree ("sessionId", "volumeId"); + + +-- +-- Name: idx_sykezqsplofqzlpclnkpvvztllbghofblmzn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_sykezqsplofqzlpclnkpvvztllbghofblmzn ON public.commerce_orderhistories USING btree ("newStatusId"); + + +-- +-- Name: idx_tadqweqopwvhwkwvqnhbvvjdxhdqkaqbrgat; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tadqweqopwvhwkwvqnhbvvjdxhdqkaqbrgat ON public.commerce_orders USING btree ("orderStatusId"); + + +-- +-- Name: idx_tbrbucpdrkipnbqkiupidcnwcsmidccqsgqm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_tbrbucpdrkipnbqkiupidcnwcsmidccqsgqm ON public.commerce_discounts USING btree (code); + + +-- +-- Name: idx_tdjcsntiaxlvooobllmeafxotykptjmtexzw; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tdjcsntiaxlvooobllmeafxotykptjmtexzw ON public.entries USING btree ("postDate"); + + +-- +-- Name: idx_tduivlqqvkkrgfvjrcagwlukyxsftwbzglgv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tduivlqqvkkrgfvjrcagwlukyxsftwbzglgv ON public.categorygroups USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_tfmzperycwlsgxqnqyobdbiwksoiicwsypvp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tfmzperycwlsgxqnqyobdbiwksoiicwsypvp ON public.elements USING btree ("dateDeleted"); + + +-- +-- Name: idx_tgykrotsuizxqzixhvpxcruxbkipnmqynleq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tgykrotsuizxqzixhvpxcruxbkipnmqynleq ON public.sessions USING btree (token); + + +-- +-- Name: idx_tlbwxkhmofortkhkbxtlssdmjxlbtdfkmcfc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_tlbwxkhmofortkhkbxtlssdmjxlbtdfkmcfc ON public.gqltokens USING btree (name); + + +-- +-- Name: idx_tnzvlakgqmvwmepikdsrcrfotxsywvciqeei; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tnzvlakgqmvwmepikdsrcrfotxsywvciqeei ON public.commerce_subscriptions USING btree ("nextPaymentDate"); + + +-- +-- Name: idx_tukayloykjjeoqdopoqessmckzcsccctaoat; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tukayloykjjeoqdopoqessmckzcsccctaoat ON public.elements USING btree (enabled); + + +-- +-- Name: idx_uaukdnfbpcqmcjesusojzzfaapmxxhjqbgck; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uaukdnfbpcqmcjesusojzzfaapmxxhjqbgck ON public.commerce_taxzone_states USING btree ("taxZoneId"); + + +-- +-- Name: idx_ubkqxsqngeuaglnexmtqwhlywddctfnnmhzr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ubkqxsqngeuaglnexmtqwhlywddctfnnmhzr ON public.sitegroups USING btree (name); + + +-- +-- Name: idx_uekqmqnahimisywfjuablqoptvqhqkoqedle; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_uekqmqnahimisywfjuablqoptvqhqkoqedle ON public.commerce_orders USING btree (number); + + +-- +-- Name: idx_ufbqsrflpdsaqbxyommsafdocrijdrqulpvi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_ufbqsrflpdsaqbxyommsafdocrijdrqulpvi ON public.commerce_states USING btree ("countryId", abbreviation); + + +-- +-- Name: idx_ujouvacrzhimmqxjhkllcyoilcqaweltgxjf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ujouvacrzhimmqxjhkllcyoilcqaweltgxjf ON public.commerce_gateways USING btree ("isArchived"); + + +-- +-- Name: idx_ukzotdffyrqckldnxuqrtktycnotqycfbqpk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ukzotdffyrqckldnxuqrtktycnotqycfbqpk ON public.commerce_discounts USING btree ("dateTo"); + + +-- +-- Name: idx_uogudqkgvwsykrzpcajtjfonbicpfslnobfb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uogudqkgvwsykrzpcajtjfonbicpfslnobfb ON public.matrixblocktypes USING btree (name, "fieldId"); + + +-- +-- Name: idx_uusvpubgrxsrbyiemxpfyklypjxlvtkunizx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uusvpubgrxsrbyiemxpfyklypjxlvtkunizx ON public.commerce_customers USING btree ("userId"); + + +-- +-- Name: idx_uviuzgmmxupitzczbngggfeuelsukzyjmmqd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_uviuzgmmxupitzczbngggfeuelsukzyjmmqd ON public.commerce_shippingzone_states USING btree ("shippingZoneId", "stateId"); + + +-- +-- Name: idx_uvtxawmzmseykadtjgispxsqksjcjsdkfbjl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uvtxawmzmseykadtjgispxsqksjcjsdkfbjl ON public.commerce_orders USING btree ("billingAddressId"); + + +-- +-- Name: idx_uwaerbmifkjoawdjhnevzfdvgqkjnpsaidgt; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uwaerbmifkjoawdjhnevzfdvgqkjnpsaidgt ON public.commerce_variants USING btree (sku); + + +-- +-- Name: idx_uwqxfcodvqdajpsrhbwbznhjrrcocpehpjbv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uwqxfcodvqdajpsrhbwbznhjrrcocpehpjbv ON public.commerce_sale_usergroups USING btree ("userGroupId"); + + +-- +-- Name: idx_uxgasmtaspiwbwithhsggtniciqedvtgrhxk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uxgasmtaspiwbwithhsggtniciqedvtgrhxk ON public.elements USING btree (archived, "dateDeleted", "draftId", "revisionId", "canonicalId"); + + +-- +-- Name: idx_uxirulkemlmvdilacqenqmywxgocgvnxufwi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uxirulkemlmvdilacqenqmywxgocgvnxufwi ON public.entries USING btree ("sectionId"); + + +-- +-- Name: idx_vcaqccjdtfglefvqbfwdbggbelnvqfvqnjvt; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_vcaqccjdtfglefvqbfwdbggbelnvqfvqnjvt ON public.commerce_shippingrule_categories USING btree ("shippingRuleId"); + + +-- +-- Name: idx_vekwetfopsmtrlwvqckyajyrvpucqxpsinis; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_vekwetfopsmtrlwvqckyajyrvpucqxpsinis ON public.commerce_customer_discountuses USING btree ("discountId"); + + +-- +-- Name: idx_vgaqbwavepgpmbwubfftnseuuvlrqylkdazr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_vgaqbwavepgpmbwubfftnseuuvlrqylkdazr ON public.commerce_producttypes_sites USING btree ("siteId"); + + +-- +-- Name: idx_vizjkclelxqgutarieoqssbkbldqlqdcizdi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_vizjkclelxqgutarieoqssbkbldqlqdcizdi ON public.searchindex USING gin (keywords_vector) WITH (fastupdate=yes); + + +-- +-- Name: idx_vjwnaymopnadjrpxwvljbvexdzyynxlwxhoo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_vjwnaymopnadjrpxwvljbvexdzyynxlwxhoo ON public.commerce_shippingzone_states USING btree ("shippingZoneId"); + + +-- +-- Name: idx_vkoavuhvcxfjqvfnhhczrlnhfhlpzwwhblxe; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_vkoavuhvcxfjqvfnhhczrlnhfhlpzwwhblxe ON public.userpermissions_usergroups USING btree ("groupId"); + + +-- +-- Name: idx_wbceldzhmwyfvipccltqodjfbplmqqnirsoc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_wbceldzhmwyfvipccltqodjfbplmqqnirsoc ON public.userpermissions_users USING btree ("permissionId", "userId"); + + +-- +-- Name: idx_wdxfitvoglextbuocqhdwcsvcolyakmkwruk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wdxfitvoglextbuocqhdwcsvcolyakmkwruk ON public.fieldlayoutfields USING btree ("sortOrder"); + + +-- +-- Name: idx_wjbovfskytuzaesnknibjmrdrxsoyieydfns; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wjbovfskytuzaesnknibjmrdrxsoyieydfns ON public.commerce_discount_purchasables USING btree ("purchasableId"); + + +-- +-- Name: idx_wjmlttskeslcrkaxylqtxdmuanyanvnzoudf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wjmlttskeslcrkaxylqtxdmuanyanvnzoudf ON public.globalsets USING btree (name); + + +-- +-- Name: idx_wjwalijxvoaojhtmusqhzizyvlnhzddpqtze; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wjwalijxvoaojhtmusqhzizyvlnhzddpqtze ON public.webperf_data_samples USING btree ("requestId"); + + +-- +-- Name: idx_wjznqsglyakfohcsvdcuotnmcojzocnhccay; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_wjznqsglyakfohcsvdcuotnmcojzocnhccay ON public.migrations USING btree (track, name); + + +-- +-- Name: idx_wkqogzqtpknogaohnlcfsxhaaiwnxqcjyeah; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wkqogzqtpknogaohnlcfsxhaaiwnxqcjyeah ON public.fieldlayoutfields USING btree ("fieldId"); + + +-- +-- Name: idx_wlosucoboiiebikrzjpxhdpxcnkhmuuqnnuc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wlosucoboiiebikrzjpxhdpxcnkhmuuqnnuc ON public.elements USING btree (archived, "dateCreated"); + + +-- +-- Name: idx_wnatqlryceqgucjoenyookuacvpbrbedjdly; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wnatqlryceqgucjoenyookuacvpbrbedjdly ON public.seomatic_metabundles USING btree ("sourceId"); + + +-- +-- Name: idx_wnheasnhcnkpylmocpdmxwaowbipjnooeluf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_wnheasnhcnkpylmocpdmxwaowbipjnooeluf ON public.commerce_states USING btree ("countryId", name); + + +-- +-- Name: idx_wnotrhesxpevhmmotomguwwriuscmkdalkqf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wnotrhesxpevhmmotomguwwriuscmkdalkqf ON public.commerce_orders USING btree ("customerId"); + + +-- +-- Name: idx_wqcsqzqasnvfuxhdpusaizlguzelwgmugddg; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_wqcsqzqasnvfuxhdpusaizlguzelwgmugddg ON public.commerce_shippingzones USING btree (name); + + +-- +-- Name: idx_wslgnopamlovmvmnacdewecegzwhbfqkvfzi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wslgnopamlovmvmnacdewecegzwhbfqkvfzi ON public.categorygroups_sites USING btree ("siteId"); + + +-- +-- Name: idx_wsugxixfddvuwfxcwqemddngtdovimyubjpj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wsugxixfddvuwfxcwqemddngtdovimyubjpj ON public.commerce_orderhistories USING btree ("customerId"); + + +-- +-- Name: idx_wtpjehevwcnkgotfljyjxnarevmfgknkdkxo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wtpjehevwcnkgotfljyjxnarevmfgknkdkxo ON public.matrixblocktypes USING btree (handle, "fieldId"); + + +-- +-- Name: idx_wuxnxvmlvygrfbxsuezngexagivcmcddnhvs; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_wuxnxvmlvygrfbxsuezngexagivcmcddnhvs ON public.commerce_shippingcategories USING btree (handle); + + +-- +-- Name: idx_xchzlopguwsdbnxesoipnlntoeyfwkiujryg; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xchzlopguwsdbnxesoipnlntoeyfwkiujryg ON public.commerce_purchasables USING btree (sku); + + +-- +-- Name: idx_xdunhnrfaldvgqnktlopwhjupiyzrhgyjuqn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_xdunhnrfaldvgqnktlopwhjupiyzrhgyjuqn ON public.commerce_countries USING btree (iso); + + +-- +-- Name: idx_ximxsndvxzcokpbbkgormolpvzmpecpcxomv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ximxsndvxzcokpbbkgormolpvzmpecpcxomv ON public.drafts USING btree (saved); + + +-- +-- Name: idx_xjhdfhcacnxvknvgmvwznzzvcjucmxuyoess; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xjhdfhcacnxvknvgmvwznzzvcjucmxuyoess ON public.fieldlayouttabs USING btree ("sortOrder"); + + +-- +-- Name: idx_xkmybvzfybgerstdhmfbtavqbdjlumywplzq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xkmybvzfybgerstdhmfbtavqbdjlumywplzq ON public.sections USING btree ("structureId"); + + +-- +-- Name: idx_xlqjyyhowomahpkjahawtuskiywvryklzjjd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xlqjyyhowomahpkjahawtuskiywvryklzjjd ON public.fieldgroups USING btree (name); + + +-- +-- Name: idx_xmoelsnnauijpfmmnnoprcvicriubvddzurh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xmoelsnnauijpfmmnnoprcvicriubvddzurh ON public.elements USING btree (type); + + +-- +-- Name: idx_xnqzvcwosbmrymdhnqwgeydebubptaqfjlif; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xnqzvcwosbmrymdhnqwgeydebubptaqfjlif ON public.commerce_addresses USING btree ("countryId"); + + +-- +-- Name: idx_xuqzmzgogxqqqyjwummamyvjluabndcdhexf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xuqzmzgogxqqqyjwummamyvjluabndcdhexf ON public.users USING btree (uid); + + +-- +-- Name: idx_xvtyrexwrkxazbnhqhfpgyurccxcciovtggq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xvtyrexwrkxazbnhqhfpgyurccxcciovtggq ON public.seomatic_metabundles USING btree ("sourceHandle"); + + +-- +-- Name: idx_yalskzuwldmazhsghkcphqsmdwbiiezreypo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yalskzuwldmazhsghkcphqsmdwbiiezreypo ON public.structureelements USING btree (lft); + + +-- +-- Name: idx_yclfzemussmndghxafisylysdfhkokemfxlb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yclfzemussmndghxafisylysdfhkokemfxlb ON public.commerce_orders USING btree ("gatewayId"); + + +-- +-- Name: idx_yczssetkjzmvdddtnunetwolmblpixxpinhx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yczssetkjzmvdddtnunetwolmblpixxpinhx ON public.commerce_transactions USING btree ("userId"); + + +-- +-- Name: idx_ygiysocuwxmmxyqouakylsmlcokgffrpfrxz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ygiysocuwxmmxyqouakylsmlcokgffrpfrxz ON public.drafts USING btree ("creatorId", provisional); + + +-- +-- Name: idx_yrdhxuoptvcymraczhsgrpyasyxldfuidada; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yrdhxuoptvcymraczhsgrpyasyxldfuidada ON public.matrixblocks USING btree ("sortOrder"); + + +-- +-- Name: idx_yrfaftamtxihjtxxtzakhvtlcyzfuvswgtnp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yrfaftamtxihjtxxtzakhvtlcyzfuvswgtnp ON public.webperf_data_samples USING btree (url); + + +-- +-- Name: idx_yuuiprytttsebhmnrndmjlyguhpawawudjaw; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_yuuiprytttsebhmnrndmjlyguhpawawudjaw ON public.commerce_taxzones USING btree (name); + + +-- +-- Name: idx_yyozwcskycvsufrnyiubwzdzvhkmmoigqsnc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yyozwcskycvsufrnyiubwzdzvhkmmoigqsnc ON public.commerce_addresses USING btree ("stateId"); + + +-- +-- Name: idx_yzuvpnkurbfttynxwjnqseqdtiznyohmxzlh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yzuvpnkurbfttynxwjnqseqdtiznyohmxzlh ON public.globalsets USING btree ("sortOrder"); + + +-- +-- Name: idx_zasrnayketfzpdzibykuxydyoddlmliznart; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zasrnayketfzpdzibykuxydyoddlmliznart ON public.webperf_error_samples USING btree ("requestId"); + + +-- +-- Name: idx_zhmervwbmkxuekibjfmvkkxdqvgvxsyzvzat; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zhmervwbmkxuekibjfmvkkxdqvgvxsyzvzat ON public.templatecaches USING btree ("cacheKey", "siteId", "expiryDate", path); + + +-- +-- Name: idx_zlmrwrrepgqmitvqgquabzsqndshbvobbjaf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zlmrwrrepgqmitvqgquabzsqndshbvobbjaf ON public.elements_sites USING btree ("siteId"); + + +-- +-- Name: idx_zmbsawjnrrdleljrkmwkgnqwvgvjvcxdqojb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zmbsawjnrrdleljrkmwkgnqwvgvjvcxdqojb ON public.commerce_shippingrule_categories USING btree ("shippingCategoryId"); + + +-- +-- Name: idx_znxbbdgkkzfkgwxvhvadbvmnqgjedeequacn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_znxbbdgkkzfkgwxvhvadbvmnqgjedeequacn ON public.fieldlayouts USING btree ("dateDeleted"); + + +-- +-- Name: idx_zrruindjnmxmsuozkfmrkefnyenbqutqjesk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_zrruindjnmxmsuozkfmrkefnyenbqutqjesk ON public.shunnedmessages USING btree ("userId", message); + + +-- +-- Name: idx_zsrhlbosuzgbojentxyurkbphgrnvjykcusu; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zsrhlbosuzgbojentxyurkbphgrnvjykcusu ON public.assettransforms USING btree (name); + + +-- +-- Name: idx_zvhbbndllkgfrspxkkucdpogpykyjwjuzffz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zvhbbndllkgfrspxkkucdpogpykyjwjuzffz ON public.commerce_taxzone_countries USING btree ("countryId"); + + +-- +-- Name: idx_zzondxpqvdbibscioturqpgjgnncawoukort; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zzondxpqvdbibscioturqpgjgnncawoukort ON public.commerce_subscriptions USING btree ("dateExpired"); + + +-- +-- Name: commerce_orders fk_aajrzacgsqhymylnvmvstvujpoiayulrejkv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_aajrzacgsqhymylnvmvstvujpoiayulrejkv FOREIGN KEY ("gatewayId") REFERENCES public.commerce_gateways(id) ON DELETE SET NULL; + + +-- +-- Name: volumefolders fk_aajygyclilxafdwcodtfnihklvuuhizkxzln; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumefolders + ADD CONSTRAINT fk_aajygyclilxafdwcodtfnihklvuuhizkxzln FOREIGN KEY ("parentId") REFERENCES public.volumefolders(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_lineitems fk_abjffofwjalruatzrtqorptycwirkzythgir; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitems + ADD CONSTRAINT fk_abjffofwjalruatzrtqorptycwirkzythgir FOREIGN KEY ("purchasableId") REFERENCES public.elements(id) ON UPDATE CASCADE ON DELETE SET NULL; + + +-- +-- Name: commerce_producttypes_shippingcategories fk_ackksqzfjcrddfijxgbzhyilwoxeuvdfexbm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_shippingcategories + ADD CONSTRAINT fk_ackksqzfjcrddfijxgbzhyilwoxeuvdfexbm FOREIGN KEY ("shippingCategoryId") REFERENCES public.commerce_shippingcategories(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_donations fk_aeqabpccxtknsbmmxavltaqelvulpcwtmayk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_donations + ADD CONSTRAINT fk_aeqabpccxtknsbmmxavltaqelvulpcwtmayk FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: assets fk_agwhijvwkftmcgaxwirclitsebbersuzshhf; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assets + ADD CONSTRAINT fk_agwhijvwkftmcgaxwirclitsebbersuzshhf FOREIGN KEY ("volumeId") REFERENCES public.volumes(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_orders fk_ahqwyfwgwxpwyyxrmyagusdbhqctgbuxmkky; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_ahqwyfwgwxpwyyxrmyagusdbhqctgbuxmkky FOREIGN KEY ("customerId") REFERENCES public.commerce_customers(id) ON DELETE SET NULL; + + +-- +-- Name: retour_redirects fk_aprzjbzfelabfvoaehpqfrtgrycemmjxwltu; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_redirects + ADD CONSTRAINT fk_aprzjbzfelabfvoaehpqfrtgrycemmjxwltu FOREIGN KEY ("associatedElementId") REFERENCES public.elements(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: content fk_auncspyvlxvcjgofehmivudcfuaziagyvxle; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.content + ADD CONSTRAINT fk_auncspyvlxvcjgofehmivudcfuaziagyvxle FOREIGN KEY ("elementId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: categorygroups fk_bblhumogaupxrlbiahgdctawylplyejwyphh; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups + ADD CONSTRAINT fk_bblhumogaupxrlbiahgdctawylplyejwyphh FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_orderhistories fk_brsrqauqztpayvpklqgrbdleenxzcrjpivjb; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderhistories + ADD CONSTRAINT fk_brsrqauqztpayvpklqgrbdleenxzcrjpivjb FOREIGN KEY ("prevStatusId") REFERENCES public.commerce_orderstatuses(id) ON UPDATE CASCADE ON DELETE RESTRICT; + + +-- +-- Name: commerce_products fk_bxwiytrlxvxrpdtnhqfankxcodkkixmldxym; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_products + ADD CONSTRAINT fk_bxwiytrlxvxrpdtnhqfankxcodkkixmldxym FOREIGN KEY ("typeId") REFERENCES public.commerce_producttypes(id) ON DELETE CASCADE; + + +-- +-- Name: templatecaches fk_byudvvgcwxialjpxvgokefktwisvgtsrpjdp; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.templatecaches + ADD CONSTRAINT fk_byudvvgcwxialjpxvgokefktwisvgtsrpjdp FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_discount_purchasables fk_bzfoevmhgnzngaobxjukgyfehamgrknisigi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_purchasables + ADD CONSTRAINT fk_bzfoevmhgnzngaobxjukgyfehamgrknisigi FOREIGN KEY ("purchasableId") REFERENCES public.commerce_purchasables(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: userpermissions_users fk_cdmdwetthytngsznqkkaznhclyqboxarebcx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_users + ADD CONSTRAINT fk_cdmdwetthytngsznqkkaznhclyqboxarebcx FOREIGN KEY ("permissionId") REFERENCES public.userpermissions(id) ON DELETE CASCADE; + + +-- +-- Name: widgets fk_cgppepxdvncgjzvoxuuxdmcxkhfijpdeopmi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.widgets + ADD CONSTRAINT fk_cgppepxdvncgjzvoxuuxdmcxkhfijpdeopmi FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: entrytypes fk_cgrgjnnaxanwtmotygnsbfeqecogmhoqmbjb; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entrytypes + ADD CONSTRAINT fk_cgrgjnnaxanwtmotygnsbfeqecogmhoqmbjb FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: fieldlayoutfields fk_cjbzlnajdzdcdgxlqmxoraalwwylqjxexiwv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayoutfields + ADD CONSTRAINT fk_cjbzlnajdzdcdgxlqmxoraalwwylqjxexiwv FOREIGN KEY ("fieldId") REFERENCES public.fields(id) ON DELETE CASCADE; + + +-- +-- Name: volumefolders fk_clcmqbsuvbjtoxowhwcmhafqyalholmlrbyn; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumefolders + ADD CONSTRAINT fk_clcmqbsuvbjtoxowhwcmhafqyalholmlrbyn FOREIGN KEY ("volumeId") REFERENCES public.volumes(id) ON DELETE CASCADE; + + +-- +-- Name: relations fk_cnfamvelxzslwucyymfsjbxxikwzysohjyyr; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.relations + ADD CONSTRAINT fk_cnfamvelxzslwucyymfsjbxxikwzysohjyyr FOREIGN KEY ("sourceId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_products fk_cpcefneuwrjztvcqtkvwazwtuwuagirmvgki; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_products + ADD CONSTRAINT fk_cpcefneuwrjztvcqtkvwazwtuwuagirmvgki FOREIGN KEY ("shippingCategoryId") REFERENCES public.commerce_shippingcategories(id); + + +-- +-- Name: commerce_orders fk_csyuryjscltpbvsuyrazhbrelwkeextupbci; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_csyuryjscltpbvsuyrazhbrelwkeextupbci FOREIGN KEY ("paymentSourceId") REFERENCES public.commerce_paymentsources(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_addresses fk_ctmgriekkkztkaouxtuvzozjnjhebpbddmqy; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_addresses + ADD CONSTRAINT fk_ctmgriekkkztkaouxtuvzozjnjhebpbddmqy FOREIGN KEY ("countryId") REFERENCES public.commerce_countries(id) ON DELETE SET NULL; + + +-- +-- Name: sections_sites fk_cwynvgciczjisnnwsxyhthzlhuylbxufixgl; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections_sites + ADD CONSTRAINT fk_cwynvgciczjisnnwsxyhthzlhuylbxufixgl FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: changedattributes fk_cxiqvnfhxogtxrgbzhhpwrlhupnbtuqonbux; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedattributes + ADD CONSTRAINT fk_cxiqvnfhxogtxrgbzhhpwrlhupnbtuqonbux FOREIGN KEY ("userId") REFERENCES public.users(id) ON UPDATE CASCADE ON DELETE SET NULL; + + +-- +-- Name: globalsets fk_cxnxpllscvuclwotpdudgoxtbngzmwsctddx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.globalsets + ADD CONSTRAINT fk_cxnxpllscvuclwotpdudgoxtbngzmwsctddx FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: assets fk_dniavlgpxeomkppsysnkyuauklrnarkgapng; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assets + ADD CONSTRAINT fk_dniavlgpxeomkppsysnkyuauklrnarkgapng FOREIGN KEY ("uploaderId") REFERENCES public.users(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_orders fk_dslnjssnfynfrndkmbmngwuyoxwcwnbjjdpi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_dslnjssnfynfrndkmbmngwuyoxwcwnbjjdpi FOREIGN KEY ("shippingAddressId") REFERENCES public.commerce_addresses(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_transactions fk_dvkpootgbtcggjaoxfrfhwxxwwqgapqevdck; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_transactions + ADD CONSTRAINT fk_dvkpootgbtcggjaoxfrfhwxxwwqgapqevdck FOREIGN KEY ("gatewayId") REFERENCES public.commerce_gateways(id) ON UPDATE CASCADE; + + +-- +-- Name: commerce_sale_usergroups fk_dwqvxgzgnaupztrfjarwdpufdhujlckwbowl; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_usergroups + ADD CONSTRAINT fk_dwqvxgzgnaupztrfjarwdpufdhujlckwbowl FOREIGN KEY ("saleId") REFERENCES public.commerce_sales(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_lineitems fk_ebuoziiqetiolpdvdpgjshfhckekbxhrsmyl; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitems + ADD CONSTRAINT fk_ebuoziiqetiolpdvdpgjshfhckekbxhrsmyl FOREIGN KEY ("shippingCategoryId") REFERENCES public.commerce_shippingcategories(id) ON UPDATE CASCADE; + + +-- +-- Name: assetindexdata fk_edzlcqlclykektrladfgpxavytxdmdsljqim; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assetindexdata + ADD CONSTRAINT fk_edzlcqlclykektrladfgpxavytxdmdsljqim FOREIGN KEY ("volumeId") REFERENCES public.volumes(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_shippingrules fk_eoqagkilbkibmzyjnprbtykshahupzpvzhik; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrules + ADD CONSTRAINT fk_eoqagkilbkibmzyjnprbtykshahupzpvzhik FOREIGN KEY ("shippingZoneId") REFERENCES public.commerce_shippingzones(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_transactions fk_epwsfbgljqeqhzlinulkhwsohuqidiqwitbk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_transactions + ADD CONSTRAINT fk_epwsfbgljqeqhzlinulkhwsohuqidiqwitbk FOREIGN KEY ("parentId") REFERENCES public.commerce_transactions(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: usergroups_users fk_erjctndbwosaxaztnwaknnqsdsctutuajvsi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usergroups_users + ADD CONSTRAINT fk_erjctndbwosaxaztnwaknnqsdsctutuajvsi FOREIGN KEY ("groupId") REFERENCES public.usergroups(id) ON DELETE CASCADE; + + +-- +-- Name: templatecacheelements fk_esoztwvrpcxbwfsqjylwoiyquyyixxtqfmpa; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.templatecacheelements + ADD CONSTRAINT fk_esoztwvrpcxbwfsqjylwoiyquyyixxtqfmpa FOREIGN KEY ("cacheId") REFERENCES public.templatecaches(id) ON DELETE CASCADE; + + +-- +-- Name: craftidtokens fk_ewbtqecpwgxonwxfaapbpxskinmklbxsnoqg; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.craftidtokens + ADD CONSTRAINT fk_ewbtqecpwgxonwxfaapbpxskinmklbxsnoqg FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: entries fk_fblqbxvtryriwtaixtqaqxmurkihledvathh; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entries + ADD CONSTRAINT fk_fblqbxvtryriwtaixtqaqxmurkihledvathh FOREIGN KEY ("parentId") REFERENCES public.entries(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_discount_usergroups fk_fkxryhvcboebhgrrmndrodawcuypjyirggjv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_usergroups + ADD CONSTRAINT fk_fkxryhvcboebhgrrmndrodawcuypjyirggjv FOREIGN KEY ("discountId") REFERENCES public.commerce_discounts(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: assets fk_fmdqydnvucvnzyqkxbqxifhqerkedzayvctc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assets + ADD CONSTRAINT fk_fmdqydnvucvnzyqkxbqxifhqerkedzayvctc FOREIGN KEY ("folderId") REFERENCES public.volumefolders(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_subscriptions fk_frwuhykztmssvdzterseklylkelykrwxqjtt; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions + ADD CONSTRAINT fk_frwuhykztmssvdzterseklylkelykrwxqjtt FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: changedfields fk_ftvmcxgjvglikuozlrxpsodmlhgahsjdgsor; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedfields + ADD CONSTRAINT fk_ftvmcxgjvglikuozlrxpsodmlhgahsjdgsor FOREIGN KEY ("userId") REFERENCES public.users(id) ON UPDATE CASCADE ON DELETE SET NULL; + + +-- +-- Name: userpreferences fk_fyowvmtwqjmbiqmtdswlitzvmyryufrwdoem; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpreferences + ADD CONSTRAINT fk_fyowvmtwqjmbiqmtdswlitzvmyryufrwdoem FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_taxzone_states fk_ghqvrgqrharcggtempukgscfyqptkrjhmivk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_states + ADD CONSTRAINT fk_ghqvrgqrharcggtempukgscfyqptkrjhmivk FOREIGN KEY ("stateId") REFERENCES public.commerce_states(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: seomatic_metabundles fk_gsrbfdwbxtodzbliuprfdvwbwjtokejqnbkf; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.seomatic_metabundles + ADD CONSTRAINT fk_gsrbfdwbxtodzbliuprfdvwbwjtokejqnbkf FOREIGN KEY ("sourceSiteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_subscriptions fk_gvgrfnnztileumtrttrbqnpoiiitvysrhhoq; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions + ADD CONSTRAINT fk_gvgrfnnztileumtrttrbqnpoiiitvysrhhoq FOREIGN KEY ("gatewayId") REFERENCES public.commerce_gateways(id) ON DELETE RESTRICT; + + +-- +-- Name: commerce_orderhistories fk_hawhxsnfedeaznrltxkkdzjzpvnqvkmbifln; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderhistories + ADD CONSTRAINT fk_hawhxsnfedeaznrltxkkdzjzpvnqvkmbifln FOREIGN KEY ("orderId") REFERENCES public.commerce_orders(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_lineitems fk_hezndnlpltwluchxydcakiixytxygbatwumh; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitems + ADD CONSTRAINT fk_hezndnlpltwluchxydcakiixytxygbatwumh FOREIGN KEY ("orderId") REFERENCES public.commerce_orders(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_taxrates fk_hfsvpffryvmjifgjnifzdyltqlapbqwjqvgj; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxrates + ADD CONSTRAINT fk_hfsvpffryvmjifgjnifzdyltqlapbqwjqvgj FOREIGN KEY ("taxZoneId") REFERENCES public.commerce_taxzones(id) ON UPDATE CASCADE; + + +-- +-- Name: commerce_discount_categories fk_hlfmtwyvlkmzxfdxthaomogcpphqofjoovud; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_categories + ADD CONSTRAINT fk_hlfmtwyvlkmzxfdxthaomogcpphqofjoovud FOREIGN KEY ("categoryId") REFERENCES public.categories(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_taxrates fk_hltvlvlkgwzvtxruefwnjzwchwnhfhlajgjr; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxrates + ADD CONSTRAINT fk_hltvlvlkgwzvtxruefwnjzwchwnhfhlajgjr FOREIGN KEY ("taxCategoryId") REFERENCES public.commerce_taxcategories(id) ON UPDATE CASCADE; + + +-- +-- Name: templatecacheelements fk_hmkepwubmvcebdqawepkuvaklmdimlfmjxok; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.templatecacheelements + ADD CONSTRAINT fk_hmkepwubmvcebdqawepkuvaklmdimlfmjxok FOREIGN KEY ("elementId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_taxzone_countries fk_hsxtdfhpuccmhrkkhewvopsxdgoivavgsfhk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_countries + ADD CONSTRAINT fk_hsxtdfhpuccmhrkkhewvopsxdgoivavgsfhk FOREIGN KEY ("taxZoneId") REFERENCES public.commerce_taxzones(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: users fk_htbtroxhwvlhgnimlodmfryaxhoberjrmvlx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.users + ADD CONSTRAINT fk_htbtroxhwvlhgnimlodmfryaxhoberjrmvlx FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: taggroups fk_hygovqmsxjnkngxsdzaldoeqqvzbwkfameju; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.taggroups + ADD CONSTRAINT fk_hygovqmsxjnkngxsdzaldoeqqvzbwkfameju FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: tags fk_icbiiwskrrfmmrwdyuprphvxoeukcfmvzdyy; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.tags + ADD CONSTRAINT fk_icbiiwskrrfmmrwdyuprphvxoeukcfmvzdyy FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: drafts fk_idlgjlezheqbbnmjwjpynncbnceistlocpit; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.drafts + ADD CONSTRAINT fk_idlgjlezheqbbnmjwjpynncbnceistlocpit FOREIGN KEY ("sourceId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_customers_addresses fk_ifvznopdyfibptebrpxrcluhhksawiqwlbfy; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers_addresses + ADD CONSTRAINT fk_ifvznopdyfibptebrpxrcluhhksawiqwlbfy FOREIGN KEY ("addressId") REFERENCES public.commerce_addresses(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_paymentsources fk_ihbgueioydnknaulbqdjwyzczhffurjnnwwd; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_paymentsources + ADD CONSTRAINT fk_ihbgueioydnknaulbqdjwyzczhffurjnnwwd FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: matrixblocktypes fk_ipwxxgxmufcrdytzofdjkryarozemfesknsp; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocktypes + ADD CONSTRAINT fk_ipwxxgxmufcrdytzofdjkryarozemfesknsp FOREIGN KEY ("fieldId") REFERENCES public.fields(id) ON DELETE CASCADE; + + +-- +-- Name: sites fk_ivumtcxdredwjwivuyhtasoylsoabhxaagox; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sites + ADD CONSTRAINT fk_ivumtcxdredwjwivuyhtasoylsoabhxaagox FOREIGN KEY ("groupId") REFERENCES public.sitegroups(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_transactions fk_jadrnbbvjtvwjcdmqqgeefucrcqmoxgqkoia; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_transactions + ADD CONSTRAINT fk_jadrnbbvjtvwjcdmqqgeefucrcqmoxgqkoia FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_shippingrule_categories fk_jlfnjvelrohmjyrjbmdxefteoxiwgfyzbfun; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrule_categories + ADD CONSTRAINT fk_jlfnjvelrohmjyrjbmdxefteoxiwgfyzbfun FOREIGN KEY ("shippingCategoryId") REFERENCES public.commerce_shippingcategories(id) ON DELETE CASCADE; + + +-- +-- Name: relations fk_jmlhhwolvzhwqmrwqcijqmeantsxxftorxft; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.relations + ADD CONSTRAINT fk_jmlhhwolvzhwqmrwqcijqmeantsxxftorxft FOREIGN KEY ("fieldId") REFERENCES public.fields(id) ON DELETE CASCADE; + + +-- +-- Name: matrixblocks fk_jocalzvvnngaeccisfzovkayhzuxzngzyjwq; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks + ADD CONSTRAINT fk_jocalzvvnngaeccisfzovkayhzuxzngzyjwq FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: fieldlayouttabs fk_jtteuksmggvepyemejmurktjsvqiutlsxapj; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayouttabs + ADD CONSTRAINT fk_jtteuksmggvepyemejmurktjsvqiutlsxapj FOREIGN KEY ("layoutId") REFERENCES public.fieldlayouts(id) ON DELETE CASCADE; + + +-- +-- Name: sections_sites fk_juepmdjdhfhkisivxyvpwucpswdhikgbmoqd; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections_sites + ADD CONSTRAINT fk_juepmdjdhfhkisivxyvpwucpswdhikgbmoqd FOREIGN KEY ("sectionId") REFERENCES public.sections(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_customers_addresses fk_jvztjqgcamklcnegmthokgargrcthneqmxjm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers_addresses + ADD CONSTRAINT fk_jvztjqgcamklcnegmthokgargrcthneqmxjm FOREIGN KEY ("customerId") REFERENCES public.commerce_customers(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: webperf_error_samples fk_kehunywtsavohgmtghwjjsnemrppdlgeoazb; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.webperf_error_samples + ADD CONSTRAINT fk_kehunywtsavohgmtghwjjsnemrppdlgeoazb FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: assets fk_lbmpvfjkmhxkcvtzonjlwigreamgjerdnmdi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assets + ADD CONSTRAINT fk_lbmpvfjkmhxkcvtzonjlwigreamgjerdnmdi FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: matrixblocks fk_lcrjriseubqbaycpvlracsxptjnqukvhevdx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks + ADD CONSTRAINT fk_lcrjriseubqbaycpvlracsxptjnqukvhevdx FOREIGN KEY ("typeId") REFERENCES public.matrixblocktypes(id) ON DELETE CASCADE; + + +-- +-- Name: categorygroups_sites fk_lghguxftfezdzvrdgsphjcbxiouxrsbnlohc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups_sites + ADD CONSTRAINT fk_lghguxftfezdzvrdgsphjcbxiouxrsbnlohc FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_orders fk_lktuwyfogazashopsnrklhnrybwlimvxxyze; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_lktuwyfogazashopsnrklhnrybwlimvxxyze FOREIGN KEY ("estimatedBillingAddressId") REFERENCES public.commerce_addresses(id) ON DELETE SET NULL; + + +-- +-- Name: elements_sites fk_lljadqwuhhxbzwdmjmbjkajkbwninbaxcxgt; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements_sites + ADD CONSTRAINT fk_lljadqwuhhxbzwdmjmbjkajkbwninbaxcxgt FOREIGN KEY ("elementId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_lineitems fk_lnfgujhlahedpqmzjczcukmfcqcrmmsvyftn; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitems + ADD CONSTRAINT fk_lnfgujhlahedpqmzjczcukmfcqcrmmsvyftn FOREIGN KEY ("taxCategoryId") REFERENCES public.commerce_taxcategories(id) ON UPDATE CASCADE; + + +-- +-- Name: commerce_products fk_lnvylxlvqalangasmizqulqqwtssiekmvwje; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_products + ADD CONSTRAINT fk_lnvylxlvqalangasmizqulqqwtssiekmvwje FOREIGN KEY ("taxCategoryId") REFERENCES public.commerce_taxcategories(id); + + +-- +-- Name: relations fk_locgprdnettylnlivohsmrplzgxnxljdmujo; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.relations + ADD CONSTRAINT fk_locgprdnettylnlivohsmrplzgxnxljdmujo FOREIGN KEY ("sourceSiteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_addresses fk_lodvosernqpqgqokpounwlxfbrosvsidudav; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_addresses + ADD CONSTRAINT fk_lodvosernqpqgqokpounwlxfbrosvsidudav FOREIGN KEY ("stateId") REFERENCES public.commerce_states(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_shippingzone_states fk_lybqrxrvhyaonrjriydikdjqwbmoytcqunpm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_states + ADD CONSTRAINT fk_lybqrxrvhyaonrjriydikdjqwbmoytcqunpm FOREIGN KEY ("shippingZoneId") REFERENCES public.commerce_shippingzones(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: revisions fk_lypbqmqfhouvymxvufmkgfdajmjgflghxpsx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.revisions + ADD CONSTRAINT fk_lypbqmqfhouvymxvufmkgfdajmjgflghxpsx FOREIGN KEY ("sourceId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_discount_purchasables fk_mabsxjxwvnxpysicszmahkpjmwjlfkafirpu; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_purchasables + ADD CONSTRAINT fk_mabsxjxwvnxpysicszmahkpjmwjlfkafirpu FOREIGN KEY ("discountId") REFERENCES public.commerce_discounts(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: fields fk_makbzpmgeixkvpmnjgjmdqtworlsniwxjyrv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fields + ADD CONSTRAINT fk_makbzpmgeixkvpmnjgjmdqtworlsniwxjyrv FOREIGN KEY ("groupId") REFERENCES public.fieldgroups(id) ON DELETE CASCADE; + + +-- +-- Name: tags fk_mimftusvuvgiuhdmmugdowydfkrbenkfwmys; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.tags + ADD CONSTRAINT fk_mimftusvuvgiuhdmmugdowydfkrbenkfwmys FOREIGN KEY ("groupId") REFERENCES public.taggroups(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_discount_categories fk_mphlmmdnchshieecjxakbdmguunecgvjbvnk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_categories + ADD CONSTRAINT fk_mphlmmdnchshieecjxakbdmguunecgvjbvnk FOREIGN KEY ("discountId") REFERENCES public.commerce_discounts(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: fieldlayoutfields fk_mrmxdgjqvcxmapafpahhwpnhsbpvbjluslbg; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayoutfields + ADD CONSTRAINT fk_mrmxdgjqvcxmapafpahhwpnhsbpvbjluslbg FOREIGN KEY ("tabId") REFERENCES public.fieldlayouttabs(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_sale_purchasables fk_nimbwzgsmgshiteyhdwpihnzwihnwpxwpodg; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_purchasables + ADD CONSTRAINT fk_nimbwzgsmgshiteyhdwpihnzwihnwpxwpodg FOREIGN KEY ("saleId") REFERENCES public.commerce_sales(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: matrixblocks fk_nkgqcjzrjcoldzlzcngxivgjeicfqgddxwky; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks + ADD CONSTRAINT fk_nkgqcjzrjcoldzlzcngxivgjeicfqgddxwky FOREIGN KEY ("ownerId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: structureelements fk_nktrlxuaacgcsvtkrrgvavmjwgmjuzbpjtxs; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.structureelements + ADD CONSTRAINT fk_nktrlxuaacgcsvtkrrgvavmjwgmjuzbpjtxs FOREIGN KEY ("elementId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: gqltokens fk_npnlcomsojkzgybykyepqwtllcgcvfowkiic; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.gqltokens + ADD CONSTRAINT fk_npnlcomsojkzgybykyepqwtllcgcvfowkiic FOREIGN KEY ("schemaId") REFERENCES public.gqlschemas(id) ON DELETE SET NULL; + + +-- +-- Name: announcements fk_nqiwwuyytbratqrtjpdslpbdaqwjlqzyebjy; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.announcements + ADD CONSTRAINT fk_nqiwwuyytbratqrtjpdslpbdaqwjlqzyebjy FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: usergroups_users fk_nxawexawoaffrrxrsuvbebhljzntaisfkwyi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usergroups_users + ADD CONSTRAINT fk_nxawexawoaffrrxrsuvbebhljzntaisfkwyi FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: revisions fk_nxgjiquctnqyonfwcjbajhgwglzbmrzktoil; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.revisions + ADD CONSTRAINT fk_nxgjiquctnqyonfwcjbajhgwglzbmrzktoil FOREIGN KEY ("creatorId") REFERENCES public.users(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_email_discountuses fk_nzqjkpbbotiukuemtksmtmccjwhhiblzhvdn; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_email_discountuses + ADD CONSTRAINT fk_nzqjkpbbotiukuemtksmtmccjwhhiblzhvdn FOREIGN KEY ("discountId") REFERENCES public.commerce_discounts(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: elements fk_oascxrpeamnzgztythmodhumayvwgwkkbfez; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements + ADD CONSTRAINT fk_oascxrpeamnzgztythmodhumayvwgwkkbfez FOREIGN KEY ("canonicalId") REFERENCES public.elements(id) ON DELETE SET NULL; + + +-- +-- Name: categories fk_odvridjqspnfqwlicdttnlbvgvrpzkrzjkhm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categories + ADD CONSTRAINT fk_odvridjqspnfqwlicdttnlbvgvrpzkrzjkhm FOREIGN KEY ("groupId") REFERENCES public.categorygroups(id) ON DELETE CASCADE; + + +-- +-- Name: changedfields fk_omzgxuvoiiunoxvrqmuxgkttusmpsopzujro; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedfields + ADD CONSTRAINT fk_omzgxuvoiiunoxvrqmuxgkttusmpsopzujro FOREIGN KEY ("elementId") REFERENCES public.elements(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_paymentsources fk_opuiuagxosxdobguujsohsllrpbgvzuvokmr; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_paymentsources + ADD CONSTRAINT fk_opuiuagxosxdobguujsohsllrpbgvzuvokmr FOREIGN KEY ("gatewayId") REFERENCES public.commerce_gateways(id) ON DELETE CASCADE; + + +-- +-- Name: structureelements fk_ormhtsvkycsjwdgwwizxnuzbwzgpbnndltog; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.structureelements + ADD CONSTRAINT fk_ormhtsvkycsjwdgwwizxnuzbwzgpbnndltog FOREIGN KEY ("structureId") REFERENCES public.structures(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_shippingzone_countries fk_oufglwrdizkxiplqdauttptgrskqnvkzncjm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_countries + ADD CONSTRAINT fk_oufglwrdizkxiplqdauttptgrskqnvkzncjm FOREIGN KEY ("shippingZoneId") REFERENCES public.commerce_shippingzones(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_subscriptions fk_owrdchexndkqypnhblcgdgekvelprolgqxvm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions + ADD CONSTRAINT fk_owrdchexndkqypnhblcgdgekvelprolgqxvm FOREIGN KEY ("orderId") REFERENCES public.commerce_orders(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_customer_discountuses fk_pafeikdmdwtagztybaogymlrfpmtzuntcogc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customer_discountuses + ADD CONSTRAINT fk_pafeikdmdwtagztybaogymlrfpmtzuntcogc FOREIGN KEY ("discountId") REFERENCES public.commerce_discounts(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_producttypes_taxcategories fk_pbpfbxpcwhdgwludcylbsydfnaejvwbcfknq; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_taxcategories + ADD CONSTRAINT fk_pbpfbxpcwhdgwludcylbsydfnaejvwbcfknq FOREIGN KEY ("taxCategoryId") REFERENCES public.commerce_taxcategories(id) ON DELETE CASCADE; + + +-- +-- Name: volumes fk_pcqsvheptfxjqbmpbbgpfonyysaltjkfjrcx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumes + ADD CONSTRAINT fk_pcqsvheptfxjqbmpbbgpfonyysaltjkfjrcx FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_ordernotices fk_pemxxjnpagjusgwzqtgpjgzprfpsvajtxzfw; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_ordernotices + ADD CONSTRAINT fk_pemxxjnpagjusgwzqtgpjgzprfpsvajtxzfw FOREIGN KEY ("orderId") REFERENCES public.commerce_orders(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_variants fk_petuwophlcqwqwtamvqsrjvdrvsagitfmlzv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_variants + ADD CONSTRAINT fk_petuwophlcqwqwtamvqsrjvdrvsagitfmlzv FOREIGN KEY ("productId") REFERENCES public.commerce_products(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_sale_categories fk_pgsmdmhsthufyfuixjmytledzguwkgzrpkwk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_categories + ADD CONSTRAINT fk_pgsmdmhsthufyfuixjmytledzguwkgzrpkwk FOREIGN KEY ("categoryId") REFERENCES public.categories(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: matrixblocktypes fk_ppmafotkzljghdonmprdzfruckvamjnraqyu; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocktypes + ADD CONSTRAINT fk_ppmafotkzljghdonmprdzfruckvamjnraqyu FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: entries fk_praovqtbzaplbsyzojbakvaqhgptqieovkha; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entries + ADD CONSTRAINT fk_praovqtbzaplbsyzojbakvaqhgptqieovkha FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_producttypes_sites fk_pyzhgsxyntwyrvsdvicuuwghqsoufltazhgd; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_sites + ADD CONSTRAINT fk_pyzhgsxyntwyrvsdvicuuwghqsoufltazhgd FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_orderstatus_emails fk_qaivsndazxoqfzhiqzhbpfumryquiimtpghi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderstatus_emails + ADD CONSTRAINT fk_qaivsndazxoqfzhiqzhbpfumryquiimtpghi FOREIGN KEY ("emailId") REFERENCES public.commerce_emails(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: drafts fk_qaukowuusqrmkgtuojlzcxtbsovfuldvbvvn; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.drafts + ADD CONSTRAINT fk_qaukowuusqrmkgtuojlzcxtbsovfuldvbvvn FOREIGN KEY ("creatorId") REFERENCES public.users(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_taxzone_countries fk_qgxryendoozctofavrsinhoxejoevajgebym; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_countries + ADD CONSTRAINT fk_qgxryendoozctofavrsinhoxejoevajgebym FOREIGN KEY ("countryId") REFERENCES public.commerce_countries(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: fieldlayoutfields fk_qisghaxfwahsysvscapiawpgsuxeszkijmgo; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayoutfields + ADD CONSTRAINT fk_qisghaxfwahsysvscapiawpgsuxeszkijmgo FOREIGN KEY ("layoutId") REFERENCES public.fieldlayouts(id) ON DELETE CASCADE; + + +-- +-- Name: elements fk_qllihycmhkfztoegpkwbwocqoerjmmvfokyx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements + ADD CONSTRAINT fk_qllihycmhkfztoegpkwbwocqoerjmmvfokyx FOREIGN KEY ("revisionId") REFERENCES public.revisions(id) ON DELETE CASCADE; + + +-- +-- Name: categorygroups fk_qprtvdbbvjvluujxipcodqygpzocngizaroc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups + ADD CONSTRAINT fk_qprtvdbbvjvluujxipcodqygpzocngizaroc FOREIGN KEY ("structureId") REFERENCES public.structures(id) ON DELETE CASCADE; + + +-- +-- Name: changedfields fk_qrkujdqicshzndzounybiyebqwtepujpdjzw; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedfields + ADD CONSTRAINT fk_qrkujdqicshzndzounybiyebqwtepujpdjzw FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: sections fk_qugyarmjcrldhnmxtbomwtzptzanbizraipw; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections + ADD CONSTRAINT fk_qugyarmjcrldhnmxtbomwtzptzanbizraipw FOREIGN KEY ("structureId") REFERENCES public.structures(id) ON DELETE SET NULL; + + +-- +-- Name: changedattributes fk_qvorgcfbsmwbnqczzrsqfrwznqxqnepnjbqk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedattributes + ADD CONSTRAINT fk_qvorgcfbsmwbnqczzrsqfrwznqxqnepnjbqk FOREIGN KEY ("elementId") REFERENCES public.elements(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_orderhistories fk_qwbbubabdhmyqrvflwwyzleoilfenuazewlc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderhistories + ADD CONSTRAINT fk_qwbbubabdhmyqrvflwwyzleoilfenuazewlc FOREIGN KEY ("customerId") REFERENCES public.commerce_customers(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_orders fk_qwkoqjuzmspawggvfvhnrxnwlzcppfbbpfxs; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_qwkoqjuzmspawggvfvhnrxnwlzcppfbbpfxs FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_orderhistories fk_qzzikwgcrgpwwbbkqjwzuluuqzdxukjfxvta; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderhistories + ADD CONSTRAINT fk_qzzikwgcrgpwwbbkqjwzuluuqzdxukjfxvta FOREIGN KEY ("newStatusId") REFERENCES public.commerce_orderstatuses(id) ON UPDATE CASCADE ON DELETE RESTRICT; + + +-- +-- Name: elements_sites fk_rcipqctuxgaqsevsaeespwalfsurvrjxtmlk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements_sites + ADD CONSTRAINT fk_rcipqctuxgaqsevsaeespwalfsurvrjxtmlk FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: shunnedmessages fk_rgakbgldevkgdibnrcmxnukpjafcgxdexwhr; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.shunnedmessages + ADD CONSTRAINT fk_rgakbgldevkgdibnrcmxnukpjafcgxdexwhr FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_customer_discountuses fk_rhhqjltarfuzgzqysgjewmdowdipoyythqus; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customer_discountuses + ADD CONSTRAINT fk_rhhqjltarfuzgzqysgjewmdowdipoyythqus FOREIGN KEY ("customerId") REFERENCES public.commerce_customers(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: webperf_data_samples fk_rhozmsdcrswgjnjpoefprbpdydhuyzaqycbf; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.webperf_data_samples + ADD CONSTRAINT fk_rhozmsdcrswgjnjpoefprbpdydhuyzaqycbf FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_orders fk_rhwnxmmwsnrbxsffmdbfsrmldqgibrkrzqwg; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_rhwnxmmwsnrbxsffmdbfsrmldqgibrkrzqwg FOREIGN KEY ("orderStatusId") REFERENCES public.commerce_orderstatuses(id) ON UPDATE CASCADE ON DELETE RESTRICT; + + +-- +-- Name: entries fk_rhxomfdfawevvmcjmfewyieuounblfndmulw; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entries + ADD CONSTRAINT fk_rhxomfdfawevvmcjmfewyieuounblfndmulw FOREIGN KEY ("typeId") REFERENCES public.entrytypes(id) ON DELETE CASCADE; + + +-- +-- Name: retour_stats fk_rlnrntrpgwqwixiegfbkkuzpxeersncmxbxx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_stats + ADD CONSTRAINT fk_rlnrntrpgwqwixiegfbkkuzpxeersncmxbxx FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_sale_categories fk_rpsuvmvhycswkwyegafthdrwmtltthlpgnrz; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_categories + ADD CONSTRAINT fk_rpsuvmvhycswkwyegafthdrwmtltthlpgnrz FOREIGN KEY ("saleId") REFERENCES public.commerce_sales(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: entries fk_rurlchfkjnlcdojdjlgrfaiilocdcedetbus; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entries + ADD CONSTRAINT fk_rurlchfkjnlcdojdjlgrfaiilocdcedetbus FOREIGN KEY ("authorId") REFERENCES public.users(id) ON DELETE SET NULL; + + +-- +-- Name: changedattributes fk_rzkpfnyksggsksjoecygkhsdcwdzqiakxtwd; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedattributes + ADD CONSTRAINT fk_rzkpfnyksggsksjoecygkhsdcwdzqiakxtwd FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_orders fk_sagnbyadmuglrlehmwfqrdxorajbiagvazdt; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_sagnbyadmuglrlehmwfqrdxorajbiagvazdt FOREIGN KEY ("billingAddressId") REFERENCES public.commerce_addresses(id) ON DELETE SET NULL; + + +-- +-- Name: categorygroups_sites fk_sdwwhsjsdmmwmsylyhwebypdxixipfowhecz; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups_sites + ADD CONSTRAINT fk_sdwwhsjsdmmwmsylyhwebypdxixipfowhecz FOREIGN KEY ("groupId") REFERENCES public.categorygroups(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_customers fk_sfaguluhopkmrxbaesekdazplljdsvlwragk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers + ADD CONSTRAINT fk_sfaguluhopkmrxbaesekdazplljdsvlwragk FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_producttypes_shippingcategories fk_sghdqdehxjoudbswimahewbhljjvlgqoarlc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_shippingcategories + ADD CONSTRAINT fk_sghdqdehxjoudbswimahewbhljjvlgqoarlc FOREIGN KEY ("productTypeId") REFERENCES public.commerce_producttypes(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: templatecachequeries fk_skxqromyvmamepdrdjlmjgtmlthmqfmzvcbg; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.templatecachequeries + ADD CONSTRAINT fk_skxqromyvmamepdrdjlmjgtmlthmqfmzvcbg FOREIGN KEY ("cacheId") REFERENCES public.templatecaches(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_shippingzone_countries fk_sotfigrasdcywfgabvczwqtvknwgciquguya; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_countries + ADD CONSTRAINT fk_sotfigrasdcywfgabvczwqtvknwgciquguya FOREIGN KEY ("countryId") REFERENCES public.commerce_countries(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_customers fk_srwkwjfntiskihwgfvbpnuepfblhvesvlqeu; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers + ADD CONSTRAINT fk_srwkwjfntiskihwgfvbpnuepfblhvesvlqeu FOREIGN KEY ("primaryBillingAddressId") REFERENCES public.commerce_addresses(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_emails fk_stbuerpsuyxkwychuuicbixtwnlaewgvkphv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_emails + ADD CONSTRAINT fk_stbuerpsuyxkwychuuicbixtwnlaewgvkphv FOREIGN KEY ("pdfId") REFERENCES public.commerce_pdfs(id) ON DELETE SET NULL; + + +-- +-- Name: retour_static_redirects fk_tepklbytqfsvneapvglbcjohpmgjklsemzsc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_static_redirects + ADD CONSTRAINT fk_tepklbytqfsvneapvglbcjohpmgjklsemzsc FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: elements fk_tfixmxocbcdtiovczlalynvdbrobmrlsnzgj; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements + ADD CONSTRAINT fk_tfixmxocbcdtiovczlalynvdbrobmrlsnzgj FOREIGN KEY ("draftId") REFERENCES public.drafts(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_sale_usergroups fk_tfwcukoxbadoxwmvttcfgycxdzusnwgaoruy; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_usergroups + ADD CONSTRAINT fk_tfwcukoxbadoxwmvttcfgycxdzusnwgaoruy FOREIGN KEY ("userGroupId") REFERENCES public.usergroups(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: users fk_tizpqynhfphevjqsfmuhgoenpedtgbxngaqk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.users + ADD CONSTRAINT fk_tizpqynhfphevjqsfmuhgoenpedtgbxngaqk FOREIGN KEY ("photoId") REFERENCES public.assets(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_products fk_ttijabtffyjdqcmbyawbpegzpgdvfomshwlv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_products + ADD CONSTRAINT fk_ttijabtffyjdqcmbyawbpegzpgdvfomshwlv FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: relations fk_tzciywokzmhhfqxiweainctvlpblpkivtbtz; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.relations + ADD CONSTRAINT fk_tzciywokzmhhfqxiweainctvlpblpkivtbtz FOREIGN KEY ("targetId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: userpermissions_users fk_uccwobghavzvqqxthbtnplcvsqirsmfnkceo; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_users + ADD CONSTRAINT fk_uccwobghavzvqqxthbtnplcvsqirsmfnkceo FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_subscriptions fk_ucdhefffgcjmqidrstzpfhbzkabwatggffhp; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions + ADD CONSTRAINT fk_ucdhefffgcjmqidrstzpfhbzkabwatggffhp FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE RESTRICT; + + +-- +-- Name: commerce_shippingrules fk_ucmwiiklzrtdctjtjihbrbubcnblljgfwcvo; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrules + ADD CONSTRAINT fk_ucmwiiklzrtdctjtjihbrbubcnblljgfwcvo FOREIGN KEY ("methodId") REFERENCES public.commerce_shippingmethods(id); + + +-- +-- Name: commerce_states fk_ugrypgiwhedpixibavdasnrwqzvuftwzvkql; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_states + ADD CONSTRAINT fk_ugrypgiwhedpixibavdasnrwqzvuftwzvkql FOREIGN KEY ("countryId") REFERENCES public.commerce_countries(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_taxzone_states fk_ujlodhfruqodblfvycrfkrblbhumtlawsdwf; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_states + ADD CONSTRAINT fk_ujlodhfruqodblfvycrfkrblbhumtlawsdwf FOREIGN KEY ("taxZoneId") REFERENCES public.commerce_taxzones(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_subscriptions fk_upjzflvovfutrubhgoekilgovlxidgpyffwa; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions + ADD CONSTRAINT fk_upjzflvovfutrubhgoekilgovlxidgpyffwa FOREIGN KEY ("planId") REFERENCES public.commerce_plans(id) ON DELETE RESTRICT; + + +-- +-- Name: elements fk_uqkwchdogfbixowvwtjiillwwhjobwmrmbbi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements + ADD CONSTRAINT fk_uqkwchdogfbixowvwtjiillwwhjobwmrmbbi FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_shippingzone_states fk_uqpnucoyruzwqpkmpakaypbvkurkruljkrjj; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_states + ADD CONSTRAINT fk_uqpnucoyruzwqpkmpakaypbvkurkruljkrjj FOREIGN KEY ("stateId") REFERENCES public.commerce_states(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_plans fk_usbnysggrobzuujzujprrvfozjjtucaaphfg; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_plans + ADD CONSTRAINT fk_usbnysggrobzuujzujprrvfozjjtucaaphfg FOREIGN KEY ("planInformationId") REFERENCES public.elements(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_plans fk_vkhfsxvlyrssewirrpzqsrojooezuytrgufx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_plans + ADD CONSTRAINT fk_vkhfsxvlyrssewirrpzqsrojooezuytrgufx FOREIGN KEY ("gatewayId") REFERENCES public.commerce_gateways(id) ON DELETE CASCADE; + + +-- +-- Name: entrytypes fk_vtbneecrhrgaymzencsgzcqrziyjqaksubvj; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entrytypes + ADD CONSTRAINT fk_vtbneecrhrgaymzencsgzcqrziyjqaksubvj FOREIGN KEY ("sectionId") REFERENCES public.sections(id) ON DELETE CASCADE; + + +-- +-- Name: userpermissions_usergroups fk_vtemzxcveezidldmolzxeohygxdocpwojcew; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_usergroups + ADD CONSTRAINT fk_vtemzxcveezidldmolzxeohygxdocpwojcew FOREIGN KEY ("groupId") REFERENCES public.usergroups(id) ON DELETE CASCADE; + + +-- +-- Name: announcements fk_vtgfqujlysikqytntpxjyxgyiiuqgxmfyghr; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.announcements + ADD CONSTRAINT fk_vtgfqujlysikqytntpxjyxgyiiuqgxmfyghr FOREIGN KEY ("pluginId") REFERENCES public.plugins(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_producttypes_taxcategories fk_vytqtcmrwsskzjrkzospwmjamcqhpumuaryc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_taxcategories + ADD CONSTRAINT fk_vytqtcmrwsskzjrkzospwmjamcqhpumuaryc FOREIGN KEY ("productTypeId") REFERENCES public.commerce_producttypes(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_transactions fk_wdgdkcokvdpsqolkrqinttyemgblpwiskqnx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_transactions + ADD CONSTRAINT fk_wdgdkcokvdpsqolkrqinttyemgblpwiskqnx FOREIGN KEY ("orderId") REFERENCES public.commerce_orders(id) ON DELETE CASCADE; + + +-- +-- Name: globalsets fk_wicoqgscddcokzmwcpubymbpmckzpkadsydn; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.globalsets + ADD CONSTRAINT fk_wicoqgscddcokzmwcpubymbpmckzpkadsydn FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_sale_purchasables fk_wmvdajnpjkkkxaymsdxjlpzntrviwxzcnusm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_purchasables + ADD CONSTRAINT fk_wmvdajnpjkkkxaymsdxjlpzntrviwxzcnusm FOREIGN KEY ("purchasableId") REFERENCES public.commerce_purchasables(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: categories fk_wytkmrvozgqhkzibgyztjydcwpxgcvzqbcar; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categories + ADD CONSTRAINT fk_wytkmrvozgqhkzibgyztjydcwpxgcvzqbcar FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: categories fk_xcuyjytcgmzvafqwawlnvhmmrchptkdrqyxo; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categories + ADD CONSTRAINT fk_xcuyjytcgmzvafqwawlnvhmmrchptkdrqyxo FOREIGN KEY ("parentId") REFERENCES public.categories(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_purchasables fk_xdlcxkupeziytxlrmaniikbqcrlmwmmdqksr; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_purchasables + ADD CONSTRAINT fk_xdlcxkupeziytxlrmaniikbqcrlmwmmdqksr FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: content fk_xpqjusxnkexqtolpscnblccyqgmfpuowyhkd; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.content + ADD CONSTRAINT fk_xpqjusxnkexqtolpscnblccyqgmfpuowyhkd FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: userpermissions_usergroups fk_xqxmmojzsxqylymfcqpvnfxhtjchvtunsxgc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_usergroups + ADD CONSTRAINT fk_xqxmmojzsxqylymfcqpvnfxhtjchvtunsxgc FOREIGN KEY ("permissionId") REFERENCES public.userpermissions(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_variants fk_xtacgypnjouzlyrwjlwffxzwzkxfrzvqklqs; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_variants + ADD CONSTRAINT fk_xtacgypnjouzlyrwjlwffxzwzkxfrzvqklqs FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_producttypes_sites fk_xzwcqeqeclqsrohnxvjlmgnmxydmjeuzrllq; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_sites + ADD CONSTRAINT fk_xzwcqeqeclqsrohnxvjlmgnmxydmjeuzrllq FOREIGN KEY ("productTypeId") REFERENCES public.commerce_producttypes(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_discount_usergroups fk_yicigqinflouutwcgawopibmqomtfhcuuwfi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_usergroups + ADD CONSTRAINT fk_yicigqinflouutwcgawopibmqomtfhcuuwfi FOREIGN KEY ("userGroupId") REFERENCES public.usergroups(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_customers fk_yjefzoyzysqryjrfrublaikgkxjybjlicbyt; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers + ADD CONSTRAINT fk_yjefzoyzysqryjrfrublaikgkxjybjlicbyt FOREIGN KEY ("primaryShippingAddressId") REFERENCES public.commerce_addresses(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_producttypes fk_ynacgnyiddlhqqndluegwzgckvqfswrikjkk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes + ADD CONSTRAINT fk_ynacgnyiddlhqqndluegwzgckvqfswrikjkk FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_orders fk_yqgqcbfnminmmgvpfaamiyyuuunqthylfdnz; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_yqgqcbfnminmmgvpfaamiyyuuunqthylfdnz FOREIGN KEY ("estimatedShippingAddressId") REFERENCES public.commerce_addresses(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_shippingrule_categories fk_yqmtydcnrbooncgrkplgpoykfyaciimszaop; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrule_categories + ADD CONSTRAINT fk_yqmtydcnrbooncgrkplgpoykfyaciimszaop FOREIGN KEY ("shippingRuleId") REFERENCES public.commerce_shippingrules(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_producttypes fk_yqzfnzcbzzoezcpvilbexyjzwzljqpbldxwj; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes + ADD CONSTRAINT fk_yqzfnzcbzzoezcpvilbexyjzwzljqpbldxwj FOREIGN KEY ("variantFieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_orderstatus_emails fk_yspvgudylpbeummmedvydctpvkumptbsiscl; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderstatus_emails + ADD CONSTRAINT fk_yspvgudylpbeummmedvydctpvkumptbsiscl FOREIGN KEY ("orderStatusId") REFERENCES public.commerce_orderstatuses(id) ON UPDATE CASCADE ON DELETE RESTRICT; + + +-- +-- Name: sessions fk_yujfidgemnkxeulxofwldhmumzaryivatuyt; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sessions + ADD CONSTRAINT fk_yujfidgemnkxeulxofwldhmumzaryivatuyt FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: matrixblocks fk_yycavqqfxubkylnptvvkqsosunxmysqystem; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks + ADD CONSTRAINT fk_yycavqqfxubkylnptvvkqsosunxmysqystem FOREIGN KEY ("fieldId") REFERENCES public.fields(id) ON DELETE CASCADE; + + +-- +-- Name: entries fk_yydzxjhcbuafjchjcdfsiukeeystenkypork; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entries + ADD CONSTRAINT fk_yydzxjhcbuafjchjcdfsiukeeystenkypork FOREIGN KEY ("sectionId") REFERENCES public.sections(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_orderadjustments fk_zejjaslmihervwfnsyuxxcqytwiqyzecakso; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderadjustments + ADD CONSTRAINT fk_zejjaslmihervwfnsyuxxcqytwiqyzecakso FOREIGN KEY ("orderId") REFERENCES public.commerce_orders(id) ON DELETE CASCADE; + + +-- +-- Name: changedfields fk_znmwcegdrrisdyakglurteockdpbfyzxtfee; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedfields + ADD CONSTRAINT fk_znmwcegdrrisdyakglurteockdpbfyzxtfee FOREIGN KEY ("fieldId") REFERENCES public.fields(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- PostgreSQL database dump complete +-- + diff --git a/db-seed/postgres/dbs/project_v4.sql b/db-seed/postgres/dbs/project_v4.sql new file mode 100644 index 0000000..081fc97 --- /dev/null +++ b/db-seed/postgres/dbs/project_v4.sql @@ -0,0 +1,13182 @@ +-- +-- PostgreSQL database dump +-- + +-- Dumped from database version 12.10 +-- Dumped by pg_dump version 13.5 + +SET statement_timeout = 0; +SET lock_timeout = 0; +SET idle_in_transaction_session_timeout = 0; +SET client_encoding = 'UTF8'; +SET standard_conforming_strings = on; +SELECT pg_catalog.set_config('search_path', '', false); +SET check_function_bodies = false; +SET xmloption = content; +SET client_min_messages = warning; +SET row_security = off; + +ALTER TABLE IF EXISTS ONLY public.addresses DROP CONSTRAINT IF EXISTS fk_zursyjmbihhiqqaefkooymdewltqcislanxp; +ALTER TABLE IF EXISTS ONLY public.changedfields DROP CONSTRAINT IF EXISTS fk_znmwcegdrrisdyakglurteockdpbfyzxtfee; +ALTER TABLE IF EXISTS ONLY public.commerce_orderadjustments DROP CONSTRAINT IF EXISTS fk_zejjaslmihervwfnsyuxxcqytwiqyzecakso; +ALTER TABLE IF EXISTS ONLY public.entries DROP CONSTRAINT IF EXISTS fk_yydzxjhcbuafjchjcdfsiukeeystenkypork; +ALTER TABLE IF EXISTS ONLY public.matrixblocks DROP CONSTRAINT IF EXISTS fk_yycavqqfxubkylnptvvkqsosunxmysqystem; +ALTER TABLE IF EXISTS ONLY public.sessions DROP CONSTRAINT IF EXISTS fk_yujfidgemnkxeulxofwldhmumzaryivatuyt; +ALTER TABLE IF EXISTS ONLY public.commerce_orderstatus_emails DROP CONSTRAINT IF EXISTS fk_yspvgudylpbeummmedvydctpvkumptbsiscl; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes DROP CONSTRAINT IF EXISTS fk_yqzfnzcbzzoezcpvilbexyjzwzljqpbldxwj; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingrule_categories DROP CONSTRAINT IF EXISTS fk_yqmtydcnrbooncgrkplgpoykfyaciimszaop; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_yqgqcbfnminmmgvpfaamiyyuuunqthylfdnz; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes DROP CONSTRAINT IF EXISTS fk_ynacgnyiddlhqqndluegwzgckvqfswrikjkk; +ALTER TABLE IF EXISTS ONLY public.commerce_customers DROP CONSTRAINT IF EXISTS fk_yjefzoyzysqryjrfrublaikgkxjybjlicbyt; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_usergroups DROP CONSTRAINT IF EXISTS fk_yicigqinflouutwcgawopibmqomtfhcuuwfi; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_sites DROP CONSTRAINT IF EXISTS fk_xzwcqeqeclqsrohnxvjlmgnmxydmjeuzrllq; +ALTER TABLE IF EXISTS ONLY public.commerce_variants DROP CONSTRAINT IF EXISTS fk_xtacgypnjouzlyrwjlwffxzwzkxfrzvqklqs; +ALTER TABLE IF EXISTS ONLY public.userpermissions_usergroups DROP CONSTRAINT IF EXISTS fk_xqxmmojzsxqylymfcqpvnfxhtjchvtunsxgc; +ALTER TABLE IF EXISTS ONLY public.content DROP CONSTRAINT IF EXISTS fk_xpqjusxnkexqtolpscnblccyqgmfpuowyhkd; +ALTER TABLE IF EXISTS ONLY public.commerce_purchasables DROP CONSTRAINT IF EXISTS fk_xdlcxkupeziytxlrmaniikbqcrlmwmmdqksr; +ALTER TABLE IF EXISTS ONLY public.categories DROP CONSTRAINT IF EXISTS fk_xcuyjytcgmzvafqwawlnvhmmrchptkdrqyxo; +ALTER TABLE IF EXISTS ONLY public.categories DROP CONSTRAINT IF EXISTS fk_wytkmrvozgqhkzibgyztjydcwpxgcvzqbcar; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_purchasables DROP CONSTRAINT IF EXISTS fk_wmvdajnpjkkkxaymsdxjlpzntrviwxzcnusm; +ALTER TABLE IF EXISTS ONLY public.globalsets DROP CONSTRAINT IF EXISTS fk_wicoqgscddcokzmwcpubymbpmckzpkadsydn; +ALTER TABLE IF EXISTS ONLY public.commerce_transactions DROP CONSTRAINT IF EXISTS fk_wdgdkcokvdpsqolkrqinttyemgblpwiskqnx; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_taxcategories DROP CONSTRAINT IF EXISTS fk_vytqtcmrwsskzjrkzospwmjamcqhpumuaryc; +ALTER TABLE IF EXISTS ONLY public.announcements DROP CONSTRAINT IF EXISTS fk_vtgfqujlysikqytntpxjyxgyiiuqgxmfyghr; +ALTER TABLE IF EXISTS ONLY public.userpermissions_usergroups DROP CONSTRAINT IF EXISTS fk_vtemzxcveezidldmolzxeohygxdocpwojcew; +ALTER TABLE IF EXISTS ONLY public.entrytypes DROP CONSTRAINT IF EXISTS fk_vtbneecrhrgaymzencsgzcqrziyjqaksubvj; +ALTER TABLE IF EXISTS ONLY public.commerce_plans DROP CONSTRAINT IF EXISTS fk_vkhfsxvlyrssewirrpzqsrojooezuytrgufx; +ALTER TABLE IF EXISTS ONLY public.commerce_plans DROP CONSTRAINT IF EXISTS fk_usbnysggrobzuujzujprrvfozjjtucaaphfg; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzone_states DROP CONSTRAINT IF EXISTS fk_uqpnucoyruzwqpkmpakaypbvkurkruljkrjj; +ALTER TABLE IF EXISTS ONLY public.elements DROP CONSTRAINT IF EXISTS fk_uqkwchdogfbixowvwtjiillwwhjobwmrmbbi; +ALTER TABLE IF EXISTS ONLY public.commerce_subscriptions DROP CONSTRAINT IF EXISTS fk_upjzflvovfutrubhgoekilgovlxidgpyffwa; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzone_states DROP CONSTRAINT IF EXISTS fk_ujlodhfruqodblfvycrfkrblbhumtlawsdwf; +ALTER TABLE IF EXISTS ONLY public.commerce_states DROP CONSTRAINT IF EXISTS fk_ugrypgiwhedpixibavdasnrwqzvuftwzvkql; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingrules DROP CONSTRAINT IF EXISTS fk_ucmwiiklzrtdctjtjihbrbubcnblljgfwcvo; +ALTER TABLE IF EXISTS ONLY public.commerce_subscriptions DROP CONSTRAINT IF EXISTS fk_ucdhefffgcjmqidrstzpfhbzkabwatggffhp; +ALTER TABLE IF EXISTS ONLY public.userpermissions_users DROP CONSTRAINT IF EXISTS fk_uccwobghavzvqqxthbtnplcvsqirsmfnkceo; +ALTER TABLE IF EXISTS ONLY public.relations DROP CONSTRAINT IF EXISTS fk_tzciywokzmhhfqxiweainctvlpblpkivtbtz; +ALTER TABLE IF EXISTS ONLY public.commerce_products DROP CONSTRAINT IF EXISTS fk_ttijabtffyjdqcmbyawbpegzpgdvfomshwlv; +ALTER TABLE IF EXISTS ONLY public.assetindexdata DROP CONSTRAINT IF EXISTS fk_tnhscakiqkjnhyqmudavshefckqunguoxnsk; +ALTER TABLE IF EXISTS ONLY public.users DROP CONSTRAINT IF EXISTS fk_tizpqynhfphevjqsfmuhgoenpedtgbxngaqk; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_usergroups DROP CONSTRAINT IF EXISTS fk_tfwcukoxbadoxwmvttcfgycxdzusnwgaoruy; +ALTER TABLE IF EXISTS ONLY public.elements DROP CONSTRAINT IF EXISTS fk_tfixmxocbcdtiovczlalynvdbrobmrlsnzgj; +ALTER TABLE IF EXISTS ONLY public.retour_static_redirects DROP CONSTRAINT IF EXISTS fk_tepklbytqfsvneapvglbcjohpmgjklsemzsc; +ALTER TABLE IF EXISTS ONLY public.commerce_emails DROP CONSTRAINT IF EXISTS fk_stbuerpsuyxkwychuuicbixtwnlaewgvkphv; +ALTER TABLE IF EXISTS ONLY public.commerce_customers DROP CONSTRAINT IF EXISTS fk_srwkwjfntiskihwgfvbpnuepfblhvesvlqeu; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzone_countries DROP CONSTRAINT IF EXISTS fk_sotfigrasdcywfgabvczwqtvknwgciquguya; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_shippingcategories DROP CONSTRAINT IF EXISTS fk_sghdqdehxjoudbswimahewbhljjvlgqoarlc; +ALTER TABLE IF EXISTS ONLY public.commerce_customers DROP CONSTRAINT IF EXISTS fk_sfaguluhopkmrxbaesekdazplljdsvlwragk; +ALTER TABLE IF EXISTS ONLY public.categorygroups_sites DROP CONSTRAINT IF EXISTS fk_sdwwhsjsdmmwmsylyhwebypdxixipfowhecz; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_sagnbyadmuglrlehmwfqrdxorajbiagvazdt; +ALTER TABLE IF EXISTS ONLY public.changedattributes DROP CONSTRAINT IF EXISTS fk_rzkpfnyksggsksjoecygkhsdcwdzqiakxtwd; +ALTER TABLE IF EXISTS ONLY public.entries DROP CONSTRAINT IF EXISTS fk_rurlchfkjnlcdojdjlgrfaiilocdcedetbus; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_categories DROP CONSTRAINT IF EXISTS fk_rpsuvmvhycswkwyegafthdrwmtltthlpgnrz; +ALTER TABLE IF EXISTS ONLY public.retour_stats DROP CONSTRAINT IF EXISTS fk_rlnrntrpgwqwixiegfbkkuzpxeersncmxbxx; +ALTER TABLE IF EXISTS ONLY public.entries DROP CONSTRAINT IF EXISTS fk_rhxomfdfawevvmcjmfewyieuounblfndmulw; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_rhwnxmmwsnrbxsffmdbfsrmldqgibrkrzqwg; +ALTER TABLE IF EXISTS ONLY public.webperf_data_samples DROP CONSTRAINT IF EXISTS fk_rhozmsdcrswgjnjpoefprbpdydhuyzaqycbf; +ALTER TABLE IF EXISTS ONLY public.commerce_customer_discountuses DROP CONSTRAINT IF EXISTS fk_rhhqjltarfuzgzqysgjewmdowdipoyythqus; +ALTER TABLE IF EXISTS ONLY public.shunnedmessages DROP CONSTRAINT IF EXISTS fk_rgakbgldevkgdibnrcmxnukpjafcgxdexwhr; +ALTER TABLE IF EXISTS ONLY public.elements_sites DROP CONSTRAINT IF EXISTS fk_rcipqctuxgaqsevsaeespwalfsurvrjxtmlk; +ALTER TABLE IF EXISTS ONLY public.commerce_orderhistories DROP CONSTRAINT IF EXISTS fk_qzzikwgcrgpwwbbkqjwzuluuqzdxukjfxvta; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_qwkoqjuzmspawggvfvhnrxnwlzcppfbbpfxs; +ALTER TABLE IF EXISTS ONLY public.commerce_orderhistories DROP CONSTRAINT IF EXISTS fk_qwbbubabdhmyqrvflwwyzleoilfenuazewlc; +ALTER TABLE IF EXISTS ONLY public.changedattributes DROP CONSTRAINT IF EXISTS fk_qvorgcfbsmwbnqczzrsqfrwznqxqnepnjbqk; +ALTER TABLE IF EXISTS ONLY public.sections DROP CONSTRAINT IF EXISTS fk_qugyarmjcrldhnmxtbomwtzptzanbizraipw; +ALTER TABLE IF EXISTS ONLY public.changedfields DROP CONSTRAINT IF EXISTS fk_qrkujdqicshzndzounybiyebqwtepujpdjzw; +ALTER TABLE IF EXISTS ONLY public.categorygroups DROP CONSTRAINT IF EXISTS fk_qprtvdbbvjvluujxipcodqygpzocngizaroc; +ALTER TABLE IF EXISTS ONLY public.elements DROP CONSTRAINT IF EXISTS fk_qllihycmhkfztoegpkwbwocqoerjmmvfokyx; +ALTER TABLE IF EXISTS ONLY public.fieldlayoutfields DROP CONSTRAINT IF EXISTS fk_qisghaxfwahsysvscapiawpgsuxeszkijmgo; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzone_countries DROP CONSTRAINT IF EXISTS fk_qgxryendoozctofavrsinhoxejoevajgebym; +ALTER TABLE IF EXISTS ONLY public.drafts DROP CONSTRAINT IF EXISTS fk_qaukowuusqrmkgtuojlzcxtbsovfuldvbvvn; +ALTER TABLE IF EXISTS ONLY public.commerce_orderstatus_emails DROP CONSTRAINT IF EXISTS fk_qaivsndazxoqfzhiqzhbpfumryquiimtpghi; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_sites DROP CONSTRAINT IF EXISTS fk_pyzhgsxyntwyrvsdvicuuwghqsoufltazhgd; +ALTER TABLE IF EXISTS ONLY public.entries DROP CONSTRAINT IF EXISTS fk_praovqtbzaplbsyzojbakvaqhgptqieovkha; +ALTER TABLE IF EXISTS ONLY public.matrixblocktypes DROP CONSTRAINT IF EXISTS fk_ppmafotkzljghdonmprdzfruckvamjnraqyu; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_categories DROP CONSTRAINT IF EXISTS fk_pgsmdmhsthufyfuixjmytledzguwkgzrpkwk; +ALTER TABLE IF EXISTS ONLY public.commerce_variants DROP CONSTRAINT IF EXISTS fk_petuwophlcqwqwtamvqsrjvdrvsagitfmlzv; +ALTER TABLE IF EXISTS ONLY public.commerce_ordernotices DROP CONSTRAINT IF EXISTS fk_pemxxjnpagjusgwzqtgpjgzprfpsvajtxzfw; +ALTER TABLE IF EXISTS ONLY public.volumes DROP CONSTRAINT IF EXISTS fk_pcqsvheptfxjqbmpbbgpfonyysaltjkfjrcx; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_taxcategories DROP CONSTRAINT IF EXISTS fk_pbpfbxpcwhdgwludcylbsydfnaejvwbcfknq; +ALTER TABLE IF EXISTS ONLY public.commerce_customer_discountuses DROP CONSTRAINT IF EXISTS fk_pafeikdmdwtagztybaogymlrfpmtzuntcogc; +ALTER TABLE IF EXISTS ONLY public.commerce_subscriptions DROP CONSTRAINT IF EXISTS fk_owrdchexndkqypnhblcgdgekvelprolgqxvm; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzone_countries DROP CONSTRAINT IF EXISTS fk_oufglwrdizkxiplqdauttptgrskqnvkzncjm; +ALTER TABLE IF EXISTS ONLY public.structureelements DROP CONSTRAINT IF EXISTS fk_ormhtsvkycsjwdgwwizxnuzbwzgpbnndltog; +ALTER TABLE IF EXISTS ONLY public.commerce_paymentsources DROP CONSTRAINT IF EXISTS fk_opuiuagxosxdobguujsohsllrpbgvzuvokmr; +ALTER TABLE IF EXISTS ONLY public.changedfields DROP CONSTRAINT IF EXISTS fk_omzgxuvoiiunoxvrqmuxgkttusmpsopzujro; +ALTER TABLE IF EXISTS ONLY public.categories DROP CONSTRAINT IF EXISTS fk_odvridjqspnfqwlicdttnlbvgvrpzkrzjkhm; +ALTER TABLE IF EXISTS ONLY public.elements DROP CONSTRAINT IF EXISTS fk_oascxrpeamnzgztythmodhumayvwgwkkbfez; +ALTER TABLE IF EXISTS ONLY public.commerce_email_discountuses DROP CONSTRAINT IF EXISTS fk_nzqjkpbbotiukuemtksmtmccjwhhiblzhvdn; +ALTER TABLE IF EXISTS ONLY public.revisions DROP CONSTRAINT IF EXISTS fk_nxgjiquctnqyonfwcjbajhgwglzbmrzktoil; +ALTER TABLE IF EXISTS ONLY public.usergroups_users DROP CONSTRAINT IF EXISTS fk_nxawexawoaffrrxrsuvbebhljzntaisfkwyi; +ALTER TABLE IF EXISTS ONLY public.announcements DROP CONSTRAINT IF EXISTS fk_nqiwwuyytbratqrtjpdslpbdaqwjlqzyebjy; +ALTER TABLE IF EXISTS ONLY public.gqltokens DROP CONSTRAINT IF EXISTS fk_npnlcomsojkzgybykyepqwtllcgcvfowkiic; +ALTER TABLE IF EXISTS ONLY public.structureelements DROP CONSTRAINT IF EXISTS fk_nktrlxuaacgcsvtkrrgvavmjwgmjuzbpjtxs; +ALTER TABLE IF EXISTS ONLY public.matrixblocks DROP CONSTRAINT IF EXISTS fk_nkgqcjzrjcoldzlzcngxivgjeicfqgddxwky; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_purchasables DROP CONSTRAINT IF EXISTS fk_nimbwzgsmgshiteyhdwpihnzwihnwpxwpodg; +ALTER TABLE IF EXISTS ONLY public.fieldlayoutfields DROP CONSTRAINT IF EXISTS fk_mrmxdgjqvcxmapafpahhwpnhsbpvbjluslbg; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_categories DROP CONSTRAINT IF EXISTS fk_mphlmmdnchshieecjxakbdmguunecgvjbvnk; +ALTER TABLE IF EXISTS ONLY public.tags DROP CONSTRAINT IF EXISTS fk_mimftusvuvgiuhdmmugdowydfkrbenkfwmys; +ALTER TABLE IF EXISTS ONLY public.fields DROP CONSTRAINT IF EXISTS fk_makbzpmgeixkvpmnjgjmdqtworlsniwxjyrv; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_purchasables DROP CONSTRAINT IF EXISTS fk_mabsxjxwvnxpysicszmahkpjmwjlfkafirpu; +ALTER TABLE IF EXISTS ONLY public.revisions DROP CONSTRAINT IF EXISTS fk_lypbqmqfhouvymxvufmkgfdajmjgflghxpsx; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzone_states DROP CONSTRAINT IF EXISTS fk_lybqrxrvhyaonrjriydikdjqwbmoytcqunpm; +ALTER TABLE IF EXISTS ONLY public.commerce_addresses DROP CONSTRAINT IF EXISTS fk_lodvosernqpqgqokpounwlxfbrosvsidudav; +ALTER TABLE IF EXISTS ONLY public.relations DROP CONSTRAINT IF EXISTS fk_locgprdnettylnlivohsmrplzgxnxljdmujo; +ALTER TABLE IF EXISTS ONLY public.commerce_products DROP CONSTRAINT IF EXISTS fk_lnvylxlvqalangasmizqulqqwtssiekmvwje; +ALTER TABLE IF EXISTS ONLY public.commerce_lineitems DROP CONSTRAINT IF EXISTS fk_lnfgujhlahedpqmzjczcukmfcqcrmmsvyftn; +ALTER TABLE IF EXISTS ONLY public.elements_sites DROP CONSTRAINT IF EXISTS fk_lljadqwuhhxbzwdmjmbjkajkbwninbaxcxgt; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_lktuwyfogazashopsnrklhnrybwlimvxxyze; +ALTER TABLE IF EXISTS ONLY public.categorygroups_sites DROP CONSTRAINT IF EXISTS fk_lghguxftfezdzvrdgsphjcbxiouxrsbnlohc; +ALTER TABLE IF EXISTS ONLY public.matrixblocks DROP CONSTRAINT IF EXISTS fk_lcrjriseubqbaycpvlracsxptjnqukvhevdx; +ALTER TABLE IF EXISTS ONLY public.assets DROP CONSTRAINT IF EXISTS fk_lbmpvfjkmhxkcvtzonjlwigreamgjerdnmdi; +ALTER TABLE IF EXISTS ONLY public.matrixblocks_owners DROP CONSTRAINT IF EXISTS fk_kthtiqdusmysuvhtfzdcgczaxfpsroayyajy; +ALTER TABLE IF EXISTS ONLY public.webperf_error_samples DROP CONSTRAINT IF EXISTS fk_kehunywtsavohgmtghwjjsnemrppdlgeoazb; +ALTER TABLE IF EXISTS ONLY public.commerce_customers_addresses DROP CONSTRAINT IF EXISTS fk_jvztjqgcamklcnegmthokgargrcthneqmxjm; +ALTER TABLE IF EXISTS ONLY public.sections_sites DROP CONSTRAINT IF EXISTS fk_juepmdjdhfhkisivxyvpwucpswdhikgbmoqd; +ALTER TABLE IF EXISTS ONLY public.fieldlayouttabs DROP CONSTRAINT IF EXISTS fk_jtteuksmggvepyemejmurktjsvqiutlsxapj; +ALTER TABLE IF EXISTS ONLY public.matrixblocks DROP CONSTRAINT IF EXISTS fk_jocalzvvnngaeccisfzovkayhzuxzngzyjwq; +ALTER TABLE IF EXISTS ONLY public.relations DROP CONSTRAINT IF EXISTS fk_jmlhhwolvzhwqmrwqcijqmeantsxxftorxft; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingrule_categories DROP CONSTRAINT IF EXISTS fk_jlfnjvelrohmjyrjbmdxefteoxiwgfyzbfun; +ALTER TABLE IF EXISTS ONLY public.commerce_transactions DROP CONSTRAINT IF EXISTS fk_jadrnbbvjtvwjcdmqqgeefucrcqmoxgqkoia; +ALTER TABLE IF EXISTS ONLY public.sites DROP CONSTRAINT IF EXISTS fk_ivumtcxdredwjwivuyhtasoylsoabhxaagox; +ALTER TABLE IF EXISTS ONLY public.matrixblocktypes DROP CONSTRAINT IF EXISTS fk_ipwxxgxmufcrdytzofdjkryarozemfesknsp; +ALTER TABLE IF EXISTS ONLY public.commerce_paymentsources DROP CONSTRAINT IF EXISTS fk_ihbgueioydnknaulbqdjwyzczhffurjnnwwd; +ALTER TABLE IF EXISTS ONLY public.commerce_customers_addresses DROP CONSTRAINT IF EXISTS fk_ifvznopdyfibptebrpxrcluhhksawiqwlbfy; +ALTER TABLE IF EXISTS ONLY public.drafts DROP CONSTRAINT IF EXISTS fk_idlgjlezheqbbnmjwjpynncbnceistlocpit; +ALTER TABLE IF EXISTS ONLY public.tags DROP CONSTRAINT IF EXISTS fk_icbiiwskrrfmmrwdyuprphvxoeukcfmvzdyy; +ALTER TABLE IF EXISTS ONLY public.taggroups DROP CONSTRAINT IF EXISTS fk_hygovqmsxjnkngxsdzaldoeqqvzbwkfameju; +ALTER TABLE IF EXISTS ONLY public.matrixblocks_owners DROP CONSTRAINT IF EXISTS fk_hwtsevdvvrefksrojgowxdkdqspwkoelweob; +ALTER TABLE IF EXISTS ONLY public.addresses DROP CONSTRAINT IF EXISTS fk_htditvtibwboxsaswgdiwqvflbbcceuwkxru; +ALTER TABLE IF EXISTS ONLY public.users DROP CONSTRAINT IF EXISTS fk_htbtroxhwvlhgnimlodmfryaxhoberjrmvlx; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzone_countries DROP CONSTRAINT IF EXISTS fk_hsxtdfhpuccmhrkkhewvopsxdgoivavgsfhk; +ALTER TABLE IF EXISTS ONLY public.commerce_taxrates DROP CONSTRAINT IF EXISTS fk_hltvlvlkgwzvtxruefwnjzwchwnhfhlajgjr; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_categories DROP CONSTRAINT IF EXISTS fk_hlfmtwyvlkmzxfdxthaomogcpphqofjoovud; +ALTER TABLE IF EXISTS ONLY public.commerce_taxrates DROP CONSTRAINT IF EXISTS fk_hfsvpffryvmjifgjnifzdyltqlapbqwjqvgj; +ALTER TABLE IF EXISTS ONLY public.commerce_lineitems DROP CONSTRAINT IF EXISTS fk_hezndnlpltwluchxydcakiixytxygbatwumh; +ALTER TABLE IF EXISTS ONLY public.commerce_orderhistories DROP CONSTRAINT IF EXISTS fk_hawhxsnfedeaznrltxkkdzjzpvnqvkmbifln; +ALTER TABLE IF EXISTS ONLY public.commerce_subscriptions DROP CONSTRAINT IF EXISTS fk_gvgrfnnztileumtrttrbqnpoiiitvysrhhoq; +ALTER TABLE IF EXISTS ONLY public.seomatic_metabundles DROP CONSTRAINT IF EXISTS fk_gsrbfdwbxtodzbliuprfdvwbwjtokejqnbkf; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzone_states DROP CONSTRAINT IF EXISTS fk_ghqvrgqrharcggtempukgscfyqptkrjhmivk; +ALTER TABLE IF EXISTS ONLY public.userpreferences DROP CONSTRAINT IF EXISTS fk_fyowvmtwqjmbiqmtdswlitzvmyryufrwdoem; +ALTER TABLE IF EXISTS ONLY public.changedfields DROP CONSTRAINT IF EXISTS fk_ftvmcxgjvglikuozlrxpsodmlhgahsjdgsor; +ALTER TABLE IF EXISTS ONLY public.commerce_subscriptions DROP CONSTRAINT IF EXISTS fk_frwuhykztmssvdzterseklylkelykrwxqjtt; +ALTER TABLE IF EXISTS ONLY public.assets DROP CONSTRAINT IF EXISTS fk_fmdqydnvucvnzyqkxbqxifhqerkedzayvctc; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_usergroups DROP CONSTRAINT IF EXISTS fk_fkxryhvcboebhgrrmndrodawcuypjyirggjv; +ALTER TABLE IF EXISTS ONLY public.entries DROP CONSTRAINT IF EXISTS fk_fblqbxvtryriwtaixtqaqxmurkihledvathh; +ALTER TABLE IF EXISTS ONLY public.craftidtokens DROP CONSTRAINT IF EXISTS fk_ewbtqecpwgxonwxfaapbpxskinmklbxsnoqg; +ALTER TABLE IF EXISTS ONLY public.usergroups_users DROP CONSTRAINT IF EXISTS fk_erjctndbwosaxaztnwaknnqsdsctutuajvsi; +ALTER TABLE IF EXISTS ONLY public.commerce_transactions DROP CONSTRAINT IF EXISTS fk_epwsfbgljqeqhzlinulkhwsohuqidiqwitbk; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingrules DROP CONSTRAINT IF EXISTS fk_eoqagkilbkibmzyjnprbtykshahupzpvzhik; +ALTER TABLE IF EXISTS ONLY public.assetindexdata DROP CONSTRAINT IF EXISTS fk_edzlcqlclykektrladfgpxavytxdmdsljqim; +ALTER TABLE IF EXISTS ONLY public.commerce_lineitems DROP CONSTRAINT IF EXISTS fk_ebuoziiqetiolpdvdpgjshfhckekbxhrsmyl; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_usergroups DROP CONSTRAINT IF EXISTS fk_dwqvxgzgnaupztrfjarwdpufdhujlckwbowl; +ALTER TABLE IF EXISTS ONLY public.commerce_transactions DROP CONSTRAINT IF EXISTS fk_dvkpootgbtcggjaoxfrfhwxxwwqgapqevdck; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_dslnjssnfynfrndkmbmngwuyoxwcwnbjjdpi; +ALTER TABLE IF EXISTS ONLY public.assets DROP CONSTRAINT IF EXISTS fk_dniavlgpxeomkppsysnkyuauklrnarkgapng; +ALTER TABLE IF EXISTS ONLY public.globalsets DROP CONSTRAINT IF EXISTS fk_cxnxpllscvuclwotpdudgoxtbngzmwsctddx; +ALTER TABLE IF EXISTS ONLY public.changedattributes DROP CONSTRAINT IF EXISTS fk_cxiqvnfhxogtxrgbzhhpwrlhupnbtuqonbux; +ALTER TABLE IF EXISTS ONLY public.sections_sites DROP CONSTRAINT IF EXISTS fk_cwynvgciczjisnnwsxyhthzlhuylbxufixgl; +ALTER TABLE IF EXISTS ONLY public.commerce_addresses DROP CONSTRAINT IF EXISTS fk_ctmgriekkkztkaouxtuvzozjnjhebpbddmqy; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_csyuryjscltpbvsuyrazhbrelwkeextupbci; +ALTER TABLE IF EXISTS ONLY public.commerce_products DROP CONSTRAINT IF EXISTS fk_cpcefneuwrjztvcqtkvwazwtuwuagirmvgki; +ALTER TABLE IF EXISTS ONLY public.relations DROP CONSTRAINT IF EXISTS fk_cnfamvelxzslwucyymfsjbxxikwzysohjyyr; +ALTER TABLE IF EXISTS ONLY public.volumefolders DROP CONSTRAINT IF EXISTS fk_clcmqbsuvbjtoxowhwcmhafqyalholmlrbyn; +ALTER TABLE IF EXISTS ONLY public.fieldlayoutfields DROP CONSTRAINT IF EXISTS fk_cjbzlnajdzdcdgxlqmxoraalwwylqjxexiwv; +ALTER TABLE IF EXISTS ONLY public.entrytypes DROP CONSTRAINT IF EXISTS fk_cgrgjnnaxanwtmotygnsbfeqecogmhoqmbjb; +ALTER TABLE IF EXISTS ONLY public.widgets DROP CONSTRAINT IF EXISTS fk_cgppepxdvncgjzvoxuuxdmcxkhfijpdeopmi; +ALTER TABLE IF EXISTS ONLY public.userpermissions_users DROP CONSTRAINT IF EXISTS fk_cdmdwetthytngsznqkkaznhclyqboxarebcx; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_purchasables DROP CONSTRAINT IF EXISTS fk_bzfoevmhgnzngaobxjukgyfehamgrknisigi; +ALTER TABLE IF EXISTS ONLY public.commerce_products DROP CONSTRAINT IF EXISTS fk_bxwiytrlxvxrpdtnhqfankxcodkkixmldxym; +ALTER TABLE IF EXISTS ONLY public.commerce_orderhistories DROP CONSTRAINT IF EXISTS fk_brsrqauqztpayvpklqgrbdleenxzcrjpivjb; +ALTER TABLE IF EXISTS ONLY public.categorygroups DROP CONSTRAINT IF EXISTS fk_bblhumogaupxrlbiahgdctawylplyejwyphh; +ALTER TABLE IF EXISTS ONLY public.content DROP CONSTRAINT IF EXISTS fk_auncspyvlxvcjgofehmivudcfuaziagyvxle; +ALTER TABLE IF EXISTS ONLY public.retour_redirects DROP CONSTRAINT IF EXISTS fk_aprzjbzfelabfvoaehpqfrtgrycemmjxwltu; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_ahqwyfwgwxpwyyxrmyagusdbhqctgbuxmkky; +ALTER TABLE IF EXISTS ONLY public.assets DROP CONSTRAINT IF EXISTS fk_agwhijvwkftmcgaxwirclitsebbersuzshhf; +ALTER TABLE IF EXISTS ONLY public.commerce_donations DROP CONSTRAINT IF EXISTS fk_aeqabpccxtknsbmmxavltaqelvulpcwtmayk; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_shippingcategories DROP CONSTRAINT IF EXISTS fk_ackksqzfjcrddfijxgbzhyilwoxeuvdfexbm; +ALTER TABLE IF EXISTS ONLY public.commerce_lineitems DROP CONSTRAINT IF EXISTS fk_abjffofwjalruatzrtqorptycwirkzythgir; +ALTER TABLE IF EXISTS ONLY public.volumefolders DROP CONSTRAINT IF EXISTS fk_aajygyclilxafdwcodtfnihklvuuhizkxzln; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS fk_aajrzacgsqhymylnvmvstvujpoiayulrejkv; +DROP INDEX IF EXISTS public.idx_zzondxpqvdbibscioturqpgjgnncawoukort; +DROP INDEX IF EXISTS public.idx_zvhbbndllkgfrspxkkucdpogpykyjwjuzffz; +DROP INDEX IF EXISTS public.idx_zsrhlbosuzgbojentxyurkbphgrnvjykcusu; +DROP INDEX IF EXISTS public.idx_zrruindjnmxmsuozkfmrkefnyenbqutqjesk; +DROP INDEX IF EXISTS public.idx_znxbbdgkkzfkgwxvhvadbvmnqgjedeequacn; +DROP INDEX IF EXISTS public.idx_zmbsawjnrrdleljrkmwkgnqwvgvjvcxdqojb; +DROP INDEX IF EXISTS public.idx_zlmrwrrepgqmitvqgquabzsqndshbvobbjaf; +DROP INDEX IF EXISTS public.idx_zasrnayketfzpdzibykuxydyoddlmliznart; +DROP INDEX IF EXISTS public.idx_yzuvpnkurbfttynxwjnqseqdtiznyohmxzlh; +DROP INDEX IF EXISTS public.idx_yyozwcskycvsufrnyiubwzdzvhkmmoigqsnc; +DROP INDEX IF EXISTS public.idx_yuuiprytttsebhmnrndmjlyguhpawawudjaw; +DROP INDEX IF EXISTS public.idx_yrfaftamtxihjtxxtzakhvtlcyzfuvswgtnp; +DROP INDEX IF EXISTS public.idx_ygiysocuwxmmxyqouakylsmlcokgffrpfrxz; +DROP INDEX IF EXISTS public.idx_yczssetkjzmvdddtnunetwolmblpixxpinhx; +DROP INDEX IF EXISTS public.idx_yclfzemussmndghxafisylysdfhkokemfxlb; +DROP INDEX IF EXISTS public.idx_yalskzuwldmazhsghkcphqsmdwbiiezreypo; +DROP INDEX IF EXISTS public.idx_xvtyrexwrkxazbnhqhfpgyurccxcciovtggq; +DROP INDEX IF EXISTS public.idx_xnqzvcwosbmrymdhnqwgeydebubptaqfjlif; +DROP INDEX IF EXISTS public.idx_xmoelsnnauijpfmmnnoprcvicriubvddzurh; +DROP INDEX IF EXISTS public.idx_xlqjyyhowomahpkjahawtuskiywvryklzjjd; +DROP INDEX IF EXISTS public.idx_xkxqhzqkahuitpxpxdkvjtpyarnqnmtguqpz; +DROP INDEX IF EXISTS public.idx_xkmybvzfybgerstdhmfbtavqbdjlumywplzq; +DROP INDEX IF EXISTS public.idx_xjhdfhcacnxvknvgmvwznzzvcjucmxuyoess; +DROP INDEX IF EXISTS public.idx_ximxsndvxzcokpbbkgormolpvzmpecpcxomv; +DROP INDEX IF EXISTS public.idx_xdunhnrfaldvgqnktlopwhjupiyzrhgyjuqn; +DROP INDEX IF EXISTS public.idx_xchzlopguwsdbnxesoipnlntoeyfwkiujryg; +DROP INDEX IF EXISTS public.idx_wuxnxvmlvygrfbxsuezngexagivcmcddnhvs; +DROP INDEX IF EXISTS public.idx_wtpjehevwcnkgotfljyjxnarevmfgknkdkxo; +DROP INDEX IF EXISTS public.idx_wsugxixfddvuwfxcwqemddngtdovimyubjpj; +DROP INDEX IF EXISTS public.idx_wslgnopamlovmvmnacdewecegzwhbfqkvfzi; +DROP INDEX IF EXISTS public.idx_wqcsqzqasnvfuxhdpusaizlguzelwgmugddg; +DROP INDEX IF EXISTS public.idx_wnotrhesxpevhmmotomguwwriuscmkdalkqf; +DROP INDEX IF EXISTS public.idx_wnheasnhcnkpylmocpdmxwaowbipjnooeluf; +DROP INDEX IF EXISTS public.idx_wnatqlryceqgucjoenyookuacvpbrbedjdly; +DROP INDEX IF EXISTS public.idx_wlosucoboiiebikrzjpxhdpxcnkhmuuqnnuc; +DROP INDEX IF EXISTS public.idx_wkqogzqtpknogaohnlcfsxhaaiwnxqcjyeah; +DROP INDEX IF EXISTS public.idx_wjznqsglyakfohcsvdcuotnmcojzocnhccay; +DROP INDEX IF EXISTS public.idx_wjwalijxvoaojhtmusqhzizyvlnhzddpqtze; +DROP INDEX IF EXISTS public.idx_wjmlttskeslcrkaxylqtxdmuanyanvnzoudf; +DROP INDEX IF EXISTS public.idx_wjbovfskytuzaesnknibjmrdrxsoyieydfns; +DROP INDEX IF EXISTS public.idx_wdxfitvoglextbuocqhdwcsvcolyakmkwruk; +DROP INDEX IF EXISTS public.idx_wbceldzhmwyfvipccltqodjfbplmqqnirsoc; +DROP INDEX IF EXISTS public.idx_vkoavuhvcxfjqvfnhhczrlnhfhlpzwwhblxe; +DROP INDEX IF EXISTS public.idx_vjwnaymopnadjrpxwvljbvexdzyynxlwxhoo; +DROP INDEX IF EXISTS public.idx_vizjkclelxqgutarieoqssbkbldqlqdcizdi; +DROP INDEX IF EXISTS public.idx_vgaqbwavepgpmbwubfftnseuuvlrqylkdazr; +DROP INDEX IF EXISTS public.idx_vekwetfopsmtrlwvqckyajyrvpucqxpsinis; +DROP INDEX IF EXISTS public.idx_vcaqccjdtfglefvqbfwdbggbelnvqfvqnjvt; +DROP INDEX IF EXISTS public.idx_uxirulkemlmvdilacqenqmywxgocgvnxufwi; +DROP INDEX IF EXISTS public.idx_uxgasmtaspiwbwithhsggtniciqedvtgrhxk; +DROP INDEX IF EXISTS public.idx_uwqxfcodvqdajpsrhbwbznhjrrcocpehpjbv; +DROP INDEX IF EXISTS public.idx_uwaerbmifkjoawdjhnevzfdvgqkjnpsaidgt; +DROP INDEX IF EXISTS public.idx_uvtxawmzmseykadtjgispxsqksjcjsdkfbjl; +DROP INDEX IF EXISTS public.idx_uviuzgmmxupitzczbngggfeuelsukzyjmmqd; +DROP INDEX IF EXISTS public.idx_uusvpubgrxsrbyiemxpfyklypjxlvtkunizx; +DROP INDEX IF EXISTS public.idx_uogudqkgvwsykrzpcajtjfonbicpfslnobfb; +DROP INDEX IF EXISTS public.idx_ukzotdffyrqckldnxuqrtktycnotqycfbqpk; +DROP INDEX IF EXISTS public.idx_ujouvacrzhimmqxjhkllcyoilcqaweltgxjf; +DROP INDEX IF EXISTS public.idx_ufbqsrflpdsaqbxyommsafdocrijdrqulpvi; +DROP INDEX IF EXISTS public.idx_uekqmqnahimisywfjuablqoptvqhqkoqedle; +DROP INDEX IF EXISTS public.idx_ubkqxsqngeuaglnexmtqwhlywddctfnnmhzr; +DROP INDEX IF EXISTS public.idx_uaukdnfbpcqmcjesusojzzfaapmxxhjqbgck; +DROP INDEX IF EXISTS public.idx_tukayloykjjeoqdopoqessmckzcsccctaoat; +DROP INDEX IF EXISTS public.idx_tnzvlakgqmvwmepikdsrcrfotxsywvciqeei; +DROP INDEX IF EXISTS public.idx_tlbwxkhmofortkhkbxtlssdmjxlbtdfkmcfc; +DROP INDEX IF EXISTS public.idx_tgykrotsuizxqzixhvpxcruxbkipnmqynleq; +DROP INDEX IF EXISTS public.idx_tfmzperycwlsgxqnqyobdbiwksoiicwsypvp; +DROP INDEX IF EXISTS public.idx_tduivlqqvkkrgfvjrcagwlukyxsftwbzglgv; +DROP INDEX IF EXISTS public.idx_tdjcsntiaxlvooobllmeafxotykptjmtexzw; +DROP INDEX IF EXISTS public.idx_tbrbucpdrkipnbqkiupidcnwcsmidccqsgqm; +DROP INDEX IF EXISTS public.idx_tadqweqopwvhwkwvqnhbvvjdxhdqkaqbrgat; +DROP INDEX IF EXISTS public.idx_sykezqsplofqzlpclnkpvvztllbghofblmzn; +DROP INDEX IF EXISTS public.idx_sriakszuxsjjnjfqsimlecuedcletfgfaojx; +DROP INDEX IF EXISTS public.idx_srfxdhpjmgbdidswgxgevhncyvexkxdneinv; +DROP INDEX IF EXISTS public.idx_sphptdflqidotcwielyofafgntnhxodkgkvy; +DROP INDEX IF EXISTS public.idx_snuolhkkujdkabgiobovtugxnbvhczhzweoe; +DROP INDEX IF EXISTS public.idx_slwftytnhhhrykijodndsdsfikuzsmsffnvs; +DROP INDEX IF EXISTS public.idx_slofrpwscxezmjmccmhpuncbqypwjqbtleid; +DROP INDEX IF EXISTS public.idx_skhdbzpfipyzbiimbtijlfiossvtbmuqorem; +DROP INDEX IF EXISTS public.idx_sbgsivmohukkooslbjihgqhndjajrtcyuqhz; +DROP INDEX IF EXISTS public.idx_rzmcblfelswmifhgxmrdvenkztbgdpxncixl; +DROP INDEX IF EXISTS public.idx_ryyglsmqjalldlrgoulroncqpwsamzuqcxfq; +DROP INDEX IF EXISTS public.idx_ryrysiqxutdpgzduldfbirizihvtabcxyhgu; +DROP INDEX IF EXISTS public.idx_rxcvflyeozskbdcfjcojijzdorhuwlsfjxnj; +DROP INDEX IF EXISTS public.idx_rwzoibmgjekyeirobhvctnpvogynofoofosq; +DROP INDEX IF EXISTS public.idx_rwtxbovdzgmgtpslhlrbbfjqdqpgdptswtid; +DROP INDEX IF EXISTS public.idx_rwlwqhjlygseqvcfxkqjspufzssktcrrfxhi; +DROP INDEX IF EXISTS public.idx_ruqekngiamkhjmmshupluqlksatmcjyqqfcj; +DROP INDEX IF EXISTS public.idx_rswzqzdqcrbreppseonpzdiubwtgrmptxcuz; +DROP INDEX IF EXISTS public.idx_rkmuxfjpnhpdrwiuchtbittbfetnzpdaggzg; +DROP INDEX IF EXISTS public.idx_rgpqgnnomvzndeesabekbmyxdffqytdqjeho; +DROP INDEX IF EXISTS public.idx_reikhqhclknrtwaqsmftkaokbplmhybktiit; +DROP INDEX IF EXISTS public.idx_qxckgykpkjrcepslyuzhdmqwwiacksgimqqg; +DROP INDEX IF EXISTS public.idx_qqsqsqkkjckdohzqfncgvkrlfvpfrdvduduh; +DROP INDEX IF EXISTS public.idx_qpwqqrjmlzycwgvecroaqygwkzaxnfauxifd; +DROP INDEX IF EXISTS public.idx_qmogcxqeonrvmquyutdxtvbxjjwvxvmnxocs; +DROP INDEX IF EXISTS public.idx_qldorjobzqtecehsopmptveyuftengdjbrui; +DROP INDEX IF EXISTS public.idx_qjommregkugjrfnuwzacyvvzpjuwutntkxom; +DROP INDEX IF EXISTS public.idx_qgtfiwlmscfktugpdfsubogkugovibmkvzfl; +DROP INDEX IF EXISTS public.idx_qgrwpmbrcvqcplfggsdtyhggdhdgfvmllayl; +DROP INDEX IF EXISTS public.idx_pyjnaatyfebldmnljwveyzhojvlphiscrmse; +DROP INDEX IF EXISTS public.idx_pvkhhfgpdpodsosljyzoxgqvqoznjmfuqjaf; +DROP INDEX IF EXISTS public.idx_prlbibqpzjfmfqihfaoazmnreahlqljzmkfb; +DROP INDEX IF EXISTS public.idx_pqxtfuzxganlbddqnmdttuvingmpkusslksj; +DROP INDEX IF EXISTS public.idx_polaarivsubvauyftdvnuqezhyrbvqzokpum; +DROP INDEX IF EXISTS public.idx_pklhoposfjrwlayihnaejcunifydirwaahsk; +DROP INDEX IF EXISTS public.idx_pgknpcneplgmrsqhadkplqfyhpprpjzxjbpj; +DROP INDEX IF EXISTS public.idx_pggifriqoqbyfgacmyqmfjyghzampkcqsuao; +DROP INDEX IF EXISTS public.idx_pcilvxxprjwsrnaoerhtxntgucwvbfzlmqef; +DROP INDEX IF EXISTS public.idx_pcegzgsljzfisgiouncxbvekhrctkehitxxt; +DROP INDEX IF EXISTS public.idx_oyzxrqiexfaogyibgvcwdyvnqkolsedpvyoy; +DROP INDEX IF EXISTS public.idx_oxxmgprsjlkunkmnjwbkfhztgrbcfgkfkubi; +DROP INDEX IF EXISTS public.idx_owesqkfccktjqfvjcmaxgwxzxopoepnqfnxz; +DROP INDEX IF EXISTS public.idx_ovglptfcfzfnwmxvznqjeijxjxukocxuotcv; +DROP INDEX IF EXISTS public.idx_omuezndaodevggbqzmauexkaivyxnjtnvxgi; +DROP INDEX IF EXISTS public.idx_ofymsdhpxhkjqrzpbvzyenmbjcltaqyewhup; +DROP INDEX IF EXISTS public.idx_ocwrncqfwqbinnyayektqwynyekehcfjojtd; +DROP INDEX IF EXISTS public.idx_nukvkxexbwisjhtuoarvxbwqzffpzwhrbpny; +DROP INDEX IF EXISTS public.idx_nuhrxqzkqkrkanjgcikiswmvdfnyzkpezytr; +DROP INDEX IF EXISTS public.idx_nsbtuhyvposxdckkmjyamzonsmfrtowvgzgp; +DROP INDEX IF EXISTS public.idx_nmmdwvyzrtgqhcuiqjrnfgsfrrabwpvnufne; +DROP INDEX IF EXISTS public.idx_nlkhxwdqlkzocxpifjjenyhppvflhvoqhdws; +DROP INDEX IF EXISTS public.idx_nkxyywnfooddicqibizfzctwscczhouusjrh; +DROP INDEX IF EXISTS public.idx_nhhwdfwwehoxjnvnrivzahmemznytnieonpu; +DROP INDEX IF EXISTS public.idx_ngjwgeawgoqfwvzbpnyrnueaghkbxdsznztx; +DROP INDEX IF EXISTS public.idx_nfsdkbeuqprkvzeqtkpoesrinqagerkojwpc; +DROP INDEX IF EXISTS public.idx_ncqfrvvogjyecuamrofbabggmfbxcatrsgoe; +DROP INDEX IF EXISTS public.idx_ncqajbjovisbztwdcxfqpijlvfaxxtxljpfo; +DROP INDEX IF EXISTS public.idx_nccsyfrgtshccevtppczumyvimnedccjwtdr; +DROP INDEX IF EXISTS public.idx_nasttkkankqyynwvyvnaaptrvhojvtubdbtz; +DROP INDEX IF EXISTS public.idx_nahhlwzcpmcgsciraqvurvwfbuellfxfomkm; +DROP INDEX IF EXISTS public.idx_myrooybbjlzfmcmeyoirhfhhvhqvvwbrmjbr; +DROP INDEX IF EXISTS public.idx_mvfsppttnwbqdhfwdiprfdzvaglnwhqloonb; +DROP INDEX IF EXISTS public.idx_moomdtzrlvxbiekcdisshwnxakisljoshxyt; +DROP INDEX IF EXISTS public.idx_mnmtpkqfzftujvxwyiyngjgmygbgddvedtpe; +DROP INDEX IF EXISTS public.idx_mnjeoaudwipclmrkppnneddjkjuraugxbbmk; +DROP INDEX IF EXISTS public.idx_mmzqtamvrinnzvycvksvlihixcjixhmebamm; +DROP INDEX IF EXISTS public.idx_mmehabgxlrafpydfqpphybouqzvcxyeowuyo; +DROP INDEX IF EXISTS public.idx_mkwdbzthqpcjualdojtskepwnqogpcrgriwp; +DROP INDEX IF EXISTS public.idx_mknphcytcpjlediqmppsnkpldhmwsmsajsdq; +DROP INDEX IF EXISTS public.idx_mjkylznwazmasrzxhdjtvoagswdtctmmodsd; +DROP INDEX IF EXISTS public.idx_mjivcgbhuktmgggyupqvtamsqoehzqqjzvtr; +DROP INDEX IF EXISTS public.idx_mhslebutgqqaldaqxvqktqghdkrhobxhodks; +DROP INDEX IF EXISTS public.idx_mgblcnjcuprygesodchfoqrbmuyldriadxzh; +DROP INDEX IF EXISTS public.idx_mbqpqruvgjrtoeaptbvqzvnqxkhrkfnjogdy; +DROP INDEX IF EXISTS public.idx_mboihutiuhrrfbgicfqdwfmmmqaphwgpedpk; +DROP INDEX IF EXISTS public.idx_mbgknlvgvbfyihmgpfzcjygpflvbtdmwlbbn; +DROP INDEX IF EXISTS public.idx_lytqpaugcffblozazmwentfisrrunhgryqxi; +DROP INDEX IF EXISTS public.idx_lofgadxnssayuuhnreriemwpwkseyaykcnus; +DROP INDEX IF EXISTS public.idx_lnfzrivskzvdpbzmpoehvykfycbdxxwhnovp; +DROP INDEX IF EXISTS public.idx_lmiaxxzckqvjhikpwxegnjktukrriwrxiote; +DROP INDEX IF EXISTS public.idx_llqgtiysnwzgjyvznrqtumibqvcctcxgngnh; +DROP INDEX IF EXISTS public.idx_lktsfwaiklqefdaoogkaakcmurvbrozeusii; +DROP INDEX IF EXISTS public.idx_ljdygfrsmrkydfgctqldpzmekupgesyrrach; +DROP INDEX IF EXISTS public.idx_ldojfbzxdtdpctwxgqzbjarhbsarmurvieco; +DROP INDEX IF EXISTS public.idx_kzrxmzcvtxnvxluzgdqptlxnoekhijfqhcje; +DROP INDEX IF EXISTS public.idx_kzpxqnjddiipygwhivxdokfrfeoxycuhrots; +DROP INDEX IF EXISTS public.idx_kxmdyzbafuovjtocibadhclfmkzcxftpbeat; +DROP INDEX IF EXISTS public.idx_kvyuwefblaexspjbtysstawovbbcqqnlzrrd; +DROP INDEX IF EXISTS public.idx_kvsqajrfqbtifitqfrrwfeippjjjstihcsnc; +DROP INDEX IF EXISTS public.idx_kuovovnmrssjbgmjeomhlsqntfcmdyujhfsz; +DROP INDEX IF EXISTS public.idx_klbfholorljbpylubrhfkpqalhbkvonopxix; +DROP INDEX IF EXISTS public.idx_kgsufvqylzhoxwxmrjvdrqwhldevsdfcnqxg; +DROP INDEX IF EXISTS public.idx_kgkxjpvuggsqnxcsejxjimzmlzrtpdknoixl; +DROP INDEX IF EXISTS public.idx_kfuudbcsevhskbtdovkzoqrhmtswlkgcqtpz; +DROP INDEX IF EXISTS public.idx_kfaghrmclnvtdwsuagbshmnyjqyhlmbtfelf; +DROP INDEX IF EXISTS public.idx_keozusqejoknbefvkfnvfvwgmrjlhqvgurqd; +DROP INDEX IF EXISTS public.idx_kducatilvlbozyvavphaheefxuoomqnuttsh; +DROP INDEX IF EXISTS public.idx_kcjolqedwgrnlzojhvmoxyltoctrbkaxwhzv; +DROP INDEX IF EXISTS public.idx_kadnfwjhkrzdamzcjzzkjxbfkdskujruojcp; +DROP INDEX IF EXISTS public.idx_jzrctnabflvgnhsneutlhqnbzdtjhjmyrsuw; +DROP INDEX IF EXISTS public.idx_jykixyabebluybmpaicvtzzhcuxpzwqmlcta; +DROP INDEX IF EXISTS public.idx_jvmierklhoglyyluifyhoqqekfmizrwtvciy; +DROP INDEX IF EXISTS public.idx_juuqjsvnbzqxxhvtoiuvsszkzamvyhkjviah; +DROP INDEX IF EXISTS public.idx_jqgmndggxlvixytrvqbydlholjjmteuapsyn; +DROP INDEX IF EXISTS public.idx_joxvpxzujfknunsmjyiocoqpiipyrtzccuue; +DROP INDEX IF EXISTS public.idx_jlyvxwwndnfuacsvxlqprlrolshqnqjucwai; +DROP INDEX IF EXISTS public.idx_jhpmngwyafdqxrerpigrhlarsayrrprcdmvx; +DROP INDEX IF EXISTS public.idx_jhnbdzzkoyumpwlnmcpqgahbcnbkyvkjbqgs; +DROP INDEX IF EXISTS public.idx_jdntnujbyvylicnsipnietrmzzamukhnsukj; +DROP INDEX IF EXISTS public.idx_jdgomgvkcevoixwdsinkavmttzakcpuieojt; +DROP INDEX IF EXISTS public.idx_jcwwovhkxaqzyzzgqbtmcsqccgwdpdkxqpgc; +DROP INDEX IF EXISTS public.idx_ipioxrtjftqerpcgmrlvvhlnvangyrmhvqgi; +DROP INDEX IF EXISTS public.idx_iochdaboqbzavrhixrikhiugxxoqamcpxdym; +DROP INDEX IF EXISTS public.idx_indstvrzimoruwmipoljgzjfxsvhmilswjne; +DROP INDEX IF EXISTS public.idx_ikmplsnpdnkofmikhkwxysyyqosksnfqdylo; +DROP INDEX IF EXISTS public.idx_ihwytdaflfbygoqioucxhpflpxinuvzendly; +DROP INDEX IF EXISTS public.idx_ifdhlebeomzzxjbzjnacevapiewxknrsanty; +DROP INDEX IF EXISTS public.idx_idzgccqictmazzlvnmdmhlohpfhoabicfgti; +DROP INDEX IF EXISTS public.idx_icmpbctjhojhrfswmgmfisczptysoivuuxny; +DROP INDEX IF EXISTS public.idx_ibrmyipymjqwsqgswmmmiulayqkaavummrhm; +DROP INDEX IF EXISTS public.idx_hzgwcpnvheotrboalqllkgoaaqwrucclqqhj; +DROP INDEX IF EXISTS public.idx_hyebzcqtysmwxphlbieghzzeciuqfwzjxnji; +DROP INDEX IF EXISTS public.idx_huotvvpncmtzbuhqgvasguiezjojfzwabeqy; +DROP INDEX IF EXISTS public.idx_huhwogvhyevhgjdldnpqzoenjnsiowpmlamy; +DROP INDEX IF EXISTS public.idx_hrcjboxjbxzwdptysnyobsvhatjnloewvmeb; +DROP INDEX IF EXISTS public.idx_hqavehfiezlynufsnqcgxseyaaenvcfrczlr; +DROP INDEX IF EXISTS public.idx_hooyhmaiqepnudupmyptizuubdwwbxqbyumn; +DROP INDEX IF EXISTS public.idx_hmzpldcokoxhdadinlzuliywfhnrugqoqvxd; +DROP INDEX IF EXISTS public.idx_hjusmfhucglxdeskyqoroudnafvuquhoqzda; +DROP INDEX IF EXISTS public.idx_hihjnjqieikrhgnboirzgjgklntelmtoyfob; +DROP INDEX IF EXISTS public.idx_hgsslannjqkxsicwillifsmmpuzxwgbfcnrk; +DROP INDEX IF EXISTS public.idx_hecofwzcfojzieoowmhcuzqcsnozszwbtrak; +DROP INDEX IF EXISTS public.idx_hdleuhwdokisznrygiibnorfofsepnwsbfdb; +DROP INDEX IF EXISTS public.idx_hccsjthawjisuhibjkaqquwhaivhnepkeiau; +DROP INDEX IF EXISTS public.idx_hagwvqiqcbxytdmilcjdnrtoavnlovnhagjd; +DROP INDEX IF EXISTS public.idx_gwqnsdcqgssumhjpvruwfyhpzlcgjpkdooor; +DROP INDEX IF EXISTS public.idx_gubfdzbxkaheejunziegogmvmflvtysyarzf; +DROP INDEX IF EXISTS public.idx_grcmbxjpgcapvjwuzxgpkhudzfgkpwbmduez; +DROP INDEX IF EXISTS public.idx_gocctwlhedfauvtyrdmbpeiovsysebtwthiv; +DROP INDEX IF EXISTS public.idx_gnltuhuagmnzfbubhjdztpuspvpfqvidgzry; +DROP INDEX IF EXISTS public.idx_gmcjblhkutpiveikcbdffdsqxaqeurhxxupn; +DROP INDEX IF EXISTS public.idx_givugzuvsmsskpxheguymsoapkrgspkvevei; +DROP INDEX IF EXISTS public.idx_ghtxlarykymxdfpsydiyiiztwstjxrvnqmsh; +DROP INDEX IF EXISTS public.idx_ghqhvdwsuxlvcqrbpullnmvizypkshosnazf; +DROP INDEX IF EXISTS public.idx_ghbugjytssggfswjomuxvexqdmeauijlmlif; +DROP INDEX IF EXISTS public.idx_gdikivwgmikylzsgfljburnwkpvulkjariex; +DROP INDEX IF EXISTS public.idx_frntpitwopivbmyppymtirherdsivgxrgenf; +DROP INDEX IF EXISTS public.idx_fpwwfzrldpjduqkkwpjmkaouamsoaaycwvch; +DROP INDEX IF EXISTS public.idx_fpjsktpyupxtusvyfkmmwfgqoubmcgcpozrl; +DROP INDEX IF EXISTS public.idx_foxplvyksktwzajxgtntxmspubglkckvgdbg; +DROP INDEX IF EXISTS public.idx_fiyznggkduekrlmhszldvgurivbybwfmtriw; +DROP INDEX IF EXISTS public.idx_fgiiolnifhtfpzkwlgngqrbtirjunxrrgxxv; +DROP INDEX IF EXISTS public.idx_febmelutdjpkvkivicuuetjjhxwhimjtikxe; +DROP INDEX IF EXISTS public.idx_fdqfkkwawmlqfaaazjuiwqfvdodcpiimovxh; +DROP INDEX IF EXISTS public.idx_evdyqchphpbeammcfdiecyexrcrfruasmzmf; +DROP INDEX IF EXISTS public.idx_esmgejdgqcsjbelkfwuvkevlmmegdjkevflz; +DROP INDEX IF EXISTS public.idx_eryforlnsupwzgkcqdmdschyylzjlrqjqffu; +DROP INDEX IF EXISTS public.idx_eqxvjaaixjqwqxhqyoulqxyisuuitwlwhlze; +DROP INDEX IF EXISTS public.idx_eoizlcsmtcctkbbwrbtidtadvpgsxqhvofnj; +DROP INDEX IF EXISTS public.idx_ensbezruzwmgrvagawzlznvzmzhvuuhjuyom; +DROP INDEX IF EXISTS public.idx_eidnlctvjgpovlxtrldmepstvddkrnwjukyw; +DROP INDEX IF EXISTS public.idx_edxdhabvzmtuwhswlguujuwiffivkijqwusp; +DROP INDEX IF EXISTS public.idx_edkvbocjfpzwzkusfqzxabfoubryjkqiuero; +DROP INDEX IF EXISTS public.idx_ebydhthcglflhkhggaderyryuxvxgcxafkdp; +DROP INDEX IF EXISTS public.idx_dyyflgjsaghnkmcytvratrgwbcnpmcvkbtbh; +DROP INDEX IF EXISTS public.idx_dyhmyurjecqbamtlzelplfqiqnltuzumjddq; +DROP INDEX IF EXISTS public.idx_dwggfjibzxxlstiodnbyktbfgzmamrwcycco; +DROP INDEX IF EXISTS public.idx_doltsytkvobaddatbzzywdixtmmydgubkupu; +DROP INDEX IF EXISTS public.idx_doaygrwvnfscdobxzlmxtwlbwkalomcllxay; +DROP INDEX IF EXISTS public.idx_dimbpckiwhyqiafraljycwcuowqytmxomsde; +DROP INDEX IF EXISTS public.idx_didtfnypiswvsfswepoolufkxhfynzgpzhuk; +DROP INDEX IF EXISTS public.idx_dfqlbhtnmystfugpzfpyaddayolxncoudrug; +DROP INDEX IF EXISTS public.idx_czvpkywrjbfpwvkwiirqbiiddxptlfmrkhti; +DROP INDEX IF EXISTS public.idx_czjiypnjdigitfowjbadurlhfrzxhyphxcmm; +DROP INDEX IF EXISTS public.idx_cxsasrlsfqhfluyrzyoajzhqzqjuzwkavxzo; +DROP INDEX IF EXISTS public.idx_cwhviiskpcjnpprjvcycldrfbsilccwknwjc; +DROP INDEX IF EXISTS public.idx_ctciejnkidinziytcdjbwqtsdknjdizfxdez; +DROP INDEX IF EXISTS public.idx_cqfitcqaepatdeaaqggyidlfvszmjryuekir; +DROP INDEX IF EXISTS public.idx_cprnuiqxyuexqvirvjueedkbalmseeklwqtd; +DROP INDEX IF EXISTS public.idx_chpquluzdfbfbnogtrzkajelcylhozbpsszv; +DROP INDEX IF EXISTS public.idx_cbeajotucbjoprbuitxzesumycuksmonduld; +DROP INDEX IF EXISTS public.idx_bwtiscylxhhshmlaexbtqlyzbrcidhqickdl; +DROP INDEX IF EXISTS public.idx_bpzembeaplaurjimjveibdiudfjfomiuchbe; +DROP INDEX IF EXISTS public.idx_bolcgmkhgvfgohogrfpiqjulpzqufgeukdur; +DROP INDEX IF EXISTS public.idx_bnztdqsnaxoqmeequppxdarwxfnxbdnbnsas; +DROP INDEX IF EXISTS public.idx_bmqcglofysjtkxxhbhprqtqpsxcikpdqjjvm; +DROP INDEX IF EXISTS public.idx_biynvcxaqtkcwruisutgnxrbrufempdpziie; +DROP INDEX IF EXISTS public.idx_ayxumyqrdymvujodqyfnqlvidbttbyxsbfde; +DROP INDEX IF EXISTS public.idx_awvbtavvbeejscxrfigydqksykahuwncdypn; +DROP INDEX IF EXISTS public.idx_avsehwmolpamlujdiibaiheuqwcierrutobf; +DROP INDEX IF EXISTS public.idx_atldxryyargwonqoufchedybowvuynocettc; +DROP INDEX IF EXISTS public.idx_arkhjepqvwandelmeaxoonqmpkskfjnbwbnx; +DROP INDEX IF EXISTS public.idx_apgesvmwjaxjagkpvpeautplygajnhaabvsx; +DROP INDEX IF EXISTS public.idx_amguonuyfkrncmshetjqlhjydxhcuucmvyhi; +DROP INDEX IF EXISTS public.idx_ahjaelmpfeyrsuhzpysuusuvcccosvuutrud; +DROP INDEX IF EXISTS public.idx_accuekagiaueprukyqhsgwybriivprimpunn; +ALTER TABLE IF EXISTS ONLY public.widgets DROP CONSTRAINT IF EXISTS widgets_pkey; +ALTER TABLE IF EXISTS ONLY public.webperf_error_samples DROP CONSTRAINT IF EXISTS webperf_error_samples_pkey; +ALTER TABLE IF EXISTS ONLY public.webperf_data_samples DROP CONSTRAINT IF EXISTS webperf_data_samples_pkey; +ALTER TABLE IF EXISTS ONLY public.volumes DROP CONSTRAINT IF EXISTS volumes_pkey; +ALTER TABLE IF EXISTS ONLY public.volumefolders DROP CONSTRAINT IF EXISTS volumefolders_pkey; +ALTER TABLE IF EXISTS ONLY public.users DROP CONSTRAINT IF EXISTS users_pkey; +ALTER TABLE IF EXISTS ONLY public.userpreferences DROP CONSTRAINT IF EXISTS userpreferences_pkey; +ALTER TABLE IF EXISTS ONLY public.userpermissions_users DROP CONSTRAINT IF EXISTS userpermissions_users_pkey; +ALTER TABLE IF EXISTS ONLY public.userpermissions_usergroups DROP CONSTRAINT IF EXISTS userpermissions_usergroups_pkey; +ALTER TABLE IF EXISTS ONLY public.userpermissions DROP CONSTRAINT IF EXISTS userpermissions_pkey; +ALTER TABLE IF EXISTS ONLY public.usergroups_users DROP CONSTRAINT IF EXISTS usergroups_users_pkey; +ALTER TABLE IF EXISTS ONLY public.usergroups DROP CONSTRAINT IF EXISTS usergroups_pkey; +ALTER TABLE IF EXISTS ONLY public.tokens DROP CONSTRAINT IF EXISTS tokens_pkey; +ALTER TABLE IF EXISTS ONLY public.tags DROP CONSTRAINT IF EXISTS tags_pkey; +ALTER TABLE IF EXISTS ONLY public.taggroups DROP CONSTRAINT IF EXISTS taggroups_pkey; +ALTER TABLE IF EXISTS ONLY public.systemmessages DROP CONSTRAINT IF EXISTS systemmessages_pkey; +ALTER TABLE IF EXISTS ONLY public.structures DROP CONSTRAINT IF EXISTS structures_pkey; +ALTER TABLE IF EXISTS ONLY public.structureelements DROP CONSTRAINT IF EXISTS structureelements_pkey; +ALTER TABLE IF EXISTS ONLY public.sites DROP CONSTRAINT IF EXISTS sites_pkey; +ALTER TABLE IF EXISTS ONLY public.sitegroups DROP CONSTRAINT IF EXISTS sitegroups_pkey; +ALTER TABLE IF EXISTS ONLY public.shunnedmessages DROP CONSTRAINT IF EXISTS shunnedmessages_pkey; +ALTER TABLE IF EXISTS ONLY public.sessions DROP CONSTRAINT IF EXISTS sessions_pkey; +ALTER TABLE IF EXISTS ONLY public.sequences DROP CONSTRAINT IF EXISTS sequences_pkey; +ALTER TABLE IF EXISTS ONLY public.seomatic_metabundles DROP CONSTRAINT IF EXISTS seomatic_metabundles_pkey; +ALTER TABLE IF EXISTS ONLY public.sections_sites DROP CONSTRAINT IF EXISTS sections_sites_pkey; +ALTER TABLE IF EXISTS ONLY public.sections DROP CONSTRAINT IF EXISTS sections_pkey; +ALTER TABLE IF EXISTS ONLY public.revisions DROP CONSTRAINT IF EXISTS revisions_pkey; +ALTER TABLE IF EXISTS ONLY public.retour_stats DROP CONSTRAINT IF EXISTS retour_stats_pkey; +ALTER TABLE IF EXISTS ONLY public.retour_static_redirects DROP CONSTRAINT IF EXISTS retour_static_redirects_pkey; +ALTER TABLE IF EXISTS ONLY public.retour_redirects DROP CONSTRAINT IF EXISTS retour_redirects_pkey; +ALTER TABLE IF EXISTS ONLY public.resourcepaths DROP CONSTRAINT IF EXISTS resourcepaths_pkey; +ALTER TABLE IF EXISTS ONLY public.relations DROP CONSTRAINT IF EXISTS relations_pkey; +ALTER TABLE IF EXISTS ONLY public.queue DROP CONSTRAINT IF EXISTS queue_pkey; +ALTER TABLE IF EXISTS ONLY public.projectconfig DROP CONSTRAINT IF EXISTS projectconfig_pkey; +ALTER TABLE IF EXISTS ONLY public.plugins DROP CONSTRAINT IF EXISTS plugins_pkey; +ALTER TABLE IF EXISTS ONLY public.searchindex DROP CONSTRAINT IF EXISTS pk_jtxzxhntlxakrrpvjpxnlqetgzxxbcnaalqk; +ALTER TABLE IF EXISTS ONLY public.migrations DROP CONSTRAINT IF EXISTS migrations_pkey; +ALTER TABLE IF EXISTS ONLY public.matrixblocktypes DROP CONSTRAINT IF EXISTS matrixblocktypes_pkey; +ALTER TABLE IF EXISTS ONLY public.matrixblocks DROP CONSTRAINT IF EXISTS matrixblocks_pkey; +ALTER TABLE IF EXISTS ONLY public.matrixblocks_owners DROP CONSTRAINT IF EXISTS matrixblocks_owners_pkey; +ALTER TABLE IF EXISTS ONLY public.info DROP CONSTRAINT IF EXISTS info_pkey; +ALTER TABLE IF EXISTS ONLY public.gqltokens DROP CONSTRAINT IF EXISTS gqltokens_pkey; +ALTER TABLE IF EXISTS ONLY public.gqlschemas DROP CONSTRAINT IF EXISTS gqlschemas_pkey; +ALTER TABLE IF EXISTS ONLY public.globalsets DROP CONSTRAINT IF EXISTS globalsets_pkey; +ALTER TABLE IF EXISTS ONLY public.fields DROP CONSTRAINT IF EXISTS fields_pkey; +ALTER TABLE IF EXISTS ONLY public.fieldlayouttabs DROP CONSTRAINT IF EXISTS fieldlayouttabs_pkey; +ALTER TABLE IF EXISTS ONLY public.fieldlayouts DROP CONSTRAINT IF EXISTS fieldlayouts_pkey; +ALTER TABLE IF EXISTS ONLY public.fieldlayoutfields DROP CONSTRAINT IF EXISTS fieldlayoutfields_pkey; +ALTER TABLE IF EXISTS ONLY public.fieldgroups DROP CONSTRAINT IF EXISTS fieldgroups_pkey; +ALTER TABLE IF EXISTS ONLY public.entrytypes DROP CONSTRAINT IF EXISTS entrytypes_pkey; +ALTER TABLE IF EXISTS ONLY public.entries DROP CONSTRAINT IF EXISTS entries_pkey; +ALTER TABLE IF EXISTS ONLY public.elements_sites DROP CONSTRAINT IF EXISTS elements_sites_pkey; +ALTER TABLE IF EXISTS ONLY public.elements DROP CONSTRAINT IF EXISTS elements_pkey; +ALTER TABLE IF EXISTS ONLY public.drafts DROP CONSTRAINT IF EXISTS drafts_pkey; +ALTER TABLE IF EXISTS ONLY public.deprecationerrors DROP CONSTRAINT IF EXISTS deprecationerrors_pkey; +ALTER TABLE IF EXISTS ONLY public.craftidtokens DROP CONSTRAINT IF EXISTS craftidtokens_pkey; +ALTER TABLE IF EXISTS ONLY public.content DROP CONSTRAINT IF EXISTS content_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_variants DROP CONSTRAINT IF EXISTS commerce_variants_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_transactions DROP CONSTRAINT IF EXISTS commerce_transactions_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzones DROP CONSTRAINT IF EXISTS commerce_taxzones_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzone_states DROP CONSTRAINT IF EXISTS commerce_taxzone_states_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_taxzone_countries DROP CONSTRAINT IF EXISTS commerce_taxzone_countries_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_taxrates DROP CONSTRAINT IF EXISTS commerce_taxrates_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_taxcategories DROP CONSTRAINT IF EXISTS commerce_taxcategories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_subscriptions DROP CONSTRAINT IF EXISTS commerce_subscriptions_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_states DROP CONSTRAINT IF EXISTS commerce_states_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzones DROP CONSTRAINT IF EXISTS commerce_shippingzones_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzone_states DROP CONSTRAINT IF EXISTS commerce_shippingzone_states_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingzone_countries DROP CONSTRAINT IF EXISTS commerce_shippingzone_countries_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingrules DROP CONSTRAINT IF EXISTS commerce_shippingrules_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingrule_categories DROP CONSTRAINT IF EXISTS commerce_shippingrule_categories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingmethods DROP CONSTRAINT IF EXISTS commerce_shippingmethods_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_shippingcategories DROP CONSTRAINT IF EXISTS commerce_shippingcategories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_sales DROP CONSTRAINT IF EXISTS commerce_sales_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_usergroups DROP CONSTRAINT IF EXISTS commerce_sale_usergroups_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_purchasables DROP CONSTRAINT IF EXISTS commerce_sale_purchasables_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_sale_categories DROP CONSTRAINT IF EXISTS commerce_sale_categories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_purchasables DROP CONSTRAINT IF EXISTS commerce_purchasables_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_taxcategories DROP CONSTRAINT IF EXISTS commerce_producttypes_taxcategories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_sites DROP CONSTRAINT IF EXISTS commerce_producttypes_sites_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes_shippingcategories DROP CONSTRAINT IF EXISTS commerce_producttypes_shippingcategories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_producttypes DROP CONSTRAINT IF EXISTS commerce_producttypes_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_products DROP CONSTRAINT IF EXISTS commerce_products_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_plans DROP CONSTRAINT IF EXISTS commerce_plans_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_pdfs DROP CONSTRAINT IF EXISTS commerce_pdfs_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_paymentsources DROP CONSTRAINT IF EXISTS commerce_paymentsources_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_paymentcurrencies DROP CONSTRAINT IF EXISTS commerce_paymentcurrencies_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_orderstatuses DROP CONSTRAINT IF EXISTS commerce_orderstatuses_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_orderstatus_emails DROP CONSTRAINT IF EXISTS commerce_orderstatus_emails_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_orders DROP CONSTRAINT IF EXISTS commerce_orders_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_ordernotices DROP CONSTRAINT IF EXISTS commerce_ordernotices_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_orderhistories DROP CONSTRAINT IF EXISTS commerce_orderhistories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_orderadjustments DROP CONSTRAINT IF EXISTS commerce_orderadjustments_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_lineitemstatuses DROP CONSTRAINT IF EXISTS commerce_lineitemstatuses_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_lineitems DROP CONSTRAINT IF EXISTS commerce_lineitems_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_gateways DROP CONSTRAINT IF EXISTS commerce_gateways_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_emails DROP CONSTRAINT IF EXISTS commerce_emails_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_email_discountuses DROP CONSTRAINT IF EXISTS commerce_email_discountuses_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_donations DROP CONSTRAINT IF EXISTS commerce_donations_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_discounts DROP CONSTRAINT IF EXISTS commerce_discounts_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_usergroups DROP CONSTRAINT IF EXISTS commerce_discount_usergroups_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_purchasables DROP CONSTRAINT IF EXISTS commerce_discount_purchasables_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_discount_categories DROP CONSTRAINT IF EXISTS commerce_discount_categories_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_customers DROP CONSTRAINT IF EXISTS commerce_customers_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_customers_addresses DROP CONSTRAINT IF EXISTS commerce_customers_addresses_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_customer_discountuses DROP CONSTRAINT IF EXISTS commerce_customer_discountuses_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_countries DROP CONSTRAINT IF EXISTS commerce_countries_pkey; +ALTER TABLE IF EXISTS ONLY public.commerce_addresses DROP CONSTRAINT IF EXISTS commerce_addresses_pkey; +ALTER TABLE IF EXISTS ONLY public.changedfields DROP CONSTRAINT IF EXISTS changedfields_pkey; +ALTER TABLE IF EXISTS ONLY public.changedattributes DROP CONSTRAINT IF EXISTS changedattributes_pkey; +ALTER TABLE IF EXISTS ONLY public.categorygroups_sites DROP CONSTRAINT IF EXISTS categorygroups_sites_pkey; +ALTER TABLE IF EXISTS ONLY public.categorygroups DROP CONSTRAINT IF EXISTS categorygroups_pkey; +ALTER TABLE IF EXISTS ONLY public.categories DROP CONSTRAINT IF EXISTS categories_pkey; +ALTER TABLE IF EXISTS ONLY public.imagetransforms DROP CONSTRAINT IF EXISTS assettransforms_pkey; +ALTER TABLE IF EXISTS ONLY public.imagetransformindex DROP CONSTRAINT IF EXISTS assettransformindex_pkey; +ALTER TABLE IF EXISTS ONLY public.assets DROP CONSTRAINT IF EXISTS assets_pkey; +ALTER TABLE IF EXISTS ONLY public.assetindexingsessions DROP CONSTRAINT IF EXISTS assetindexingsessions_pkey; +ALTER TABLE IF EXISTS ONLY public.assetindexdata DROP CONSTRAINT IF EXISTS assetindexdata_pkey; +ALTER TABLE IF EXISTS ONLY public.announcements DROP CONSTRAINT IF EXISTS announcements_pkey; +ALTER TABLE IF EXISTS ONLY public.addresses DROP CONSTRAINT IF EXISTS addresses_pkey; +ALTER TABLE IF EXISTS public.widgets ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.webperf_error_samples ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.webperf_data_samples ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.volumes ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.volumefolders ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.userpreferences ALTER COLUMN "userId" DROP DEFAULT; +ALTER TABLE IF EXISTS public.userpermissions_users ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.userpermissions_usergroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.userpermissions ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.usergroups_users ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.usergroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.tokens ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.taggroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.systemmessages ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.structures ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.structureelements ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.sites ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.sitegroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.shunnedmessages ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.sessions ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.seomatic_metabundles ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.sections_sites ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.sections ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.revisions ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.retour_stats ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.retour_static_redirects ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.retour_redirects ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.relations ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.queue ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.plugins ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.migrations ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.matrixblocktypes ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.info ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.imagetransforms ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.imagetransformindex ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.gqltokens ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.gqlschemas ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.globalsets ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.fields ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.fieldlayouttabs ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.fieldlayouts ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.fieldlayoutfields ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.fieldgroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.entrytypes ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.elements_sites ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.elements ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.drafts ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.deprecationerrors ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.craftidtokens ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.content ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_transactions ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_taxzones ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_taxzone_states ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_taxzone_countries ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_taxrates ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_taxcategories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_subscriptions ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_states ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingzones ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingzone_states ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingzone_countries ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingrules ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingrule_categories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingmethods ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_shippingcategories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_sales ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_sale_usergroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_sale_purchasables ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_sale_categories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_purchasables ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_producttypes_taxcategories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_producttypes_sites ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_producttypes_shippingcategories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_producttypes ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_plans ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_pdfs ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_paymentsources ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_paymentcurrencies ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_orderstatuses ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_orderstatus_emails ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_ordernotices ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_orderhistories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_orderadjustments ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_lineitemstatuses ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_lineitems ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_gateways ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_emails ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_email_discountuses ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_donations ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_discounts ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_discount_usergroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_discount_purchasables ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_discount_categories ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_customers_addresses ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_customers ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_customer_discountuses ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_countries ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.commerce_addresses ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.categorygroups_sites ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.categorygroups ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.assetindexingsessions ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.assetindexdata ALTER COLUMN id DROP DEFAULT; +ALTER TABLE IF EXISTS public.announcements ALTER COLUMN id DROP DEFAULT; +DROP SEQUENCE IF EXISTS public.widgets_id_seq; +DROP TABLE IF EXISTS public.widgets; +DROP SEQUENCE IF EXISTS public.webperf_error_samples_id_seq; +DROP TABLE IF EXISTS public.webperf_error_samples; +DROP SEQUENCE IF EXISTS public.webperf_data_samples_id_seq; +DROP TABLE IF EXISTS public.webperf_data_samples; +DROP SEQUENCE IF EXISTS public.volumes_id_seq; +DROP TABLE IF EXISTS public.volumes; +DROP SEQUENCE IF EXISTS public.volumefolders_id_seq; +DROP TABLE IF EXISTS public.volumefolders; +DROP TABLE IF EXISTS public.users; +DROP SEQUENCE IF EXISTS public."userpreferences_userId_seq"; +DROP TABLE IF EXISTS public.userpreferences; +DROP SEQUENCE IF EXISTS public.userpermissions_users_id_seq; +DROP TABLE IF EXISTS public.userpermissions_users; +DROP SEQUENCE IF EXISTS public.userpermissions_usergroups_id_seq; +DROP TABLE IF EXISTS public.userpermissions_usergroups; +DROP SEQUENCE IF EXISTS public.userpermissions_id_seq; +DROP TABLE IF EXISTS public.userpermissions; +DROP SEQUENCE IF EXISTS public.usergroups_users_id_seq; +DROP TABLE IF EXISTS public.usergroups_users; +DROP SEQUENCE IF EXISTS public.usergroups_id_seq; +DROP TABLE IF EXISTS public.usergroups; +DROP SEQUENCE IF EXISTS public.tokens_id_seq; +DROP TABLE IF EXISTS public.tokens; +DROP TABLE IF EXISTS public.tags; +DROP SEQUENCE IF EXISTS public.taggroups_id_seq; +DROP TABLE IF EXISTS public.taggroups; +DROP SEQUENCE IF EXISTS public.systemmessages_id_seq; +DROP TABLE IF EXISTS public.systemmessages; +DROP SEQUENCE IF EXISTS public.structures_id_seq; +DROP TABLE IF EXISTS public.structures; +DROP SEQUENCE IF EXISTS public.structureelements_id_seq; +DROP TABLE IF EXISTS public.structureelements; +DROP SEQUENCE IF EXISTS public.sites_id_seq; +DROP TABLE IF EXISTS public.sites; +DROP SEQUENCE IF EXISTS public.sitegroups_id_seq; +DROP TABLE IF EXISTS public.sitegroups; +DROP SEQUENCE IF EXISTS public.shunnedmessages_id_seq; +DROP TABLE IF EXISTS public.shunnedmessages; +DROP SEQUENCE IF EXISTS public.sessions_id_seq; +DROP TABLE IF EXISTS public.sessions; +DROP TABLE IF EXISTS public.sequences; +DROP SEQUENCE IF EXISTS public.seomatic_metabundles_id_seq; +DROP TABLE IF EXISTS public.seomatic_metabundles; +DROP SEQUENCE IF EXISTS public.sections_sites_id_seq; +DROP TABLE IF EXISTS public.sections_sites; +DROP SEQUENCE IF EXISTS public.sections_id_seq; +DROP TABLE IF EXISTS public.sections; +DROP TABLE IF EXISTS public.searchindex; +DROP SEQUENCE IF EXISTS public.revisions_id_seq; +DROP TABLE IF EXISTS public.revisions; +DROP SEQUENCE IF EXISTS public.retour_stats_id_seq; +DROP TABLE IF EXISTS public.retour_stats; +DROP SEQUENCE IF EXISTS public.retour_static_redirects_id_seq; +DROP TABLE IF EXISTS public.retour_static_redirects; +DROP SEQUENCE IF EXISTS public.retour_redirects_id_seq; +DROP TABLE IF EXISTS public.retour_redirects; +DROP TABLE IF EXISTS public.resourcepaths; +DROP SEQUENCE IF EXISTS public.relations_id_seq; +DROP TABLE IF EXISTS public.relations; +DROP SEQUENCE IF EXISTS public.queue_id_seq; +DROP TABLE IF EXISTS public.queue; +DROP TABLE IF EXISTS public.projectconfig; +DROP SEQUENCE IF EXISTS public.plugins_id_seq; +DROP TABLE IF EXISTS public.plugins; +DROP SEQUENCE IF EXISTS public.migrations_id_seq; +DROP TABLE IF EXISTS public.migrations; +DROP SEQUENCE IF EXISTS public.matrixblocktypes_id_seq; +DROP TABLE IF EXISTS public.matrixblocktypes; +DROP TABLE IF EXISTS public.matrixblocks_owners; +DROP TABLE IF EXISTS public.matrixblocks; +DROP SEQUENCE IF EXISTS public.info_id_seq; +DROP TABLE IF EXISTS public.info; +DROP SEQUENCE IF EXISTS public.imagetransforms_id_seq; +DROP TABLE IF EXISTS public.imagetransforms; +DROP SEQUENCE IF EXISTS public.imagetransformindex_id_seq; +DROP TABLE IF EXISTS public.imagetransformindex; +DROP SEQUENCE IF EXISTS public.gqltokens_id_seq; +DROP TABLE IF EXISTS public.gqltokens; +DROP SEQUENCE IF EXISTS public.gqlschemas_id_seq; +DROP TABLE IF EXISTS public.gqlschemas; +DROP SEQUENCE IF EXISTS public.globalsets_id_seq; +DROP TABLE IF EXISTS public.globalsets; +DROP SEQUENCE IF EXISTS public.fields_id_seq; +DROP TABLE IF EXISTS public.fields; +DROP SEQUENCE IF EXISTS public.fieldlayouttabs_id_seq; +DROP TABLE IF EXISTS public.fieldlayouttabs; +DROP SEQUENCE IF EXISTS public.fieldlayouts_id_seq; +DROP TABLE IF EXISTS public.fieldlayouts; +DROP SEQUENCE IF EXISTS public.fieldlayoutfields_id_seq; +DROP TABLE IF EXISTS public.fieldlayoutfields; +DROP SEQUENCE IF EXISTS public.fieldgroups_id_seq; +DROP TABLE IF EXISTS public.fieldgroups; +DROP SEQUENCE IF EXISTS public.entrytypes_id_seq; +DROP TABLE IF EXISTS public.entrytypes; +DROP TABLE IF EXISTS public.entries; +DROP SEQUENCE IF EXISTS public.elements_sites_id_seq; +DROP TABLE IF EXISTS public.elements_sites; +DROP SEQUENCE IF EXISTS public.elements_id_seq; +DROP TABLE IF EXISTS public.elements; +DROP SEQUENCE IF EXISTS public.drafts_id_seq; +DROP TABLE IF EXISTS public.drafts; +DROP SEQUENCE IF EXISTS public.deprecationerrors_id_seq; +DROP TABLE IF EXISTS public.deprecationerrors; +DROP SEQUENCE IF EXISTS public.craftidtokens_id_seq; +DROP TABLE IF EXISTS public.craftidtokens; +DROP SEQUENCE IF EXISTS public.content_id_seq; +DROP TABLE IF EXISTS public.content; +DROP TABLE IF EXISTS public.commerce_variants; +DROP SEQUENCE IF EXISTS public.commerce_transactions_id_seq; +DROP TABLE IF EXISTS public.commerce_transactions; +DROP SEQUENCE IF EXISTS public.commerce_taxzones_id_seq; +DROP TABLE IF EXISTS public.commerce_taxzones; +DROP SEQUENCE IF EXISTS public.commerce_taxzone_states_id_seq; +DROP TABLE IF EXISTS public.commerce_taxzone_states; +DROP SEQUENCE IF EXISTS public.commerce_taxzone_countries_id_seq; +DROP TABLE IF EXISTS public.commerce_taxzone_countries; +DROP SEQUENCE IF EXISTS public.commerce_taxrates_id_seq; +DROP TABLE IF EXISTS public.commerce_taxrates; +DROP SEQUENCE IF EXISTS public.commerce_taxcategories_id_seq; +DROP TABLE IF EXISTS public.commerce_taxcategories; +DROP SEQUENCE IF EXISTS public.commerce_subscriptions_id_seq; +DROP TABLE IF EXISTS public.commerce_subscriptions; +DROP SEQUENCE IF EXISTS public.commerce_states_id_seq; +DROP TABLE IF EXISTS public.commerce_states; +DROP SEQUENCE IF EXISTS public.commerce_shippingzones_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingzones; +DROP SEQUENCE IF EXISTS public.commerce_shippingzone_states_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingzone_states; +DROP SEQUENCE IF EXISTS public.commerce_shippingzone_countries_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingzone_countries; +DROP SEQUENCE IF EXISTS public.commerce_shippingrules_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingrules; +DROP SEQUENCE IF EXISTS public.commerce_shippingrule_categories_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingrule_categories; +DROP SEQUENCE IF EXISTS public.commerce_shippingmethods_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingmethods; +DROP SEQUENCE IF EXISTS public.commerce_shippingcategories_id_seq; +DROP TABLE IF EXISTS public.commerce_shippingcategories; +DROP SEQUENCE IF EXISTS public.commerce_sales_id_seq; +DROP TABLE IF EXISTS public.commerce_sales; +DROP SEQUENCE IF EXISTS public.commerce_sale_usergroups_id_seq; +DROP TABLE IF EXISTS public.commerce_sale_usergroups; +DROP SEQUENCE IF EXISTS public.commerce_sale_purchasables_id_seq; +DROP TABLE IF EXISTS public.commerce_sale_purchasables; +DROP SEQUENCE IF EXISTS public.commerce_sale_categories_id_seq; +DROP TABLE IF EXISTS public.commerce_sale_categories; +DROP SEQUENCE IF EXISTS public.commerce_purchasables_id_seq; +DROP TABLE IF EXISTS public.commerce_purchasables; +DROP SEQUENCE IF EXISTS public.commerce_producttypes_taxcategories_id_seq; +DROP TABLE IF EXISTS public.commerce_producttypes_taxcategories; +DROP SEQUENCE IF EXISTS public.commerce_producttypes_sites_id_seq; +DROP TABLE IF EXISTS public.commerce_producttypes_sites; +DROP SEQUENCE IF EXISTS public.commerce_producttypes_shippingcategories_id_seq; +DROP TABLE IF EXISTS public.commerce_producttypes_shippingcategories; +DROP SEQUENCE IF EXISTS public.commerce_producttypes_id_seq; +DROP TABLE IF EXISTS public.commerce_producttypes; +DROP TABLE IF EXISTS public.commerce_products; +DROP SEQUENCE IF EXISTS public.commerce_plans_id_seq; +DROP TABLE IF EXISTS public.commerce_plans; +DROP SEQUENCE IF EXISTS public.commerce_pdfs_id_seq; +DROP TABLE IF EXISTS public.commerce_pdfs; +DROP SEQUENCE IF EXISTS public.commerce_paymentsources_id_seq; +DROP TABLE IF EXISTS public.commerce_paymentsources; +DROP SEQUENCE IF EXISTS public.commerce_paymentcurrencies_id_seq; +DROP TABLE IF EXISTS public.commerce_paymentcurrencies; +DROP SEQUENCE IF EXISTS public.commerce_orderstatuses_id_seq; +DROP TABLE IF EXISTS public.commerce_orderstatuses; +DROP SEQUENCE IF EXISTS public.commerce_orderstatus_emails_id_seq; +DROP TABLE IF EXISTS public.commerce_orderstatus_emails; +DROP TABLE IF EXISTS public.commerce_orders; +DROP SEQUENCE IF EXISTS public.commerce_ordernotices_id_seq; +DROP TABLE IF EXISTS public.commerce_ordernotices; +DROP SEQUENCE IF EXISTS public.commerce_orderhistories_id_seq; +DROP TABLE IF EXISTS public.commerce_orderhistories; +DROP SEQUENCE IF EXISTS public.commerce_orderadjustments_id_seq; +DROP TABLE IF EXISTS public.commerce_orderadjustments; +DROP SEQUENCE IF EXISTS public.commerce_lineitemstatuses_id_seq; +DROP TABLE IF EXISTS public.commerce_lineitemstatuses; +DROP SEQUENCE IF EXISTS public.commerce_lineitems_id_seq; +DROP TABLE IF EXISTS public.commerce_lineitems; +DROP SEQUENCE IF EXISTS public.commerce_gateways_id_seq; +DROP TABLE IF EXISTS public.commerce_gateways; +DROP SEQUENCE IF EXISTS public.commerce_emails_id_seq; +DROP TABLE IF EXISTS public.commerce_emails; +DROP SEQUENCE IF EXISTS public.commerce_email_discountuses_id_seq; +DROP TABLE IF EXISTS public.commerce_email_discountuses; +DROP SEQUENCE IF EXISTS public.commerce_donations_id_seq; +DROP TABLE IF EXISTS public.commerce_donations; +DROP SEQUENCE IF EXISTS public.commerce_discounts_id_seq; +DROP TABLE IF EXISTS public.commerce_discounts; +DROP SEQUENCE IF EXISTS public.commerce_discount_usergroups_id_seq; +DROP TABLE IF EXISTS public.commerce_discount_usergroups; +DROP SEQUENCE IF EXISTS public.commerce_discount_purchasables_id_seq; +DROP TABLE IF EXISTS public.commerce_discount_purchasables; +DROP SEQUENCE IF EXISTS public.commerce_discount_categories_id_seq; +DROP TABLE IF EXISTS public.commerce_discount_categories; +DROP SEQUENCE IF EXISTS public.commerce_customers_id_seq; +DROP SEQUENCE IF EXISTS public.commerce_customers_addresses_id_seq; +DROP TABLE IF EXISTS public.commerce_customers_addresses; +DROP TABLE IF EXISTS public.commerce_customers; +DROP SEQUENCE IF EXISTS public.commerce_customer_discountuses_id_seq; +DROP TABLE IF EXISTS public.commerce_customer_discountuses; +DROP SEQUENCE IF EXISTS public.commerce_countries_id_seq; +DROP TABLE IF EXISTS public.commerce_countries; +DROP SEQUENCE IF EXISTS public.commerce_addresses_id_seq; +DROP TABLE IF EXISTS public.commerce_addresses; +DROP TABLE IF EXISTS public.changedfields; +DROP TABLE IF EXISTS public.changedattributes; +DROP SEQUENCE IF EXISTS public.categorygroups_sites_id_seq; +DROP TABLE IF EXISTS public.categorygroups_sites; +DROP SEQUENCE IF EXISTS public.categorygroups_id_seq; +DROP TABLE IF EXISTS public.categorygroups; +DROP TABLE IF EXISTS public.categories; +DROP TABLE IF EXISTS public.assets; +DROP SEQUENCE IF EXISTS public.assetindexingsessions_id_seq; +DROP TABLE IF EXISTS public.assetindexingsessions; +DROP SEQUENCE IF EXISTS public.assetindexdata_id_seq; +DROP TABLE IF EXISTS public.assetindexdata; +DROP SEQUENCE IF EXISTS public.announcements_id_seq; +DROP TABLE IF EXISTS public.announcements; +DROP TABLE IF EXISTS public.addresses; +DROP SCHEMA IF EXISTS public; +-- +-- Name: public; Type: SCHEMA; Schema: -; Owner: - +-- + +CREATE SCHEMA public; + + +-- +-- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: - +-- + +COMMENT ON SCHEMA public IS 'standard public schema'; + + +SET default_tablespace = ''; + +SET default_table_access_method = heap; + +-- +-- Name: addresses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.addresses ( + id integer NOT NULL, + "ownerId" integer, + "countryCode" character varying(255) NOT NULL, + "administrativeArea" character varying(255), + locality character varying(255), + "dependentLocality" character varying(255), + "postalCode" character varying(255), + "sortingCode" character varying(255), + "addressLine1" character varying(255), + "addressLine2" character varying(255), + organization character varying(255), + "organizationTaxId" character varying(255), + "fullName" character varying(255), + "firstName" character varying(255), + "lastName" character varying(255), + latitude character varying(255), + longitude character varying(255), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL +); + + +-- +-- Name: announcements; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.announcements ( + id integer NOT NULL, + "userId" integer NOT NULL, + "pluginId" integer, + heading character varying(255) NOT NULL, + body text NOT NULL, + unread boolean DEFAULT true NOT NULL, + "dateRead" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL +); + + +-- +-- Name: announcements_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.announcements_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: announcements_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.announcements_id_seq OWNED BY public.announcements.id; + + +-- +-- Name: assetindexdata; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.assetindexdata ( + id integer NOT NULL, + "volumeId" integer NOT NULL, + uri text, + size bigint, + "timestamp" timestamp(0) without time zone, + "recordId" integer, + "inProgress" boolean DEFAULT false, + completed boolean DEFAULT false, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "sessionId" integer NOT NULL, + "isDir" boolean DEFAULT false, + "isSkipped" boolean DEFAULT false +); + + +-- +-- Name: assetindexdata_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.assetindexdata_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: assetindexdata_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.assetindexdata_id_seq OWNED BY public.assetindexdata.id; + + +-- +-- Name: assetindexingsessions; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.assetindexingsessions ( + id integer NOT NULL, + "indexedVolumes" text, + "totalEntries" integer, + "processedEntries" integer DEFAULT 0 NOT NULL, + "cacheRemoteImages" boolean, + "isCli" boolean DEFAULT false, + "actionRequired" boolean DEFAULT false, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: assetindexingsessions_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.assetindexingsessions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: assetindexingsessions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.assetindexingsessions_id_seq OWNED BY public.assetindexingsessions.id; + + +-- +-- Name: assets; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.assets ( + id integer NOT NULL, + "volumeId" integer, + "folderId" integer NOT NULL, + "uploaderId" integer, + filename character varying(255) NOT NULL, + kind character varying(50) DEFAULT 'unknown'::character varying NOT NULL, + width integer, + height integer, + size bigint, + "focalPoint" character varying(13) DEFAULT NULL::character varying, + "deletedWithVolume" boolean, + "keptFile" boolean, + "dateModified" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + alt text +); + + +-- +-- Name: categories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.categories ( + id integer NOT NULL, + "groupId" integer NOT NULL, + "parentId" integer, + "deletedWithGroup" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL +); + + +-- +-- Name: categorygroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.categorygroups ( + id integer NOT NULL, + "structureId" integer NOT NULL, + "fieldLayoutId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "defaultPlacement" character varying(255) DEFAULT 'end'::character varying NOT NULL, + CONSTRAINT "categorygroups_defaultPlacement_check" CHECK ((("defaultPlacement")::text = ANY (ARRAY[('beginning'::character varying)::text, ('end'::character varying)::text]))) +); + + +-- +-- Name: categorygroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.categorygroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: categorygroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.categorygroups_id_seq OWNED BY public.categorygroups.id; + + +-- +-- Name: categorygroups_sites; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.categorygroups_sites ( + id integer NOT NULL, + "groupId" integer NOT NULL, + "siteId" integer NOT NULL, + "hasUrls" boolean DEFAULT true NOT NULL, + "uriFormat" text, + template character varying(500), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: categorygroups_sites_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.categorygroups_sites_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: categorygroups_sites_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.categorygroups_sites_id_seq OWNED BY public.categorygroups_sites.id; + + +-- +-- Name: changedattributes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.changedattributes ( + "elementId" integer NOT NULL, + "siteId" integer NOT NULL, + attribute character varying(255) NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + propagated boolean NOT NULL, + "userId" integer +); + + +-- +-- Name: changedfields; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.changedfields ( + "elementId" integer NOT NULL, + "siteId" integer NOT NULL, + "fieldId" integer NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + propagated boolean NOT NULL, + "userId" integer +); + + +-- +-- Name: commerce_addresses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_addresses ( + id integer NOT NULL, + "countryId" integer, + "stateId" integer, + "isStoreLocation" boolean DEFAULT false NOT NULL, + attention character varying(255), + title character varying(255), + "firstName" character varying(255), + "lastName" character varying(255), + "fullName" character varying(255), + address1 character varying(255), + address2 character varying(255), + address3 character varying(255), + city character varying(255), + "zipCode" character varying(255), + phone character varying(255), + "alternativePhone" character varying(255), + label character varying(255), + notes text, + "businessName" character varying(255), + "businessTaxId" character varying(255), + "businessId" character varying(255), + "stateName" character varying(255), + custom1 character varying(255), + custom2 character varying(255), + custom3 character varying(255), + custom4 character varying(255), + "isEstimated" boolean DEFAULT false NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_addresses_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_addresses_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_addresses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_addresses_id_seq OWNED BY public.commerce_addresses.id; + + +-- +-- Name: commerce_countries; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_countries ( + id integer NOT NULL, + name character varying(255) NOT NULL, + iso character varying(2) NOT NULL, + "isStateRequired" boolean, + "sortOrder" integer, + enabled boolean DEFAULT true NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_countries_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_countries_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_countries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_countries_id_seq OWNED BY public.commerce_countries.id; + + +-- +-- Name: commerce_customer_discountuses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_customer_discountuses ( + id integer NOT NULL, + "discountId" integer NOT NULL, + "customerId" integer NOT NULL, + uses integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_customer_discountuses_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_customer_discountuses_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_customer_discountuses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_customer_discountuses_id_seq OWNED BY public.commerce_customer_discountuses.id; + + +-- +-- Name: commerce_customers; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_customers ( + id integer NOT NULL, + "userId" integer, + "primaryBillingAddressId" integer, + "primaryShippingAddressId" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_customers_addresses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_customers_addresses ( + id integer NOT NULL, + "customerId" integer NOT NULL, + "addressId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_customers_addresses_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_customers_addresses_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_customers_addresses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_customers_addresses_id_seq OWNED BY public.commerce_customers_addresses.id; + + +-- +-- Name: commerce_customers_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_customers_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_customers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_customers_id_seq OWNED BY public.commerce_customers.id; + + +-- +-- Name: commerce_discount_categories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_discount_categories ( + id integer NOT NULL, + "discountId" integer NOT NULL, + "categoryId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_discount_categories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_discount_categories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_discount_categories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_discount_categories_id_seq OWNED BY public.commerce_discount_categories.id; + + +-- +-- Name: commerce_discount_purchasables; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_discount_purchasables ( + id integer NOT NULL, + "discountId" integer NOT NULL, + "purchasableId" integer NOT NULL, + "purchasableType" character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_discount_purchasables_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_discount_purchasables_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_discount_purchasables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_discount_purchasables_id_seq OWNED BY public.commerce_discount_purchasables.id; + + +-- +-- Name: commerce_discount_usergroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_discount_usergroups ( + id integer NOT NULL, + "discountId" integer NOT NULL, + "userGroupId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_discount_usergroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_discount_usergroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_discount_usergroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_discount_usergroups_id_seq OWNED BY public.commerce_discount_usergroups.id; + + +-- +-- Name: commerce_discounts; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_discounts ( + id integer NOT NULL, + name character varying(255) NOT NULL, + description text, + code character varying(255), + "perUserLimit" integer DEFAULT 0 NOT NULL, + "perEmailLimit" integer DEFAULT 0 NOT NULL, + "totalDiscountUses" integer DEFAULT 0 NOT NULL, + "totalDiscountUseLimit" integer DEFAULT 0 NOT NULL, + "dateFrom" timestamp(0) without time zone, + "dateTo" timestamp(0) without time zone, + "purchaseTotal" numeric(14,4) DEFAULT 0 NOT NULL, + "purchaseQty" integer DEFAULT 0 NOT NULL, + "maxPurchaseQty" integer DEFAULT 0 NOT NULL, + "baseDiscount" numeric(14,4) DEFAULT 0 NOT NULL, + "baseDiscountType" character varying(255) DEFAULT 'value'::character varying NOT NULL, + "perItemDiscount" numeric(14,4) DEFAULT 0 NOT NULL, + "percentDiscount" numeric(14,4) DEFAULT 0 NOT NULL, + "percentageOffSubject" character varying(255) NOT NULL, + "excludeOnSale" boolean, + "hasFreeShippingForMatchingItems" boolean, + "hasFreeShippingForOrder" boolean, + "allPurchasables" boolean, + "allCategories" boolean, + "appliedTo" character varying(255) DEFAULT 'matchingLineItems'::character varying NOT NULL, + "categoryRelationshipType" character varying(255) DEFAULT 'element'::character varying NOT NULL, + "orderConditionFormula" text, + enabled boolean, + "stopProcessing" boolean, + "ignoreSales" boolean DEFAULT false NOT NULL, + "sortOrder" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "userGroupsCondition" character varying(255) DEFAULT 'userGroupsAnyOrNone'::character varying, + CONSTRAINT "commerce_discounts_appliedTo_check" CHECK ((("appliedTo")::text = ANY (ARRAY[('matchingLineItems'::character varying)::text, ('allLineItems'::character varying)::text]))), + CONSTRAINT "commerce_discounts_baseDiscountType_check" CHECK ((("baseDiscountType")::text = ANY (ARRAY[('value'::character varying)::text, ('percentTotal'::character varying)::text, ('percentTotalDiscounted'::character varying)::text, ('percentItems'::character varying)::text, ('percentItemsDiscounted'::character varying)::text]))), + CONSTRAINT "commerce_discounts_categoryRelationshipType_check" CHECK ((("categoryRelationshipType")::text = ANY (ARRAY[('element'::character varying)::text, ('sourceElement'::character varying)::text, ('targetElement'::character varying)::text]))), + CONSTRAINT "commerce_discounts_percentageOffSubject_check" CHECK ((("percentageOffSubject")::text = ANY (ARRAY[('original'::character varying)::text, ('discounted'::character varying)::text]))) +); + + +-- +-- Name: commerce_discounts_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_discounts_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_discounts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_discounts_id_seq OWNED BY public.commerce_discounts.id; + + +-- +-- Name: commerce_donations; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_donations ( + id integer NOT NULL, + sku character varying(255) NOT NULL, + "availableForPurchase" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_donations_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_donations_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_donations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_donations_id_seq OWNED BY public.commerce_donations.id; + + +-- +-- Name: commerce_email_discountuses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_email_discountuses ( + id integer NOT NULL, + "discountId" integer NOT NULL, + email character varying(255) NOT NULL, + uses integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_email_discountuses_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_email_discountuses_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_email_discountuses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_email_discountuses_id_seq OWNED BY public.commerce_email_discountuses.id; + + +-- +-- Name: commerce_emails; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_emails ( + id integer NOT NULL, + name character varying(255) NOT NULL, + subject character varying(255) NOT NULL, + "recipientType" character varying(255) DEFAULT 'custom'::character varying, + "to" character varying(255), + bcc character varying(255), + cc character varying(255), + "replyTo" character varying(255), + enabled boolean, + "templatePath" character varying(255) NOT NULL, + "plainTextTemplatePath" character varying(255), + "pdfId" integer, + language character varying(255), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT "commerce_emails_recipientType_check" CHECK ((("recipientType")::text = ANY (ARRAY[('customer'::character varying)::text, ('custom'::character varying)::text]))) +); + + +-- +-- Name: commerce_emails_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_emails_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_emails_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_emails_id_seq OWNED BY public.commerce_emails.id; + + +-- +-- Name: commerce_gateways; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_gateways ( + id integer NOT NULL, + type character varying(255) NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + settings text, + "paymentType" character varying(255) DEFAULT 'purchase'::character varying NOT NULL, + "isFrontendEnabled" boolean, + "isArchived" boolean, + "dateArchived" timestamp(0) without time zone, + "sortOrder" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT "commerce_gateways_paymentType_check" CHECK ((("paymentType")::text = ANY (ARRAY[('authorize'::character varying)::text, ('purchase'::character varying)::text]))) +); + + +-- +-- Name: commerce_gateways_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_gateways_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_gateways_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_gateways_id_seq OWNED BY public.commerce_gateways.id; + + +-- +-- Name: commerce_lineitems; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_lineitems ( + id integer NOT NULL, + "orderId" integer NOT NULL, + "purchasableId" integer, + "taxCategoryId" integer NOT NULL, + "shippingCategoryId" integer NOT NULL, + description text, + options text, + "optionsSignature" character varying(255) NOT NULL, + price numeric(14,4) NOT NULL, + "saleAmount" numeric(14,4) DEFAULT 0 NOT NULL, + "salePrice" numeric(14,4) DEFAULT 0 NOT NULL, + sku character varying(255), + weight numeric(14,4) DEFAULT 0 NOT NULL, + height numeric(14,4) DEFAULT 0 NOT NULL, + length numeric(14,4) DEFAULT 0 NOT NULL, + width numeric(14,4) DEFAULT 0 NOT NULL, + subtotal numeric(14,4) DEFAULT 0 NOT NULL, + total numeric(14,4) DEFAULT 0 NOT NULL, + qty integer NOT NULL, + note text, + "privateNote" text, + snapshot text, + "lineItemStatusId" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_lineitems_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_lineitems_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_lineitems_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_lineitems_id_seq OWNED BY public.commerce_lineitems.id; + + +-- +-- Name: commerce_lineitemstatuses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_lineitemstatuses ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + color character varying(255) DEFAULT 'green'::character varying NOT NULL, + "isArchived" boolean DEFAULT false NOT NULL, + "dateArchived" timestamp(0) without time zone, + "sortOrder" integer, + "default" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT commerce_lineitemstatuses_color_check CHECK (((color)::text = ANY (ARRAY[('green'::character varying)::text, ('orange'::character varying)::text, ('red'::character varying)::text, ('blue'::character varying)::text, ('yellow'::character varying)::text, ('pink'::character varying)::text, ('purple'::character varying)::text, ('turquoise'::character varying)::text, ('light'::character varying)::text, ('grey'::character varying)::text, ('black'::character varying)::text]))) +); + + +-- +-- Name: commerce_lineitemstatuses_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_lineitemstatuses_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_lineitemstatuses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_lineitemstatuses_id_seq OWNED BY public.commerce_lineitemstatuses.id; + + +-- +-- Name: commerce_orderadjustments; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_orderadjustments ( + id integer NOT NULL, + "orderId" integer NOT NULL, + "lineItemId" integer, + type character varying(255) NOT NULL, + name character varying(255), + description character varying(255), + amount numeric(14,4) NOT NULL, + included boolean, + "isEstimated" boolean DEFAULT false NOT NULL, + "sourceSnapshot" text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_orderadjustments_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_orderadjustments_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_orderadjustments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_orderadjustments_id_seq OWNED BY public.commerce_orderadjustments.id; + + +-- +-- Name: commerce_orderhistories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_orderhistories ( + id integer NOT NULL, + "orderId" integer NOT NULL, + "customerId" integer NOT NULL, + "prevStatusId" integer, + "newStatusId" integer, + message text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_orderhistories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_orderhistories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_orderhistories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_orderhistories_id_seq OWNED BY public.commerce_orderhistories.id; + + +-- +-- Name: commerce_ordernotices; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_ordernotices ( + id integer NOT NULL, + "orderId" integer NOT NULL, + type character varying(255), + attribute character varying(255), + message text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_ordernotices_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_ordernotices_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_ordernotices_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_ordernotices_id_seq OWNED BY public.commerce_ordernotices.id; + + +-- +-- Name: commerce_orders; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_orders ( + id integer NOT NULL, + "billingAddressId" integer, + "shippingAddressId" integer, + "estimatedBillingAddressId" integer, + "estimatedShippingAddressId" integer, + "gatewayId" integer, + "paymentSourceId" integer, + "customerId" integer, + "orderStatusId" integer, + number character varying(32), + reference character varying(255), + "couponCode" character varying(255), + "itemTotal" numeric(14,4) DEFAULT 0, + "itemSubtotal" numeric(14,4) DEFAULT 0, + total numeric(14,4) DEFAULT 0, + "totalPrice" numeric(14,4) DEFAULT 0, + "totalPaid" numeric(14,4) DEFAULT 0, + "totalDiscount" numeric(14,4) DEFAULT 0, + "totalTax" numeric(14,4) DEFAULT 0, + "totalTaxIncluded" numeric(14,4) DEFAULT 0, + "totalShippingCost" numeric(14,4) DEFAULT 0, + "paidStatus" character varying(255), + email character varying(255), + "isCompleted" boolean, + "dateOrdered" timestamp(0) without time zone, + "datePaid" timestamp(0) without time zone, + "dateAuthorized" timestamp(0) without time zone, + currency character varying(255), + "paymentCurrency" character varying(255), + "lastIp" character varying(255), + "orderLanguage" character varying(12) NOT NULL, + origin character varying(255) DEFAULT 'web'::character varying NOT NULL, + message text, + "registerUserOnOrderComplete" boolean, + "recalculationMode" character varying(255) DEFAULT 'all'::character varying NOT NULL, + "returnUrl" text, + "cancelUrl" text, + "shippingMethodHandle" character varying(255), + "shippingMethodName" character varying(255), + "orderSiteId" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT commerce_orders_origin_check CHECK (((origin)::text = ANY (ARRAY[('web'::character varying)::text, ('cp'::character varying)::text, ('remote'::character varying)::text]))), + CONSTRAINT "commerce_orders_paidStatus_check" CHECK ((("paidStatus")::text = ANY (ARRAY[('paid'::character varying)::text, ('partial'::character varying)::text, ('unpaid'::character varying)::text, ('overPaid'::character varying)::text]))), + CONSTRAINT "commerce_orders_recalculationMode_check" CHECK ((("recalculationMode")::text = ANY (ARRAY[('all'::character varying)::text, ('none'::character varying)::text, ('adjustmentsOnly'::character varying)::text]))) +); + + +-- +-- Name: commerce_orderstatus_emails; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_orderstatus_emails ( + id integer NOT NULL, + "orderStatusId" integer NOT NULL, + "emailId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_orderstatus_emails_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_orderstatus_emails_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_orderstatus_emails_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_orderstatus_emails_id_seq OWNED BY public.commerce_orderstatus_emails.id; + + +-- +-- Name: commerce_orderstatuses; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_orderstatuses ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + color character varying(255) DEFAULT 'green'::character varying NOT NULL, + description character varying(255), + "dateDeleted" timestamp(0) without time zone, + "sortOrder" integer, + "default" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT commerce_orderstatuses_color_check CHECK (((color)::text = ANY (ARRAY[('green'::character varying)::text, ('orange'::character varying)::text, ('red'::character varying)::text, ('blue'::character varying)::text, ('yellow'::character varying)::text, ('pink'::character varying)::text, ('purple'::character varying)::text, ('turquoise'::character varying)::text, ('light'::character varying)::text, ('grey'::character varying)::text, ('black'::character varying)::text]))) +); + + +-- +-- Name: commerce_orderstatuses_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_orderstatuses_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_orderstatuses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_orderstatuses_id_seq OWNED BY public.commerce_orderstatuses.id; + + +-- +-- Name: commerce_paymentcurrencies; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_paymentcurrencies ( + id integer NOT NULL, + iso character varying(3) NOT NULL, + "primary" boolean DEFAULT false NOT NULL, + rate numeric(14,4) DEFAULT 0 NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_paymentcurrencies_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_paymentcurrencies_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_paymentcurrencies_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_paymentcurrencies_id_seq OWNED BY public.commerce_paymentcurrencies.id; + + +-- +-- Name: commerce_paymentsources; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_paymentsources ( + id integer NOT NULL, + "userId" integer NOT NULL, + "gatewayId" integer NOT NULL, + token character varying(255) NOT NULL, + description character varying(255), + response text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_paymentsources_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_paymentsources_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_paymentsources_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_paymentsources_id_seq OWNED BY public.commerce_paymentsources.id; + + +-- +-- Name: commerce_pdfs; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_pdfs ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + description character varying(255), + "templatePath" character varying(255) NOT NULL, + "fileNameFormat" character varying(255), + enabled boolean, + "isDefault" boolean, + "sortOrder" integer, + language character varying(255), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_pdfs_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_pdfs_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_pdfs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_pdfs_id_seq OWNED BY public.commerce_pdfs.id; + + +-- +-- Name: commerce_plans; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_plans ( + id integer NOT NULL, + "gatewayId" integer, + "planInformationId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + reference character varying(255) NOT NULL, + enabled boolean NOT NULL, + "planData" text, + "isArchived" boolean NOT NULL, + "dateArchived" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "sortOrder" integer, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_plans_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_plans_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_plans_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_plans_id_seq OWNED BY public.commerce_plans.id; + + +-- +-- Name: commerce_products; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_products ( + id integer NOT NULL, + "typeId" integer, + "taxCategoryId" integer NOT NULL, + "shippingCategoryId" integer NOT NULL, + "defaultVariantId" integer, + "postDate" timestamp(0) without time zone, + "expiryDate" timestamp(0) without time zone, + promotable boolean, + "availableForPurchase" boolean, + "freeShipping" boolean, + "defaultSku" character varying(255), + "defaultPrice" numeric(14,4), + "defaultHeight" numeric(14,4), + "defaultLength" numeric(14,4), + "defaultWidth" numeric(14,4), + "defaultWeight" numeric(14,4), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_producttypes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_producttypes ( + id integer NOT NULL, + "fieldLayoutId" integer, + "variantFieldLayoutId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "hasDimensions" boolean, + "hasVariants" boolean, + "hasVariantTitleField" boolean, + "titleFormat" character varying(255) NOT NULL, + "hasProductTitleField" boolean, + "productTitleFormat" character varying(255), + "skuFormat" character varying(255), + "descriptionFormat" character varying(255), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_producttypes_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_producttypes_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_producttypes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_producttypes_id_seq OWNED BY public.commerce_producttypes.id; + + +-- +-- Name: commerce_producttypes_shippingcategories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_producttypes_shippingcategories ( + id integer NOT NULL, + "productTypeId" integer NOT NULL, + "shippingCategoryId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_producttypes_shippingcategories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_producttypes_shippingcategories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_producttypes_shippingcategories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_producttypes_shippingcategories_id_seq OWNED BY public.commerce_producttypes_shippingcategories.id; + + +-- +-- Name: commerce_producttypes_sites; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_producttypes_sites ( + id integer NOT NULL, + "productTypeId" integer NOT NULL, + "siteId" integer NOT NULL, + "uriFormat" text, + template character varying(500), + "hasUrls" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_producttypes_sites_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_producttypes_sites_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_producttypes_sites_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_producttypes_sites_id_seq OWNED BY public.commerce_producttypes_sites.id; + + +-- +-- Name: commerce_producttypes_taxcategories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_producttypes_taxcategories ( + id integer NOT NULL, + "productTypeId" integer NOT NULL, + "taxCategoryId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_producttypes_taxcategories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_producttypes_taxcategories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_producttypes_taxcategories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_producttypes_taxcategories_id_seq OWNED BY public.commerce_producttypes_taxcategories.id; + + +-- +-- Name: commerce_purchasables; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_purchasables ( + id integer NOT NULL, + sku character varying(255) NOT NULL, + price numeric(14,4) NOT NULL, + description text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_purchasables_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_purchasables_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_purchasables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_purchasables_id_seq OWNED BY public.commerce_purchasables.id; + + +-- +-- Name: commerce_sale_categories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_sale_categories ( + id integer NOT NULL, + "saleId" integer NOT NULL, + "categoryId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_sale_categories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_sale_categories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_sale_categories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_sale_categories_id_seq OWNED BY public.commerce_sale_categories.id; + + +-- +-- Name: commerce_sale_purchasables; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_sale_purchasables ( + id integer NOT NULL, + "saleId" integer NOT NULL, + "purchasableId" integer NOT NULL, + "purchasableType" character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_sale_purchasables_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_sale_purchasables_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_sale_purchasables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_sale_purchasables_id_seq OWNED BY public.commerce_sale_purchasables.id; + + +-- +-- Name: commerce_sale_usergroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_sale_usergroups ( + id integer NOT NULL, + "saleId" integer NOT NULL, + "userGroupId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_sale_usergroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_sale_usergroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_sale_usergroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_sale_usergroups_id_seq OWNED BY public.commerce_sale_usergroups.id; + + +-- +-- Name: commerce_sales; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_sales ( + id integer NOT NULL, + name character varying(255) NOT NULL, + description text, + "dateFrom" timestamp(0) without time zone, + "dateTo" timestamp(0) without time zone, + apply character varying(255) NOT NULL, + "applyAmount" numeric(14,4) NOT NULL, + "allGroups" boolean, + "allPurchasables" boolean, + "allCategories" boolean, + "categoryRelationshipType" character varying(255) DEFAULT 'element'::character varying NOT NULL, + enabled boolean, + "ignorePrevious" boolean, + "stopProcessing" boolean, + "sortOrder" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT commerce_sales_apply_check CHECK (((apply)::text = ANY (ARRAY[('toPercent'::character varying)::text, ('toFlat'::character varying)::text, ('byPercent'::character varying)::text, ('byFlat'::character varying)::text]))), + CONSTRAINT "commerce_sales_categoryRelationshipType_check" CHECK ((("categoryRelationshipType")::text = ANY (ARRAY[('element'::character varying)::text, ('sourceElement'::character varying)::text, ('targetElement'::character varying)::text]))) +); + + +-- +-- Name: commerce_sales_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_sales_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_sales_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_sales_id_seq OWNED BY public.commerce_sales.id; + + +-- +-- Name: commerce_shippingcategories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingcategories ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + description character varying(255), + "default" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_shippingcategories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingcategories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingcategories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingcategories_id_seq OWNED BY public.commerce_shippingcategories.id; + + +-- +-- Name: commerce_shippingmethods; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingmethods ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + enabled boolean, + "isLite" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_shippingmethods_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingmethods_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingmethods_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingmethods_id_seq OWNED BY public.commerce_shippingmethods.id; + + +-- +-- Name: commerce_shippingrule_categories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingrule_categories ( + id integer NOT NULL, + "shippingRuleId" integer, + "shippingCategoryId" integer, + condition character varying(255) NOT NULL, + "perItemRate" numeric(14,4), + "weightRate" numeric(14,4), + "percentageRate" numeric(14,4), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT commerce_shippingrule_categories_condition_check CHECK (((condition)::text = ANY (ARRAY[('allow'::character varying)::text, ('disallow'::character varying)::text, ('require'::character varying)::text]))) +); + + +-- +-- Name: commerce_shippingrule_categories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingrule_categories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingrule_categories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingrule_categories_id_seq OWNED BY public.commerce_shippingrule_categories.id; + + +-- +-- Name: commerce_shippingrules; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingrules ( + id integer NOT NULL, + "shippingZoneId" integer, + "methodId" integer NOT NULL, + name character varying(255) NOT NULL, + description character varying(255), + priority integer DEFAULT 0 NOT NULL, + enabled boolean, + "minQty" integer DEFAULT 0 NOT NULL, + "maxQty" integer DEFAULT 0 NOT NULL, + "minTotal" numeric(14,4) DEFAULT 0 NOT NULL, + "maxTotal" numeric(14,4) DEFAULT 0 NOT NULL, + "minWeight" numeric(14,4) DEFAULT 0 NOT NULL, + "maxWeight" numeric(14,4) DEFAULT 0 NOT NULL, + "baseRate" numeric(14,4) DEFAULT 0 NOT NULL, + "perItemRate" numeric(14,4) DEFAULT 0 NOT NULL, + "weightRate" numeric(14,4) DEFAULT 0 NOT NULL, + "percentageRate" numeric(14,4) DEFAULT 0 NOT NULL, + "minRate" numeric(14,4) DEFAULT 0 NOT NULL, + "maxRate" numeric(14,4) DEFAULT 0 NOT NULL, + "isLite" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "minMaxTotalType" character varying(255) DEFAULT 'salePrice'::character varying NOT NULL, + "orderConditionFormula" text, + CONSTRAINT "commerce_shippingrules_minMaxTotalType_check" CHECK ((("minMaxTotalType")::text = ANY (ARRAY[('salePrice'::character varying)::text, ('salePriceWithDiscounts'::character varying)::text]))) +); + + +-- +-- Name: commerce_shippingrules_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingrules_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingrules_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingrules_id_seq OWNED BY public.commerce_shippingrules.id; + + +-- +-- Name: commerce_shippingzone_countries; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingzone_countries ( + id integer NOT NULL, + "shippingZoneId" integer NOT NULL, + "countryId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_shippingzone_countries_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingzone_countries_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingzone_countries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingzone_countries_id_seq OWNED BY public.commerce_shippingzone_countries.id; + + +-- +-- Name: commerce_shippingzone_states; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingzone_states ( + id integer NOT NULL, + "shippingZoneId" integer NOT NULL, + "stateId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_shippingzone_states_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingzone_states_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingzone_states_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingzone_states_id_seq OWNED BY public.commerce_shippingzone_states.id; + + +-- +-- Name: commerce_shippingzones; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_shippingzones ( + id integer NOT NULL, + name character varying(255) NOT NULL, + description character varying(255), + "isCountryBased" boolean, + "zipCodeConditionFormula" text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_shippingzones_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_shippingzones_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_shippingzones_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_shippingzones_id_seq OWNED BY public.commerce_shippingzones.id; + + +-- +-- Name: commerce_states; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_states ( + id integer NOT NULL, + "countryId" integer NOT NULL, + name character varying(255) NOT NULL, + abbreviation character varying(255), + "sortOrder" integer, + enabled boolean DEFAULT true NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_states_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_states_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_states_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_states_id_seq OWNED BY public.commerce_states.id; + + +-- +-- Name: commerce_subscriptions; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_subscriptions ( + id integer NOT NULL, + "userId" integer NOT NULL, + "planId" integer, + "gatewayId" integer, + "orderId" integer, + reference character varying(255) NOT NULL, + "subscriptionData" text, + "trialDays" integer NOT NULL, + "nextPaymentDate" timestamp(0) without time zone, + "hasStarted" boolean DEFAULT true NOT NULL, + "isSuspended" boolean DEFAULT false NOT NULL, + "dateSuspended" timestamp(0) without time zone, + "isCanceled" boolean NOT NULL, + "dateCanceled" timestamp(0) without time zone, + "isExpired" boolean NOT NULL, + "dateExpired" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_subscriptions_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_subscriptions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_subscriptions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_subscriptions_id_seq OWNED BY public.commerce_subscriptions.id; + + +-- +-- Name: commerce_taxcategories; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_taxcategories ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + description character varying(255), + "default" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_taxcategories_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_taxcategories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_taxcategories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_taxcategories_id_seq OWNED BY public.commerce_taxcategories.id; + + +-- +-- Name: commerce_taxrates; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_taxrates ( + id integer NOT NULL, + "taxZoneId" integer, + "isEverywhere" boolean, + "taxCategoryId" integer, + name character varying(255) NOT NULL, + code character varying(255), + rate numeric(14,10) NOT NULL, + include boolean, + "isVat" boolean, + taxable character varying(255) NOT NULL, + "isLite" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "removeIncluded" boolean, + "removeVatIncluded" boolean, + CONSTRAINT commerce_taxrates_taxable_check CHECK (((taxable)::text = ANY (ARRAY[('price'::character varying)::text, ('shipping'::character varying)::text, ('price_shipping'::character varying)::text, ('order_total_shipping'::character varying)::text, ('order_total_price'::character varying)::text]))) +); + + +-- +-- Name: commerce_taxrates_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_taxrates_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_taxrates_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_taxrates_id_seq OWNED BY public.commerce_taxrates.id; + + +-- +-- Name: commerce_taxzone_countries; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_taxzone_countries ( + id integer NOT NULL, + "taxZoneId" integer NOT NULL, + "countryId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_taxzone_countries_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_taxzone_countries_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_taxzone_countries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_taxzone_countries_id_seq OWNED BY public.commerce_taxzone_countries.id; + + +-- +-- Name: commerce_taxzone_states; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_taxzone_states ( + id integer NOT NULL, + "taxZoneId" integer NOT NULL, + "stateId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_taxzone_states_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_taxzone_states_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_taxzone_states_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_taxzone_states_id_seq OWNED BY public.commerce_taxzone_states.id; + + +-- +-- Name: commerce_taxzones; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_taxzones ( + id integer NOT NULL, + name character varying(255) NOT NULL, + description character varying(255), + "isCountryBased" boolean, + "zipCodeConditionFormula" text, + "default" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: commerce_taxzones_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_taxzones_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_taxzones_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_taxzones_id_seq OWNED BY public.commerce_taxzones.id; + + +-- +-- Name: commerce_transactions; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_transactions ( + id integer NOT NULL, + "orderId" integer NOT NULL, + "parentId" integer, + "gatewayId" integer, + "userId" integer, + hash character varying(32), + type character varying(255) NOT NULL, + amount numeric(14,4), + "paymentAmount" numeric(14,4), + currency character varying(255), + "paymentCurrency" character varying(255), + "paymentRate" numeric(14,4), + status character varying(255) NOT NULL, + reference character varying(255), + code character varying(255), + message text, + note text, + response text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT commerce_transactions_status_check CHECK (((status)::text = ANY (ARRAY[('pending'::character varying)::text, ('redirect'::character varying)::text, ('success'::character varying)::text, ('failed'::character varying)::text, ('processing'::character varying)::text]))), + CONSTRAINT commerce_transactions_type_check CHECK (((type)::text = ANY (ARRAY[('authorize'::character varying)::text, ('capture'::character varying)::text, ('purchase'::character varying)::text, ('refund'::character varying)::text]))) +); + + +-- +-- Name: commerce_transactions_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.commerce_transactions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: commerce_transactions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.commerce_transactions_id_seq OWNED BY public.commerce_transactions.id; + + +-- +-- Name: commerce_variants; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.commerce_variants ( + id integer NOT NULL, + "productId" integer, + sku character varying(255) NOT NULL, + "isDefault" boolean, + price numeric(14,4) NOT NULL, + "sortOrder" integer, + width numeric(14,4), + height numeric(14,4), + length numeric(14,4), + weight numeric(14,4), + stock integer DEFAULT 0 NOT NULL, + "hasUnlimitedStock" boolean, + "minQty" integer, + "maxQty" integer, + "deletedWithProduct" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: content; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.content ( + id integer NOT NULL, + "elementId" integer NOT NULL, + "siteId" integer NOT NULL, + title character varying(255), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "field_optimizedImages" text, + "field_plainText" text, + "field_richText" text, + field_seo text +); + + +-- +-- Name: content_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.content_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: content_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.content_id_seq OWNED BY public.content.id; + + +-- +-- Name: craftidtokens; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.craftidtokens ( + id integer NOT NULL, + "userId" integer NOT NULL, + "accessToken" text NOT NULL, + "expiryDate" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: craftidtokens_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.craftidtokens_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: craftidtokens_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.craftidtokens_id_seq OWNED BY public.craftidtokens.id; + + +-- +-- Name: deprecationerrors; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.deprecationerrors ( + id integer NOT NULL, + key character varying(255) NOT NULL, + fingerprint character varying(255) NOT NULL, + "lastOccurrence" timestamp(0) without time zone NOT NULL, + file character varying(255) NOT NULL, + line smallint, + message text, + traces text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: deprecationerrors_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.deprecationerrors_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: deprecationerrors_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.deprecationerrors_id_seq OWNED BY public.deprecationerrors.id; + + +-- +-- Name: drafts; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.drafts ( + id integer NOT NULL, + "canonicalId" integer, + "creatorId" integer, + name character varying(255) NOT NULL, + notes text, + "trackChanges" boolean DEFAULT false NOT NULL, + "dateLastMerged" timestamp(0) without time zone, + saved boolean DEFAULT true NOT NULL, + provisional boolean DEFAULT false NOT NULL +); + + +-- +-- Name: drafts_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.drafts_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: drafts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.drafts_id_seq OWNED BY public.drafts.id; + + +-- +-- Name: elements; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.elements ( + id integer NOT NULL, + "draftId" integer, + "revisionId" integer, + "fieldLayoutId" integer, + type character varying(255) NOT NULL, + enabled boolean DEFAULT true NOT NULL, + archived boolean DEFAULT false NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "canonicalId" integer, + "dateLastMerged" timestamp(0) without time zone +); + + +-- +-- Name: elements_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.elements_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: elements_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.elements_id_seq OWNED BY public.elements.id; + + +-- +-- Name: elements_sites; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.elements_sites ( + id integer NOT NULL, + "elementId" integer NOT NULL, + "siteId" integer NOT NULL, + slug character varying(255), + uri character varying(255), + enabled boolean DEFAULT true NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: elements_sites_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.elements_sites_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: elements_sites_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.elements_sites_id_seq OWNED BY public.elements_sites.id; + + +-- +-- Name: entries; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.entries ( + id integer NOT NULL, + "sectionId" integer NOT NULL, + "parentId" integer, + "typeId" integer NOT NULL, + "authorId" integer, + "postDate" timestamp(0) without time zone, + "expiryDate" timestamp(0) without time zone, + "deletedWithEntryType" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL +); + + +-- +-- Name: entrytypes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.entrytypes ( + id integer NOT NULL, + "sectionId" integer NOT NULL, + "fieldLayoutId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "hasTitleField" boolean DEFAULT true NOT NULL, + "titleTranslationMethod" character varying(255) DEFAULT 'site'::character varying NOT NULL, + "titleTranslationKeyFormat" text, + "titleFormat" character varying(255), + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: entrytypes_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.entrytypes_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: entrytypes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.entrytypes_id_seq OWNED BY public.entrytypes.id; + + +-- +-- Name: fieldgroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.fieldgroups ( + id integer NOT NULL, + name character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: fieldgroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.fieldgroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: fieldgroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.fieldgroups_id_seq OWNED BY public.fieldgroups.id; + + +-- +-- Name: fieldlayoutfields; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.fieldlayoutfields ( + id integer NOT NULL, + "layoutId" integer NOT NULL, + "tabId" integer NOT NULL, + "fieldId" integer NOT NULL, + required boolean DEFAULT false NOT NULL, + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: fieldlayoutfields_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.fieldlayoutfields_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: fieldlayoutfields_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.fieldlayoutfields_id_seq OWNED BY public.fieldlayoutfields.id; + + +-- +-- Name: fieldlayouts; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.fieldlayouts ( + id integer NOT NULL, + type character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: fieldlayouts_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.fieldlayouts_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: fieldlayouts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.fieldlayouts_id_seq OWNED BY public.fieldlayouts.id; + + +-- +-- Name: fieldlayouttabs; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.fieldlayouttabs ( + id integer NOT NULL, + "layoutId" integer NOT NULL, + name character varying(255) NOT NULL, + elements text, + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + settings text +); + + +-- +-- Name: fieldlayouttabs_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.fieldlayouttabs_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: fieldlayouttabs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.fieldlayouttabs_id_seq OWNED BY public.fieldlayouttabs.id; + + +-- +-- Name: fields; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.fields ( + id integer NOT NULL, + "groupId" integer, + name character varying(255) NOT NULL, + handle character varying(64) NOT NULL, + context character varying(255) DEFAULT 'global'::character varying NOT NULL, + instructions text, + searchable boolean DEFAULT true NOT NULL, + "translationMethod" character varying(255) DEFAULT 'none'::character varying NOT NULL, + "translationKeyFormat" text, + type character varying(255) NOT NULL, + settings text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "columnSuffix" character(8) +); + + +-- +-- Name: fields_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.fields_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: fields_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.fields_id_seq OWNED BY public.fields.id; + + +-- +-- Name: globalsets; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.globalsets ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "fieldLayoutId" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "sortOrder" smallint +); + + +-- +-- Name: globalsets_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.globalsets_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: globalsets_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.globalsets_id_seq OWNED BY public.globalsets.id; + + +-- +-- Name: gqlschemas; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.gqlschemas ( + id integer NOT NULL, + name character varying(255) NOT NULL, + scope text, + "isPublic" boolean DEFAULT false NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: gqlschemas_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.gqlschemas_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: gqlschemas_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.gqlschemas_id_seq OWNED BY public.gqlschemas.id; + + +-- +-- Name: gqltokens; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.gqltokens ( + id integer NOT NULL, + name character varying(255) NOT NULL, + "accessToken" character varying(255) NOT NULL, + enabled boolean DEFAULT true NOT NULL, + "expiryDate" timestamp(0) without time zone, + "lastUsed" timestamp(0) without time zone, + "schemaId" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: gqltokens_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.gqltokens_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: gqltokens_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.gqltokens_id_seq OWNED BY public.gqltokens.id; + + +-- +-- Name: imagetransformindex; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.imagetransformindex ( + id integer NOT NULL, + "assetId" integer NOT NULL, + filename character varying(255), + format character varying(255), + "transformString" character varying(255) NOT NULL, + "fileExists" boolean DEFAULT false NOT NULL, + "inProgress" boolean DEFAULT false NOT NULL, + error boolean DEFAULT false NOT NULL, + "dateIndexed" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + transformer character varying(255) DEFAULT NULL::character varying +); + + +-- +-- Name: imagetransformindex_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.imagetransformindex_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: imagetransformindex_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.imagetransformindex_id_seq OWNED BY public.imagetransformindex.id; + + +-- +-- Name: imagetransforms; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.imagetransforms ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + mode character varying(255) DEFAULT 'crop'::character varying NOT NULL, + "position" character varying(255) DEFAULT 'center-center'::character varying NOT NULL, + width integer, + height integer, + format character varying(255), + quality integer, + interlace character varying(255) DEFAULT 'none'::character varying NOT NULL, + "parameterChangeTime" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT assettransforms_interlace_check CHECK (((interlace)::text = ANY (ARRAY[('none'::character varying)::text, ('line'::character varying)::text, ('plane'::character varying)::text, ('partition'::character varying)::text]))), + CONSTRAINT assettransforms_mode_check CHECK (((mode)::text = ANY (ARRAY[('stretch'::character varying)::text, ('fit'::character varying)::text, ('crop'::character varying)::text]))), + CONSTRAINT assettransforms_position_check CHECK ((("position")::text = ANY (ARRAY[('top-left'::character varying)::text, ('top-center'::character varying)::text, ('top-right'::character varying)::text, ('center-left'::character varying)::text, ('center-center'::character varying)::text, ('center-right'::character varying)::text, ('bottom-left'::character varying)::text, ('bottom-center'::character varying)::text, ('bottom-right'::character varying)::text]))) +); + + +-- +-- Name: imagetransforms_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.imagetransforms_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: imagetransforms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.imagetransforms_id_seq OWNED BY public.imagetransforms.id; + + +-- +-- Name: info; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.info ( + id integer NOT NULL, + version character varying(50) NOT NULL, + "schemaVersion" character varying(15) NOT NULL, + maintenance boolean DEFAULT false NOT NULL, + "configVersion" character(12) DEFAULT '000000000000'::bpchar NOT NULL, + "fieldVersion" character(12) DEFAULT '000000000000'::bpchar NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: info_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.info_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: info_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.info_id_seq OWNED BY public.info.id; + + +-- +-- Name: matrixblocks; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.matrixblocks ( + id integer NOT NULL, + "primaryOwnerId" integer NOT NULL, + "fieldId" integer NOT NULL, + "typeId" integer NOT NULL, + "deletedWithOwner" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL +); + + +-- +-- Name: matrixblocks_owners; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.matrixblocks_owners ( + "blockId" integer NOT NULL, + "ownerId" integer NOT NULL, + "sortOrder" smallint NOT NULL +); + + +-- +-- Name: matrixblocktypes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.matrixblocktypes ( + id integer NOT NULL, + "fieldId" integer NOT NULL, + "fieldLayoutId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: matrixblocktypes_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.matrixblocktypes_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: matrixblocktypes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.matrixblocktypes_id_seq OWNED BY public.matrixblocktypes.id; + + +-- +-- Name: migrations; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.migrations ( + id integer NOT NULL, + track character varying(255) NOT NULL, + name character varying(255) NOT NULL, + "applyTime" timestamp(0) without time zone NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: migrations_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.migrations_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: migrations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.migrations_id_seq OWNED BY public.migrations.id; + + +-- +-- Name: plugins; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.plugins ( + id integer NOT NULL, + handle character varying(255) NOT NULL, + version character varying(255) NOT NULL, + "schemaVersion" character varying(255) NOT NULL, + "licenseKeyStatus" character varying(255) DEFAULT 'unknown'::character varying NOT NULL, + "licensedEdition" character varying(255), + "installDate" timestamp(0) without time zone NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + CONSTRAINT "plugins_licenseKeyStatus_check" CHECK ((("licenseKeyStatus")::text = ANY (ARRAY[('valid'::character varying)::text, ('trial'::character varying)::text, ('invalid'::character varying)::text, ('mismatched'::character varying)::text, ('astray'::character varying)::text, ('unknown'::character varying)::text]))) +); + + +-- +-- Name: plugins_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.plugins_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: plugins_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.plugins_id_seq OWNED BY public.plugins.id; + + +-- +-- Name: projectconfig; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.projectconfig ( + path character varying(255) NOT NULL, + value text NOT NULL +); + + +-- +-- Name: queue; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.queue ( + id integer NOT NULL, + channel character varying(255) DEFAULT 'queue'::character varying NOT NULL, + job bytea NOT NULL, + description text, + "timePushed" integer NOT NULL, + ttr integer NOT NULL, + delay integer DEFAULT 0 NOT NULL, + priority integer DEFAULT 1024 NOT NULL, + "dateReserved" timestamp(0) without time zone, + "timeUpdated" integer, + progress smallint DEFAULT 0 NOT NULL, + "progressLabel" character varying(255), + attempt integer, + fail boolean DEFAULT false, + "dateFailed" timestamp(0) without time zone, + error text +); + + +-- +-- Name: queue_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.queue_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: queue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.queue_id_seq OWNED BY public.queue.id; + + +-- +-- Name: relations; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.relations ( + id integer NOT NULL, + "fieldId" integer NOT NULL, + "sourceId" integer NOT NULL, + "sourceSiteId" integer, + "targetId" integer NOT NULL, + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: relations_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.relations_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: relations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.relations_id_seq OWNED BY public.relations.id; + + +-- +-- Name: resourcepaths; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.resourcepaths ( + hash character varying(255) NOT NULL, + path character varying(255) NOT NULL +); + + +-- +-- Name: retour_redirects; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.retour_redirects ( + id integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "siteId" integer, + "associatedElementId" integer NOT NULL, + enabled boolean DEFAULT true, + "redirectSrcUrl" character varying(255) DEFAULT ''::character varying, + "redirectSrcUrlParsed" character varying(255) DEFAULT ''::character varying, + "redirectSrcMatch" character varying(32) DEFAULT 'pathonly'::character varying, + "redirectMatchType" character varying(32) DEFAULT 'exactmatch'::character varying, + "redirectDestUrl" character varying(255) DEFAULT ''::character varying, + "redirectHttpCode" integer DEFAULT 301, + "hitCount" integer DEFAULT 1, + "hitLastTime" timestamp(0) without time zone +); + + +-- +-- Name: retour_redirects_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.retour_redirects_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: retour_redirects_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.retour_redirects_id_seq OWNED BY public.retour_redirects.id; + + +-- +-- Name: retour_static_redirects; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.retour_static_redirects ( + id integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "siteId" integer, + "associatedElementId" integer NOT NULL, + enabled boolean DEFAULT true, + "redirectSrcUrl" character varying(255) DEFAULT ''::character varying, + "redirectSrcUrlParsed" character varying(255) DEFAULT ''::character varying, + "redirectSrcMatch" character varying(32) DEFAULT 'pathonly'::character varying, + "redirectMatchType" character varying(32) DEFAULT 'exactmatch'::character varying, + "redirectDestUrl" character varying(255) DEFAULT ''::character varying, + "redirectHttpCode" integer DEFAULT 301, + "hitCount" integer DEFAULT 1, + "hitLastTime" timestamp(0) without time zone +); + + +-- +-- Name: retour_static_redirects_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.retour_static_redirects_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: retour_static_redirects_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.retour_static_redirects_id_seq OWNED BY public.retour_static_redirects.id; + + +-- +-- Name: retour_stats; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.retour_stats ( + id integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "siteId" integer, + "redirectSrcUrl" character varying(255) DEFAULT ''::character varying, + "referrerUrl" character varying(2000) DEFAULT ''::character varying, + "remoteIp" character varying(45) DEFAULT ''::character varying, + "userAgent" character varying(255) DEFAULT ''::character varying, + "exceptionMessage" character varying(255) DEFAULT ''::character varying, + "exceptionFilePath" character varying(255) DEFAULT ''::character varying, + "exceptionFileLine" integer DEFAULT 0, + "hitCount" integer DEFAULT 1, + "hitLastTime" timestamp(0) without time zone, + "handledByRetour" boolean DEFAULT false +); + + +-- +-- Name: retour_stats_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.retour_stats_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: retour_stats_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.retour_stats_id_seq OWNED BY public.retour_stats.id; + + +-- +-- Name: revisions; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.revisions ( + id integer NOT NULL, + "canonicalId" integer NOT NULL, + "creatorId" integer, + num integer NOT NULL, + notes text +); + + +-- +-- Name: revisions_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.revisions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: revisions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.revisions_id_seq OWNED BY public.revisions.id; + + +-- +-- Name: searchindex; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.searchindex ( + "elementId" integer NOT NULL, + attribute character varying(25) NOT NULL, + "fieldId" integer NOT NULL, + "siteId" integer NOT NULL, + keywords text NOT NULL, + keywords_vector tsvector NOT NULL +); + + +-- +-- Name: sections; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.sections ( + id integer NOT NULL, + "structureId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + type character varying(255) DEFAULT 'channel'::character varying NOT NULL, + "enableVersioning" boolean DEFAULT false NOT NULL, + "propagationMethod" character varying(255) DEFAULT 'all'::character varying NOT NULL, + "previewTargets" text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "defaultPlacement" character varying(255) DEFAULT 'end'::character varying NOT NULL, + CONSTRAINT "sections_defaultPlacement_check" CHECK ((("defaultPlacement")::text = ANY (ARRAY[('beginning'::character varying)::text, ('end'::character varying)::text]))), + CONSTRAINT sections_type_check CHECK (((type)::text = ANY (ARRAY[('single'::character varying)::text, ('channel'::character varying)::text, ('structure'::character varying)::text]))) +); + + +-- +-- Name: sections_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.sections_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: sections_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.sections_id_seq OWNED BY public.sections.id; + + +-- +-- Name: sections_sites; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.sections_sites ( + id integer NOT NULL, + "sectionId" integer NOT NULL, + "siteId" integer NOT NULL, + "hasUrls" boolean DEFAULT true NOT NULL, + "uriFormat" text, + template character varying(500), + "enabledByDefault" boolean DEFAULT true NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: sections_sites_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.sections_sites_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: sections_sites_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.sections_sites_id_seq OWNED BY public.sections_sites.id; + + +-- +-- Name: seomatic_metabundles; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.seomatic_metabundles ( + id integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "bundleVersion" character varying(255) DEFAULT ''::character varying NOT NULL, + "sourceBundleType" character varying(255) DEFAULT ''::character varying NOT NULL, + "sourceId" integer, + "sourceName" character varying(255) DEFAULT ''::character varying NOT NULL, + "sourceHandle" character varying(255) DEFAULT ''::character varying NOT NULL, + "sourceType" character varying(64) DEFAULT ''::character varying NOT NULL, + "typeId" integer, + "sourceTemplate" character varying(500) DEFAULT ''::character varying, + "sourceSiteId" integer, + "sourceAltSiteSettings" text, + "sourceDateUpdated" timestamp(0) without time zone NOT NULL, + "metaGlobalVars" text, + "metaSiteVars" text, + "metaSitemapVars" text, + "metaContainers" text, + "redirectsContainer" text, + "frontendTemplatesContainer" text, + "metaBundleSettings" text +); + + +-- +-- Name: seomatic_metabundles_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.seomatic_metabundles_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: seomatic_metabundles_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.seomatic_metabundles_id_seq OWNED BY public.seomatic_metabundles.id; + + +-- +-- Name: sequences; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.sequences ( + name character varying(255) NOT NULL, + next integer DEFAULT 1 NOT NULL +); + + +-- +-- Name: sessions; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.sessions ( + id integer NOT NULL, + "userId" integer NOT NULL, + token character(100) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: sessions_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.sessions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: sessions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.sessions_id_seq OWNED BY public.sessions.id; + + +-- +-- Name: shunnedmessages; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.shunnedmessages ( + id integer NOT NULL, + "userId" integer NOT NULL, + message character varying(255) NOT NULL, + "expiryDate" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: shunnedmessages_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.shunnedmessages_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: shunnedmessages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.shunnedmessages_id_seq OWNED BY public.shunnedmessages.id; + + +-- +-- Name: sitegroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.sitegroups ( + id integer NOT NULL, + name character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: sitegroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.sitegroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: sitegroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.sitegroups_id_seq OWNED BY public.sitegroups.id; + + +-- +-- Name: sites; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.sites ( + id integer NOT NULL, + "groupId" integer NOT NULL, + "primary" boolean NOT NULL, + enabled boolean DEFAULT true NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + language character varying(12) NOT NULL, + "hasUrls" boolean DEFAULT false NOT NULL, + "baseUrl" character varying(255), + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: sites_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.sites_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: sites_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.sites_id_seq OWNED BY public.sites.id; + + +-- +-- Name: structureelements; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.structureelements ( + id integer NOT NULL, + "structureId" integer NOT NULL, + "elementId" integer, + root integer, + lft integer NOT NULL, + rgt integer NOT NULL, + level smallint NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: structureelements_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.structureelements_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: structureelements_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.structureelements_id_seq OWNED BY public.structureelements.id; + + +-- +-- Name: structures; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.structures ( + id integer NOT NULL, + "maxLevels" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: structures_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.structures_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: structures_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.structures_id_seq OWNED BY public.structures.id; + + +-- +-- Name: systemmessages; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.systemmessages ( + id integer NOT NULL, + language character varying(255) NOT NULL, + key character varying(255) NOT NULL, + subject text NOT NULL, + body text NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: systemmessages_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.systemmessages_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: systemmessages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.systemmessages_id_seq OWNED BY public.systemmessages.id; + + +-- +-- Name: taggroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.taggroups ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "fieldLayoutId" integer, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: taggroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.taggroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: taggroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.taggroups_id_seq OWNED BY public.taggroups.id; + + +-- +-- Name: tags; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.tags ( + id integer NOT NULL, + "groupId" integer NOT NULL, + "deletedWithGroup" boolean, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL +); + + +-- +-- Name: tokens; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.tokens ( + id integer NOT NULL, + token character(32) NOT NULL, + route text, + "usageLimit" smallint, + "usageCount" smallint, + "expiryDate" timestamp(0) without time zone NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: tokens_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.tokens_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: tokens_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.tokens_id_seq OWNED BY public.tokens.id; + + +-- +-- Name: usergroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.usergroups ( + id integer NOT NULL, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + description text, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: usergroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.usergroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: usergroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.usergroups_id_seq OWNED BY public.usergroups.id; + + +-- +-- Name: usergroups_users; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.usergroups_users ( + id integer NOT NULL, + "groupId" integer NOT NULL, + "userId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: usergroups_users_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.usergroups_users_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: usergroups_users_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.usergroups_users_id_seq OWNED BY public.usergroups_users.id; + + +-- +-- Name: userpermissions; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.userpermissions ( + id integer NOT NULL, + name character varying(255) NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: userpermissions_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.userpermissions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: userpermissions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.userpermissions_id_seq OWNED BY public.userpermissions.id; + + +-- +-- Name: userpermissions_usergroups; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.userpermissions_usergroups ( + id integer NOT NULL, + "permissionId" integer NOT NULL, + "groupId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: userpermissions_usergroups_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.userpermissions_usergroups_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: userpermissions_usergroups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.userpermissions_usergroups_id_seq OWNED BY public.userpermissions_usergroups.id; + + +-- +-- Name: userpermissions_users; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.userpermissions_users ( + id integer NOT NULL, + "permissionId" integer NOT NULL, + "userId" integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: userpermissions_users_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.userpermissions_users_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: userpermissions_users_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.userpermissions_users_id_seq OWNED BY public.userpermissions_users.id; + + +-- +-- Name: userpreferences; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.userpreferences ( + "userId" integer NOT NULL, + preferences text +); + + +-- +-- Name: userpreferences_userId_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public."userpreferences_userId_seq" + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: userpreferences_userId_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public."userpreferences_userId_seq" OWNED BY public.userpreferences."userId"; + + +-- +-- Name: users; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.users ( + id integer NOT NULL, + username character varying(255), + "photoId" integer, + "firstName" character varying(255), + "lastName" character varying(255), + email character varying(255), + password character varying(255), + admin boolean DEFAULT false NOT NULL, + locked boolean DEFAULT false NOT NULL, + suspended boolean DEFAULT false NOT NULL, + pending boolean DEFAULT false NOT NULL, + "lastLoginDate" timestamp(0) without time zone, + "lastLoginAttemptIp" character varying(45), + "invalidLoginWindowStart" timestamp(0) without time zone, + "invalidLoginCount" smallint, + "lastInvalidLoginDate" timestamp(0) without time zone, + "lockoutDate" timestamp(0) without time zone, + "hasDashboard" boolean DEFAULT false NOT NULL, + "verificationCode" character varying(255), + "verificationCodeIssuedDate" timestamp(0) without time zone, + "unverifiedEmail" character varying(255), + "passwordResetRequired" boolean DEFAULT false NOT NULL, + "lastPasswordChangeDate" timestamp(0) without time zone, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + active boolean DEFAULT false NOT NULL, + "fullName" character varying(255) +); + + +-- +-- Name: volumefolders; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.volumefolders ( + id integer NOT NULL, + "parentId" integer, + "volumeId" integer, + name character varying(255) NOT NULL, + path character varying(255), + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: volumefolders_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.volumefolders_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: volumefolders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.volumefolders_id_seq OWNED BY public.volumefolders.id; + + +-- +-- Name: volumes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.volumes ( + id integer NOT NULL, + "fieldLayoutId" integer, + name character varying(255) NOT NULL, + handle character varying(255) NOT NULL, + "titleTranslationMethod" character varying(255) DEFAULT 'site'::character varying NOT NULL, + "titleTranslationKeyFormat" text, + "sortOrder" smallint, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + "dateDeleted" timestamp(0) without time zone DEFAULT NULL::timestamp without time zone, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + fs character varying(255) NOT NULL +); + + +-- +-- Name: volumes_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.volumes_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: volumes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.volumes_id_seq OWNED BY public.volumes.id; + + +-- +-- Name: webperf_data_samples; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.webperf_data_samples ( + id integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "requestId" bigint, + "siteId" integer, + title character varying(120), + url character varying(255) DEFAULT ''::character varying NOT NULL, + "queryString" character varying(255) DEFAULT ''::character varying, + dns integer, + connect integer, + "firstByte" integer, + "firstPaint" integer, + "firstContentfulPaint" integer, + "domInteractive" integer, + "pageLoad" integer, + "countryCode" character varying(2), + device character varying(50), + browser character varying(50), + os character varying(50), + mobile boolean, + "craftTotalMs" integer, + "craftDbMs" integer, + "craftDbCnt" integer, + "craftTwigMs" integer, + "craftTwigCnt" integer, + "craftOtherMs" integer, + "craftOtherCnt" integer, + "craftTotalMemory" integer +); + + +-- +-- Name: webperf_data_samples_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.webperf_data_samples_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: webperf_data_samples_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.webperf_data_samples_id_seq OWNED BY public.webperf_data_samples.id; + + +-- +-- Name: webperf_error_samples; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.webperf_error_samples ( + id integer NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL, + "requestId" bigint, + "siteId" integer, + title character varying(120), + url character varying(255) DEFAULT ''::character varying NOT NULL, + "queryString" character varying(255) DEFAULT ''::character varying, + type character varying(16) DEFAULT ''::character varying, + "pageErrors" text +); + + +-- +-- Name: webperf_error_samples_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.webperf_error_samples_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: webperf_error_samples_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.webperf_error_samples_id_seq OWNED BY public.webperf_error_samples.id; + + +-- +-- Name: widgets; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.widgets ( + id integer NOT NULL, + "userId" integer NOT NULL, + type character varying(255) NOT NULL, + "sortOrder" smallint, + colspan smallint, + settings text, + enabled boolean DEFAULT true NOT NULL, + "dateCreated" timestamp(0) without time zone NOT NULL, + "dateUpdated" timestamp(0) without time zone NOT NULL, + uid character(36) DEFAULT '0'::bpchar NOT NULL +); + + +-- +-- Name: widgets_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.widgets_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: widgets_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.widgets_id_seq OWNED BY public.widgets.id; + + +-- +-- Name: announcements id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.announcements ALTER COLUMN id SET DEFAULT nextval('public.announcements_id_seq'::regclass); + + +-- +-- Name: assetindexdata id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assetindexdata ALTER COLUMN id SET DEFAULT nextval('public.assetindexdata_id_seq'::regclass); + + +-- +-- Name: assetindexingsessions id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assetindexingsessions ALTER COLUMN id SET DEFAULT nextval('public.assetindexingsessions_id_seq'::regclass); + + +-- +-- Name: categorygroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups ALTER COLUMN id SET DEFAULT nextval('public.categorygroups_id_seq'::regclass); + + +-- +-- Name: categorygroups_sites id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups_sites ALTER COLUMN id SET DEFAULT nextval('public.categorygroups_sites_id_seq'::regclass); + + +-- +-- Name: commerce_addresses id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_addresses ALTER COLUMN id SET DEFAULT nextval('public.commerce_addresses_id_seq'::regclass); + + +-- +-- Name: commerce_countries id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_countries ALTER COLUMN id SET DEFAULT nextval('public.commerce_countries_id_seq'::regclass); + + +-- +-- Name: commerce_customer_discountuses id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customer_discountuses ALTER COLUMN id SET DEFAULT nextval('public.commerce_customer_discountuses_id_seq'::regclass); + + +-- +-- Name: commerce_customers id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers ALTER COLUMN id SET DEFAULT nextval('public.commerce_customers_id_seq'::regclass); + + +-- +-- Name: commerce_customers_addresses id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers_addresses ALTER COLUMN id SET DEFAULT nextval('public.commerce_customers_addresses_id_seq'::regclass); + + +-- +-- Name: commerce_discount_categories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_categories ALTER COLUMN id SET DEFAULT nextval('public.commerce_discount_categories_id_seq'::regclass); + + +-- +-- Name: commerce_discount_purchasables id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_purchasables ALTER COLUMN id SET DEFAULT nextval('public.commerce_discount_purchasables_id_seq'::regclass); + + +-- +-- Name: commerce_discount_usergroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_usergroups ALTER COLUMN id SET DEFAULT nextval('public.commerce_discount_usergroups_id_seq'::regclass); + + +-- +-- Name: commerce_discounts id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discounts ALTER COLUMN id SET DEFAULT nextval('public.commerce_discounts_id_seq'::regclass); + + +-- +-- Name: commerce_donations id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_donations ALTER COLUMN id SET DEFAULT nextval('public.commerce_donations_id_seq'::regclass); + + +-- +-- Name: commerce_email_discountuses id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_email_discountuses ALTER COLUMN id SET DEFAULT nextval('public.commerce_email_discountuses_id_seq'::regclass); + + +-- +-- Name: commerce_emails id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_emails ALTER COLUMN id SET DEFAULT nextval('public.commerce_emails_id_seq'::regclass); + + +-- +-- Name: commerce_gateways id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_gateways ALTER COLUMN id SET DEFAULT nextval('public.commerce_gateways_id_seq'::regclass); + + +-- +-- Name: commerce_lineitems id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitems ALTER COLUMN id SET DEFAULT nextval('public.commerce_lineitems_id_seq'::regclass); + + +-- +-- Name: commerce_lineitemstatuses id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitemstatuses ALTER COLUMN id SET DEFAULT nextval('public.commerce_lineitemstatuses_id_seq'::regclass); + + +-- +-- Name: commerce_orderadjustments id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderadjustments ALTER COLUMN id SET DEFAULT nextval('public.commerce_orderadjustments_id_seq'::regclass); + + +-- +-- Name: commerce_orderhistories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderhistories ALTER COLUMN id SET DEFAULT nextval('public.commerce_orderhistories_id_seq'::regclass); + + +-- +-- Name: commerce_ordernotices id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_ordernotices ALTER COLUMN id SET DEFAULT nextval('public.commerce_ordernotices_id_seq'::regclass); + + +-- +-- Name: commerce_orderstatus_emails id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderstatus_emails ALTER COLUMN id SET DEFAULT nextval('public.commerce_orderstatus_emails_id_seq'::regclass); + + +-- +-- Name: commerce_orderstatuses id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderstatuses ALTER COLUMN id SET DEFAULT nextval('public.commerce_orderstatuses_id_seq'::regclass); + + +-- +-- Name: commerce_paymentcurrencies id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_paymentcurrencies ALTER COLUMN id SET DEFAULT nextval('public.commerce_paymentcurrencies_id_seq'::regclass); + + +-- +-- Name: commerce_paymentsources id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_paymentsources ALTER COLUMN id SET DEFAULT nextval('public.commerce_paymentsources_id_seq'::regclass); + + +-- +-- Name: commerce_pdfs id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_pdfs ALTER COLUMN id SET DEFAULT nextval('public.commerce_pdfs_id_seq'::regclass); + + +-- +-- Name: commerce_plans id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_plans ALTER COLUMN id SET DEFAULT nextval('public.commerce_plans_id_seq'::regclass); + + +-- +-- Name: commerce_producttypes id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes ALTER COLUMN id SET DEFAULT nextval('public.commerce_producttypes_id_seq'::regclass); + + +-- +-- Name: commerce_producttypes_shippingcategories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_shippingcategories ALTER COLUMN id SET DEFAULT nextval('public.commerce_producttypes_shippingcategories_id_seq'::regclass); + + +-- +-- Name: commerce_producttypes_sites id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_sites ALTER COLUMN id SET DEFAULT nextval('public.commerce_producttypes_sites_id_seq'::regclass); + + +-- +-- Name: commerce_producttypes_taxcategories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_taxcategories ALTER COLUMN id SET DEFAULT nextval('public.commerce_producttypes_taxcategories_id_seq'::regclass); + + +-- +-- Name: commerce_purchasables id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_purchasables ALTER COLUMN id SET DEFAULT nextval('public.commerce_purchasables_id_seq'::regclass); + + +-- +-- Name: commerce_sale_categories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_categories ALTER COLUMN id SET DEFAULT nextval('public.commerce_sale_categories_id_seq'::regclass); + + +-- +-- Name: commerce_sale_purchasables id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_purchasables ALTER COLUMN id SET DEFAULT nextval('public.commerce_sale_purchasables_id_seq'::regclass); + + +-- +-- Name: commerce_sale_usergroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_usergroups ALTER COLUMN id SET DEFAULT nextval('public.commerce_sale_usergroups_id_seq'::regclass); + + +-- +-- Name: commerce_sales id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sales ALTER COLUMN id SET DEFAULT nextval('public.commerce_sales_id_seq'::regclass); + + +-- +-- Name: commerce_shippingcategories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingcategories ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingcategories_id_seq'::regclass); + + +-- +-- Name: commerce_shippingmethods id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingmethods ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingmethods_id_seq'::regclass); + + +-- +-- Name: commerce_shippingrule_categories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrule_categories ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingrule_categories_id_seq'::regclass); + + +-- +-- Name: commerce_shippingrules id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrules ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingrules_id_seq'::regclass); + + +-- +-- Name: commerce_shippingzone_countries id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_countries ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingzone_countries_id_seq'::regclass); + + +-- +-- Name: commerce_shippingzone_states id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_states ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingzone_states_id_seq'::regclass); + + +-- +-- Name: commerce_shippingzones id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzones ALTER COLUMN id SET DEFAULT nextval('public.commerce_shippingzones_id_seq'::regclass); + + +-- +-- Name: commerce_states id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_states ALTER COLUMN id SET DEFAULT nextval('public.commerce_states_id_seq'::regclass); + + +-- +-- Name: commerce_subscriptions id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions ALTER COLUMN id SET DEFAULT nextval('public.commerce_subscriptions_id_seq'::regclass); + + +-- +-- Name: commerce_taxcategories id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxcategories ALTER COLUMN id SET DEFAULT nextval('public.commerce_taxcategories_id_seq'::regclass); + + +-- +-- Name: commerce_taxrates id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxrates ALTER COLUMN id SET DEFAULT nextval('public.commerce_taxrates_id_seq'::regclass); + + +-- +-- Name: commerce_taxzone_countries id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_countries ALTER COLUMN id SET DEFAULT nextval('public.commerce_taxzone_countries_id_seq'::regclass); + + +-- +-- Name: commerce_taxzone_states id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_states ALTER COLUMN id SET DEFAULT nextval('public.commerce_taxzone_states_id_seq'::regclass); + + +-- +-- Name: commerce_taxzones id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzones ALTER COLUMN id SET DEFAULT nextval('public.commerce_taxzones_id_seq'::regclass); + + +-- +-- Name: commerce_transactions id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_transactions ALTER COLUMN id SET DEFAULT nextval('public.commerce_transactions_id_seq'::regclass); + + +-- +-- Name: content id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.content ALTER COLUMN id SET DEFAULT nextval('public.content_id_seq'::regclass); + + +-- +-- Name: craftidtokens id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.craftidtokens ALTER COLUMN id SET DEFAULT nextval('public.craftidtokens_id_seq'::regclass); + + +-- +-- Name: deprecationerrors id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.deprecationerrors ALTER COLUMN id SET DEFAULT nextval('public.deprecationerrors_id_seq'::regclass); + + +-- +-- Name: drafts id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.drafts ALTER COLUMN id SET DEFAULT nextval('public.drafts_id_seq'::regclass); + + +-- +-- Name: elements id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements ALTER COLUMN id SET DEFAULT nextval('public.elements_id_seq'::regclass); + + +-- +-- Name: elements_sites id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements_sites ALTER COLUMN id SET DEFAULT nextval('public.elements_sites_id_seq'::regclass); + + +-- +-- Name: entrytypes id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entrytypes ALTER COLUMN id SET DEFAULT nextval('public.entrytypes_id_seq'::regclass); + + +-- +-- Name: fieldgroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldgroups ALTER COLUMN id SET DEFAULT nextval('public.fieldgroups_id_seq'::regclass); + + +-- +-- Name: fieldlayoutfields id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayoutfields ALTER COLUMN id SET DEFAULT nextval('public.fieldlayoutfields_id_seq'::regclass); + + +-- +-- Name: fieldlayouts id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayouts ALTER COLUMN id SET DEFAULT nextval('public.fieldlayouts_id_seq'::regclass); + + +-- +-- Name: fieldlayouttabs id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayouttabs ALTER COLUMN id SET DEFAULT nextval('public.fieldlayouttabs_id_seq'::regclass); + + +-- +-- Name: fields id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fields ALTER COLUMN id SET DEFAULT nextval('public.fields_id_seq'::regclass); + + +-- +-- Name: globalsets id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.globalsets ALTER COLUMN id SET DEFAULT nextval('public.globalsets_id_seq'::regclass); + + +-- +-- Name: gqlschemas id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.gqlschemas ALTER COLUMN id SET DEFAULT nextval('public.gqlschemas_id_seq'::regclass); + + +-- +-- Name: gqltokens id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.gqltokens ALTER COLUMN id SET DEFAULT nextval('public.gqltokens_id_seq'::regclass); + + +-- +-- Name: imagetransformindex id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.imagetransformindex ALTER COLUMN id SET DEFAULT nextval('public.imagetransformindex_id_seq'::regclass); + + +-- +-- Name: imagetransforms id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.imagetransforms ALTER COLUMN id SET DEFAULT nextval('public.imagetransforms_id_seq'::regclass); + + +-- +-- Name: info id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.info ALTER COLUMN id SET DEFAULT nextval('public.info_id_seq'::regclass); + + +-- +-- Name: matrixblocktypes id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocktypes ALTER COLUMN id SET DEFAULT nextval('public.matrixblocktypes_id_seq'::regclass); + + +-- +-- Name: migrations id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.migrations ALTER COLUMN id SET DEFAULT nextval('public.migrations_id_seq'::regclass); + + +-- +-- Name: plugins id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.plugins ALTER COLUMN id SET DEFAULT nextval('public.plugins_id_seq'::regclass); + + +-- +-- Name: queue id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.queue ALTER COLUMN id SET DEFAULT nextval('public.queue_id_seq'::regclass); + + +-- +-- Name: relations id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.relations ALTER COLUMN id SET DEFAULT nextval('public.relations_id_seq'::regclass); + + +-- +-- Name: retour_redirects id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_redirects ALTER COLUMN id SET DEFAULT nextval('public.retour_redirects_id_seq'::regclass); + + +-- +-- Name: retour_static_redirects id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_static_redirects ALTER COLUMN id SET DEFAULT nextval('public.retour_static_redirects_id_seq'::regclass); + + +-- +-- Name: retour_stats id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_stats ALTER COLUMN id SET DEFAULT nextval('public.retour_stats_id_seq'::regclass); + + +-- +-- Name: revisions id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.revisions ALTER COLUMN id SET DEFAULT nextval('public.revisions_id_seq'::regclass); + + +-- +-- Name: sections id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections ALTER COLUMN id SET DEFAULT nextval('public.sections_id_seq'::regclass); + + +-- +-- Name: sections_sites id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections_sites ALTER COLUMN id SET DEFAULT nextval('public.sections_sites_id_seq'::regclass); + + +-- +-- Name: seomatic_metabundles id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.seomatic_metabundles ALTER COLUMN id SET DEFAULT nextval('public.seomatic_metabundles_id_seq'::regclass); + + +-- +-- Name: sessions id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sessions ALTER COLUMN id SET DEFAULT nextval('public.sessions_id_seq'::regclass); + + +-- +-- Name: shunnedmessages id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.shunnedmessages ALTER COLUMN id SET DEFAULT nextval('public.shunnedmessages_id_seq'::regclass); + + +-- +-- Name: sitegroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sitegroups ALTER COLUMN id SET DEFAULT nextval('public.sitegroups_id_seq'::regclass); + + +-- +-- Name: sites id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sites ALTER COLUMN id SET DEFAULT nextval('public.sites_id_seq'::regclass); + + +-- +-- Name: structureelements id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.structureelements ALTER COLUMN id SET DEFAULT nextval('public.structureelements_id_seq'::regclass); + + +-- +-- Name: structures id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.structures ALTER COLUMN id SET DEFAULT nextval('public.structures_id_seq'::regclass); + + +-- +-- Name: systemmessages id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.systemmessages ALTER COLUMN id SET DEFAULT nextval('public.systemmessages_id_seq'::regclass); + + +-- +-- Name: taggroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.taggroups ALTER COLUMN id SET DEFAULT nextval('public.taggroups_id_seq'::regclass); + + +-- +-- Name: tokens id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.tokens ALTER COLUMN id SET DEFAULT nextval('public.tokens_id_seq'::regclass); + + +-- +-- Name: usergroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usergroups ALTER COLUMN id SET DEFAULT nextval('public.usergroups_id_seq'::regclass); + + +-- +-- Name: usergroups_users id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usergroups_users ALTER COLUMN id SET DEFAULT nextval('public.usergroups_users_id_seq'::regclass); + + +-- +-- Name: userpermissions id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions ALTER COLUMN id SET DEFAULT nextval('public.userpermissions_id_seq'::regclass); + + +-- +-- Name: userpermissions_usergroups id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_usergroups ALTER COLUMN id SET DEFAULT nextval('public.userpermissions_usergroups_id_seq'::regclass); + + +-- +-- Name: userpermissions_users id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_users ALTER COLUMN id SET DEFAULT nextval('public.userpermissions_users_id_seq'::regclass); + + +-- +-- Name: userpreferences userId; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpreferences ALTER COLUMN "userId" SET DEFAULT nextval('public."userpreferences_userId_seq"'::regclass); + + +-- +-- Name: volumefolders id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumefolders ALTER COLUMN id SET DEFAULT nextval('public.volumefolders_id_seq'::regclass); + + +-- +-- Name: volumes id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumes ALTER COLUMN id SET DEFAULT nextval('public.volumes_id_seq'::regclass); + + +-- +-- Name: webperf_data_samples id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.webperf_data_samples ALTER COLUMN id SET DEFAULT nextval('public.webperf_data_samples_id_seq'::regclass); + + +-- +-- Name: webperf_error_samples id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.webperf_error_samples ALTER COLUMN id SET DEFAULT nextval('public.webperf_error_samples_id_seq'::regclass); + + +-- +-- Name: widgets id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.widgets ALTER COLUMN id SET DEFAULT nextval('public.widgets_id_seq'::regclass); + + +-- +-- Data for Name: addresses; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: announcements; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: assetindexingsessions; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: assets; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: categories; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.categories (id, "groupId", "parentId", "deletedWithGroup", "dateCreated", "dateUpdated") VALUES (9, 1, NULL, NULL, '2021-04-01 02:58:45', '2021-04-01 02:58:45'); +INSERT INTO public.categories (id, "groupId", "parentId", "deletedWithGroup", "dateCreated", "dateUpdated") VALUES (10, 1, NULL, NULL, '2021-04-01 02:58:52', '2021-04-01 02:58:52'); + + +-- +-- Data for Name: categorygroups; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.categorygroups (id, "structureId", "fieldLayoutId", name, handle, "dateCreated", "dateUpdated", "dateDeleted", uid, "defaultPlacement") VALUES (1, 1, 9, 'Category', 'category', '2021-04-01 02:58:32', '2021-04-01 02:58:32', NULL, 'b8fd3909-9af1-42c4-8c5e-2716a2a1957e', 'end'); + + +-- +-- Data for Name: categorygroups_sites; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.categorygroups_sites (id, "groupId", "siteId", "hasUrls", "uriFormat", template, "dateCreated", "dateUpdated", uid) VALUES (1, 1, 1, true, 'category/{slug}', NULL, '2021-04-01 02:58:32', '2021-04-01 02:58:32', '4f0cd379-f612-4ec4-95f1-f3916cb53474'); +INSERT INTO public.categorygroups_sites (id, "groupId", "siteId", "hasUrls", "uriFormat", template, "dateCreated", "dateUpdated", uid) VALUES (2, 1, 2, true, 'category/{slug}', NULL, '2021-04-01 02:58:32', '2021-04-01 02:58:32', 'd1d4e7d7-46c6-43b8-9c07-926e36173f13'); + + +-- +-- Data for Name: changedattributes; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.changedattributes ("elementId", "siteId", attribute, "dateUpdated", propagated, "userId") VALUES (2, 1, 'username', '2021-03-15 16:24:54', false, 2); +INSERT INTO public.changedattributes ("elementId", "siteId", attribute, "dateUpdated", propagated, "userId") VALUES (2, 1, 'firstName', '2021-03-15 16:24:54', false, 2); +INSERT INTO public.changedattributes ("elementId", "siteId", attribute, "dateUpdated", propagated, "userId") VALUES (2, 1, 'lastName', '2021-03-15 16:24:54', false, 2); +INSERT INTO public.changedattributes ("elementId", "siteId", attribute, "dateUpdated", propagated, "userId") VALUES (2, 1, 'password', '2021-03-15 16:24:54', false, 2); +INSERT INTO public.changedattributes ("elementId", "siteId", attribute, "dateUpdated", propagated, "userId") VALUES (2, 1, 'lastPasswordChangeDate', '2021-03-15 16:24:54', false, 2); + + +-- +-- Data for Name: changedfields; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.changedfields ("elementId", "siteId", "fieldId", "dateUpdated", propagated, "userId") VALUES (1, 2, 7, '2021-03-15 16:31:44', true, NULL); +INSERT INTO public.changedfields ("elementId", "siteId", "fieldId", "dateUpdated", propagated, "userId") VALUES (1, 2, 8, '2021-03-15 16:31:44', true, NULL); +INSERT INTO public.changedfields ("elementId", "siteId", "fieldId", "dateUpdated", propagated, "userId") VALUES (1, 2, 9, '2021-03-15 16:31:44', true, NULL); +INSERT INTO public.changedfields ("elementId", "siteId", "fieldId", "dateUpdated", propagated, "userId") VALUES (1, 1, 7, '2021-03-15 16:31:44', false, NULL); +INSERT INTO public.changedfields ("elementId", "siteId", "fieldId", "dateUpdated", propagated, "userId") VALUES (1, 1, 8, '2021-03-15 16:31:44', false, NULL); +INSERT INTO public.changedfields ("elementId", "siteId", "fieldId", "dateUpdated", propagated, "userId") VALUES (1, 1, 9, '2021-03-15 16:31:44', false, NULL); + + +-- +-- Data for Name: commerce_addresses; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_countries; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (1, 'Afghanistan', 'AF', NULL, 1, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3eae579e-a85e-485e-9580-3d9c25f67448'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (2, 'Aland Islands', 'AX', NULL, 2, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '168f5329-a718-4697-ba37-fa50b32d4277'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (3, 'Albania', 'AL', NULL, 3, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '998cbdd1-1613-44e4-a340-8ea8cabfc223'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (4, 'Algeria', 'DZ', NULL, 4, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ccd61a2e-d949-4373-9542-872ab3e8069f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (5, 'American Samoa', 'AS', NULL, 5, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7b42dabb-6cf9-4c45-827d-427995690463'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (6, 'Andorra', 'AD', NULL, 6, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '14bfd6ae-39d3-4e47-8c2b-87da8a2bf942'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (7, 'Angola', 'AO', NULL, 7, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2d860f58-b1ae-46af-829f-e2c460ae62fa'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (8, 'Anguilla', 'AI', NULL, 8, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6df6b476-21e6-4911-ae72-09124283b76c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (9, 'Antarctica', 'AQ', NULL, 9, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '462f3081-99b1-4982-814e-530b45702e99'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (10, 'Antigua and Barbuda', 'AG', NULL, 10, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6f156c4f-3f71-4242-b728-d2e510419e57'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (11, 'Argentina', 'AR', NULL, 11, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '41c61e13-d48d-4835-b983-15dd2e30a017'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (12, 'Armenia', 'AM', NULL, 12, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '037164eb-221e-4d13-82e6-edcea06cec95'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (13, 'Aruba', 'AW', NULL, 13, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a54858d7-f811-4476-9597-88807ff84ff8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (14, 'Australia', 'AU', NULL, 14, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '62f3e305-792e-430e-8109-efa1b032f566'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (15, 'Austria', 'AT', NULL, 15, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '797e2108-1b93-4558-be89-01cce246c40d'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (16, 'Azerbaijan', 'AZ', NULL, 16, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5b5bbd36-7774-46dd-8a67-d636912aa5ef'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (17, 'Bahamas', 'BS', NULL, 17, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'da63c4fa-6b3d-4ee0-be47-796bede7c7b5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (18, 'Bahrain', 'BH', NULL, 18, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6cad32e1-5a88-42e7-b74a-4766abf3e702'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (19, 'Bangladesh', 'BD', NULL, 19, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8a0cb098-8373-42d4-93e6-60e8da9585b6'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (20, 'Barbados', 'BB', NULL, 20, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f9bc6ddd-3bd1-4e3e-9ea9-ecf7c051bfe8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (21, 'Belarus', 'BY', NULL, 21, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8f12acb4-a559-402e-b44f-2f9d0d313e1c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (22, 'Belgium', 'BE', NULL, 22, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7c8e7f82-7dd2-49ce-b2cd-c18fdb572396'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (23, 'Belize', 'BZ', NULL, 23, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8df665bf-5271-46b9-af2f-f9ee31417d0c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (24, 'Benin', 'BJ', NULL, 24, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3457ce56-94d1-41cf-9d3b-d5fdc4e0a5ad'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (25, 'Bermuda', 'BM', NULL, 25, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'dc4589b2-6080-4bf0-8797-9eff92a50187'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (26, 'Bhutan', 'BT', NULL, 26, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '88dcf09a-542a-4d97-9c9e-cc87daa14398'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (27, 'Bolivia', 'BO', NULL, 27, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5ec346d5-5640-4ad6-b250-e22f9c8dac70'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (28, 'Bonaire, Sint Eustatius and Saba', 'BQ', NULL, 28, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ff19b955-80d3-40ec-95c6-0a56ee481482'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (29, 'Bosnia and Herzegovina', 'BA', NULL, 29, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ef9ef183-f9c2-445b-be84-f35b887d31a4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (30, 'Botswana', 'BW', NULL, 30, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '656f2ebe-b9b5-447e-ae74-482165ba01b8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (31, 'Bouvet Island', 'BV', NULL, 31, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '629666d7-62d2-43d5-b918-b0fffc680988'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (32, 'Brazil', 'BR', NULL, 32, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a8641cc1-63a8-4fc5-a9da-89282d1e1919'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (33, 'British Indian Ocean Territory', 'IO', NULL, 33, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4d1c0289-a7fb-4bfa-90f7-c443cb4b550b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (34, 'Brunei Darussalam', 'BN', NULL, 34, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd5f47c4e-f316-477d-a84d-a4533581fd89'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (35, 'Bulgaria', 'BG', NULL, 35, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '01beaf7e-eb5b-4694-8a65-6cfffc723b58'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (36, 'Burkina Faso', 'BF', NULL, 36, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '38fa6f0c-d359-48a5-b7c6-9182066b33d0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (37, 'Burma (Myanmar)', 'MM', NULL, 37, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'edfe6744-d0e2-4fef-a2e9-f6f026a80092'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (38, 'Burundi', 'BI', NULL, 38, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ae87c9e5-1876-4207-8542-f40a71b28824'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (39, 'Cambodia', 'KH', NULL, 39, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1c192aed-313c-46e7-93c3-a9f6c22fe478'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (40, 'Cameroon', 'CM', NULL, 40, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '02ce9580-0b3a-49d4-962a-48ef2ed2ef63'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (41, 'Canada', 'CA', NULL, 41, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '36e56e88-212e-49fc-866a-45a9b5a96868'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (42, 'Cape Verde', 'CV', NULL, 42, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'adba0934-964d-449e-b96e-c313d6d0dbdd'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (43, 'Cayman Islands', 'KY', NULL, 43, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3c5dbf9f-1bb2-4d5a-9ff6-d2d1763d6d69'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (44, 'Central African Republic', 'CF', NULL, 44, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '55d738a4-7e6e-4fa6-9e0e-dc0175b6e025'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (45, 'Chad', 'TD', NULL, 45, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4c2b2e88-f971-44de-bd54-27cad465fd02'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (46, 'Chile', 'CL', NULL, 46, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '67e12b29-5a2c-415b-9c01-fa5e0cead54c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (47, 'China', 'CN', NULL, 47, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8ada54d3-b292-4f3b-8f58-aee530fe2ec5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (48, 'Christmas Island', 'CX', NULL, 48, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '02d41488-a1d9-4ac8-83e0-7803172490f0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (49, 'Cocos (Keeling) Islands', 'CC', NULL, 49, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '92cfd718-ab8e-46fa-bc95-581fe8c4a4fa'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (50, 'Colombia', 'CO', NULL, 50, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7a6e6254-877a-4229-b8e0-ef923d252578'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (51, 'Comoros', 'KM', NULL, 51, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '870b8ceb-7331-4749-ad0e-21b20ca3a6b2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (52, 'Congo', 'CG', NULL, 52, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a1a00e86-3eab-4664-af53-35efb6a495aa'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (53, 'Cook Islands', 'CK', NULL, 53, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '730d85f2-5080-4320-af76-d4968a58d72e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (54, 'Costa Rica', 'CR', NULL, 54, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '892a3947-fba4-4ea7-8c09-54c93fc1ed13'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (55, 'Croatia (Hrvatska)', 'HR', NULL, 55, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0a9785ee-13ef-4cad-8c5a-34e4b116d8ef'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (56, 'Cuba', 'CU', NULL, 56, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd758b0b3-db4a-4365-807f-13e2242556dd'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (57, 'Curacao', 'CW', NULL, 57, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0d51f66c-3446-46bb-8916-66265f4750f0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (58, 'Cyprus', 'CY', NULL, 58, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '52ecf8bd-c65b-497d-9c39-76a10342e2a7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (59, 'Czech Republic', 'CZ', NULL, 59, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c8ccfcc5-0244-4fcb-ac02-0ccefd792bca'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (60, 'Democratic Republic of Congo', 'CD', NULL, 60, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cae3345e-df00-40ea-af53-420078860223'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (61, 'Denmark', 'DK', NULL, 61, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '11c100fe-ff9c-46f0-b778-8dcd96d91ae7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (62, 'Djibouti', 'DJ', NULL, 62, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3e52a65d-d867-4dfa-9af9-45f75d8a84c8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (63, 'Dominica', 'DM', NULL, 63, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6e065f61-d404-4324-b23c-b7514e623078'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (64, 'Dominican Republic', 'DO', NULL, 64, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '058bf904-4161-4cca-9f45-6f3c48b87c31'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (65, 'Ecuador', 'EC', NULL, 65, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'df52dfb8-f46d-4b90-8d63-2a73f6f504dd'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (66, 'Egypt', 'EG', NULL, 66, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '99cdef7d-bfdf-4366-97ce-81d6be0ea63a'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (67, 'El Salvador', 'SV', NULL, 67, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9812f834-5b1c-4ec5-8cfd-322f2d9a6b66'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (68, 'Equatorial Guinea', 'GQ', NULL, 68, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3db97fcc-a620-4d46-9027-4767b3f06588'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (69, 'Eritrea', 'ER', NULL, 69, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2b8d287c-ac49-407b-b6dc-58522ea9167d'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (70, 'Estonia', 'EE', NULL, 70, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '976811a7-454b-4973-9a98-b2e395f96be0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (71, 'Ethiopia', 'ET', NULL, 71, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fbf4f393-ef93-4289-996f-ca12f02235db'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (72, 'Falkland Islands (Malvinas)', 'FK', NULL, 72, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '53d33708-0823-4ef4-96d0-4f221d1c5e3a'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (73, 'Faroe Islands', 'FO', NULL, 73, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b1373494-e860-4f50-9ac6-ede6d4154571'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (74, 'Fiji', 'FJ', NULL, 74, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '585ad593-a554-4c05-9426-ab4bd58fd55e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (75, 'Finland', 'FI', NULL, 75, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c289fdcc-b172-499b-b8d4-2d72e622b37e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (76, 'France', 'FR', NULL, 76, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'db991d76-0b7b-44a2-8419-86696b0c76a6'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (77, 'French Guiana', 'GF', NULL, 77, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a6ac338a-d80b-485b-8000-b53be3ae98ad'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (78, 'French Polynesia', 'PF', NULL, 78, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1e34a436-e383-4ee9-914b-513c437f33e9'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (79, 'French Southern Territories', 'TF', NULL, 79, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '56691e8e-dc52-45d1-a286-1f45ea39f290'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (80, 'Gabon', 'GA', NULL, 80, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b3012f5e-a99b-45c1-acc8-eca7e192b025'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (81, 'Gambia', 'GM', NULL, 81, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '589b9a61-e3b2-4642-82ce-8b6b320ec581'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (82, 'Georgia', 'GE', NULL, 82, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b006863d-73a7-4c3a-8988-67d612959b41'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (83, 'Germany', 'DE', NULL, 83, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f831dcee-1aa3-4386-92b2-577279d7ca0c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (84, 'Ghana', 'GH', NULL, 84, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8e9b1be9-f22a-4038-a92f-4c0db362232b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (85, 'Gibraltar', 'GI', NULL, 85, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '80f56935-a0be-40bd-9dc3-fb3264d812f0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (86, 'Greece', 'GR', NULL, 86, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a703ab28-a157-455a-8f03-bc38bbc8fc3f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (87, 'Greenland', 'GL', NULL, 87, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'df4bf4f8-4bc2-4a71-924b-44e13bb26019'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (88, 'Grenada', 'GD', NULL, 88, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5fc50722-a8d8-46be-8b69-a4ffc65a5116'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (89, 'Guadeloupe', 'GP', NULL, 89, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '92629ee3-0fef-446a-8bcb-5dc2f097a42c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (90, 'Guam', 'GU', NULL, 90, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '610a5339-100b-4bd0-9197-e939abae2b79'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (91, 'Guatemala', 'GT', NULL, 91, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0d6ca835-732d-4749-9aaa-b0b3fa420250'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (92, 'Guernsey', 'GG', NULL, 92, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'dd3e425c-a8df-4d5b-87b0-8f7215d8d1a4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (93, 'Guinea', 'GN', NULL, 93, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1ba19c09-ba1d-4192-9360-b889149cc5eb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (94, 'Guinea-Bissau', 'GW', NULL, 94, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '95d2c422-1102-42ee-a44b-17c0e7b2cb7b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (95, 'Guyana', 'GY', NULL, 95, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f6652aac-e495-4c76-b5ba-2355048133a2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (96, 'Haiti', 'HT', NULL, 96, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '16cabd5e-a3e4-4bc5-bf69-6149e6f700b0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (97, 'Heard and McDonald Islands', 'HM', NULL, 97, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e18dbf49-9209-41c9-b629-2ea7c052b0fa'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (98, 'Honduras', 'HN', NULL, 98, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6605d5be-5c17-469d-8ada-daf3a039a9e4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (99, 'Hong Kong', 'HK', NULL, 99, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4613e621-ac89-4b79-9249-0e7b07c2f085'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (100, 'Hungary', 'HU', NULL, 100, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6fca7bd2-9269-4acd-af30-24987b5953c2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (101, 'Iceland', 'IS', NULL, 101, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd14da011-6848-4501-ab80-7ef4fe8f8bff'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (102, 'India', 'IN', NULL, 102, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5e78689c-255e-4f10-ba09-e4e018572fd4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (103, 'Indonesia', 'ID', NULL, 103, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '36262508-8de6-481e-8f7e-070738664e8f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (104, 'Iran', 'IR', NULL, 104, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '70afd6a9-0e5e-4d5d-8bb2-ee5337235551'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (105, 'Iraq', 'IQ', NULL, 105, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7566b451-07f7-49f1-8b15-b0e57411ebe4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (106, 'Ireland', 'IE', NULL, 106, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '549bbd46-8bf5-48b9-839e-0f6ba76ee62c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (107, 'Isle Of Man', 'IM', NULL, 107, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '32ddcc22-b869-4b20-9d86-39dff990d08e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (108, 'Israel', 'IL', NULL, 108, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1a841a99-d598-4ac7-9b95-175e6fdac771'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (109, 'Italy', 'IT', NULL, 109, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2987ee70-0fb7-4413-9a3f-9d7c49273db4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (110, 'Ivory Coast', 'CI', NULL, 110, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0b2fbaa1-1c90-4209-b730-7ab73f1dc574'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (111, 'Jamaica', 'JM', NULL, 111, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9cc50f93-a2c8-4742-84a5-52625519e258'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (112, 'Japan', 'JP', NULL, 112, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cf22f2d3-fcb3-4278-ba7a-9020e7b039bc'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (113, 'Jersey', 'JE', NULL, 113, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2e69180b-f6cd-4cc1-80c1-254e95f96ca5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (114, 'Jordan', 'JO', NULL, 114, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'eb40252f-9bae-45ca-90b9-95eeae3727c6'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (115, 'Kazakhstan', 'KZ', NULL, 115, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5f191473-c9e0-4dd7-8d36-9a4ae591acbb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (116, 'Kenya', 'KE', NULL, 116, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1713f7f1-eef0-4af1-8826-31e5be580080'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (117, 'Kiribati', 'KI', NULL, 117, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9e483a63-0bef-4937-9bf2-7b24cee2eb41'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (118, 'Korea (North)', 'KP', NULL, 118, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '85f2582f-392b-4542-9765-b7f7d9df9e60'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (119, 'Korea (South)', 'KR', NULL, 119, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd270b733-d095-4163-be69-5a58cbb7c48b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (120, 'Kuwait', 'KW', NULL, 120, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '084a6cae-4c68-4915-b835-44006e412fe3'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (121, 'Kyrgyzstan', 'KG', NULL, 121, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4c3e9c7e-2abc-4a0a-a46f-61dae81e6e46'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (122, 'Laos', 'LA', NULL, 122, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e190cc09-de2e-4969-9cc7-4a0bb8bc5644'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (123, 'Latvia', 'LV', NULL, 123, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '41da8cd7-045a-4f4d-8bcf-ff67a196a973'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (124, 'Lebanon', 'LB', NULL, 124, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2f4459d8-9999-4011-ad12-6f411f0580ad'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (125, 'Lesotho', 'LS', NULL, 125, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5d9e7867-4e13-46b4-8ed5-ce9e446a02aa'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (126, 'Liberia', 'LR', NULL, 126, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ce753ea9-65f6-46eb-a57b-f0a6e12ab4b2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (127, 'Libya', 'LY', NULL, 127, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b88361cb-c181-4d1c-8993-4f841ff0947e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (128, 'Liechtenstein', 'LI', NULL, 128, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd7d77b59-5a8a-404c-a513-b48c253a5802'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (129, 'Lithuania', 'LT', NULL, 129, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9086c93e-056e-4896-a6eb-eb7c653848bd'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (130, 'Luxembourg', 'LU', NULL, 130, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd75c5ec9-2012-4e6a-b042-828564185d24'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (131, 'Macau', 'MO', NULL, 131, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd77fe3a2-c76b-4c3f-8e5d-7aae50866fa7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (132, 'Macedonia', 'MK', NULL, 132, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '977fb581-8c6a-45b8-8b43-83460ea72d4e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (133, 'Madagascar', 'MG', NULL, 133, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fec7efaa-c89b-4249-a2f4-44d77a3468b6'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (134, 'Malawi', 'MW', NULL, 134, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '13f48383-05ac-490f-b9a0-aa6efc60d88c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (135, 'Malaysia', 'MY', NULL, 135, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '45d52096-dde0-45d5-98ba-091fde10b8d8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (136, 'Maldives', 'MV', NULL, 136, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e128c4d4-aafa-496c-b33c-726f224fbca5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (137, 'Mali', 'ML', NULL, 137, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a7ac77d7-1e89-40ac-98e9-124c718da8b7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (138, 'Malta', 'MT', NULL, 138, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c7dcde23-5bd5-45b7-9576-8f2715460530'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (139, 'Marshall Islands', 'MH', NULL, 139, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b05892ef-ba5f-4814-a018-6daee9a8593f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (140, 'Martinique', 'MQ', NULL, 140, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3e61434a-0f72-45f0-b50e-ebbaab89fa61'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (141, 'Mauritania', 'MR', NULL, 141, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '79a7e2ae-23d5-4f89-bddf-0728e1475061'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (142, 'Mauritius', 'MU', NULL, 142, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '98d3f73e-6f0b-4f20-9744-a41dd726ab25'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (143, 'Mayotte', 'YT', NULL, 143, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '88013a9a-5da8-4557-a8f2-acea7d881222'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (144, 'Mexico', 'MX', NULL, 144, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '932e7c26-7d7e-4217-8c6d-73686de8a86a'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (145, 'Micronesia', 'FM', NULL, 145, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cd2eb00d-ce67-43f1-a967-ce11366390eb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (146, 'Moldova', 'MD', NULL, 146, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e124f080-fe7c-4afb-9d0a-67efe49d71a3'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (147, 'Monaco', 'MC', NULL, 147, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b7359de7-f600-4397-9fd5-221bdaf5eb05'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (148, 'Mongolia', 'MN', NULL, 148, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f2912756-e888-4744-af7c-f0f0acbc2c23'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (149, 'Montenegro', 'ME', NULL, 149, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7e8fd542-2b4d-4d14-b17e-e3f5862858f5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (150, 'Montserrat', 'MS', NULL, 150, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '80879ab5-e2d9-415e-ad19-dabc1a2375fb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (151, 'Morocco', 'MA', NULL, 151, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '75fa5442-630c-4b7e-b8bd-c82012dba1e4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (152, 'Mozambique', 'MZ', NULL, 152, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3ddfa80d-a07b-44c1-8155-a564177c4374'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (153, 'Namibia', 'NA', NULL, 153, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '70edcef9-f665-459a-b304-be9d3fcb27ce'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (154, 'Nauru', 'NR', NULL, 154, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '56f10da3-7dc7-4c5c-9a47-1d542b6a12de'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (155, 'Nepal', 'NP', NULL, 155, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7a816211-b410-4249-89d1-3ca55f0f08c6'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (156, 'Netherlands', 'NL', NULL, 156, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '04a1040b-1d37-4f0e-8926-a40fd51c8e8f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (157, 'New Caledonia', 'NC', NULL, 157, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fa7ab261-2164-4566-95a1-ae8b82931b9e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (158, 'New Zealand', 'NZ', NULL, 158, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '16995af4-3eac-4c9e-adb3-d3d2651aedd2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (159, 'Nicaragua', 'NI', NULL, 159, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ff395a59-f06a-48f8-9f33-a4c6e773c070'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (160, 'Niger', 'NE', NULL, 160, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd1e6d202-4fd9-4620-bbdf-16b4fb12fb0d'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (161, 'Nigeria', 'NG', NULL, 161, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a6d77aac-dff8-4320-b5aa-f7582f7b8fb7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (162, 'Niue', 'NU', NULL, 162, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3b78bc25-cf32-40f0-86e7-df6dc829f682'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (163, 'Norfolk Island', 'NF', NULL, 163, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '068d9326-c6a7-4f9f-96cc-9328c18f3794'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (164, 'Northern Mariana Islands', 'MP', NULL, 164, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '178afec9-dffe-4d12-b261-4d5b7fd89c19'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (165, 'Norway', 'NO', NULL, 165, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'bafe2712-f29e-44f0-a74f-071a43de049d'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (166, 'Oman', 'OM', NULL, 166, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3ddfcb07-e841-4296-a738-2e3911ad6ccd'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (167, 'Pakistan', 'PK', NULL, 167, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1095a4e8-2979-4f26-b053-2281762b837c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (168, 'Palau', 'PW', NULL, 168, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '78e5f3a4-cffe-414a-8a6b-72433f9b6bc9'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (169, 'Palestinian Territory, Occupied', 'PS', NULL, 169, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ce40d287-d22f-40e8-b713-7bf3edf429a5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (170, 'Panama', 'PA', NULL, 170, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '86759c35-8dba-4d13-8747-91491ab98f82'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (171, 'Papua New Guinea', 'PG', NULL, 171, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ef787e4b-d0c5-485d-9190-a34ad287a5e3'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (172, 'Paraguay', 'PY', NULL, 172, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '88c4ba04-774c-4652-ad6e-138fdf7ec145'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (173, 'Peru', 'PE', NULL, 173, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cc216d2a-7c45-4a69-aa05-c21cf1fd2c88'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (174, 'Philippines', 'PH', NULL, 174, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f3f3fd47-1765-4ecb-bf41-54ab3f05b4d1'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (175, 'Pitcairn', 'PN', NULL, 175, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0508e59e-9709-4411-a72e-4fb3c8c5c0a8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (176, 'Poland', 'PL', NULL, 176, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c817f6ce-3b3b-41e7-9965-19a4a5fff7cb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (177, 'Portugal', 'PT', NULL, 177, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0aaf612b-c338-4b0e-a6ba-4bcfbb2f69d4'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (178, 'Puerto Rico', 'PR', NULL, 178, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4ede936a-8bc5-4f82-be9c-180bb0d69583'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (179, 'Qatar', 'QA', NULL, 179, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7ca9fc57-07ab-447e-9605-29d6cc86253e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (180, 'Republic of Serbia', 'RS', NULL, 180, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e750e7d1-5b78-45b6-a571-d5ec392dc3de'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (181, 'Reunion', 'RE', NULL, 181, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3f37eeb9-2d06-40ad-ad3a-2530ccd5fed7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (182, 'Romania', 'RO', NULL, 182, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '68f86411-96d6-49d9-bd98-84f75fe123ea'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (183, 'Russia', 'RU', NULL, 183, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1032985a-4c8e-41fb-8522-0c3dee1b6d59'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (184, 'Rwanda', 'RW', NULL, 184, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e569fbc5-b2c9-4a7c-a66a-26ab9cd6d1ce'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (185, 'S. Georgia and S. Sandwich Isls.', 'GS', NULL, 185, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '183061e2-3e88-4a3e-901e-276dc7423d47'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (186, 'Saint Barthelemy', 'BL', NULL, 186, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9aa65359-1e92-4453-9951-d9eac9ccc4af'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (187, 'Saint Kitts and Nevis', 'KN', NULL, 187, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a123e49a-63f9-40a4-8839-ccedeb74d354'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (188, 'Saint Lucia', 'LC', NULL, 188, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'eebbdb06-d869-40f6-8d44-bab86b6d3373'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (189, 'Saint Martin (French part)', 'MF', NULL, 189, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd9d0b592-57d4-4760-8322-b5e19958cb73'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (190, 'Saint Vincent and the Grenadines', 'VC', NULL, 190, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7911e64a-affb-473d-af6d-2ba28b6eb5e5'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (191, 'Samoa', 'WS', NULL, 191, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e327a3f4-6307-4055-bbeb-57f757260017'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (192, 'San Marino', 'SM', NULL, 192, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6bd6f1c6-0795-4280-b414-4bb5aa459eef'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (193, 'Sao Tome and Principe', 'ST', NULL, 193, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4453a8f4-4ff4-4e3c-957b-6a238ee7df9e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (194, 'Saudi Arabia', 'SA', NULL, 194, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '68401d5e-f58a-4d6d-a4d6-53b8d21626f3'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (195, 'Senegal', 'SN', NULL, 195, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '81c6794b-453b-4e74-9ef8-c107be74b1c9'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (196, 'Seychelles', 'SC', NULL, 196, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9c16d455-06bb-4fea-acae-de18501b3dd8'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (197, 'Sierra Leone', 'SL', NULL, 197, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2a6fed82-7de9-4903-a9ca-d87d5a71dc92'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (198, 'Singapore', 'SG', NULL, 198, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3f645d12-736d-4250-a47c-b17c4e569cc1'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (199, 'Sint Maarten (Dutch part)', 'SX', NULL, 199, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '63ced9d5-d902-41f6-ae48-77d58b4e5759'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (200, 'Slovak Republic', 'SK', NULL, 200, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '91307640-084a-431e-86e4-12f9120ed908'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (201, 'Slovenia', 'SI', NULL, 201, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c847bba9-4f77-43a4-94f8-64a7098576fb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (202, 'Solomon Islands', 'SB', NULL, 202, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0e865951-9b8a-4a9c-a8a3-02538bb1e9b6'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (203, 'Somalia', 'SO', NULL, 203, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0fa250fd-4b39-46e4-adbf-bb7d5aed3a7d'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (204, 'South Africa', 'ZA', NULL, 204, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cd8a5dda-6559-460b-81a4-98181340a8d2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (205, 'South Sudan', 'SS', NULL, 205, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '79b185a3-3e95-4ec0-861d-a6535cff4a0d'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (206, 'Spain', 'ES', NULL, 206, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6c353f32-e046-4e49-be6b-10949b1aa0b0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (207, 'Sri Lanka', 'LK', NULL, 207, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f3476074-d90e-40dc-934a-0eb35751a10b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (208, 'St. Helena', 'SH', NULL, 208, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5feed4fe-3df8-4d9f-8b3b-f477973537df'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (209, 'St. Pierre and Miquelon', 'PM', NULL, 209, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ec849fab-af35-4fe7-9652-e10f5a369eb0'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (210, 'Sudan', 'SD', NULL, 210, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '86213bd1-ce99-4be0-baa7-815219680978'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (211, 'Suriname', 'SR', NULL, 211, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '546abd59-65a4-4e66-8a58-601babe71330'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (212, 'Svalbard and Jan Mayen Islands', 'SJ', NULL, 212, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fedf5bb8-1d09-442c-9e60-40c2048f2699'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (213, 'Swaziland', 'SZ', NULL, 213, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'caccd447-dc84-4db0-aa28-fc4c10eab611'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (214, 'Sweden', 'SE', NULL, 214, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f96aab0c-facf-4d8c-9698-d259250c8b03'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (215, 'Switzerland', 'CH', NULL, 215, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7a0592aa-09b9-4071-b435-70cb28c67667'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (216, 'Syria', 'SY', NULL, 216, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'bfaf1cee-185e-414a-a89a-fc3596f8a57b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (217, 'Taiwan', 'TW', NULL, 217, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0778c585-0cad-443f-8e69-a75ff6efc0e9'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (218, 'Tajikistan', 'TJ', NULL, 218, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6b80c04d-f3ad-4656-8a89-27bbe8058cfb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (219, 'Tanzania', 'TZ', NULL, 219, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '26d73230-a01a-4bb5-8468-bf3d23162804'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (220, 'Thailand', 'TH', NULL, 220, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a1ce4755-b2da-4875-ba63-21bcc7159e11'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (221, 'Timor-Leste', 'TL', NULL, 221, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '07829388-a573-4577-b2c3-4f43a4c7ed4f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (222, 'Togo', 'TG', NULL, 222, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f55dc8ac-9b2d-49d6-9add-4fcf2c982374'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (223, 'Tokelau', 'TK', NULL, 223, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4614fd55-41df-4261-832e-c5bda3f602e2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (224, 'Tonga', 'TO', NULL, 224, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1238900e-bc65-47dc-b8ed-db4ef89e53cc'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (225, 'Trinidad and Tobago', 'TT', NULL, 225, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd47649e0-7122-442b-a84e-89d53c44af54'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (226, 'Tunisia', 'TN', NULL, 226, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '29a0079a-313b-4ca3-aa56-e9be62e56595'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (227, 'Turkey', 'TR', NULL, 227, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '36bb95c9-1e92-48ea-8dfd-6ca814063240'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (228, 'Turkmenistan', 'TM', NULL, 228, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8001dcc7-30c0-477e-a144-8117fb4c2b5c'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (229, 'Turks and Caicos Islands', 'TC', NULL, 229, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '04162205-4a3b-4b8f-9910-daa50ebc6079'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (230, 'Tuvalu', 'TV', NULL, 230, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4a4533d7-e310-468b-bbdf-9120dc18f185'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (231, 'Uganda', 'UG', NULL, 231, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c751512b-25e0-46c9-91ec-db839d954e4e'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (232, 'Ukraine', 'UA', NULL, 232, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '18cfa625-fc10-4ae9-a052-dc81546a3542'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (233, 'United Arab Emirates', 'AE', NULL, 233, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a9f37498-147b-4728-a7f2-ee8d70bb29d7'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (234, 'United Kingdom', 'GB', NULL, 234, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '39241d25-a5e3-441e-ba98-bcf2eed92f0b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (235, 'United States Minor Outlying Islands', 'UM', NULL, 235, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e9ca6c40-d37e-4945-9efc-19058492da87'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (236, 'United States', 'US', NULL, 236, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4a30f26e-c5de-4b27-8ceb-238f33ab95bb'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (237, 'Uruguay', 'UY', NULL, 237, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd5aadb1f-3cc9-4a5a-b5ff-4c31a1a69d30'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (238, 'Uzbekistan', 'UZ', NULL, 238, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '46b8ab6f-c484-4074-9611-8f8b9a7a145b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (239, 'Vanuatu', 'VU', NULL, 239, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4060b7da-6f6c-4374-9c0b-5c52e0596c13'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (240, 'Vatican City State (Holy See)', 'VA', NULL, 240, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3c608aaf-da27-4b75-abd3-a9f8d6c7ed5b'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (241, 'Venezuela', 'VE', NULL, 241, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd9a6ba48-e49c-4419-8d60-58125d248324'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (242, 'Viet Nam', 'VN', NULL, 242, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cc5b3b06-58c7-4a03-9731-003528b7cd94'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (243, 'Virgin Islands (British)', 'VG', NULL, 243, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '663e1a04-75dd-41b9-b3bf-b6e796e07a09'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (244, 'Virgin Islands (U.S.)', 'VI', NULL, 244, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4faab642-aac8-48f2-a336-d0d3dc84c7c2'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (245, 'Wallis and Futuna Islands', 'WF', NULL, 245, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6000a060-269c-4d7c-82ec-684c16abd787'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (246, 'Western Sahara', 'EH', NULL, 246, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2fa9bd23-3c1a-48bb-8661-0302011f0afd'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (247, 'Yemen', 'YE', NULL, 247, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e54af4d8-764f-48aa-8310-4f9d4fdf4e85'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (248, 'Zambia', 'ZM', NULL, 248, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '63215f28-7723-46b5-968f-d9dde060489f'); +INSERT INTO public.commerce_countries (id, name, iso, "isStateRequired", "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (249, 'Zimbabwe', 'ZW', NULL, 249, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '900bfc05-0509-40cb-9f0a-6aa282f16b40'); + + +-- +-- Data for Name: commerce_customer_discountuses; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_customers; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_customers (id, "userId", "primaryBillingAddressId", "primaryShippingAddressId", "dateCreated", "dateUpdated", uid) VALUES (1, 2, NULL, NULL, '2021-04-01 02:47:04', '2021-04-01 02:47:04', '892474d6-9348-4c49-9ba1-b94bc9464126'); + + +-- +-- Data for Name: commerce_customers_addresses; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_discount_categories; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_discount_purchasables; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_discount_usergroups; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_discounts; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_donations; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_donations (id, sku, "availableForPurchase", "dateCreated", "dateUpdated", uid) VALUES (3, 'DONATION-CC3', false, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd3c34112-c5ab-4772-a713-b3a207d7a844'); + + +-- +-- Data for Name: commerce_email_discountuses; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_emails; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_gateways; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_gateways (id, type, name, handle, settings, "paymentType", "isFrontendEnabled", "isArchived", "dateArchived", "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (1, 'craft\commerce\gateways\Dummy', 'Dummy', 'dummy', NULL, 'purchase', true, false, NULL, 99, '2021-03-15 16:25:51', '2021-03-15 16:25:51', '6a117ef0-054c-4147-acb6-6fe57d48c4ae'); + + +-- +-- Data for Name: commerce_lineitems; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_lineitemstatuses; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_orderadjustments; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_orderhistories; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_ordernotices; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_orders; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_orderstatus_emails; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_orderstatuses; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_orderstatuses (id, name, handle, color, description, "dateDeleted", "sortOrder", "default", "dateCreated", "dateUpdated", uid) VALUES (1, 'New', 'new', 'green', NULL, NULL, 99, true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', 'f923795f-139e-4b59-b27c-eaa0be4f847c'); + + +-- +-- Data for Name: commerce_paymentcurrencies; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_paymentcurrencies (id, iso, "primary", rate, "dateCreated", "dateUpdated", uid) VALUES (1, 'USD', true, 1.0000, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e9d36609-3cd7-4d28-b4f6-ae01ae9abc94'); + + +-- +-- Data for Name: commerce_paymentsources; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_pdfs; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_plans; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_products; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_producttypes; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_producttypes (id, "fieldLayoutId", "variantFieldLayoutId", name, handle, "hasDimensions", "hasVariants", "hasVariantTitleField", "titleFormat", "hasProductTitleField", "productTitleFormat", "skuFormat", "descriptionFormat", "dateCreated", "dateUpdated", uid) VALUES (1, 4, NULL, 'Clothing', 'clothing', true, false, true, '{product.title}', true, '', '', '', '2021-03-15 16:25:51', '2021-03-15 16:25:51', '407fe253-2ada-4a88-b1a4-fb6c2004cd9b'); + + +-- +-- Data for Name: commerce_producttypes_shippingcategories; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_producttypes_sites; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_producttypes_sites (id, "productTypeId", "siteId", "uriFormat", template, "hasUrls", "dateCreated", "dateUpdated", uid) VALUES (1, 1, 1, 'shop/products/{slug}', 'shop/products/_product', true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', 'b7df3a14-888a-4b20-b407-57e29a57f283'); +INSERT INTO public.commerce_producttypes_sites (id, "productTypeId", "siteId", "uriFormat", template, "hasUrls", "dateCreated", "dateUpdated", uid) VALUES (2, 1, 2, 'shop/products/{slug}', 'shop/products/_product', true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', '53b246d1-52c5-4453-b1db-504a5ca6db1a'); + + +-- +-- Data for Name: commerce_producttypes_taxcategories; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_purchasables; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_purchasables (id, sku, price, description, "dateCreated", "dateUpdated", uid) VALUES (3, 'DONATION-CC3', 0.0000, 'Donation', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ac2aec44-7eeb-49da-abde-2d6402853c56'); + + +-- +-- Data for Name: commerce_sale_categories; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_sale_purchasables; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_sale_usergroups; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_sales; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_shippingcategories; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_shippingcategories (id, name, handle, description, "default", "dateCreated", "dateUpdated", uid) VALUES (1, 'General', 'general', NULL, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0019adf2-a3b6-4ffe-91a3-8bf4a64bbf37'); + + +-- +-- Data for Name: commerce_shippingmethods; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_shippingmethods (id, name, handle, enabled, "isLite", "dateCreated", "dateUpdated", uid) VALUES (1, 'Free Shipping', 'freeShipping', true, NULL, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5905e06d-2fee-468c-9eba-b606cc12e577'); + + +-- +-- Data for Name: commerce_shippingrule_categories; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_shippingrules; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_shippingrules (id, "shippingZoneId", "methodId", name, description, priority, enabled, "minQty", "maxQty", "minTotal", "maxTotal", "minWeight", "maxWeight", "baseRate", "perItemRate", "weightRate", "percentageRate", "minRate", "maxRate", "isLite", "dateCreated", "dateUpdated", uid, "minMaxTotalType", "orderConditionFormula") VALUES (1, NULL, 1, 'Free Everywhere', 'All Countries, free shipping.', 0, true, 0, 0, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, NULL, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cab5a693-a24b-4339-94c9-787c3e6efabe', 'salePrice', NULL); + + +-- +-- Data for Name: commerce_shippingzone_countries; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_shippingzone_states; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_shippingzones; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_states; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (1, 14, 'Australian Capital Territory', 'ACT', 1, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '16b7fa7e-745b-4333-af53-611d58d39eac'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (2, 14, 'New South Wales', 'NSW', 2, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '97c9bb13-7762-4b03-9e59-cc206f58e4b6'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (3, 14, 'Northern Territory', 'NT', 3, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cb7345d2-bcac-46ff-9d55-546a288cb5bd'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (4, 14, 'Queensland', 'QLD', 4, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0d46fc63-23f2-422c-912b-1a43bfedfceb'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (5, 14, 'South Australia', 'SA', 5, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1428352e-58ba-451a-a2f3-cb95d232a450'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (6, 14, 'Tasmania', 'TAS', 6, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '077d7e9c-f995-4f90-8405-727bea072a91'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (7, 14, 'Victoria', 'VIC', 7, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '871e1347-e561-4ff2-bdca-e254f2564496'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (8, 14, 'Western Australia', 'WA', 8, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ed6ad1c1-5b01-406d-bc14-be30c6a48853'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (9, 41, 'Alberta', 'AB', 1, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5a39a39d-0cae-45ab-9c58-ad9aaadff041'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (10, 41, 'British Columbia', 'BC', 2, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5b2e35d6-051a-4b74-b4f9-26b2561c77dc'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (11, 41, 'Manitoba', 'MB', 3, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '43bee491-ad11-4a4c-aac1-7adab8c85193'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (12, 41, 'New Brunswick', 'NB', 4, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '754ff170-dd2b-4681-8caa-0b371d473a4f'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (13, 41, 'Newfoundland and Labrador', 'NL', 5, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7259842a-3fea-40ae-b123-49c269ba1f44'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (14, 41, 'Northwest Territories', 'NT', 6, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3f37a8b0-cb6e-4bfc-a9a0-f689b54869fd'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (15, 41, 'Nova Scotia', 'NS', 7, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7b3b3323-6b93-417d-bc6e-daacfa7480e0'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (16, 41, 'Nunavut', 'NU', 8, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b59fb4b6-80c3-470b-a298-af0e8c92dfba'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (17, 41, 'Ontario', 'ON', 9, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ddb4325e-e028-4606-870a-9f292bde4aff'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (18, 41, 'Prince Edward Island', 'PE', 10, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '50f7d1bb-3340-43d3-a37e-d0f9fc59bdb1'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (19, 41, 'Quebec', 'QC', 11, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f1359d54-6d81-49bd-af11-ef17db07cea4'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (20, 41, 'Saskatchewan', 'SK', 12, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b9facd7e-6711-4bf2-b33c-ea7282f03644'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (21, 41, 'Yukon', 'YT', 13, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3c2d17a9-c838-4b1c-a24c-3396b224087f'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (22, 236, 'Alabama', 'AL', 1, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '58f970c2-6d4e-416e-b7de-fa3ac5ccef67'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (23, 236, 'Alaska', 'AK', 2, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '05687065-e1c8-45bc-a3cc-57cb20f1e599'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (24, 236, 'Arizona', 'AZ', 3, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1123810c-ed77-473a-9533-d4bde679acc6'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (25, 236, 'Arkansas', 'AR', 4, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5d3a4de9-3caf-4af8-a206-8c7a16a45c0c'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (26, 236, 'California', 'CA', 5, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4204b31f-c477-4d26-a920-071223bef3c1'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (27, 236, 'Colorado', 'CO', 6, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c477afc2-4865-4902-8f2f-2904851269bf'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (28, 236, 'Connecticut', 'CT', 7, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f66faf98-5d2c-4484-bdc8-766761700c17'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (29, 236, 'Delaware', 'DE', 8, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e16febbf-c497-423f-861b-6f263642f21e'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (30, 236, 'District of Columbia', 'DC', 9, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '68eb0555-0b8c-46e0-9d7d-0637b9c6d7e8'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (31, 236, 'Florida', 'FL', 10, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4770fa4f-cb6d-4f01-90a1-f8c1631f064f'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (32, 236, 'Georgia', 'GA', 11, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3dd6c855-3633-40bd-92f2-1cae55d5cf50'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (33, 236, 'Hawaii', 'HI', 12, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fca416ff-a679-41fc-bef3-eaad4e4d464d'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (34, 236, 'Idaho', 'ID', 13, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ab06d46c-15d5-432e-bb27-50ad7f525ecc'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (35, 236, 'Illinois', 'IL', 14, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '365d8c46-9440-48e1-acaa-79a8b8e509b2'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (36, 236, 'Indiana', 'IN', 15, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '593effa6-1d46-4651-af74-4ccb80b67864'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (37, 236, 'Iowa', 'IA', 16, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cf55c6dc-37d4-44ce-aafa-5567997aede3'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (38, 236, 'Kansas', 'KS', 17, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f70f8296-b1ca-429c-b749-21bc153af30d'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (39, 236, 'Kentucky', 'KY', 18, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5e1f77bd-86b1-4006-8799-dbc519a42cad'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (40, 236, 'Louisiana', 'LA', 19, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1773a338-e347-4a1c-80fb-053a1b92e588'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (41, 236, 'Maine', 'ME', 20, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '70466cb4-2572-4f1a-94e0-8b17cff4d664'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (42, 236, 'Maryland', 'MD', 21, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '05457586-83e3-4527-9e66-93eb10dea1f2'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (43, 236, 'Massachusetts', 'MA', 22, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '58439b7a-7f85-4878-8113-257dcb8da435'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (44, 236, 'Michigan', 'MI', 23, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '06cba3d7-8fd3-48bb-9b4f-0b5823cbb32f'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (45, 236, 'Minnesota', 'MN', 24, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '354c49da-cf16-4767-b5cc-496c984348c4'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (46, 236, 'Mississippi', 'MS', 25, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'aebb60e0-866a-405a-ace4-1702830ea194'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (47, 236, 'Missouri', 'MO', 26, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '44deea55-ff4d-43f8-ae9e-948a50f6380a'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (48, 236, 'Montana', 'MT', 27, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f876e8cf-1c09-4d85-adec-33fb75765c64'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (49, 236, 'Nebraska', 'NE', 28, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '03978cb6-4c2b-40ac-ae39-7a6c93f428bb'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (50, 236, 'Nevada', 'NV', 29, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2e2f7003-51a9-46fd-b2ee-ed108ef39cbb'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (51, 236, 'New Hampshire', 'NH', 30, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ed7d6604-4a21-4624-9581-741668da6d93'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (52, 236, 'New Jersey', 'NJ', 31, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ba42dcf2-a07f-48da-b5c5-1b9cc450284c'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (53, 236, 'New Mexico', 'NM', 32, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6059d05a-d88f-46e1-bed9-d002515226ad'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (54, 236, 'New York', 'NY', 33, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ee2c2377-4f0f-42c6-b317-251716663c72'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (55, 236, 'North Carolina', 'NC', 34, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '40d274ec-bfc7-4ab8-8226-f4cae25228c1'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (56, 236, 'North Dakota', 'ND', 35, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e4e3c92e-ddd0-4451-892a-75de258b6cfb'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (57, 236, 'Ohio', 'OH', 36, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5b2a8f98-e8d7-4e07-a312-557ffbbcad86'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (58, 236, 'Oklahoma', 'OK', 37, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '30b25dc3-5f15-435c-9db8-a6770b0ef011'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (59, 236, 'Oregon', 'OR', 38, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2f20aaf8-711f-4935-af71-4f4cb8461296'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (60, 236, 'Pennsylvania', 'PA', 39, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9a72a854-bc1c-4dca-af14-81ea2f9b5c1d'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (61, 236, 'Rhode Island', 'RI', 40, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b46bbf5f-d2dd-43d5-9d65-7eade50f1ca7'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (62, 236, 'South Carolina', 'SC', 41, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd525ac16-c8a0-49bc-8361-6c852e13253b'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (63, 236, 'South Dakota', 'SD', 42, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd3c714b4-c878-4cc6-afbf-459f4212752d'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (64, 236, 'Tennessee', 'TN', 43, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8991ff8b-f0be-490c-bec7-b8f3a843557b'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (65, 236, 'Texas', 'TX', 44, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '05a6f549-e9b6-4ea9-b9c7-0d79ddf314df'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (66, 236, 'Utah', 'UT', 45, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ece33b46-07e3-4de6-8073-d51e394385f1'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (67, 236, 'Vermont', 'VT', 46, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5f4bebba-f7ab-4dda-a616-32a21194578b'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (68, 236, 'Virginia', 'VA', 47, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '79dbd087-960a-449b-a943-46d5f0cd5a91'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (69, 236, 'Washington', 'WA', 48, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '98c65bb4-e74f-42c1-9c85-7507b26e1241'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (70, 236, 'West Virginia', 'WV', 49, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'af065cbf-8ed9-4a8e-a758-56a35da0d6f5'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (71, 236, 'Wisconsin', 'WI', 50, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2e1290b7-1ceb-4ef2-9c53-f285d90d2ac3'); +INSERT INTO public.commerce_states (id, "countryId", name, abbreviation, "sortOrder", enabled, "dateCreated", "dateUpdated", uid) VALUES (72, 236, 'Wyoming', 'WY', 51, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '058afd10-57c4-41f0-bf45-e5aa44023a8c'); + + +-- +-- Data for Name: commerce_subscriptions; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_taxcategories; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.commerce_taxcategories (id, name, handle, description, "default", "dateCreated", "dateUpdated", uid) VALUES (1, 'General', 'general', NULL, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd530ad5e-b3ad-41d9-932e-01c6ba5153a2'); + + +-- +-- Data for Name: commerce_taxrates; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_taxzone_countries; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_taxzone_states; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_taxzones; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_transactions; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: commerce_variants; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: content; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (2, 2, 1, NULL, '2021-03-01 00:43:19', '2021-03-15 16:24:53', '1e22b694-beb3-4ab6-92ba-34b5f77d1ff7', NULL, NULL, NULL, NULL); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (8, 6, 1, 'My first blog', '2021-03-15 16:31:03', '2021-03-15 16:32:15', '0ab03612-f5d8-4ba6-8b7d-ef2d4a114de7', NULL, 'Some plain text', '

Some rich text

', '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:30:42-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (9, 6, 2, 'My first blog', '2021-03-15 16:31:04', '2021-03-15 16:32:15', '25b966e8-b20a-4fe4-8b64-8d7963bbf660', NULL, 'Some plain text', '

Some rich text

', '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:30:42-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (3, 4, 1, NULL, '2021-03-15 16:25:51', '2021-04-01 02:56:06', '28ef8ae9-f473-44e7-b83a-bfbba799b649', NULL, 'Some global plain text', '

Some global rich text

', NULL); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (4, 4, 2, NULL, '2021-03-15 16:25:51', '2021-04-01 02:56:06', '012d2730-836f-4ac3-8a75-7793da4d727a', NULL, 'Some global plain text', '

Some global rich text

', NULL); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (10, 7, 1, 'My first blog', '2021-03-15 16:31:04', '2021-03-15 16:31:04', '60814cd9-d9d4-4497-b3fc-326e82963301', NULL, 'Some plain text', '

Some rich text

', '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:30:42-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (11, 7, 2, 'My first blog', '2021-03-15 16:31:04', '2021-03-15 16:31:04', 'ed5f5148-9f79-4fda-8419-e0f3367eed2a', NULL, 'Some plain text', '

Some rich text

', '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:30:42-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (12, 8, 1, 'My first blog', '2021-03-15 16:32:15', '2021-03-15 16:32:15', '99396f28-757e-4652-9ee7-7d6af63bbc11', NULL, 'Some plain text', '

Some rich text

', '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:30:42-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (13, 8, 2, 'My first blog', '2021-03-15 16:32:15', '2021-03-15 16:32:15', '5b05a01d-3de0-43d3-a3fb-2f4781ec4c16', NULL, 'Some plain text', '

Some rich text

', '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:30:42-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (1, 1, 1, 'Homepage', '2021-03-01 00:43:19', '2021-04-01 02:56:06', '40ad16f0-d5c5-4525-823c-87518d9dcb1d', NULL, NULL, NULL, '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:31:44-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (5, 1, 2, 'Homepage', '2021-03-15 16:29:22', '2021-04-01 02:56:06', '5ecaa580-ef7a-401c-bdf5-644598247957', NULL, NULL, NULL, '{"bundleVersion":"1.0.22","sourceBundleType":"field","sourceId":null,"sourceName":null,"sourceHandle":null,"sourceType":"field","typeId":null,"sourceTemplate":"","sourceSiteId":null,"sourceAltSiteSettings":[],"sourceDateUpdated":"2021-03-15T12:31:44-04:00","metaGlobalVars":{"language":null,"mainEntityOfPage":"","seoTitle":"","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"","robots":"","ogType":"","ogTitle":"","ogSiteNamePosition":"","ogDescription":"","ogImage":"","ogImageWidth":"","ogImageHeight":"","ogImageDescription":"","twitterCard":"","twitterCreator":"","twitterTitle":"","twitterSiteNamePosition":"","twitterDescription":"","twitterImage":"","twitterImageWidth":"","twitterImageHeight":"","twitterImageDescription":""},"metaSiteVars":{"siteName":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","additionalSitemapUrls":[],"additionalSitemapUrlsDateUpdated":null,"additionalSitemaps":[]},"metaSitemapVars":{"sitemapUrls":true,"sitemapAssets":true,"sitemapFiles":true,"sitemapAltLinks":true,"sitemapChangeFreq":"weekly","sitemapPriority":0.5,"sitemapLimit":null,"structureDepth":null,"sitemapImageFieldMap":[],"sitemapVideoFieldMap":[]},"metaContainers":{"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":[],"name":"General","description":"JsonLd Tags","class":"nystudio107\\seomatic\\models\\MetaJsonLdContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaTitleContainergeneral":{"data":[],"name":"General","description":"Meta Title Tag","class":"nystudio107\\seomatic\\models\\MetaTitleContainer","handle":"general","include":true,"dependencies":[],"clearCache":false}},"redirectsContainer":[],"frontendTemplatesContainer":{"data":[],"name":null,"description":null,"class":"nystudio107\\seomatic\\models\\FrontendTemplateContainer","handle":null,"include":true,"dependencies":null,"clearCache":false},"metaBundleSettings":{"siteType":"","siteSubType":"","siteSpecificType":"","seoTitleSource":"fromCustom","seoTitleField":"","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":""}}'); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (14, 9, 1, 'Puppies', '2021-04-01 02:58:45', '2021-04-01 02:58:45', '1a377c71-4884-470c-b966-e4f9c99dcb57', NULL, NULL, NULL, NULL); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (15, 9, 2, 'Puppies', '2021-04-01 02:58:45', '2021-04-01 02:58:45', 'b49c2cfd-67ba-4927-899e-eb229ed375c1', NULL, NULL, NULL, NULL); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (16, 10, 1, 'Kitties', '2021-04-01 02:58:52', '2021-04-01 02:58:52', 'e579a89f-d668-4605-9f8c-d77974015b06', NULL, NULL, NULL, NULL); +INSERT INTO public.content (id, "elementId", "siteId", title, "dateCreated", "dateUpdated", uid, "field_optimizedImages", "field_plainText", "field_richText", field_seo) VALUES (17, 10, 2, 'Kitties', '2021-04-01 02:58:52', '2021-04-01 02:58:52', 'cd6549e2-8d92-4a96-b919-5fe467bf2c3a', NULL, NULL, NULL, NULL); + + +-- +-- Data for Name: craftidtokens; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: deprecationerrors; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: drafts; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: elements; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (2, NULL, NULL, NULL, 'craft\elements\User', true, false, '2021-03-01 00:43:19', '2021-03-15 16:24:53', NULL, '2c164960-ab20-4c11-aa6b-6276f5831bd5', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (3, NULL, NULL, NULL, 'craft\commerce\elements\Donation', true, false, '2021-03-15 16:25:48', '2021-03-15 16:25:48', NULL, '461d2b8a-1567-4815-8172-8c009a83e50a', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (6, NULL, NULL, 6, 'craft\elements\Entry', true, false, '2021-03-15 16:31:03', '2021-03-15 16:32:15', NULL, 'a3a4fa40-8592-4ee9-b9b7-bbe3e0dc713f', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (1, NULL, NULL, 3, 'craft\elements\Entry', true, false, '2021-03-01 00:43:19', '2021-04-01 02:56:06', NULL, 'dca9e96d-68d4-41db-8021-100ae78dc231', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (4, NULL, NULL, 5, 'craft\elements\GlobalSet', true, false, '2021-03-15 16:25:51', '2021-04-01 02:56:06', NULL, 'aa7c6968-88ec-4d2a-af47-d3c40b582a68', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (9, NULL, NULL, 9, 'craft\elements\Category', true, false, '2021-04-01 02:58:45', '2021-04-01 02:58:45', NULL, 'a6f516ed-6655-44ce-a4ce-26d3d5197b99', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (10, NULL, NULL, 9, 'craft\elements\Category', true, false, '2021-04-01 02:58:52', '2021-04-01 02:58:52', NULL, '97cc9c56-c829-437d-8de1-0d5a7d1e24ee', NULL, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (7, NULL, 1, 6, 'craft\elements\Entry', true, false, '2021-03-15 16:31:03', '2021-03-15 16:31:03', NULL, '8e3fa569-4617-4c43-8b45-a56eb5a93b96', 6, NULL); +INSERT INTO public.elements (id, "draftId", "revisionId", "fieldLayoutId", type, enabled, archived, "dateCreated", "dateUpdated", "dateDeleted", uid, "canonicalId", "dateLastMerged") VALUES (8, NULL, 2, 6, 'craft\elements\Entry', true, false, '2021-03-15 16:32:15', '2021-03-15 16:32:15', NULL, 'a75b1699-b552-44a9-a1b0-f032f20da64a', 6, NULL); + + +-- +-- Data for Name: elements_sites; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (1, 1, 1, 'homepage', '__home__', true, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '22df0253-1135-41c3-b816-187bd0e42bc6'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (2, 2, 1, NULL, NULL, true, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '77c8153a-a2f0-4263-a795-2fdf5494301c'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (3, 3, 1, NULL, NULL, true, '2021-03-15 16:25:48', '2021-03-15 16:25:48', '03f7ca5b-a299-45a3-9dd5-a455a3b482ec'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (4, 4, 1, NULL, NULL, true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', '4b36ee9a-06af-4f4c-997a-6b169eb1e0ac'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (5, 4, 2, NULL, NULL, true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', '1705848c-0af7-456c-b4b0-5f8a97d56c23'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (6, 1, 2, 'homepage', '__home__', true, '2021-03-15 16:29:22', '2021-03-15 16:29:22', 'a20ba58b-ffcb-4a5c-8810-6ecc95a3d921'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (9, 6, 1, 'my-first-blog', 'blog/my-first-blog', true, '2021-03-15 16:31:03', '2021-03-15 16:31:03', 'f051dede-0f8e-4300-9fee-67306ef3e8e6'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (10, 6, 2, 'my-first-blog', 'blog/my-first-blog', true, '2021-03-15 16:31:04', '2021-03-15 16:31:04', 'f52bc232-0305-4a4d-a240-7da5c2fd6c02'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (11, 7, 1, 'my-first-blog', 'blog/my-first-blog', true, '2021-03-15 16:31:04', '2021-03-15 16:31:04', '94c0be1c-1898-4cab-95a6-eb31104628fa'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (12, 7, 2, 'my-first-blog', 'blog/my-first-blog', true, '2021-03-15 16:31:04', '2021-03-15 16:31:04', 'f6c90112-a521-42fe-bfc1-69505fa5eb25'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (13, 8, 1, 'my-first-blog', 'blog/my-first-blog', true, '2021-03-15 16:32:15', '2021-03-15 16:32:15', '66992719-7950-470d-8637-8feaee25f2b2'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (14, 8, 2, 'my-first-blog', 'blog/my-first-blog', true, '2021-03-15 16:32:15', '2021-03-15 16:32:15', 'edfbafeb-7fab-4d16-bf18-ed052f9b9181'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (15, 9, 1, 'puppies', 'category/puppies', true, '2021-04-01 02:58:45', '2021-04-01 02:59:04', 'b9baf27f-0fbe-4659-a630-5bf001ece005'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (16, 9, 2, 'puppies', 'category/puppies', true, '2021-04-01 02:58:45', '2021-04-01 02:59:04', 'f56c0121-ea01-471d-99b0-1a047eae5fcb'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (17, 10, 1, 'kitties', 'category/kitties', true, '2021-04-01 02:58:52', '2021-04-01 02:59:06', '5e5d0576-6b4b-4826-884a-51c8af9517c1'); +INSERT INTO public.elements_sites (id, "elementId", "siteId", slug, uri, enabled, "dateCreated", "dateUpdated", uid) VALUES (18, 10, 2, 'kitties', 'category/kitties', true, '2021-04-01 02:58:52', '2021-04-01 02:59:06', '5e235149-be9e-44df-8cd8-74068a22003e'); + + +-- +-- Data for Name: entries; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.entries (id, "sectionId", "parentId", "typeId", "authorId", "postDate", "expiryDate", "deletedWithEntryType", "dateCreated", "dateUpdated") VALUES (1, 2, NULL, 2, NULL, '2021-03-01 00:43:00', NULL, NULL, '2021-03-01 00:43:19', '2021-03-01 00:43:19'); +INSERT INTO public.entries (id, "sectionId", "parentId", "typeId", "authorId", "postDate", "expiryDate", "deletedWithEntryType", "dateCreated", "dateUpdated") VALUES (6, 3, NULL, 3, 2, '2021-03-15 16:30:00', NULL, NULL, '2021-03-15 16:31:03', '2021-03-15 16:31:03'); +INSERT INTO public.entries (id, "sectionId", "parentId", "typeId", "authorId", "postDate", "expiryDate", "deletedWithEntryType", "dateCreated", "dateUpdated") VALUES (7, 3, NULL, 3, 2, '2021-03-15 16:30:00', NULL, NULL, '2021-03-15 16:31:04', '2021-03-15 16:31:04'); +INSERT INTO public.entries (id, "sectionId", "parentId", "typeId", "authorId", "postDate", "expiryDate", "deletedWithEntryType", "dateCreated", "dateUpdated") VALUES (8, 3, NULL, 3, 2, '2021-03-15 16:30:00', NULL, NULL, '2021-03-15 16:32:15', '2021-03-15 16:32:15'); + + +-- +-- Data for Name: entrytypes; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.entrytypes (id, "sectionId", "fieldLayoutId", name, handle, "hasTitleField", "titleTranslationMethod", "titleTranslationKeyFormat", "titleFormat", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, 1, 2, 'Errors', 'errors', true, '', NULL, NULL, 1, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-15 16:25:50', 'faceb3ed-6771-453c-9c2a-aa330847f6db'); +INSERT INTO public.entrytypes (id, "sectionId", "fieldLayoutId", name, handle, "hasTitleField", "titleTranslationMethod", "titleTranslationKeyFormat", "titleFormat", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (2, 2, 3, 'Homepage', 'homepage', false, 'none', NULL, '{section.name|raw}', 1, '2021-03-01 00:43:19', '2021-03-15 16:25:50', NULL, 'fb3a8f31-d1cc-4c13-903b-a501f7e51f54'); +INSERT INTO public.entrytypes (id, "sectionId", "fieldLayoutId", name, handle, "hasTitleField", "titleTranslationMethod", "titleTranslationKeyFormat", "titleFormat", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (3, 3, 6, 'Blog', 'blog', true, 'site', NULL, NULL, 1, '2021-03-15 16:25:51', '2021-03-15 16:25:51', NULL, 'c4536798-743d-4bf0-9669-192827bfb26c'); +INSERT INTO public.entrytypes (id, "sectionId", "fieldLayoutId", name, handle, "hasTitleField", "titleTranslationMethod", "titleTranslationKeyFormat", "titleFormat", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (4, 3, 7, 'Review', 'review', true, 'site', NULL, NULL, 2, '2021-04-01 02:48:37', '2021-04-01 02:48:37', '2021-04-01 02:55:11', '00a4ee69-93de-4b39-adad-8a095f24006b'); +INSERT INTO public.entrytypes (id, "sectionId", "fieldLayoutId", name, handle, "hasTitleField", "titleTranslationMethod", "titleTranslationKeyFormat", "titleFormat", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (5, 3, 8, 'Review', 'review', true, 'site', NULL, NULL, 2, '2021-04-01 02:56:41', '2021-04-01 02:56:41', NULL, '626b0987-e067-4dd2-9918-1d209373265a'); + + +-- +-- Data for Name: fieldgroups; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.fieldgroups (id, name, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, 'Common', '2021-03-01 00:43:18', '2021-03-01 00:43:18', NULL, '94b4d5ac-d7ea-4241-a6cb-92b39f482f99'); +INSERT INTO public.fieldgroups (id, name, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (2, 'Errors', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-15 16:29:22', 'd08a0d16-0e00-49e6-9cd4-465fa2d65d7d'); + + +-- +-- Data for Name: fieldlayoutfields; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (35, 7, 25, 7, false, 1, '2021-04-01 02:48:37', '2021-04-01 02:48:37', '2c1bcaad-286b-4759-a525-309e5e043397'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (36, 7, 25, 8, false, 2, '2021-04-01 02:48:37', '2021-04-01 02:48:37', 'b5cc60bc-0c63-4f92-8320-f29bfd588680'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (37, 7, 25, 9, false, 3, '2021-04-01 02:48:37', '2021-04-01 02:48:37', 'b0caadb6-c924-4322-9bbe-cb573dc63700'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (47, 6, 32, 7, false, 1, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '656a6309-1da4-4f35-b465-b20b8190acd5'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (48, 6, 32, 8, false, 2, '2021-04-01 02:56:05', '2021-04-01 02:56:05', 'f7b1d130-1fb3-43ac-9578-95d424ad35ac'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (49, 6, 32, 9, false, 3, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '7778042e-3ba3-47c4-acc3-2772992abcf5'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (50, 3, 33, 7, false, 1, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '38adadbd-dbe7-4bfd-880c-e43bf69b2552'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (51, 3, 33, 8, false, 2, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '00e25cb5-1ddb-4e2b-a9a3-32883bc8c532'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (52, 3, 33, 9, false, 3, '2021-04-01 02:56:05', '2021-04-01 02:56:05', '91347237-6564-433d-86a4-65bfefc800bc'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (53, 5, 34, 7, false, 0, '2021-04-01 02:56:06', '2021-04-01 02:56:06', '047cf889-c538-4dee-90ac-634a269d7dd0'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (54, 5, 34, 8, false, 1, '2021-04-01 02:56:06', '2021-04-01 02:56:06', '99a70a20-97df-42aa-a0de-e5dc7d520091'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (55, 1, 35, 5, false, 1, '2021-04-01 02:56:06', '2021-04-01 02:56:06', '44ed5856-e69c-4ef4-95d4-76cb8dcb7f65'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (56, 8, 36, 7, false, 1, '2021-04-01 02:56:41', '2021-04-01 02:56:41', '061ea762-8bd3-46e3-8c3e-75dc2f627de6'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (57, 8, 36, 8, false, 2, '2021-04-01 02:56:41', '2021-04-01 02:56:41', 'dfb0e0ff-ed60-4272-9532-a3917279211a'); +INSERT INTO public.fieldlayoutfields (id, "layoutId", "tabId", "fieldId", required, "sortOrder", "dateCreated", "dateUpdated", uid) VALUES (58, 8, 36, 9, false, 3, '2021-04-01 02:56:41', '2021-04-01 02:56:41', 'e05388a3-2589-4b6d-a02a-d4acd072f149'); + + +-- +-- Data for Name: fieldlayouts; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (2, 'craft\elements\Entry', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-15 16:25:50', '31e67dee-1002-4a93-9546-8b234b3b368b'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (3, 'craft\elements\Entry', '2021-03-01 00:43:19', '2021-03-15 16:25:50', NULL, '3079b909-ff31-4f40-98a0-10c57767ab1f'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, 'craft\elements\Asset', '2021-03-01 00:43:18', '2021-03-15 16:25:51', NULL, 'e73b4186-2fad-4c0f-8eae-bbb884932c58'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (4, 'craft\commerce\elements\Product', '2021-03-15 16:25:51', '2021-03-15 16:25:51', NULL, '08766548-0b7c-493b-bdce-20f096719426'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (5, 'craft\elements\GlobalSet', '2021-03-15 16:25:51', '2021-03-15 16:25:51', NULL, 'e1ad1c2a-97c8-4b64-9d59-41e897a98298'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (6, 'craft\elements\Entry', '2021-03-15 16:25:51', '2021-03-15 16:25:51', NULL, '44918e94-126a-4108-98da-1f66e19d2b2d'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (7, 'craft\elements\Entry', '2021-04-01 02:48:37', '2021-04-01 02:48:37', '2021-04-01 02:55:11', 'c950a021-4c20-4157-8bf8-f3044f8b131f'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (8, 'craft\elements\Entry', '2021-04-01 02:56:41', '2021-04-01 02:56:41', NULL, '446fae8b-775a-4b1b-a6dc-ef009aede404'); +INSERT INTO public.fieldlayouts (id, type, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (9, 'craft\elements\Category', '2021-04-01 02:58:32', '2021-04-01 02:58:32', NULL, '4e420bac-c389-4bea-9708-e3e7c19f3cc1'); + + +-- +-- Data for Name: fieldlayouttabs; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid, settings) VALUES (2, 2, 'Content', '[{"type":"craft\\fieldlayoutelements\\EntryTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100,"uid":"63fd1fc6-e5df-492f-b23f-72b7fd249959"}]', 1, '2021-03-01 00:43:19', '2022-03-05 00:24:21', '2f004005-0663-4137-8fac-47fce8a690d7', NULL); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid, settings) VALUES (25, 7, 'Content', '[{"type":"craft\\fieldlayoutelements\\EntryTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100,"uid":"bc473a33-50ad-4397-aa0a-41efca2351a9"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"21903cb2-5b82-49ea-9766-e120d0951ea3","uid":"c1cb0219-f829-42cd-89cf-97f750e32a6e"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"abcda4a4-b1db-4677-b5d6-69588443704f","uid":"804f596a-0de0-4709-9bd4-cd8630e2b356"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"4a0cb371-14a6-415d-84db-fc0512410ec8","uid":"729f1636-3e55-4ee8-8333-34b170202115"}]', 1, '2021-04-01 02:48:37', '2022-03-05 00:24:21', '844e3bdd-e8bd-4077-a9b2-e39c1591a2cf', NULL); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid, settings) VALUES (31, 4, 'Content', '[{"type":"craft\\commerce\\fieldlayoutelements\\ProductTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100,"uid":"742db44f-0275-4d84-9194-01aebe87f071"}]', 1, '2021-04-01 02:56:05', '2022-03-05 00:24:21', '3881ce2a-b29b-47b4-9730-29d3fa9f1f41', NULL); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid, settings) VALUES (32, 6, 'Content', '[{"type":"craft\\fieldlayoutelements\\EntryTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100,"uid":"5863731b-d85f-4d36-b0ff-3c1d3487621a"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"21903cb2-5b82-49ea-9766-e120d0951ea3","uid":"5dbc5ee4-9043-4628-a3ca-8a92bb2fee0b"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"abcda4a4-b1db-4677-b5d6-69588443704f","uid":"cbe51c1b-db13-411b-a379-653f4119e98c"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"4a0cb371-14a6-415d-84db-fc0512410ec8","uid":"1dc6fdaa-dd80-4b28-bdec-cb4553af911d"}]', 1, '2021-04-01 02:56:05', '2022-03-05 00:24:21', '345ff311-ebc0-4929-9d25-eaa8babbb4d7', NULL); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid, settings) VALUES (33, 3, 'Content', '[{"type":"craft\\fieldlayoutelements\\EntryTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100,"uid":"9a33769d-888c-42c2-885c-52e26d2866aa"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"21903cb2-5b82-49ea-9766-e120d0951ea3","uid":"ce40d913-bd6d-44ce-a519-ec8a635072b4"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"abcda4a4-b1db-4677-b5d6-69588443704f","uid":"3b72a271-858c-483b-ba95-4180d6a8c0d3"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"4a0cb371-14a6-415d-84db-fc0512410ec8","uid":"eb4bdae4-cb23-400d-bb7a-ecf0e27b472d"}]', 1, '2021-04-01 02:56:05', '2022-03-05 00:24:21', '7a2f45b6-e137-45fc-885e-f9488e64c590', NULL); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid, settings) VALUES (34, 5, 'Default', '[{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"21903cb2-5b82-49ea-9766-e120d0951ea3","uid":"f088d1ae-0e27-4b44-8409-9b280767bc95"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"abcda4a4-b1db-4677-b5d6-69588443704f","uid":"aa115fb5-c963-4b33-ae24-6142e5fbea98"}]', 1, '2021-04-01 02:56:06', '2022-03-05 00:24:21', '3a845609-01dd-4d7f-bafd-8c001c4be32d', NULL); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid, settings) VALUES (35, 1, 'Content', '[{"type":"craft\\fieldlayoutelements\\AssetTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100,"uid":"48a878d9-f305-4d27-89e1-61d70ad4c927"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5","uid":"fe9a4716-276d-449c-a6d4-1ba4d8a2f139"}]', 1, '2021-04-01 02:56:06', '2022-03-05 00:24:21', '0af1ca00-8065-45e9-b3b6-fffc67b9a1a7', NULL); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid, settings) VALUES (36, 8, 'Content', '[{"type":"craft\\fieldlayoutelements\\EntryTitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100,"uid":"62fc68a9-2874-40b7-a386-6499a5393bab"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"21903cb2-5b82-49ea-9766-e120d0951ea3","uid":"8fdb1b71-5ce9-43da-9dbb-35b6598b9872"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"abcda4a4-b1db-4677-b5d6-69588443704f","uid":"0367b8d1-aff7-4c59-b540-344b9907ffb6"},{"type":"craft\\fieldlayoutelements\\CustomField","label":null,"instructions":null,"tip":null,"warning":null,"required":false,"width":100,"fieldUid":"4a0cb371-14a6-415d-84db-fc0512410ec8","uid":"10f311c0-ca4d-4a7c-94d0-2872243c03e9"}]', 1, '2021-04-01 02:56:41', '2022-03-05 00:24:21', '7ec0393e-1e5b-48af-848a-739ff98ab75f', NULL); +INSERT INTO public.fieldlayouttabs (id, "layoutId", name, elements, "sortOrder", "dateCreated", "dateUpdated", uid, settings) VALUES (37, 9, 'Content', '[{"type":"craft\\fieldlayoutelements\\TitleField","autocomplete":false,"class":null,"size":null,"name":null,"autocorrect":true,"autocapitalize":true,"disabled":false,"readonly":false,"title":null,"placeholder":null,"step":null,"min":null,"max":null,"requirable":false,"id":null,"containerAttributes":[],"inputContainerAttributes":[],"labelAttributes":[],"orientation":null,"label":null,"instructions":null,"tip":null,"warning":null,"width":100,"uid":"2f773a5f-e1de-49d3-bebe-cdb085044229"}]', 1, '2021-04-01 02:58:32', '2022-03-05 00:24:21', '9fb6c9d7-5da1-456d-83c9-aace60be9018', NULL); + + +-- +-- Data for Name: fields; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.fields (id, "groupId", name, handle, context, instructions, searchable, "translationMethod", "translationKeyFormat", type, settings, "dateCreated", "dateUpdated", uid, "columnSuffix") VALUES (5, 1, 'Optimized Images', 'optimizedImages', 'global', '', false, 'none', NULL, 'nystudio107\imageoptimize\fields\OptimizedImages', '{"displayDominantColorPalette":"1","displayLazyLoadPlaceholderImages":"1","displayOptimizedImageVariants":"1","variants":[{"width":"1200","useAspectRatio":"1","aspectRatioX":"16","aspectRatioY":"9","retinaSizes":["1"],"quality":"82","format":"jpg"},{"width":"992","useAspectRatio":"1","aspectRatioX":"16","aspectRatioY":"9","retinaSizes":["1"],"quality":"82","format":"jpg"},{"width":"768","useAspectRatio":"1","aspectRatioX":"4","aspectRatioY":"3","retinaSizes":["1"],"quality":"60","format":"jpg"},{"width":"576","useAspectRatio":"1","aspectRatioX":"4","aspectRatioY":"3","retinaSizes":["1"],"quality":"60","format":"jpg"}]}', '2021-03-01 23:42:29', '2021-03-01 23:42:29', '3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5', NULL); +INSERT INTO public.fields (id, "groupId", name, handle, context, instructions, searchable, "translationMethod", "translationKeyFormat", type, settings, "dateCreated", "dateUpdated", uid, "columnSuffix") VALUES (7, 1, 'Plain Text', 'plainText', 'global', '', false, 'none', NULL, 'craft\fields\PlainText', '{"byteLimit":null,"charLimit":null,"code":"","columnType":null,"initialRows":"4","multiline":"","placeholder":null,"uiMode":"normal"}', '2021-03-15 16:25:50', '2021-03-15 16:25:50', '21903cb2-5b82-49ea-9766-e120d0951ea3', NULL); +INSERT INTO public.fields (id, "groupId", name, handle, context, instructions, searchable, "translationMethod", "translationKeyFormat", type, settings, "dateCreated", "dateUpdated", uid, "columnSuffix") VALUES (8, 1, 'Rich Text', 'richText', 'global', '', false, 'none', NULL, 'craft\redactor\Field', '{"availableTransforms":"*","availableVolumes":"*","cleanupHtml":true,"columnType":"text","configSelectionMode":"choose","defaultTransform":"","manualConfig":"","purifierConfig":"","purifyHtml":"1","redactorConfig":"Simple.json","removeEmptyTags":"1","removeInlineStyles":"1","removeNbsp":"1","showHtmlButtonForNonAdmins":"","showUnpermittedFiles":false,"showUnpermittedVolumes":false,"uiMode":"enlarged"}', '2021-03-15 16:25:50', '2021-03-15 16:25:50', 'abcda4a4-b1db-4677-b5d6-69588443704f', NULL); +INSERT INTO public.fields (id, "groupId", name, handle, context, instructions, searchable, "translationMethod", "translationKeyFormat", type, settings, "dateCreated", "dateUpdated", uid, "columnSuffix") VALUES (9, 1, 'SEO', 'seo', 'global', '', false, 'none', NULL, 'nystudio107\seomatic\fields\SeoSettings', '{"elementDisplayPreviewType":"google","facebookTabEnabled":"","generalEnabledFields":["seoTitle","seoDescription","seoImage"],"generalTabEnabled":"1","sitemapTabEnabled":"","twitterTabEnabled":""}', '2021-03-15 16:25:50', '2021-03-15 16:25:50', '4a0cb371-14a6-415d-84db-fc0512410ec8', NULL); + + +-- +-- Data for Name: globalsets; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.globalsets (id, name, handle, "fieldLayoutId", "dateCreated", "dateUpdated", uid, "sortOrder") VALUES (4, 'Globals', 'globals', 5, '2021-03-15 16:25:51', '2021-03-15 16:25:51', 'aa7c6968-88ec-4d2a-af47-d3c40b582a68', NULL); + + +-- +-- Data for Name: gqlschemas; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.gqlschemas (id, name, scope, "isPublic", "dateCreated", "dateUpdated", uid) VALUES (1, 'Public Schema', '[]', true, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6005c2f9-5d85-4442-b712-22e070096ac8'); + + +-- +-- Data for Name: gqltokens; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.gqltokens (id, name, "accessToken", enabled, "expiryDate", "lastUsed", "schemaId", "dateCreated", "dateUpdated", uid) VALUES (1, 'Public Token', '__PUBLIC__', false, NULL, NULL, 1, '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e3673ca1-a151-4074-9307-2cac15e2ebcc'); + + +-- +-- Data for Name: imagetransforms; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: info; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.info (id, version, "schemaVersion", maintenance, "configVersion", "fieldVersion", "dateCreated", "dateUpdated", uid) VALUES (1, '4.0.0-alpha.1', '4.0.0.4', false, 'xpykwvjnmujj', '2@zrffmyzkux', '2021-03-01 00:43:17', '2022-03-05 00:24:21', 'b7a12d28-aa59-44af-815b-8cca8a6dcdfb'); + + +-- +-- Data for Name: matrixblocks; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: matrixblocks_owners; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: matrixblocktypes; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: migrations; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (1, 'plugin:retour', 'Install', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '5e5273a6-0dbc-4c71-a1b4-757d672af9b6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (2, 'plugin:retour', 'm181013_122446_add_remote_ip', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '7d6e7dc2-5ef5-41f7-86b7-cc5c8b1b6151'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (3, 'plugin:retour', 'm181013_171315_truncate_match_type', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '91c82ed8-4aa9-4fad-b668-15d69258db4d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (4, 'plugin:retour', 'm181013_202455_add_redirect_src_match', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'f88463d8-072d-4ccd-82fb-e79d0ad3c527'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (5, 'plugin:retour', 'm181018_123901_add_stats_info', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '69d79477-8960-4095-a0a8-e1bee7d43a29'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (6, 'plugin:retour', 'm181018_135656_add_redirect_status', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'd2ddd52c-8d13-461a-9ed0-722616be7298'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (7, 'plugin:retour', 'm181213_233502_add_site_id', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'fed38c76-46e1-41a2-abfa-4830e6ddfbae'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (8, 'plugin:retour', 'm181216_043222_rebuild_indexes', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'e59b1e29-52af-4132-8a81-50051acd16ff'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (9, 'plugin:retour', 'm190416_212500_widget_type_update', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '9fe527d8-cece-461a-8168-2537a2f63f25'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (10, 'plugin:retour', 'm200109_144310_add_redirectSrcUrl_index', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'e5474e39-4422-47be-ad67-f56f8528705c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (11, 'plugin:seomatic', 'Install', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '66018368-f26d-4b8e-aaee-6d0cc0aa8451'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (12, 'plugin:seomatic', 'm180314_002755_field_type', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'cc993c20-560d-44c4-a7bf-a7c0213fc22c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (13, 'plugin:seomatic', 'm180314_002756_base_install', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '9411728d-d968-4b6c-97bc-1a571b8779cd'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (14, 'plugin:seomatic', 'm180502_202319_remove_field_metabundles', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '472070c4-fd07-4a2d-b8a9-e638597a840b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (15, 'plugin:seomatic', 'm180711_024947_commerce_products', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', 'c6142675-0bdc-4824-b23c-0b8de30f6d05'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (16, 'plugin:seomatic', 'm190401_220828_longer_handles', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '4420ea5a-d9af-4e0e-a495-cdd94d31b85f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (17, 'plugin:seomatic', 'm190518_030221_calendar_events', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2ad8b8c1-d804-4247-a138-cb2ca36925cb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (18, 'plugin:seomatic', 'm200419_203444_add_type_id', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '3fd7420a-8e37-4a9f-a71c-3b14613d569f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (19, 'plugin:webperf', 'Install', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '4cc7940d-fd05-45eb-a710-f7e5598b656f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (20, 'plugin:webperf', 'm190625_151715_add_indexes', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2021-03-01 00:43:18', '9299446f-e628-4c37-ad68-1a639400f475'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (21, 'craft', 'Install', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c5d3facb-ce07-4fde-a466-f3d78cdb96c2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (22, 'craft', 'm150403_183908_migrations_table_changes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '8491b996-e802-4e26-824d-78de70aa5b94'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (23, 'craft', 'm150403_184247_plugins_table_changes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f36c3f19-8d6e-46f9-88b4-233cae6653bb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (24, 'craft', 'm150403_184533_field_version', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9f8a5962-1e4a-4c6e-9bd1-bcb8c06d0deb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (25, 'craft', 'm150403_184729_type_columns', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f8e6d225-d2dc-4429-a5b0-7dcdcd0a7f37'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (26, 'craft', 'm150403_185142_volumes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6d42a650-1264-42a5-b111-cc9593fcd4e7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (27, 'craft', 'm150428_231346_userpreferences', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6279310c-751b-4839-a553-f0eb4330c716'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (28, 'craft', 'm150519_150900_fieldversion_conversion', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'd5494ced-bd71-4dec-bf8a-f3abc4b05e08'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (29, 'craft', 'm150617_213829_update_email_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'a4ee65a7-f38d-45e8-b6d6-4369edaa767f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (30, 'craft', 'm150721_124739_templatecachequeries', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '72f8bceb-231e-4989-b67a-6d8b909dcfff'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (31, 'craft', 'm150724_140822_adjust_quality_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '435e6c26-8881-43e8-987e-eb8ee62ece0f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (32, 'craft', 'm150815_133521_last_login_attempt_ip', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'a1d3e4be-af17-40a3-923b-b59210e1f56b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (33, 'craft', 'm151002_095935_volume_cache_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '5463e0bc-3118-42e5-bff6-dafc38185642'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (34, 'craft', 'm151005_142750_volume_s3_storage_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'd37efc6c-6b2e-4742-90bd-6b3ac53415b4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (35, 'craft', 'm151016_133600_delete_asset_thumbnails', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e1c77247-494c-4f36-b8a6-3f1a5ea3b75f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (36, 'craft', 'm151209_000000_move_logo', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9c886f17-46e1-435f-ae0e-dd3f83dc7985'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (37, 'craft', 'm151211_000000_rename_fileId_to_assetId', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '1340775a-9b0f-4a3e-b49b-e090fdb5c793'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (38, 'craft', 'm151215_000000_rename_asset_permissions', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9ebed84e-d0f8-4859-80b4-39f19ec1da60'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (39, 'craft', 'm160707_000001_rename_richtext_assetsource_setting', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9cd581c9-cf27-4e0f-99d3-1c8417666b3b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (40, 'craft', 'm160708_185142_volume_hasUrls_setting', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'aa8299f5-8ae1-4c0a-894c-7c92c2c3ea6a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (41, 'craft', 'm160714_000000_increase_max_asset_filesize', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '14661747-bc03-4cb4-87f8-eda5edce9728'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (42, 'craft', 'm160727_194637_column_cleanup', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'd5ea0c05-b5bd-4cfd-87ec-a7bbb8a591b4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (43, 'craft', 'm160804_110002_userphotos_to_assets', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2a7fd5cf-00b7-42f6-bd39-2dbb98532f1c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (44, 'craft', 'm160807_144858_sites', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'b140ac1a-690a-4328-b4c4-0d89d8830146'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (45, 'craft', 'm160829_000000_pending_user_content_cleanup', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6f921a23-da94-474c-92cf-2a503299e12c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (46, 'craft', 'm160830_000000_asset_index_uri_increase', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2204725d-2d33-4b8e-8ce0-e50f0c51bf6f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (47, 'craft', 'm160912_230520_require_entry_type_id', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '039e3b43-d6d7-4ef0-940f-f024d3564c10'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (48, 'craft', 'm160913_134730_require_matrix_block_type_id', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9a96d9e5-bd46-4c82-8e39-e0a831db0e97'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (49, 'craft', 'm160920_174553_matrixblocks_owner_site_id_nullable', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '3451e15b-4952-4d5d-9ee4-62935680d983'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (50, 'craft', 'm160920_231045_usergroup_handle_title_unique', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '922d0a00-7217-482c-8cf9-ae7b9a9bcd14'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (51, 'craft', 'm160925_113941_route_uri_parts', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '4c427c30-de55-4eab-a257-2a17ccab434b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (52, 'craft', 'm161006_205918_schemaVersion_not_null', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e1560de6-375d-43fb-84d8-def7d2cad0a9'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (53, 'craft', 'm161007_130653_update_email_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c977181e-2308-4053-aa84-d39a2ffcb23e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (54, 'craft', 'm161013_175052_newParentId', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'b44a1ca2-5dde-4528-863a-f70e4d222be5'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (55, 'craft', 'm161021_102916_fix_recent_entries_widgets', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '92c209e2-4189-4f59-909d-dc988e65c828'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (56, 'craft', 'm161021_182140_rename_get_help_widget', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '364b37cd-63de-4077-a18b-52364be0f358'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (57, 'craft', 'm161025_000000_fix_char_columns', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c8e99bbf-a3ba-4ac1-84dd-b3f659a6ccd4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (58, 'craft', 'm161029_124145_email_message_languages', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '76b0150b-8975-486a-aaf1-2da7ad961c44'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (59, 'craft', 'm161108_000000_new_version_format', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '29d1e169-ece4-4d34-a6fb-fbe5d1a0f4df'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (60, 'craft', 'm161109_000000_index_shuffle', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'eb7afbe0-7d3e-445d-bd98-90d7c170a5f3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (61, 'craft', 'm161122_185500_no_craft_app', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6eabe8d2-4a43-4538-8232-f04a35a68e69'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (62, 'craft', 'm161125_150752_clear_urlmanager_cache', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '1e344880-1f6b-4f9a-9516-b2c46951450e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (63, 'craft', 'm161220_000000_volumes_hasurl_notnull', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'befc215a-058a-4d9d-9a2f-1b404a1c4649'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (64, 'craft', 'm170114_161144_udates_permission', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '7ff8ea9c-dec7-491e-b0aa-f957865089e4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (65, 'craft', 'm170120_000000_schema_cleanup', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '3730bfee-9c59-472b-b2e4-6753d2425000'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (66, 'craft', 'm170126_000000_assets_focal_point', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2602b50c-c23e-482a-af2b-a725ecd2caf5'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (67, 'craft', 'm170206_142126_system_name', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '408a5e8b-53ba-400f-abb4-e8369ca98f86'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (68, 'craft', 'm170217_044740_category_branch_limits', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '117fda7c-ae94-424f-944a-8236c10007cf'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (69, 'craft', 'm170217_120224_asset_indexing_columns', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '09a9fb44-a1a0-4298-948a-35f0d44d2305'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (70, 'craft', 'm170223_224012_plain_text_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'fb3ef499-30e6-4cf1-ac18-888a08662200'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (71, 'craft', 'm170227_120814_focal_point_percentage', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '554e6798-0659-417a-9893-a79422d7a523'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (72, 'craft', 'm170228_171113_system_messages', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c836fb9c-ce7a-4761-a262-dbfe50c7df42'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (73, 'craft', 'm170303_140500_asset_field_source_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f7678526-2511-43f1-880c-4d9345a9fd75'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (74, 'craft', 'm170306_150500_asset_temporary_uploads', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e8b87200-e99a-4710-aeac-637cd33cfbea'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (75, 'craft', 'm170523_190652_element_field_layout_ids', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'd5c2949e-2a4c-48ac-95df-3fdac0ea1f32'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (76, 'craft', 'm170621_195237_format_plugin_handles', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2d9ff059-a65f-4421-8ce8-1ed0648fc2df'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (77, 'craft', 'm170630_161027_deprecation_line_nullable', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '490c03be-aca2-462c-9e73-fd8e801878f8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (78, 'craft', 'm170630_161028_deprecation_changes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '4e711593-3dff-4369-9a3c-ec82fdcf1565'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (79, 'craft', 'm170703_181539_plugins_table_tweaks', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '56996818-cc09-4487-bb32-886368928ea2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (80, 'craft', 'm170704_134916_sites_tables', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f37564d4-f8e7-4539-9355-d13a300e3189'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (81, 'craft', 'm170706_183216_rename_sequences', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '597849f3-ef18-4468-9167-3fd1e0d0b7b2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (82, 'craft', 'm170707_094758_delete_compiled_traits', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9de3ac33-cd19-48d4-83c9-b1ce0071d8b7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (83, 'craft', 'm170731_190138_drop_asset_packagist', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '1e3c332e-6d72-47fc-9e33-2e3558fb176b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (84, 'craft', 'm170810_201318_create_queue_table', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'a5412bf2-6c0e-4925-a5fc-0896d85811bd'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (85, 'craft', 'm170903_192801_longblob_for_queue_jobs', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '90932127-eeeb-4f2f-be2a-c9dfe6dea2fc'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (86, 'craft', 'm170914_204621_asset_cache_shuffle', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c17214c3-9617-48c0-8ab5-5708a038acac'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (87, 'craft', 'm171011_214115_site_groups', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'a4f6e1cc-0600-4cc4-ae46-95ced428d28f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (88, 'craft', 'm171012_151440_primary_site', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c2c250bf-bf9e-49b8-a7d5-cc0839a6d676'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (89, 'craft', 'm171013_142500_transform_interlace', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '9abb24fc-37b6-48ae-8b46-a70626f7afbe'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (90, 'craft', 'm171016_092553_drop_position_select', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f40cdb6e-adf2-4a53-8924-2b5b7330d057'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (91, 'craft', 'm171016_221244_less_strict_translation_method', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '52529094-8a47-4dbd-949b-e5b7f61fce03'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (92, 'craft', 'm171107_000000_assign_group_permissions', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'bfefd565-eb1a-4f72-b015-75a6af36e81e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (93, 'craft', 'm171117_000001_templatecache_index_tune', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'da9fd0fd-bada-4340-8535-27c04ef8fe8e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (94, 'craft', 'm171126_105927_disabled_plugins', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'eefa00b5-23bf-434b-94ef-1cc8a9c27f08'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (95, 'craft', 'm171130_214407_craftidtokens_table', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '7c3993f1-8753-4275-96b1-0ba708b6f97a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (96, 'craft', 'm171202_004225_update_email_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '7d66adcf-2dd3-4209-8a7e-6a0aa47d6f5c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (97, 'craft', 'm171204_000001_templatecache_index_tune_deux', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '8d2e902b-8a6f-4971-aaae-bd28fc040014'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (98, 'craft', 'm171205_130908_remove_craftidtokens_refreshtoken_column', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '7aabae81-e870-4a7a-a33a-ec7839de2fba'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (99, 'craft', 'm171218_143135_longtext_query_column', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '339f0e8f-36c1-4a02-9ca1-c1513cde635f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (100, 'craft', 'm171231_055546_environment_variables_to_aliases', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '02307aeb-f81b-4792-adc1-55c8328b97ef'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (101, 'craft', 'm180113_153740_drop_users_archived_column', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'ed60d0fc-9301-4e30-9135-33f7c351476a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (102, 'craft', 'm180122_213433_propagate_entries_setting', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '7786ae68-0b3a-4512-9298-47ef7cbe4387'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (103, 'craft', 'm180124_230459_fix_propagate_entries_values', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '3fda7bd1-bcab-4620-a186-eb47275d6950'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (104, 'craft', 'm180128_235202_set_tag_slugs', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2358ec68-d07b-4cf2-b1f7-f2316b4f5546'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (105, 'craft', 'm180202_185551_fix_focal_points', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '8bcaec1b-a565-4b50-a22e-86e2dc3bd682'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (106, 'craft', 'm180217_172123_tiny_ints', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f7c6eaa2-da5a-4662-bfaf-af96d82e6b57'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (107, 'craft', 'm180321_233505_small_ints', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'de9b65d4-a485-49bb-b817-9256de85aad9'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (108, 'craft', 'm180404_182320_edition_changes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'c4bab2df-5cf9-4329-86e0-9ab7557737fb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (109, 'craft', 'm180411_102218_fix_db_routes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'ab4932fb-125e-41b5-85d5-bb1bd26849ce'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (110, 'craft', 'm180416_205628_resourcepaths_table', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '59c3104d-d834-4bec-b4e4-5b0022e0b581'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (111, 'craft', 'm180418_205713_widget_cleanup', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '64b1381a-2fde-428a-805c-93b637e1f171'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (112, 'craft', 'm180425_203349_searchable_fields', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '82c1495b-d737-4ea4-a232-ab6fff897c0b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (113, 'craft', 'm180516_153000_uids_in_field_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '55b3b9bc-0c01-48c7-9f56-f28c43ec2f8f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (114, 'craft', 'm180517_173000_user_photo_volume_to_uid', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '134f3112-678d-4a2f-a80f-5a0769cde003'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (115, 'craft', 'm180518_173000_permissions_to_uid', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '03298024-0fcf-4649-8358-29a5cda97e06'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (116, 'craft', 'm180520_173000_matrix_context_to_uids', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'a4aa02b9-0389-43bb-b413-085b435e8f11'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (117, 'craft', 'm180521_172900_project_config_table', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '277020d4-5b69-4d9d-8513-a8bedaa56afa'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (118, 'craft', 'm180521_173000_initial_yml_and_snapshot', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e8debfdb-a8df-4b97-8b96-5911929f3f57'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (119, 'craft', 'm180731_162030_soft_delete_sites', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '39cfd80b-00bf-4c50-bc54-3f803008baad'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (120, 'craft', 'm180810_214427_soft_delete_field_layouts', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'dc7fc61f-b28b-4367-9eae-78b89f0c4453'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (121, 'craft', 'm180810_214439_soft_delete_elements', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '518b80bd-9950-4a96-95af-587c032474c1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (122, 'craft', 'm180824_193422_case_sensitivity_fixes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6034827e-fd00-4fa4-a769-11e38af9f032'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (123, 'craft', 'm180901_151639_fix_matrixcontent_tables', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'ec6547a5-7d83-4a93-a194-9f6eb1e3b5b6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (124, 'craft', 'm180904_112109_permission_changes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '0b5bbcad-df18-414b-8b69-c1c0087a1110'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (125, 'craft', 'm180910_142030_soft_delete_sitegroups', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '65110a1e-207b-4bc1-91b0-0a93058f1575'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (126, 'craft', 'm181011_160000_soft_delete_asset_support', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '851dc58e-ee60-439c-8c96-da69eb4607dd'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (127, 'craft', 'm181016_183648_set_default_user_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'b1f4cc4d-3318-476e-b30c-5bf4d0588bcb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (128, 'craft', 'm181017_225222_system_config_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'fdc0e3fc-d866-49ae-9eae-9476819c7ba7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (129, 'craft', 'm181018_222343_drop_userpermissions_from_config', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '5b9bf9c8-5a56-4da0-8c3b-87ce3fd25709'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (130, 'craft', 'm181029_130000_add_transforms_routes_to_config', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '50558d90-6ee4-4ab5-85bc-3bb0f78a61e8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (131, 'craft', 'm181112_203955_sequences_table', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'b90ac0e2-c151-41fc-b52a-76071605729d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (132, 'craft', 'm181121_001712_cleanup_field_configs', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e0225d01-ef0b-4b3a-91ee-77cfe9a4321a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (133, 'craft', 'm181128_193942_fix_project_config', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '1699056a-e574-498d-ad46-14b89dbc0a42'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (134, 'craft', 'm181130_143040_fix_schema_version', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'a460adbe-3a39-4989-8dda-004d7e87231e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (135, 'craft', 'm181211_143040_fix_entry_type_uids', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'e148ba7b-1300-4b41-8fd7-028165b310b1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (136, 'craft', 'm181217_153000_fix_structure_uids', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '7a5b863d-4eb3-4c71-bacf-ff41a1ff56e8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (137, 'craft', 'm190104_152725_store_licensed_plugin_editions', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '6f3c2153-bddc-477c-aad6-84cf768ab262'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (138, 'craft', 'm190108_110000_cleanup_project_config', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'dc4d7df6-436e-48fb-8716-8228abc02ff4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (139, 'craft', 'm190108_113000_asset_field_setting_change', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '5f5beecf-2253-4408-a599-043180c2b6c0'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (140, 'craft', 'm190109_172845_fix_colspan', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'fa6d3e05-3395-4a5e-bc59-7b3a77f864c3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (141, 'craft', 'm190110_150000_prune_nonexisting_sites', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '23ac1a56-e97f-47bd-9de8-ba42423909ce'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (142, 'craft', 'm190110_214819_soft_delete_volumes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '631a8161-f9b8-491b-b9a9-400e58289119'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (143, 'craft', 'm190112_124737_fix_user_settings', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '43b7a697-cbc6-423d-b0d5-1f7cf0227ff7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (144, 'craft', 'm190112_131225_fix_field_layouts', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '1f63691b-094d-4eef-8df4-a53b5d8be3d1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (145, 'craft', 'm190112_201010_more_soft_deletes', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-01 00:43:19', '66add330-0c3a-4ffb-8ec9-bac978e9f291'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (146, 'craft', 'm190114_143000_more_asset_field_setting_changes', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '67f9fc3f-5626-4766-b554-ec3048a18696'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (147, 'craft', 'm190121_120000_rich_text_config_setting', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'eef0a4c1-7b1f-4b53-89c5-9cd4cf280178'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (148, 'craft', 'm190125_191628_fix_email_transport_password', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '671939ef-f96b-4039-9e7e-5953a42a7a38'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (149, 'craft', 'm190128_181422_cleanup_volume_folders', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '105d88f5-a157-4dfc-88e0-1b1eb73ae507'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (150, 'craft', 'm190205_140000_fix_asset_soft_delete_index', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '3ae5df82-d5ac-4e79-9410-de6db0e96a6a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (151, 'craft', 'm190218_143000_element_index_settings_uid', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '4f7b0929-01d8-4091-a0b5-305ff7753f67'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (152, 'craft', 'm190312_152740_element_revisions', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '1efff6c3-0270-4c0e-9b59-3a2c739ff2bb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (153, 'craft', 'm190327_235137_propagation_method', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'da517f8d-afd0-425e-bf24-50470201fa9e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (154, 'craft', 'm190401_223843_drop_old_indexes', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '69724d5e-297b-4b8b-aee7-c5a9a3d658c1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (155, 'craft', 'm190416_014525_drop_unique_global_indexes', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2925d4e7-e91e-4dcd-8d37-4f7c95b95102'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (156, 'craft', 'm190417_085010_add_image_editor_permissions', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '9c5cb8f9-c3a9-4a5f-b82e-93f57e9175eb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (157, 'craft', 'm190502_122019_store_default_user_group_uid', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'f0c2ba93-692b-4cc0-8c34-83f46713ac4f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (158, 'craft', 'm190504_150349_preview_targets', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '5fc5ec53-c9e1-4ef6-83e6-cd0203409012'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (159, 'craft', 'm190516_184711_job_progress_label', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'd85b4fad-56e8-4e91-a6fc-adad718e818f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (160, 'craft', 'm190523_190303_optional_revision_creators', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'ace02f44-6804-4415-b777-5fe22c72cae3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (161, 'craft', 'm190529_204501_fix_duplicate_uids', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'be546051-3033-4374-8453-9bd7f183a883'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (162, 'craft', 'm190605_223807_unsaved_drafts', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'd0f7de69-e4e6-45ae-ac45-99af9bd8c27d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (163, 'craft', 'm190607_230042_entry_revision_error_tables', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '191df79e-8cc9-4b33-b4f5-35a4e0909063'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (164, 'craft', 'm190608_033429_drop_elements_uid_idx', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'bd3a46ba-fa13-4680-b45b-ed84d5f51a7f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (165, 'craft', 'm190617_164400_add_gqlschemas_table', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '5ecaae9f-b280-4509-a429-f90d00941470'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (166, 'craft', 'm190624_234204_matrix_propagation_method', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '7fe1a0bc-7865-4646-83c3-b54163fca4f2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (167, 'craft', 'm190711_153020_drop_snapshots', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '56e44728-8836-4b19-9327-8a5cda96e8e2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (168, 'craft', 'm190712_195914_no_draft_revisions', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '551db2af-9151-4a42-a46a-d5d3f3e77932'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (169, 'craft', 'm190723_140314_fix_preview_targets_column', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '940bc898-2db3-4013-916d-f5c81b209bc8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (170, 'craft', 'm190820_003519_flush_compiled_templates', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2fe3366c-ae11-451e-96c1-a9ba39e58478'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (171, 'craft', 'm190823_020339_optional_draft_creators', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '242bfb0e-f1ef-41e9-98f6-3106c21ce328'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (172, 'craft', 'm190913_152146_update_preview_targets', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'c05b7948-eaef-47db-8a70-967862aa76a3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (173, 'craft', 'm191107_122000_add_gql_project_config_support', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'df13db5d-3a8d-4360-aace-4d7700c4831c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (174, 'craft', 'm191204_085100_pack_savable_component_settings', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'c3f01417-ce13-4d05-b119-a44be304e3bf'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (175, 'craft', 'm191206_001148_change_tracking', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'f2192892-0f1e-41a2-a874-01f2aaa64745'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (176, 'craft', 'm191216_191635_asset_upload_tracking', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '3b9563ea-212f-4168-acbf-ef44c97040a0'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (177, 'craft', 'm191222_002848_peer_asset_permissions', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '577619e0-8645-4855-ab6e-23f5bb680742'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (178, 'craft', 'm200127_172522_queue_channels', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '1787b94c-eb98-4ccd-8a53-82f4894b37ed'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (179, 'craft', 'm200211_175048_truncate_element_query_cache', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'becdd228-5ee2-4c64-a675-7b563a98b6bc'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (180, 'craft', 'm200213_172522_new_elements_index', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '8520f07e-09f6-433b-8c63-bb9ce76ae995'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (181, 'craft', 'm200228_195211_long_deprecation_messages', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'f84b3fe3-c277-4b8c-9211-608fa3d5e49c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (182, 'craft', 'm200306_054652_disabled_sites', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'c1faf615-bbe9-4606-afdb-70b067bd27e1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (183, 'craft', 'm200522_191453_clear_template_caches', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'cef40208-43d8-40f0-a6c8-ef0723cdff62'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (184, 'craft', 'm200606_231117_migration_tracks', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '835ab86b-a073-40c4-84d4-5fa9f3721be4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (185, 'craft', 'm200619_215137_title_translation_method', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'e74ed090-5e87-46da-b8ea-a448f06ef763'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (186, 'craft', 'm200620_005028_user_group_descriptions', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '1df7cd59-c49d-441d-968a-020f8a531fb5'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (187, 'craft', 'm200620_230205_field_layout_changes', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '9b4d1ef7-0765-4f47-b8ff-1a7b000a468c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (188, 'craft', 'm200625_131100_move_entrytypes_to_top_project_config', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'fc47acc7-03a1-467d-8ff0-2bfab6b9ca1c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (189, 'craft', 'm200629_112700_remove_project_config_legacy_files', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '69cd69a7-34d7-49c7-8cea-bb31ebcc38ad'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (190, 'craft', 'm200630_183000_drop_configmap', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'a7885ff4-2244-4071-b09e-2f51d253acb4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (191, 'craft', 'm200715_113400_transform_index_error_flag', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '1aed3f06-c42c-451e-b4c6-5f6fe303e941'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (192, 'craft', 'm200716_110900_replace_file_asset_permissions', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'f5d681ce-463d-41fd-8ba3-8575609e9f87'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (193, 'craft', 'm200716_153800_public_token_settings_in_project_config', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'fb660605-4fe3-4948-9811-13514ec0ade6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (194, 'craft', 'm200720_175543_drop_unique_constraints', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '51e84c5b-c0dd-4d30-8669-fc5ff08f4153'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (195, 'craft', 'm200825_051217_project_config_version', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'dc891d45-875a-4458-95e5-72b2d62d3d28'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (196, 'craft', 'm201116_190500_asset_title_translation_method', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '5cd88094-40c9-42d5-8b2d-8fd9f252702f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (197, 'craft', 'm201124_003555_plugin_trials', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'e4aec024-61b8-476b-9dd1-6c478e64b2e3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (198, 'craft', 'm210209_135503_soft_delete_field_groups', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', 'a1ba0605-d361-47d9-b994-586fec932767'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (199, 'craft', 'm210212_223539_delete_invalid_drafts', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '171222f9-38c5-4fa8-9b5d-d7444825cc2d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (200, 'craft', 'm210214_202731_track_saved_drafts', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '2021-03-01 00:43:20', '312b4d35-37c3-403b-b464-b6d7d42eb3d9'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (201, 'craft', 'm210223_150900_add_new_element_gql_schema_components', '2021-03-15 16:24:13', '2021-03-15 16:24:13', '2021-03-15 16:24:13', '220aef5b-22e5-4d4e-ab4a-4dde3aad6100'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (202, 'craft', 'm210224_162000_add_projectconfignames_table', '2021-03-15 16:24:13', '2021-03-15 16:24:13', '2021-03-15 16:24:13', '6f65c8af-606e-42d4-9a98-fb1697cb4dd8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (203, 'plugin:commerce', 'Install', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c485469e-1cf6-4540-b565-8843c909af50'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (204, 'plugin:commerce', 'm160531_154500_craft3_upgrade', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2583a9aa-44a7-4f99-bd26-193895df4a20'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (205, 'plugin:commerce', 'm170616_154500_productTypeSites_upgrade', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '61643b61-d84e-4e96-865f-2b4c8d2d1c65'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (206, 'plugin:commerce', 'm170705_154500_i18n_to_sites', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '85896ef3-4374-49b9-8c63-0cb1c3ab2a34'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (207, 'plugin:commerce', 'm170705_155000_order_shippingmethod_to_shippingmethodhandle', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '062ccc55-4afb-4fc1-b8db-b167c3f3b63d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (208, 'plugin:commerce', 'm170718_150000_paymentmethod_class_to_type', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'dfd574b4-75b3-4012-b085-8abe02096d22'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (209, 'plugin:commerce', 'm170725_130000_paymentmethods_are_now_gateways', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8ffcff25-92a6-47f4-959b-3379a5042cd7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (210, 'plugin:commerce', 'm170810_130000_sendCartInfo_per_gateway', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6410c59f-677d-437d-9878-20936b5154dd'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (211, 'plugin:commerce', 'm170828_130000_transaction_gatewayProcessing_flag', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ee6629c1-be30-4b47-b0f7-643296c20ed4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (212, 'plugin:commerce', 'm170830_130000_order_refactor', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cc5930c4-830d-44f3-b644-075f9bf2fcdc'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (213, 'plugin:commerce', 'm170831_130000_paymentCurreny_primary_not_null', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '917dd016-f41e-4024-b44b-1c6a5cc162e5'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (214, 'plugin:commerce', 'm170904_130000_processing_transactions', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '569e4b05-91ee-4456-bbfe-5f72b5dd9017'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (215, 'plugin:commerce', 'm171010_170000_stock_location', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5826ecec-3675-4fd2-b9a2-d45fe8718e3c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (216, 'plugin:commerce', 'm171202_180000_promotions_for_all_purchasables', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '814dbd4a-96d1-46b6-97ce-463b93a3b2eb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (217, 'plugin:commerce', 'm171204_213000_payment_sources', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '78f38af5-3089-4df6-a4f8-79919c726f7d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (218, 'plugin:commerce', 'm171207_160000_order_can_store_payment_sources', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6304c411-e377-4b27-855b-8ab4bb01c28c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (219, 'plugin:commerce', 'm171221_120000_subscriptions', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fdbd49d7-0556-45be-b38b-d118d072280a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (220, 'plugin:commerce', 'm171221_120500_missing_indexes', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '889e7720-91da-4a56-8cfd-47446bd524ce'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (221, 'plugin:commerce', 'm180205_150646_create_state_abbreviation_index', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5b15410c-440e-4285-817c-7992c8b0aeb4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (222, 'plugin:commerce', 'm180209_115000_plan_description', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ac52ef27-31b1-4cf2-a0ed-16825b1df69a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (223, 'plugin:commerce', 'm180216_130000_rename_store_location', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5870b3c3-84b2-4036-a262-9d61c8e48aa3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (224, 'plugin:commerce', 'm180217_130000_sale_migration', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e87cb277-e6d8-4e7d-9996-5b44dd324f14'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (225, 'plugin:commerce', 'm180218_130000_sale_order', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '53a720d3-3c9e-4f5b-9c21-e03a114783af'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (226, 'plugin:commerce', 'm180219_130000_sale_can_stop_processing', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f854b91d-ae3e-4d84-a6f2-7af4cc7e0224'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (227, 'plugin:commerce', 'm180220_130000_sale_can_ignore_previous', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6d6d7469-4371-4344-a169-05b9eb6643ed'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (228, 'plugin:commerce', 'm180221_130000_sale_fixSort', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '984bd6a9-eb55-46eb-bbd1-da91e333f6f8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (229, 'plugin:commerce', 'm180222_130000_lineitemsubtotal', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '440a9b92-130b-48eb-8a96-6e68efe98b17'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (230, 'plugin:commerce', 'm180306_130000_renamed', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'bd5e006d-5023-471c-bdbd-83634135a3f0'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (231, 'plugin:commerce', 'm180307_130000_order_paid_status', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '69c9d786-623f-4436-b76d-6ecee4e1f89e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (232, 'plugin:commerce', 'm180308_130000_update_order_paid_status', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9da64875-e7dc-4e0b-9f54-452bae2a60c3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (233, 'plugin:commerce', 'm180308_130001_has_and_is', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f65a9f4a-e573-4556-a2ae-ecfffffc9814'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (234, 'plugin:commerce', 'm180312_130001_countryBased', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b60e668e-4a44-4c46-a877-ab6aff3dbcf0'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (235, 'plugin:commerce', 'm180319_130001_fieldSettings', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0bc1a881-965c-486a-b703-8014631f548d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (236, 'plugin:commerce', 'm180326_130001_cascadeDeleteVariants', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '91eebc8b-534e-411f-afdb-c09f0d6c8352'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (237, 'plugin:commerce', 'm180329_161901_gateway_send_cart_info', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '483261bd-c5df-42cb-8a82-bca9d4d23063'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (238, 'plugin:commerce', 'm180401_150701_primary_addresses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ec50f212-bdf6-40cd-9e20-98f64d8acbd3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (239, 'plugin:commerce', 'm180401_161901_first_last_name_optional', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '14f2856d-170c-4e83-9830-b1fde3113f44'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (240, 'plugin:commerce', 'm180402_161901_increase_size_of_snapshot', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '28cab6e1-ac10-4c58-bade-300d35bec8ed'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (241, 'plugin:commerce', 'm180402_161902_email_discount_usage', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4e877a3c-b56d-40b3-9999-fca57e56fab6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (242, 'plugin:commerce', 'm180402_161903_primary_customer_addresses_relations', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '218378df-45a9-4f0a-b872-68be333c82ad'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (243, 'plugin:commerce', 'm180402_161904_order_addresses_relations', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'eb230152-3044-47bb-8dab-933a8a155d00'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (244, 'plugin:commerce', 'm180417_161904_fix_purchasables', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '75785ae9-b05f-4b12-8baf-28f672b64257'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (245, 'plugin:commerce', 'm180421_161904_transaction_note', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '56ad35d5-c374-4deb-9afb-b5cafe5ba495'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (246, 'plugin:commerce', 'm180525_161904_available_for_purchase', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '460911cc-46ab-46c8-b341-1d860c7f8970'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (247, 'plugin:commerce', 'm180601_161904_fix_orderLanguage', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a565fb3b-b87e-4689-a680-f55dec237eaa'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (248, 'plugin:commerce', 'm180620_161904_fix_primaryAddressCascade', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0dc6ef56-93b3-473d-b286-eb4252f5989b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (249, 'plugin:commerce', 'm180718_161906_add_orderPdfAttachment', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8a3d3216-e766-4e17-8aa0-ea698a7ac971'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (250, 'plugin:commerce', 'm180818_161906_fix_discountPurchasableType', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '54e61009-22fb-4b79-9841-1e25af9412e1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (251, 'plugin:commerce', 'm180818_161907_fix_orderPaidWithAddresses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cffbf61c-cb18-4c62-b48d-fbf59f6d77b2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (252, 'plugin:commerce', 'm180918_161907_fix_uniqueEmailDiscountsUses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7a18dcc9-11c8-42f6-a6d2-a6e390ba86ef'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (253, 'plugin:commerce', 'm180918_161908_fix_messageLengthOnOrder', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fee9c539-ada4-45c9-adc5-1fecc1f77185'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (254, 'plugin:commerce', 'm181024_100600_gateway_project_config_support', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0286a4f6-6390-4224-971e-b8b156e683df'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (255, 'plugin:commerce', 'm181113_161908_addReferenceToOrder', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '13989ef4-70e5-4b49-9286-150df1bf571e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (256, 'plugin:commerce', 'm181119_100600_lite_shipping_and_tax', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '90be40bf-7dc9-45ab-b16f-569165d6d30f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (257, 'plugin:commerce', 'm181203_130000_order_status_archivable', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '9a51e0e6-afea-4e03-bab7-dde758ed04f4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (258, 'plugin:commerce', 'm181203_162000_gateway_unique_index_drop', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '35567d3e-59c8-4e4b-a265-aae0e0e8cabf'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (259, 'plugin:commerce', 'm181206_120000_remaining_project_config_support', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3a045e4b-4cd4-41ff-bf20-9d52a618a162'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (260, 'plugin:commerce', 'm181221_120000_sort_order_for_plans', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '56afdf43-8d62-478d-abd8-46616304071e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (261, 'plugin:commerce', 'm190109_223402_set_edition', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '702b2b71-d29c-413e-b723-54a1a69df53d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (262, 'plugin:commerce', 'm190111_161909_lineItemTotalCanBeNegative', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a80d793a-fd12-4cf3-83b0-ae2cd3d77c8d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (263, 'plugin:commerce', 'm190117_161909_replace_product_ref_tags', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3cc7a97e-73b0-4a73-b802-fb9e00532210'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (264, 'plugin:commerce', 'm190126_000856_restore_variants_with_products', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ebdc7257-5d1f-473e-817c-dc32d6513235'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (265, 'plugin:commerce', 'm190129_000857_insert_cached_data', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1a09994d-2006-444d-b2ad-b4d16ba67f63'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (266, 'plugin:commerce', 'm190131_000858_add_donation_purchasable', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b3074e74-fdd2-40fa-a7b0-b50e3f0f5668'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (267, 'plugin:commerce', 'm190213_000858_discount_free_shipping_changes', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '44f5bf66-5100-4f99-a140-70b28e562e71'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (268, 'plugin:commerce', 'm190222_161405_permissions_to_uid', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ec484719-7bbd-4c04-b3c0-25ca6afa3363'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (269, 'plugin:commerce', 'm190301_161406_unique_sku_constraint_in_app', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '812d04f4-40c7-4000-a9ed-40edc2789bd7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (270, 'plugin:commerce', 'm190311_161910_order_total', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '427a0822-07f6-4d38-8b78-f244ee6fb5cb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (271, 'plugin:commerce', 'm190322_161911_register_on_checkout', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1e17811a-206a-47de-a53d-ab7490c226df'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (272, 'plugin:commerce', 'm190523_150000_fix_lineItems_dateCreated', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6d560f09-89d8-4222-a15c-470e557eec06'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (273, 'plugin:commerce', 'm190523_161912_line_item_statuses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '78120d47-909b-45ab-a437-c624655de453'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (274, 'plugin:commerce', 'm190527_161913_order_recalc_mode', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8bf209ca-a19a-4706-95a3-0cd6681300e7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (275, 'plugin:commerce', 'm190527_161914_admin_note_on_lineitem', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'de565718-71b3-45d2-8490-c6460352278e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (276, 'plugin:commerce', 'm190528_161915_description_on_purchasable', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1ad53763-9181-480c-98d8-924f06f6a9d2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (277, 'plugin:commerce', 'm190622_161916_origin_on_order', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'edf6a372-1c27-4d82-9a0e-6a229a8c56fe'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (278, 'plugin:commerce', 'm190725_141100_subscription_suspension_fields', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7c089f76-f25a-485c-b59a-b0e0d1b029f6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (279, 'plugin:commerce', 'm190821_150226_discount_purchaseTotal_update', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ada06829-339c-485c-a9a2-8ce6788d3685'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (280, 'plugin:commerce', 'm190823_071838_taxCategoryId_allow_null', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b66f16db-7b1b-4415-b1dc-ef1bcc2fb145'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (281, 'plugin:commerce', 'm190923_131716_update_overpaid_status', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '815f1553-baf6-4247-aba2-e87a42a55465'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (282, 'plugin:commerce', 'm190923_132226_update_paidStatuses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '62fad0a3-54c0-4566-a1d9-53b6c6727edf'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (283, 'plugin:commerce', 'm190924_184909_taxCategory_allow_null_postgres', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '089176e4-beb7-4836-83b1-d30e26d8a112'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (284, 'plugin:commerce', 'm191004_184910_orderPaidDate', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2fd824a3-5345-4b1e-90e1-bfbc74958346'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (285, 'plugin:commerce', 'm191007_184911_orderStatus_from_archived_to_deleted', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '891ef0b6-2431-4a65-a68d-42ece95e8146'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (286, 'plugin:commerce', 'm191008_153947_add_relationship_type_to_discounts', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'aaae9a20-cc70-4085-aed5-6f209f6d4fcf'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (287, 'plugin:commerce', 'm191008_155732_add_relationship_type_to_sales', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '04195369-05a2-42ed-9bcd-087e50d51389'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (288, 'plugin:commerce', 'm191009_002748_add_ignoreSales_to_discounts', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7731b323-71e6-42a4-8676-a5ecf3d01561'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (289, 'plugin:commerce', 'm191009_184912_zipCode_match_added_to_shipping_and_tax_address_zones', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'afa09dc4-80f3-42d5-8faf-5b965f5486fb'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (290, 'plugin:commerce', 'm191015_194704_add_description_to_orderStatus', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ab44bf70-7e18-45fb-9c90-1497da22822e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (291, 'plugin:commerce', 'm191015_201444_add_code_to_taxRates', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '53aab91c-9357-4f7d-a407-da3c3deb2722'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (292, 'plugin:commerce', 'm191016_231143_add_sortOrder_to_countries', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'aca8acc3-1f58-427a-a061-1b03ada6bb2a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (293, 'plugin:commerce', 'm191017_183550_add_extra_address_fields', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c206389d-e3f2-4e7b-b78f-83ac4baecb60'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (294, 'plugin:commerce', 'm191018_183551_cc_replyTo_emails', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fa6889ed-d954-4512-8fc3-47451af06db1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (295, 'plugin:commerce', 'm191021_184436_add_estimated_fields_to_order', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '7c0ecab2-28c6-4b54-9c76-b12aa75f5026'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (296, 'plugin:commerce', 'm191021_190018_add_estimated_flag_to_addresses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '11cad6ef-a9bd-43ee-b1dd-cf590683fc59'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (297, 'plugin:commerce', 'm191022_162628_add_estimated_toadjustments', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1a33cebb-19fa-4a96-a5b3-af401f49e2f4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (298, 'plugin:commerce', 'm191113_111954_add_plain_text_template_path', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c62725c9-3134-4d14-8783-b185b47ee54d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (299, 'plugin:commerce', 'm191114_115600_remove_customer_info_field', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c4bee963-f81e-40df-aefb-de81cd62817d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (300, 'plugin:commerce', 'm191114_133817_add_base_discount_type_attribute', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'fa59d483-6344-44e6-83de-29a0ffb19008'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (301, 'plugin:commerce', 'm191115_103105_add_totalDiscountUses_column', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '20bd1247-4daf-4c98-9828-429b3194bbd8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (302, 'plugin:commerce', 'm191115_103501_update_totalDiscountUses_with_current_uses', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'd616445d-3333-45c4-b138-50b6c1358e58'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (303, 'plugin:commerce', 'm191115_105329_add_totalDiscountUseLimit', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '610869d8-9645-42a4-8527-1464a1ac66c8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (304, 'plugin:commerce', 'm191125_150308_add_enabled_countries', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '99381d69-505a-47cc-880d-6a532ce5637c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (305, 'plugin:commerce', 'm191125_150315_add_enabled_states', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '661d5a80-1409-4d63-a1a7-87fee7e2d410'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (306, 'plugin:commerce', 'm191202_220748_updated_zipCodeConditional_column_type', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0057f01c-8784-4c4b-9b87-eca421d4982c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (307, 'plugin:commerce', 'm191203_163242_add_titleLabel_to_product_type', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'dc8ae639-e072-4e8c-be2f-1e738b77ac21'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (308, 'plugin:commerce', 'm200101_114320_remove_orphan_customers', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e69bb4d4-f25c-42a4-9206-7ffeb219557d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (309, 'plugin:commerce', 'm200102_141910_add_variantTitleLabel_attribute', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '1a59ece1-23cb-4df4-8999-e561dabe6a4a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (310, 'plugin:commerce', 'm200102_185704_update_totalDiscountUseLimit_with_current_totalUseLimit', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ec892724-2bb7-4514-b981-23bbe8824185'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (311, 'plugin:commerce', 'm200102_185839_remove_totalUses_and_totalUseLimit', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '94683106-c999-49f2-9f2e-e50457e99546'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (312, 'plugin:commerce', 'm200108_114623_consolidate_customer_records', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'cf4f7112-2c4f-4307-a1a8-3c70835874e4'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (313, 'plugin:commerce', 'm200112_220749_cache_totalDiscount_totalTax_totalShipping', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '5f42b63f-ebad-4e1c-98ef-308a6268da4f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (314, 'plugin:commerce', 'm200127_235254_replace_old_revenue_widget', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3295d8f5-4fce-4e42-a126-3f26e8d2275f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (315, 'plugin:commerce', 'm200129_161705_create_missing_customer_records_for_users', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'b249aaf6-23d6-4c23-bff1-e7796552a9ad'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (316, 'plugin:commerce', 'm200206_161706_date_authorized', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6f89ebda-214b-4c42-8f7c-f53dcf4b045f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (317, 'plugin:commerce', 'm200207_161707_sku_description_on_lineitem', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '74ea3dc3-4461-4272-bb06-f81fd6eb5401'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (318, 'plugin:commerce', 'm200218_231144_add_sortOrder_to_states', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'feb6681e-03c5-4bc1-b7c4-c3f12c13b79f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (319, 'plugin:commerce', 'm200218_231199_add_appliesTo_to_discounts', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'c88e12b2-f8fd-4d1a-a275-e1a5c2928884'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (320, 'plugin:commerce', 'm200320_161708_add_index_order_email', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '57ca28c0-dc35-4bcd-95d6-3c6f3fc650da'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (321, 'plugin:commerce', 'm200402_172412_add_order_condition_formula', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3d1f3d3a-b4a6-40f9-a3c0-d831989a108b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (322, 'plugin:commerce', 'm200602_172413_fix_orders_without_customerId', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '65ac8170-b374-4697-b430-9f6f8fc22758'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (323, 'plugin:commerce', 'm200617_172414_fix_country_state_sort_orders', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0fb4cae0-51fb-4e82-b7ca-f3015c63f215'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (324, 'plugin:commerce', 'm200722_172699_product_title_format', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'e73611e6-5ae3-41ef-8dbf-793c4cd3c7e0'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (325, 'plugin:commerce', 'm200723_072632_add_shippingMethodName_to_order', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '0495f2eb-3192-4669-879a-c7b671102c62'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (326, 'plugin:commerce', 'm200730_233644_field_layout_changes', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '4ccd5f1b-d518-49d4-a276-ca9c33f39f04'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (327, 'plugin:commerce', 'm200801_233755_pdfs', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a24d13b1-571f-4a62-9078-2f7ba4668752'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (328, 'plugin:commerce', 'm200804_185727_fix_productTitleFormat', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '8e2add8a-8530-44f0-a873-3936c6dc7721'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (329, 'plugin:commerce', 'm200901_094328_add_lineItem_description_column_type', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '756e20f0-4193-4ff9-bea6-5871d76c9f16'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (330, 'plugin:commerce', 'm200902_071515_add_itemSubtotal_order_column', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '3ef4ce74-48ed-4c13-9fbd-878f3543010c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (331, 'plugin:commerce', 'm200907_132553_fix_donation_siteIds', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'a3d5110f-710a-41a1-bd57-1bfc4ff17e16'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (332, 'plugin:commerce', 'm200910_134928_fix_productType_title_format_columns', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'f1b4024c-27ad-4e56-a12f-33b5f83f2370'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (333, 'plugin:commerce', 'm201005_169999_add_orderSiteId', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '002c8b32-d043-45d0-b01f-411e4eab155e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (334, 'plugin:commerce', 'm201013_064230_add_subscription_id_fk', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ff01bee7-5630-4d46-9da9-80859dd37c23'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (335, 'plugin:commerce', 'm201102_064231_fix_deletedWithProduct_bool', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '6a3d9ea9-4fec-42b1-9708-32bb2633e047'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (336, 'plugin:commerce', 'm201120_093135_add_locale_setting_to_email_and_pdf', '2021-03-15 16:25:48', '2021-03-15 16:25:48', '2021-03-15 16:25:48', 'ab0f0592-31d3-477a-8e03-5985daddb7a2'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (337, 'plugin:redactor', 'm180430_204710_remove_old_plugins', '2021-03-15 16:25:49', '2021-03-15 16:25:49', '2021-03-15 16:25:49', '9ae1d581-b779-4653-821e-e776885041e5'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (338, 'plugin:redactor', 'Install', '2021-03-15 16:25:49', '2021-03-15 16:25:49', '2021-03-15 16:25:49', 'ee666f79-e262-4423-8b87-6b4fa0fc404c'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (339, 'plugin:redactor', 'm190225_003922_split_cleanup_html_settings', '2021-03-15 16:25:49', '2021-03-15 16:25:49', '2021-03-15 16:25:49', 'ed5b91da-151c-41a0-a29f-21c68a7308f9'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (340, 'craft', 'm210326_132000_invalidate_projectconfig_cache', '2021-04-01 02:46:53', '2021-04-01 02:46:53', '2021-04-01 02:46:53', 'd592dbc0-a7d1-4261-a37e-0b53dfbd812a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (341, 'plugin:commerce', 'm210302_050822_change_adjust_type_to_lowercase', '2021-04-01 02:46:53', '2021-04-01 02:46:53', '2021-04-01 02:46:53', '8b2f9d22-4c39-4c7d-9ecf-8946e55f6156'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (342, 'plugin:commerce', 'm210317_050824_taxIncluded_update', '2021-04-01 02:46:53', '2021-04-01 02:46:53', '2021-04-01 02:46:53', 'ec47cfe4-4a22-4c25-9d1d-368b0ddb2e66'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (343, 'plugin:commerce', 'm210317_093136_includedTax_fix', '2021-04-01 02:46:53', '2021-04-01 02:46:53', '2021-04-01 02:46:53', '307a1f56-98be-4dd6-a217-25209a5c34b8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (344, 'craft', 'm210302_212318_canonical_elements', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', 'e5e85927-886e-4e44-8afb-f7cd7fc528be'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (345, 'craft', 'm210329_214847_field_column_suffixes', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', 'b4e9085c-4177-4af8-b79e-87b72007a3fa'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (346, 'craft', 'm210331_220322_null_author', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '3097a51d-5527-4014-848d-e3d938f4b9f1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (347, 'craft', 'm210405_231315_provisional_drafts', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '79828eda-9348-45ce-b1af-7588da2fbfb8'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (348, 'craft', 'm210602_111300_project_config_names_in_config', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', 'f07b194e-8c12-4bbc-ae1d-3ae7253a5e15'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (349, 'craft', 'm210611_233510_default_placement_settings', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '583174fd-868a-4209-93d5-682b8f117183'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (350, 'craft', 'm210613_145522_sortable_global_sets', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '17076ae7-cb34-4e2d-ae66-d6ed78c8e9f7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (351, 'craft', 'm210613_184103_announcements', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '58a70e67-c36f-4cce-8c6f-23978a11bc9b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (352, 'plugin:commerce', 'm201111_064232_order_notices', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '2021-08-04 20:02:10', '82f41ba4-149a-4056-83b9-e35d39be657a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (353, 'plugin:commerce', 'm201218_103541_add_user_condition_column_in_promotions', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '3e4734a2-31fd-4dec-9a28-f01e7ef050a3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (354, 'plugin:commerce', 'm210113_093199_add_minMaxTotalType_to_shipping_rules', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', 'f1f9851c-d633-4b22-843a-b9f0cad45576'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (355, 'plugin:commerce', 'm210114_093299_add_orderConditionFormula_to_shipping_rules', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '018a11df-ad25-48a2-8428-6ac9730eb7a3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (356, 'plugin:commerce', 'm210317_093137_add_type_to_notices', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '8fe27286-f921-4cb0-a561-c42588f77579'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (357, 'plugin:commerce', 'm210608_093199_add_remove_included_to_taxrates', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', 'af1cb0f7-128e-4063-bdd3-0ca133863801'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (358, 'plugin:commerce', 'm210611_093299_add_remove_vat_included_to_taxrates', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '5ea50edf-bcc2-4ff1-b941-200d3bf7fcf5'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (359, 'plugin:commerce', 'm210616_152013_change_return_cancel_url_column_type', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '1337995e-7722-4757-8d0b-093e14e3ee6e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (360, 'plugin:commerce', 'm210703_060852_store_location_index', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '4bc8e30e-351d-469d-8742-e1b451639ce3'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (361, 'plugin:retour', 'm210603_221000_add_gql_schema_components', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '6be29fb5-bb06-43ab-8e7d-de94da403eee'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (362, 'plugin:seomatic', 'm210603_213100_add_gql_schema_components', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '2021-08-04 20:02:11', '776de6c2-39dc-47a8-a3a3-57b172f5102f'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (363, 'craft', 'm210829_000000_element_index_tweak', '2022-03-04 19:01:26', '2022-03-04 19:01:26', '2022-03-04 19:01:26', '011431e0-1cda-469c-8938-d5ba6eddedad'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (364, 'craft', 'm220209_095604_add_indexes', '2022-03-04 19:01:26', '2022-03-04 19:01:26', '2022-03-04 19:01:26', '60faaaec-9de5-4eea-92fa-67660bef2ef6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (365, 'craft', 'm220214_000000_truncate_sessions', '2022-03-04 19:01:26', '2022-03-04 19:01:26', '2022-03-04 19:01:26', 'fa53c275-0750-422c-8bdf-b4a34ee5982e'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (366, 'plugin:commerce', 'm210901_222634_drop_column', '2022-03-04 19:01:26', '2022-03-04 19:01:26', '2022-03-04 19:01:26', 'eb9d62c6-84a1-4485-bbd9-18a5ca15928d'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (367, 'plugin:seomatic', 'm210817_230853_announcement_v3_4', '2022-03-04 19:01:27', '2022-03-04 19:01:27', '2022-03-04 19:01:27', 'f564105a-20fa-422b-8433-0917772b87a1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (368, 'craft', 'm210121_145800_asset_indexing_changes', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', 'dcfc7a7f-04e8-458f-bef3-837fc638c9f1'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (369, 'craft', 'm210624_222934_drop_deprecated_tables', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', 'd96fa097-7db5-45e6-bb61-5848aa6fe4b7'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (370, 'craft', 'm210724_180756_rename_source_cols', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '246f7ec6-defa-419a-9eff-d45cb95351cd'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (371, 'craft', 'm210809_124211_remove_superfluous_uids', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', 'bb38120b-d763-4d5c-bf79-ff37fbf9105b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (372, 'craft', 'm210817_014201_universal_users', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', 'f566e902-bf34-4eea-8c75-f03f11201c1b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (373, 'craft', 'm210904_132612_store_element_source_settings_in_project_config', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', 'baa2eb46-a965-4267-9f8a-68bec2a21569'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (374, 'craft', 'm211115_135500_image_transformers', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '01c98ab5-f172-44cb-8c80-95f58134f181'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (375, 'craft', 'm211201_131000_filesystems', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', 'f6207e97-69e6-4dbc-a7a5-ce0c686b4d63'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (376, 'craft', 'm220103_043103_tab_conditions', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '313414d7-dc8e-4b0b-b5af-7186b861e7ee'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (377, 'craft', 'm220104_003433_asset_alt_text', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '73e3bd5c-0b6b-42d9-8ddf-5326550dc279'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (378, 'craft', 'm220123_213619_update_permissions', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', 'bbf440d7-aec7-4255-a38d-a39e8c01e90b'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (379, 'craft', 'm220126_003432_addresses', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '768d6888-a294-43fd-a1bb-97c346dc5100'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (380, 'craft', 'm220128_055840_field_layout_element_uids', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', 'd2d6e87a-4375-4065-8997-11bb2dfafcf0'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (381, 'craft', 'm220213_015220_matrixblocks_owners_table', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '5fb7ea3d-bf76-45ab-a8b4-0a75aacac22a'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (382, 'craft', 'm220222_122159_full_names', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '7258f71a-e983-4088-a73b-4ce0b5b91074'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (383, 'craft', 'm220223_180559_nullable_address_owner', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', 'b7becf4d-df14-434b-b38d-ebb8282164a6'); +INSERT INTO public.migrations (id, track, name, "applyTime", "dateCreated", "dateUpdated", uid) VALUES (384, 'craft', 'm220225_134220_rename_field_layout_elements', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '2022-03-05 00:24:21', '1612a569-bdb7-4a36-930b-b05cca9b315e'); + + +-- +-- Data for Name: plugins; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (13, 'commerce', '3.4.11', '3.4.12', 'trial', NULL, '2021-03-15 16:25:47', '2021-03-15 16:25:47', '2022-03-04 19:01:41', 'afa2c77c-ac3f-434e-9e1a-ca65743ac078'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (1, 'fastcgi-cache-bust', '1.0.9', '1.0.0', 'unknown', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-04 19:01:41', '7377e77f-3257-49fc-8521-2d4a1fef4cdc'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (2, 'image-optimize', '1.6.42', '1.0.0', 'trial', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-04 19:01:41', '4108ab2f-4fed-493d-98f4-af558f5b8e59'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (6, 'templatecomments', '1.1.2', '1.0.0', 'unknown', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-04 19:01:41', 'df1817b1-3934-46f4-b548-4a1b7f502607'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (11, 'instant-analytics', '4.0.0-beta.1', '1.0.0', 'trial', NULL, '2021-03-05 16:56:27', '2021-03-05 16:56:27', '2022-03-05 00:24:28', '55f695dc-92f6-4172-9ed4-b0a6b2b54392'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (3, 'minify', '4.0.0-beta.1', '1.0.0', 'unknown', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-05 00:24:28', '4cbf0518-907e-472a-bee8-819a5738db9d'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (14, 'redactor', '3.0.x-dev', '2.3.0', 'unknown', NULL, '2021-03-15 16:25:49', '2021-03-15 16:25:49', '2022-03-05 00:24:28', 'a572099f-9e17-49ed-94e4-c208acb2f830'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (4, 'retour', '4.0.0-beta.1', '3.0.10', 'trial', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-05 00:24:28', '826d8fcd-9f23-4182-9a09-4d124b589499'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (15, 'rich-variables', '4.0.0-beta.1', '1.0.0', 'trial', NULL, '2021-03-15 16:25:49', '2021-03-15 16:25:49', '2022-03-05 00:24:28', '5efbc078-6be4-4428-9ede-0f9ee47de7e3'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (5, 'seomatic', '4.0.0-beta.2', '3.0.11', 'trial', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-05 00:24:28', '3228a8fc-d00d-4ad8-b21c-b0c7acf23f45'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (16, 'transcoder', '4.0.0-beta.1', '1.0.0', 'trial', NULL, '2021-03-15 16:25:49', '2021-03-15 16:25:49', '2022-03-05 00:24:28', '3a50879b-1942-4e99-b581-14e87eead04b'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (7, 'twigpack', '4.0.0-beta.1', '1.0.0', 'unknown', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-05 00:24:28', 'e33ad435-1456-401b-a4a2-3d9168047411'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (8, 'typogrify', '4.0.0-beta.1', '1.0.0', 'unknown', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-05 00:24:28', '6bc3186c-8e2b-4c21-b565-f67ab970193b'); +INSERT INTO public.plugins (id, handle, version, "schemaVersion", "licenseKeyStatus", "licensedEdition", "installDate", "dateCreated", "dateUpdated", uid) VALUES (9, 'webperf', '4.0.0-beta.1', '1.0.1', 'trial', NULL, '2021-03-01 00:43:18', '2021-03-01 00:43:18', '2022-03-05 00:24:28', '656aa73d-0e1d-44cc-9227-5b919fadd8c9'); + + +-- +-- Data for Name: projectconfig; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.projectconfig (path, value) VALUES ('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.isPublic', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('graphql.schemas.6005c2f9-5d85-4442-b712-22e070096ac8.name', '"Public Schema"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fieldGroups.94b4d5ac-d7ea-4241-a6cb-92b39f482f99.name', '"Common"'); +INSERT INTO public.projectconfig (path, value) VALUES ('graphql.publicToken.enabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('graphql.publicToken.expiryDate', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.fastcgi-cache-bust.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.fastcgi-cache-bust.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.fastcgi-cache-bust.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.minify.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.minify.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.minify.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.templatecomments.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.templatecomments.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.templatecomments.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.twigpack.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.twigpack.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.twigpack.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.typogrify.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.typogrify.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.typogrify.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.3.1', '"9"'); +INSERT INTO public.projectconfig (path, value) VALUES ('email.fromEmail', '"andrew@nystudio107.com"'); +INSERT INTO public.projectconfig (path, value) VALUES ('email.fromName', '"Craft"'); +INSERT INTO public.projectconfig (path, value) VALUES ('email.transportType', '"craft\\mail\\transportadapters\\Sendmail"'); +INSERT INTO public.projectconfig (path, value) VALUES ('users.allowPublicRegistration', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('users.defaultGroup', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('users.photoSubpath', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('users.photoVolumeUid', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('users.requireEmailVerification', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.contentColumnType', '"text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.fieldGroup', '"94b4d5ac-d7ea-4241-a6cb-92b39f482f99"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.handle', '"optimizedImages"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.instructions', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.name', '"Optimized Images"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.searchable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayDominantColorPalette', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayLazyLoadPlaceholderImages', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.displayOptimizedImageVariants', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.0.0', '"width"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.0.1', '"1200"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.1.0', '"useAspectRatio"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.1.1', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.2.0', '"aspectRatioX"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.2.1', '"16"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.3.0', '"aspectRatioY"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.4.0', '"retinaSizes"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.4.1.0', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.5.0', '"quality"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.5.1', '"82"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.6.0', '"format"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.0.__assoc__.6.1', '"jpg"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.0.0', '"width"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.0.1', '"992"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.1.0', '"useAspectRatio"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.1.1', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.2.0', '"aspectRatioX"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.2.1', '"16"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.3.0', '"aspectRatioY"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.3.1', '"9"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.4.0', '"retinaSizes"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.4.1.0', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.5.0', '"quality"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.5.1', '"82"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.6.0', '"format"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.1.__assoc__.6.1', '"jpg"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.0.0', '"width"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.0.1', '"768"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.1.0', '"useAspectRatio"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.1.1', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.2.0', '"aspectRatioX"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.2.1', '"4"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.3.0', '"aspectRatioY"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.3.1', '"3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.4.0', '"retinaSizes"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.4.1.0', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.5.0', '"quality"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.5.1', '"60"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.6.0', '"format"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.2.__assoc__.6.1', '"jpg"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.0.0', '"width"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.0.1', '"576"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.1.0', '"useAspectRatio"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.1.1', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.2.0', '"aspectRatioX"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.2.1', '"4"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.3.0', '"aspectRatioY"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.3.1', '"3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.4.0', '"retinaSizes"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.4.1.0', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.5.0', '"quality"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.5.1', '"60"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.6.0', '"format"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.settings.variants.3.__assoc__.6.1', '"jpg"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.translationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.translationMethod', '"none"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5.type', '"nystudio107\\imageoptimize\\fields\\OptimizedImages"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.handle', '"homepage"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.hasTitleField', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.name', '"Homepage"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.section', '"54e60257-f31a-44aa-960e-bbd364197e28"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleFormat', '"{section.name|raw}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.titleTranslationMethod', '"none"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.licenseKey', '"HYZ5UZV03GNJM5VK9QNV9SEX"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.allowUpScaledImageVariants', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.assetVolumeSubFolders', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.autoSharpenScaledImages', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.createColorPalette', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.createPlaceholderSilhouettes', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.0', '"nystudio107\\imageoptimizeimgix\\imagetransforms\\ImgixImageTransform"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.0.0', '"domain"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.0.1', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.1.0', '"apiKey"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.1.1', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.2.0', '"securityToken"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.0.1.__assoc__.2.1', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.1.0', '"nystudio107\\imageoptimizesharp\\imagetransforms\\SharpImageTransform"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.1.1.__assoc__.0.0', '"baseUrl"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.1.1.__assoc__.0.1', '"$SERVERLESS_SHARP_CLOUDFRONT_URL"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.0', '"nystudio107\\imageoptimizethumbor\\imagetransforms\\ThumborImageTransform"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.0.0', '"baseUrl"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.0.1', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.1.0', '"securityKey"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.1.1', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.2.0', '"includeBucketPrefix"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.imageTransformTypeSettings.__assoc__.2.1.__assoc__.2.1', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.lowerQualityRetinaImageVariants', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.image-optimize.settings.transformClass', '"nystudio107\\imageoptimize\\imagetransforms\\CraftImageTransform"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.retour.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.retour.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.retour.licenseKey', '"4LL2ODYFR0QG87WCCW3XYYFQ"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.retour.schemaVersion', '"3.0.9"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.seomatic.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.seomatic.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.seomatic.licenseKey', '"ZTMAKHNCRNLVSBCTDHIJUPQW"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.seomatic.schemaVersion', '"3.0.9"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.webperf.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.webperf.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.webperf.licenseKey', '"SP5V7EIW3GYBJR4R20D30Q0I"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.webperf.schemaVersion', '"1.0.1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('siteGroups.f89601e9-4ba9-4a48-9e99-350aa9914912.name', '"plugindev"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.baseUrl', '"@web/"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.handle', '"default"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.language', '"en-US"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.name', '"English"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.primary', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.siteGroup', '"f89601e9-4ba9-4a48-9e99-350aa9914912"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.handle', '"site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.name', '"Site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.settings.path', '"@webroot/assets/site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.sortOrder', '0'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.titleTranslationMethod', '"site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.type', '"craft\\volumes\\Local"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.url', '"@assetsUrl/assets/site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocapitalize', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocomplete', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.autocorrect', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.class', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.disabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.id', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.max', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.min', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.name', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.orientation', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.readonly', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.requirable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.size', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.step', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.title', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.type', '"craft\\fieldlayoutelements\\EntryTitleField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.fieldUid', '"21903cb2-5b82-49ea-9766-e120d0951ea3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.1.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.fieldUid', '"abcda4a4-b1db-4677-b5d6-69588443704f"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.2.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.fieldUid', '"4a0cb371-14a6-415d-84db-fc0512410ec8"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.name', '"Dummy"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.elements.3.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.name', '"Content"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.fb3a8f31-d1cc-4c13-903b-a501f7e51f54.fieldLayouts.3079b909-ff31-4f40-98a0-10c57767ab1f.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.enableVersioning', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.handle', '"homepage"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.name', '"Homepage"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.propagationMethod', '"all"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template', '"index"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat', '"__home__"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.type', '"single"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.0', '"label"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.0.1', '"Entry"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.0', '"urlFormat"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.1.1', '"/"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.0', '"refresh"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.previewTargets.0.__assoc__.2.1', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocapitalize', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocomplete', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.autocorrect', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.class', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.disabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.id', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.max', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.min', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.name', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.orientation', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.readonly', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.requirable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.size', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.step', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.title', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.type', '"craft\\fieldlayoutelements\\AssetTitleField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.fieldUid', '"3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.elements.1.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.name', '"Content"'); +INSERT INTO public.projectconfig (path, value) VALUES ('volumes.5c642d7e-b16b-4836-9575-668d75d242e5.fieldLayouts.e73b4186-2fad-4c0f-8eae-bbb884932c58.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template', '"index"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.54e60257-f31a-44aa-960e-bbd364197e28.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat', '"__home__"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.handle', '"dummy"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.isFrontendEnabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.paymentType', '"purchase"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.sortOrder', '99'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.gateways.6a117ef0-054c-4147-acb6-6fe57d48c4ae.type', '"craft\\commerce\\gateways\\Dummy"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.color', '"green"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.default', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.description', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.handle', '"new"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.name', '"New"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.orderStatuses.f923795f-139e-4b59-b27c-eaa0be4f847c.sortOrder', '99'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.descriptionFormat', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.handle', '"clothing"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasDimensions', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasProductTitleField', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariantTitleField', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.hasVariants', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.name', '"Clothing"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocapitalize', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocomplete', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.autocorrect', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.class', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.disabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.sitemapTabEnabled', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.twitterTabEnabled', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.translationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.translationMethod', '"none"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.type', '"nystudio107\\seomatic\\fields\\SeoSettings"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.fieldUid', '"21903cb2-5b82-49ea-9766-e120d0951ea3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.id', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.max', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.min', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.name', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.orientation', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.readonly', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.requirable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.size', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.step', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.title', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.type', '"craft\\commerce\\fieldlayoutelements\\ProductTitleField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.name', '"Content"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productFieldLayouts.08766548-0b7c-493b-bdce-20f096719426.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.productTitleFormat', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template', '"shop/products/_product"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat', '"shop/products/{slug}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template', '"shop/products/_product"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat', '"shop/products/{slug}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.skuFormat', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('commerce.productTypes.407fe253-2ada-4a88-b1a4-fb6c2004cd9b.titleFormat', '"{product.title}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocapitalize', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocomplete', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.autocorrect', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.class', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.disabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.id', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.max', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.min', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.name', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.orientation', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.readonly', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.requirable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.size', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.step', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.title', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.type', '"craft\\fieldlayoutelements\\EntryTitleField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.fieldUid', '"21903cb2-5b82-49ea-9766-e120d0951ea3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.1.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.fieldUid', '"abcda4a4-b1db-4677-b5d6-69588443704f"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.2.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.fieldUid', '"4a0cb371-14a6-415d-84db-fc0512410ec8"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.elements.3.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.name', '"Content"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.fieldLayouts.44918e94-126a-4108-98da-1f66e19d2b2d.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.handle', '"blog"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.hasTitleField', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.name', '"Blog"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.section', '"de308a7d-1794-448f-9176-29e2eace7ecf"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.c4536798-743d-4bf0-9669-192827bfb26c.titleTranslationMethod', '"site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.contentColumnType', '"text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.fieldGroup', '"94b4d5ac-d7ea-4241-a6cb-92b39f482f99"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.handle', '"plainText"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.instructions', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.name', '"Plain Text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.searchable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.byteLimit', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.charLimit', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.code', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.columnType', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.initialRows', '"4"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.multiline', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.settings.uiMode', '"normal"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.translationMethod', '"none"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.21903cb2-5b82-49ea-9766-e120d0951ea3.type', '"craft\\fields\\PlainText"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.contentColumnType', '"text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.fieldGroup', '"94b4d5ac-d7ea-4241-a6cb-92b39f482f99"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.handle', '"richText"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.instructions', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.name', '"Rich Text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.searchable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.availableTransforms', '"*"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.availableVolumes', '"*"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.cleanupHtml', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.columnType', '"text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.configSelectionMode', '"choose"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.defaultTransform', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.manualConfig', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.purifierConfig', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.purifyHtml', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.redactorConfig', '"Simple.json"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeEmptyTags', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeInlineStyles', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.removeNbsp', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showHtmlButtonForNonAdmins', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showUnpermittedFiles', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.showUnpermittedVolumes', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.settings.uiMode', '"enlarged"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.translationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.translationMethod', '"none"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.abcda4a4-b1db-4677-b5d6-69588443704f.type', '"craft\\redactor\\Field"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.contentColumnType', '"text"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.fieldGroup', '"94b4d5ac-d7ea-4241-a6cb-92b39f482f99"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.handle', '"seo"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.instructions', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.name', '"SEO"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.searchable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.elementDisplayPreviewType', '"google"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.facebookTabEnabled', '""'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.0', '"seoTitle"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.1', '"seoDescription"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalEnabledFields.2', '"seoImage"'); +INSERT INTO public.projectconfig (path, value) VALUES ('fields.4a0cb371-14a6-415d-84db-fc0512410ec8.settings.generalTabEnabled', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.fieldUid', '"abcda4a4-b1db-4677-b5d6-69588443704f"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.elements.1.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.name', '"Default"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.fieldLayouts.e1ad1c2a-97c8-4b64-9d59-41e897a98298.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.handle', '"globals"'); +INSERT INTO public.projectconfig (path, value) VALUES ('globalSets.aa7c6968-88ec-4d2a-af47-d3c40b582a68.name', '"Globals"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.instant-analytics.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.instant-analytics.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.instant-analytics.licenseKey', '"M7PU5DVTK7247SS1V3DVBVL3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.instant-analytics.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.redactor.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.redactor.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.redactor.schemaVersion', '"2.3.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.rich-variables.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.rich-variables.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.rich-variables.licenseKey', '"XCDGZ4TWFI5W87892QH9WX6T"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.rich-variables.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.transcoder.edition', '"standard"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.transcoder.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.transcoder.licenseKey', '"MCJR0325X9EMZYDAHCDXHP8R"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.transcoder.schemaVersion', '"1.0.0"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.enableVersioning', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.handle', '"blog"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.name', '"Blog"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.0', '"label"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.0.1', '"Primary entry page"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.0', '"urlFormat"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.1.1', '"{url}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.0', '"refresh"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.previewTargets.0.__assoc__.2.1', '"1"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.propagationMethod', '"all"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.enabledByDefault', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template', '"blog/_entry"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat', '"blog/{slug}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.enabledByDefault', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template', '"blog/_entry"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat', '"blog/{slug}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sections.de308a7d-1794-448f-9176-29e2eace7ecf.type', '"channel"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.baseUrl', '"@web/es"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.handle', '"spanish"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.language', '"es"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.name', '"Spanish"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.primary', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.siteGroup', '"f89601e9-4ba9-4a48-9e99-350aa9914912"'); +INSERT INTO public.projectconfig (path, value) VALUES ('sites.ec473f07-152f-423b-90df-ac425e6068a1.sortOrder', '2'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.commerce.edition', '"lite"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.commerce.enabled', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.commerce.licenseKey', '"J2NBXBI5X4R7LD6QH69N51OY"'); +INSERT INTO public.projectconfig (path, value) VALUES ('plugins.commerce.schemaVersion', '"3.2.18"'); +INSERT INTO public.projectconfig (path, value) VALUES ('system.edition', '"pro"'); +INSERT INTO public.projectconfig (path, value) VALUES ('system.live', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('system.name', '"plugindev"'); +INSERT INTO public.projectconfig (path, value) VALUES ('system.retryDuration', '60'); +INSERT INTO public.projectconfig (path, value) VALUES ('system.schemaVersion', '"3.6.7"'); +INSERT INTO public.projectconfig (path, value) VALUES ('system.timeZone', '"America/New_York"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocapitalize', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocomplete', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.autocorrect', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.class', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.disabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.id', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.max', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.min', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.name', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.orientation', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.readonly', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.requirable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.size', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.step', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.title', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.type', '"craft\\fieldlayoutelements\\EntryTitleField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.fieldUid', '"21903cb2-5b82-49ea-9766-e120d0951ea3"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.1.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.fieldUid', '"abcda4a4-b1db-4677-b5d6-69588443704f"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.2.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.fieldUid', '"4a0cb371-14a6-415d-84db-fc0512410ec8"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.required', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.type', '"craft\\fieldlayoutelements\\CustomField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.elements.3.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.name', '"Content"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.fieldLayouts.446fae8b-775a-4b1b-a6dc-ef009aede404.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.handle', '"review"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.hasTitleField', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.name', '"Review"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.section', '"de308a7d-1794-448f-9176-29e2eace7ecf"'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.sortOrder', '2'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleTranslationKeyFormat', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('entryTypes.626b0987-e067-4dd2-9918-1d209373265a.titleTranslationMethod', '"site"'); +INSERT INTO public.projectconfig (path, value) VALUES ('dateModified', '1617245912'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocapitalize', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocomplete', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.autocorrect', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.class', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.disabled', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.id', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.instructions', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.label', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.max', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.min', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.name', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.orientation', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.placeholder', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.readonly', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.requirable', 'false'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.size', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.step', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.tip', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.title', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.type', '"craft\\fieldlayoutelements\\TitleField"'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.warning', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.elements.0.width', '100'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.name', '"Content"'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.fieldLayouts.4e420bac-c389-4bea-9708-e3e7c19f3cc1.tabs.0.sortOrder', '1'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.handle', '"category"'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.name', '"Category"'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.template', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.5da841b1-ca0d-46ff-8bb1-04d6c889ac54.uriFormat', '"category/{slug}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.hasUrls', 'true'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.template', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.siteSettings.ec473f07-152f-423b-90df-ac425e6068a1.uriFormat', '"category/{slug}"'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.structure.maxLevels', 'null'); +INSERT INTO public.projectconfig (path, value) VALUES ('categoryGroups.b8fd3909-9af1-42c4-8c5e-2716a2a1957e.structure.uid', '"7955d443-a120-44f2-bdbe-c741d59fadf4"'); + + +-- +-- Data for Name: queue; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.queue (id, channel, job, description, "timePushed", ttr, delay, priority, "dateReserved", "timeUpdated", progress, "progressLabel", attempt, fail, "dateFailed", error) VALUES (86, 'queue', '\x4f3a32393a2263726166745c71756575655c6a6f62735c416e6e6f756e63656d656e74223a363a7b733a373a2268656164696e67223b613a32383a7b733a353a22656e2d5553223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226172223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226373223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226461223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226465223b733a31393a2253454f2053657474696e6773206669656c6473223b733a353a2264652d4348223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a22656e223b733a31393a2253454f2053657474696e6773206669656c6473223b733a353a22656e2d4742223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226573223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226661223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226672223b733a31393a2253454f2053657474696e6773206669656c6473223b733a353a2266722d4341223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226865223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226875223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226974223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226a61223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226b6f223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226e62223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226e6c223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a226e6e223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a22706c223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a227074223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a227275223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a22736b223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a227376223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a227468223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a227472223b733a31393a2253454f2053657474696e6773206669656c6473223b733a323a227a68223b733a31393a2253454f2053657474696e6773206669656c6473223b7d733a343a22626f6479223b613a32383a7b733a353a22656e2d5553223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226172223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226373223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226461223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226465223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a353a2264652d4348223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a22656e223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a353a22656e2d4742223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226573223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226661223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226672223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a353a2266722d4341223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226865223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226875223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226974223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226a61223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226b6f223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226e62223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226e6c223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a226e6e223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a22706c223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a227074223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a227275223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a22736b223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a227376223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a227468223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a227472223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b733a323a227a68223b733a3230343a22546865205b53454f2053657474696e67735d2868747470733a2f2f6e7973747564696f3130372e636f6d2f646f63732f73656f6d617469632f6669656c64732e68746d6c29206669656c6473206e6f772066656174757265202a2a4f766572726964652a2a206c696768747377697463686573206e65787420746f20656163682073657474696e672c206c657474696e6720796f75206578706c696369746c79206f766572726964652053454f2073657474696e6773206f6e2061207065722d656e7472792062617369732e223b7d733a31323a22706c7567696e48616e646c65223b733a383a2273656f6d61746963223b733a31313a226465736372697074696f6e223b4e3b733a33303a220063726166745c71756575655c426173654a6f62005f70726f6772657373223b693a303b733a33353a220063726166745c71756575655c426173654a6f62005f70726f67726573734c6162656c223b4e3b7d', 'Pushing announcement to control panel users', 1646420487, 600, 0, 1024, '2022-03-05 00:23:45', 1646439825, 0, NULL, 1, false, NULL, NULL); + + +-- +-- Data for Name: relations; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: retour_redirects; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: retour_static_redirects; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: retour_stats; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: revisions; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.revisions (id, "canonicalId", "creatorId", num, notes) VALUES (1, 6, 2, 1, ''); +INSERT INTO public.revisions (id, "canonicalId", "creatorId", num, notes) VALUES (2, 6, 2, 2, ''); + + +-- +-- Data for Name: searchindex; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (2, 'username', 0, 1, ' admin ', '''admin'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (2, 'firstname', 0, 1, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (2, 'lastname', 0, 1, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (2, 'fullname', 0, 1, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (2, 'email', 0, 1, ' andrew nystudio107 com ', '''andrew'' ''com'' ''nystudio107'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (2, 'slug', 0, 1, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (3, 'slug', 0, 1, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (6, 'slug', 0, 1, ' my first blog ', '''blog'' ''first'' ''my'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (6, 'title', 0, 1, ' my first blog ', '''blog'' ''first'' ''my'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (6, 'slug', 0, 2, ' my first blog ', '''blog'' ''first'' ''my'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (6, 'title', 0, 2, ' my first blog ', '''blog'' ''first'' ''my'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (1, 'slug', 0, 1, ' homepage ', '''homepage'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (1, 'title', 0, 1, ' homepage ', '''homepage'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (1, 'slug', 0, 2, ' homepage ', '''homepage'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (1, 'title', 0, 2, ' homepage ', '''homepage'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (4, 'slug', 0, 1, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (4, 'slug', 0, 2, '', ''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (9, 'slug', 0, 1, ' puppies ', '''puppies'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (9, 'title', 0, 1, ' puppies ', '''puppies'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (9, 'slug', 0, 2, ' puppies ', '''puppies'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (9, 'title', 0, 2, ' puppies ', '''puppies'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (10, 'slug', 0, 1, ' kitties ', '''kitties'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (10, 'title', 0, 1, ' kitties ', '''kitties'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (10, 'slug', 0, 2, ' kitties ', '''kitties'''); +INSERT INTO public.searchindex ("elementId", attribute, "fieldId", "siteId", keywords, keywords_vector) VALUES (10, 'title', 0, 2, ' kitties ', '''kitties'''); + + +-- +-- Data for Name: sections; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.sections (id, "structureId", name, handle, type, "enableVersioning", "propagationMethod", "previewTargets", "dateCreated", "dateUpdated", "dateDeleted", uid, "defaultPlacement") VALUES (1, NULL, 'Errors', 'errors', 'channel', false, 'all', NULL, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '2021-03-15 16:25:51', 'a72bfe0c-3389-4f9f-8ec1-ab318ec10b29', 'end'); +INSERT INTO public.sections (id, "structureId", name, handle, type, "enableVersioning", "propagationMethod", "previewTargets", "dateCreated", "dateUpdated", "dateDeleted", uid, "defaultPlacement") VALUES (2, NULL, 'Homepage', 'homepage', 'single', false, 'all', '[{"label":"Entry","urlFormat":"/","refresh":"1"}]', '2021-03-01 00:43:19', '2021-03-15 16:25:51', NULL, '54e60257-f31a-44aa-960e-bbd364197e28', 'end'); +INSERT INTO public.sections (id, "structureId", name, handle, type, "enableVersioning", "propagationMethod", "previewTargets", "dateCreated", "dateUpdated", "dateDeleted", uid, "defaultPlacement") VALUES (3, NULL, 'Blog', 'blog', 'channel', true, 'all', '[{"label":"Primary entry page","urlFormat":"{url}","refresh":"1"}]', '2021-03-15 16:25:51', '2021-03-15 16:25:51', NULL, 'de308a7d-1794-448f-9176-29e2eace7ecf', 'end'); + + +-- +-- Data for Name: sections_sites; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.sections_sites (id, "sectionId", "siteId", "hasUrls", "uriFormat", template, "enabledByDefault", "dateCreated", "dateUpdated", uid) VALUES (1, 1, 1, false, NULL, NULL, true, '2021-03-01 00:43:19', '2021-03-01 00:43:19', '0e70977a-993a-49b3-b712-5afb9ac2737d'); +INSERT INTO public.sections_sites (id, "sectionId", "siteId", "hasUrls", "uriFormat", template, "enabledByDefault", "dateCreated", "dateUpdated", uid) VALUES (2, 2, 1, true, '__home__', 'index', true, '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'fdd47258-b430-4b55-9f8f-7468c1b929ef'); +INSERT INTO public.sections_sites (id, "sectionId", "siteId", "hasUrls", "uriFormat", template, "enabledByDefault", "dateCreated", "dateUpdated", uid) VALUES (3, 2, 2, true, '__home__', 'index', true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', '08a2f394-6cc0-4264-ad2e-e632eda76924'); +INSERT INTO public.sections_sites (id, "sectionId", "siteId", "hasUrls", "uriFormat", template, "enabledByDefault", "dateCreated", "dateUpdated", uid) VALUES (4, 3, 1, true, 'blog/{slug}', 'blog/_entry', true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', 'dedc15b0-7848-4283-8a49-5b04e8316a75'); +INSERT INTO public.sections_sites (id, "sectionId", "siteId", "hasUrls", "uriFormat", template, "enabledByDefault", "dateCreated", "dateUpdated", uid) VALUES (5, 3, 2, true, 'blog/{slug}', 'blog/_entry', true, '2021-03-15 16:25:51', '2021-03-15 16:25:51', 'ce5a466d-1dae-4df5-bd56-e95dc02e015b'); + + +-- +-- Data for Name: seomatic_metabundles; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (5, '2021-03-15 16:25:51', '2021-04-01 02:56:05', '8b72c59c-0390-4494-ba20-315a84dd02da', '1.0.33', 'product', 1, 'Clothing', 'clothing', 'product', NULL, 'shop/products/_product', 2, '{"1":{"id":1,"productTypeId":1,"siteId":1,"hasUrls":true,"uriFormat":"shop/products/{slug}","template":"shop/products/_product","uriFormatIsRequired":true,"language":"en-us"},"2":{"id":2,"productTypeId":1,"siteId":2,"hasUrls":true,"uriFormat":"shop/products/{slug}","template":"shop/products/_product","uriFormatIsRequired":true,"language":"es"}}', '2021-04-01 02:56:05', '{"language":null,"mainEntityOfPage":"Product","seoTitle":"{product.title}","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"{product.url}","robots":"all","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":"plugindev","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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":{"additionalProperty":null,"aggregateRating":null,"audience":null,"award":null,"brand":null,"category":null,"color":null,"depth":null,"gtin":null,"gtin12":null,"gtin13":null,"gtin14":null,"gtin8":null,"hasMerchantReturnPolicy":null,"height":null,"isAccessoryOrSparePartFor":null,"isConsumableFor":null,"isRelatedTo":null,"isSimilarTo":null,"itemCondition":null,"logo":null,"manufacturer":null,"material":null,"model":null,"mpn":null,"nsn":null,"offers":{"type":"Offer","url":"{seomatic.meta.canonicalUrl}","price":"{product.getDefaultVariant().getPrice()|number_format(2, \".\", \"\")}","priceCurrency":"{{craft.commerce.paymentCurrencies.primaryPaymentCurrencyIso()}}","offeredBy":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"seller":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"availability":"http://schema.org/{% if object.product.hasUnlimitedStock or object.product.totalStock > 0 %}InStock{% else %}OutOfStock{% endif %}"},"productID":null,"productionDate":null,"purchaseDate":null,"releaseDate":null,"review":null,"sku":"{product.getDefaultVariant().getSku()}","slogan":null,"weight":null,"width":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":"Product","siteSubType":"","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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (4, '2021-03-15 16:25:51', '2021-04-01 02:56:05', '30ce7d4d-c33b-4063-b66c-712bdb6795e5', '1.0.33', 'product', 1, 'Clothing', 'clothing', 'product', NULL, 'shop/products/_product', 1, '{"1":{"id":1,"productTypeId":1,"siteId":1,"hasUrls":true,"uriFormat":"shop/products/{slug}","template":"shop/products/_product","uriFormatIsRequired":true,"language":"en-us"},"2":{"id":2,"productTypeId":1,"siteId":2,"hasUrls":true,"uriFormat":"shop/products/{slug}","template":"shop/products/_product","uriFormatIsRequired":true,"language":"es"}}', '2021-04-01 02:56:05', '{"language":null,"mainEntityOfPage":"Product","seoTitle":"{product.title}","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"{product.url}","robots":"all","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":"plugindev","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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":{"additionalProperty":null,"aggregateRating":null,"audience":null,"award":null,"brand":null,"category":null,"color":null,"depth":null,"gtin":null,"gtin12":null,"gtin13":null,"gtin14":null,"gtin8":null,"hasMerchantReturnPolicy":null,"height":null,"isAccessoryOrSparePartFor":null,"isConsumableFor":null,"isRelatedTo":null,"isSimilarTo":null,"itemCondition":null,"logo":null,"manufacturer":null,"material":null,"model":null,"mpn":null,"nsn":null,"offers":{"type":"Offer","url":"{seomatic.meta.canonicalUrl}","price":"{product.getDefaultVariant().getPrice()|number_format(2, \".\", \"\")}","priceCurrency":"{{craft.commerce.paymentCurrencies.primaryPaymentCurrencyIso()}}","offeredBy":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"seller":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"availability":"http://schema.org/{% if object.product.hasUnlimitedStock or object.product.totalStock > 0 %}InStock{% else %}OutOfStock{% endif %}"},"productID":null,"productionDate":null,"purchaseDate":null,"releaseDate":null,"review":null,"sku":"{product.getDefaultVariant().getSku()}","slogan":null,"weight":null,"width":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":"Product","siteSubType":"","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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (6, '2021-03-15 16:25:51', '2021-04-01 02:56:05', 'd9e84964-aaca-4abd-9ce1-b916b6e27380', '1.0.29', 'section', 3, 'Blog', 'blog', 'channel', NULL, 'blog/_entry', 1, '{"1":{"id":4,"sectionId":3,"siteId":1,"enabledByDefault":true,"hasUrls":true,"uriFormat":"blog/{slug}","template":"blog/_entry","language":"en-us"},"2":{"id":5,"sectionId":3,"siteId":2,"enabledByDefault":true,"hasUrls":true,"uriFormat":"blog/{slug}","template":"blog/_entry","language":"es"}}', '2021-03-15 16:32:15', '{"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":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":"{entry.postDate | date(\"Y\")}","correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(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,"maintainer":null,"material":null,"materialExtent":null,"mentions":null,"offers":null,"position":null,"producer":null,"provider":null,"publication":null,"publisher":{"id":"{parseEnv(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,"usageInfo":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (7, '2021-03-15 16:25:51', '2021-04-01 02:56:05', 'ccacbcf2-52b8-46a2-8d7b-c678c0e8398c', '1.0.29', 'section', 3, 'Blog', 'blog', 'channel', NULL, 'blog/_entry', 2, '{"1":{"id":4,"sectionId":3,"siteId":1,"enabledByDefault":true,"hasUrls":true,"uriFormat":"blog/{slug}","template":"blog/_entry","language":"en-us"},"2":{"id":5,"sectionId":3,"siteId":2,"enabledByDefault":true,"hasUrls":true,"uriFormat":"blog/{slug}","template":"blog/_entry","language":"es"}}', '2021-03-15 16:32:15', '{"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":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":"{entry.postDate | date(\"Y\")}","correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(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,"maintainer":null,"material":null,"materialExtent":null,"mentions":null,"offers":null,"position":null,"producer":null,"provider":null,"publication":null,"publisher":{"id":"{parseEnv(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,"usageInfo":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (3, '2021-03-15 16:25:51', '2021-04-01 02:56:06', '657225c6-eeb2-4e42-8f72-85c7e55ffb11', '1.0.29', 'section', 2, 'Homepage', 'homepage', 'single', NULL, 'index', 2, '{"1":{"id":2,"sectionId":2,"siteId":1,"enabledByDefault":true,"hasUrls":true,"uriFormat":"__home__","template":"index","language":"en-us"},"2":{"id":3,"sectionId":2,"siteId":2,"enabledByDefault":true,"hasUrls":true,"uriFormat":"__home__","template":"index","language":"es"}}', '2021-04-01 02:56:06', '{"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":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":"{entry.postDate | date(\"Y\")}","correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(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,"maintainer":null,"material":null,"materialExtent":null,"mentions":null,"offers":null,"position":null,"producer":null,"provider":null,"publication":null,"publisher":{"id":"{parseEnv(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,"usageInfo":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (2, '2021-03-01 00:43:35', '2021-04-01 02:56:06', 'f6d3188f-22f2-4d08-b7e1-b63de0a20b66', '1.0.29', 'section', 2, 'Homepage', 'homepage', 'single', NULL, 'index', 1, '{"1":{"id":2,"sectionId":2,"siteId":1,"enabledByDefault":true,"hasUrls":true,"uriFormat":"__home__","template":"index","language":"en-us"}}', '2021-04-01 02:56:06', '{"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":"Project","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":"{entry.postDate | date(\"Y\")}","correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(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,"maintainer":null,"material":null,"materialExtent":null,"mentions":null,"offers":null,"position":null,"producer":null,"provider":null,"publication":null,"publisher":{"id":"{parseEnv(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,"usageInfo":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (8, '2021-04-01 02:58:32', '2021-04-01 02:58:52', 'de012795-cdf4-4aa4-89d2-7d6df4d4cfb0', '1.0.26', 'categorygroup', 1, 'Category', 'category', 'category', NULL, '', 1, '{"1":{"id":1,"groupId":1,"siteId":1,"hasUrls":true,"uriFormat":"category/{slug}","template":null,"language":"en-us"},"2":{"id":2,"groupId":1,"siteId":2,"hasUrls":true,"uriFormat":"category/{slug}","template":null,"language":"es"}}', '2021-04-01 02:58:52', '{"language":null,"mainEntityOfPage":"WebPage","seoTitle":"{category.title}","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"{category.url}","robots":"all","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":"plugindev","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":"{category.dateCreated |date(\"Y\")}","correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#creator"},"dateCreated":false,"dateModified":"{category.dateUpdated |atom}","datePublished":"{category.dateCreated |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,"maintainer":null,"material":null,"materialExtent":null,"mentions":null,"offers":null,"position":null,"producer":null,"provider":null,"publication":null,"publisher":{"id":"{parseEnv(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,"usageInfo":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (9, '2021-04-01 02:58:32', '2021-04-01 02:58:52', 'a4fc95a8-1719-4869-a9e1-7f25c9f7f032', '1.0.26', 'categorygroup', 1, 'Category', 'category', 'category', NULL, '', 2, '{"1":{"id":1,"groupId":1,"siteId":1,"hasUrls":true,"uriFormat":"category/{slug}","template":null,"language":"en-us"},"2":{"id":2,"groupId":1,"siteId":2,"hasUrls":true,"uriFormat":"category/{slug}","template":null,"language":"es"}}', '2021-04-01 02:58:52', '{"language":null,"mainEntityOfPage":"WebPage","seoTitle":"{category.title}","siteNamePosition":"","seoDescription":"","seoKeywords":"","seoImage":"","seoImageWidth":"","seoImageHeight":"","seoImageDescription":"","canonicalUrl":"{category.url}","robots":"all","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":"plugindev","identity":null,"creator":null,"twitterHandle":"","facebookProfileId":"","facebookAppId":"","googleSiteVerification":"","bingSiteVerification":"","pinterestSiteVerification":"","sameAsLinks":[],"siteLinksSearchTarget":"","siteLinksQueryInput":"","referrer":"no-referrer-when-downgrade","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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":"{category.dateCreated |date(\"Y\")}","correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#creator"},"dateCreated":false,"dateModified":"{category.dateUpdated |atom}","datePublished":"{category.dateCreated |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,"maintainer":null,"material":null,"materialExtent":null,"mentions":null,"offers":null,"position":null,"producer":null,"provider":null,"publication":null,"publisher":{"id":"{parseEnv(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,"usageInfo":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,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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":""}'); +INSERT INTO public.seomatic_metabundles (id, "dateCreated", "dateUpdated", uid, "bundleVersion", "sourceBundleType", "sourceId", "sourceName", "sourceHandle", "sourceType", "typeId", "sourceTemplate", "sourceSiteId", "sourceAltSiteSettings", "sourceDateUpdated", "metaGlobalVars", "metaSiteVars", "metaSitemapVars", "metaContainers", "redirectsContainer", "frontendTemplatesContainer", "metaBundleSettings") VALUES (1, '2021-03-01 00:43:18', '2022-03-04 19:01:29', '9897e3ab-61fc-4372-bd11-58b81c8e71ac', '1.0.59', '__GLOBAL_BUNDLE__', 1, '__GLOBAL_BUNDLE__', '__GLOBAL_BUNDLE__', '__GLOBAL_BUNDLE__', NULL, '', 1, '[]', '2022-03-04 19:01:28', '{"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}","inherited":[],"overrides":[]}', '{"siteName":"$SITE_NAME","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":"","facebookSiteVerification":"","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":"","referrer":"no-referrer-when-downgrade","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":""}],"inherited":[],"overrides":[]}', '{"MetaTagContainergeneral":{"data":{"generator":{"charset":"","content":"SEOmatic","httpEquiv":"","name":"generator","property":null,"include":true,"key":"generator","environment":null,"dependencies":{"config":["generatorEnabled"]},"tagAttrs":[]},"keywords":{"charset":"","content":"{seomatic.meta.seoKeywords}","httpEquiv":"","name":"keywords","property":null,"include":true,"key":"keywords","environment":null,"dependencies":null,"tagAttrs":[]},"description":{"charset":"","content":"{seomatic.meta.seoDescription}","httpEquiv":"","name":"description","property":null,"include":true,"key":"description","environment":null,"dependencies":null,"tagAttrs":[]},"referrer":{"charset":"","content":"{seomatic.site.referrer}","httpEquiv":"","name":"referrer","property":null,"include":true,"key":"referrer","environment":null,"dependencies":null,"tagAttrs":[]},"robots":{"charset":"","content":"{seomatic.meta.robots}","httpEquiv":"","name":"robots","property":null,"include":true,"key":"robots","environment":{"live":{"content":"{seomatic.meta.robots}"},"staging":{"content":"none"},"local":{"content":"none"}},"dependencies":null,"tagAttrs":[]}},"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,"tagAttrs":[]},"fb:app_id":{"charset":"","content":"{seomatic.site.facebookAppId}","httpEquiv":"","name":"","property":"fb:app_id","include":true,"key":"fb:app_id","environment":null,"dependencies":null,"tagAttrs":[]},"og:locale":{"charset":"","content":"{{ craft.app.language |replace({\"-\": \"_\"}) }}","httpEquiv":"","name":"","property":"og:locale","include":true,"key":"og:locale","environment":null,"dependencies":null,"tagAttrs":[]},"og:locale:alternate":{"charset":"","content":"","httpEquiv":"","name":"","property":"og:locale:alternate","include":true,"key":"og:locale:alternate","environment":null,"dependencies":null,"tagAttrs":[]},"og:site_name":{"charset":"","content":"{seomatic.site.siteName}","httpEquiv":"","name":"","property":"og:site_name","include":true,"key":"og:site_name","environment":null,"dependencies":null,"tagAttrs":[]},"og:type":{"charset":"","content":"{seomatic.meta.ogType}","httpEquiv":"","name":"","property":"og:type","include":true,"key":"og:type","environment":null,"dependencies":null,"tagAttrs":[]},"og:url":{"charset":"","content":"{seomatic.meta.canonicalUrl}","httpEquiv":"","name":"","property":"og:url","include":true,"key":"og:url","environment":null,"dependencies":null,"tagAttrs":[]},"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,"tagAttrs":[]},"og:description":{"charset":"","content":"{seomatic.meta.ogDescription}","httpEquiv":"","name":"","property":"og:description","include":true,"key":"og:description","environment":null,"dependencies":null,"tagAttrs":[]},"og:image":{"charset":"","content":"{seomatic.meta.ogImage}","httpEquiv":"","name":"","property":"og:image","include":true,"key":"og:image","environment":null,"dependencies":null,"tagAttrs":[]},"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"]},"tagAttrs":[]},"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"]},"tagAttrs":[]},"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"]},"tagAttrs":[]},"og:see_also":{"charset":"","content":"","httpEquiv":"","name":"","property":"og:see_also","include":true,"key":"og:see_also","environment":null,"dependencies":null,"tagAttrs":[]},"facebook-site-verification":{"charset":"","content":"{seomatic.site.facebookSiteVerification}","httpEquiv":"","name":"facebook-domain-verification","property":null,"include":true,"key":"facebook-site-verification","environment":null,"dependencies":{"site":["facebookSiteVerification"]},"tagAttrs":[]}},"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,"tagAttrs":[]},"twitter:site":{"charset":"","content":"@{seomatic.site.twitterHandle}","httpEquiv":"","name":"twitter:site","property":null,"include":true,"key":"twitter:site","environment":null,"dependencies":{"site":["twitterHandle"]},"tagAttrs":[]},"twitter:creator":{"charset":"","content":"@{seomatic.meta.twitterCreator}","httpEquiv":"","name":"twitter:creator","property":null,"include":true,"key":"twitter:creator","environment":null,"dependencies":{"meta":["twitterCreator"]},"tagAttrs":[]},"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,"tagAttrs":[]},"twitter:description":{"charset":"","content":"{seomatic.meta.twitterDescription}","httpEquiv":"","name":"twitter:description","property":null,"include":true,"key":"twitter:description","environment":null,"dependencies":null,"tagAttrs":[]},"twitter:image":{"charset":"","content":"{seomatic.meta.twitterImage}","httpEquiv":"","name":"twitter:image","property":null,"include":true,"key":"twitter:image","environment":null,"dependencies":null,"tagAttrs":[]},"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"]},"tagAttrs":[]},"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"]},"tagAttrs":[]},"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"]},"tagAttrs":[]}},"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"]},"tagAttrs":[]},"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"]},"tagAttrs":[]},"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"]},"tagAttrs":[]}},"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,"tagAttrs":[]},"home":{"crossorigin":"","href":"{{ seomatic.helper.siteUrl(\"/\") }}","hreflang":"","media":"","rel":"home","sizes":"","type":"","include":true,"key":"home","environment":null,"dependencies":null,"tagAttrs":[]},"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"]},"tagAttrs":[]},"publisher":{"crossorigin":"","href":"{seomatic.site.googlePublisherLink}","hreflang":"","media":"","rel":"publisher","sizes":"","type":"","include":true,"key":"publisher","environment":null,"dependencies":{"site":["googlePublisherLink"]},"tagAttrs":[]}},"name":"General","description":"Link Tags","class":"nystudio107\\seomatic\\models\\MetaLinkContainer","handle":"general","include":true,"dependencies":[],"clearCache":false},"MetaScriptContainergeneral":{"data":{"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,"tagAttrs":[],"nonce":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,"tagAttrs":[],"nonce":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,"tagAttrs":[],"nonce":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,"tagAttrs":[],"nonce":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,"tagAttrs":[],"nonce":null},"pinterestTag":{"name":"Pinterest Tag","description":"The Pinterest tag allows you to track actions people take on your website after viewing your Promoted Pin. You can use this information to measure return on ad spend (RoAS) and create audiences to target on your Promoted Pins. [Learn More](https://help.pinterest.com/en/business/article/track-conversions-with-pinterest-tag)","templatePath":"_frontend/scripts/pinterestTagHead.twig","templateString":"{% if pinterestTagId.value is defined and pinterestTagId.value %}\n!function(e){if(!window.pintrk){window.pintrk=function(){window.pintrk.queue.push(\nArray.prototype.slice.call(arguments))};var\nn=window.pintrk;n.queue=[],n.version=\"3.0\";var\nt=document.createElement(\"script\");t.async=!0,t.src=e;var\nr=document.getElementsByTagName(\"script\")[0];r.parentNode.insertBefore(t,r)}}(\"{{ pinterestTagUrl.value }}\");\npintrk(''load'', ''{{ pinterestTagId.value }}'');\n{% set pageView = (sendPageView.value and not seomatic.helper.isPreview) %}\n{% if pageView %}\npintrk(''page'');\n{% endif %}\n{% endif %}\n","position":1,"bodyTemplatePath":"_frontend/scripts/pinterestTagBody.twig","bodyTemplateString":"{% if pinterestTagId.value is defined and pinterestTagId.value %}\n\n{% endif %}\n","bodyPosition":2,"vars":{"pinterestTagId":{"title":"Pinterest Tag ID","instructions":"Only enter the ID, e.g.: `XXXXXXXXXX`, not the entire script code. [Learn More](https://developers.pinterest.com/docs/ad-tools/conversion-tag/)","type":"string","value":""},"sendPageView":{"title":"Automatically send Pinterest Tag PageView","instructions":"Controls whether the Pinterest Tag script automatically sends a PageView to when your pages are loaded.","type":"bool","value":true},"pinterestTagUrl":{"title":"Pinterest Tag Script URL","instructions":"The URL to the Pinterest Tag script. Normally this should not be changed, unless you locally cache it.","type":"string","value":"https://s.pinimg.com/ct/core.js"},"pinterestTagNoScriptUrl":{"title":"Pinterest Tag Script <noscript> URL","instructions":"The URL to the Pinterest Tag `<noscript>`. Normally this should not be changed, unless you locally cache it.","type":"string","value":"https://ct.pinterest.com/v3/"}},"dataLayer":[],"include":false,"key":"pinterestTag","environment":{"staging":{"include":false},"local":{"include":false}},"dependencies":null,"tagAttrs":[],"nonce":null},"fathom":{"name":"Fathom","description":"Fathom is a simple, light-weight, privacy-first alternative to Google Analytics. So, stop scrolling through pages of reports and collecting gobs of personal data about your visitors, both of which you probably don’t need. [Learn More](https://usefathom.com/)","templatePath":"_frontend/scripts/fathomAnalytics.twig","templateString":"{% if siteId.value is defined and siteId.value %}\n(function() {\nvar tag = document.createElement(''script'');\ntag.src = \"{{ scriptUrl.value }}\";\ntag.defer = true;\ntag.setAttribute(\"data-site\", \"{{ siteId.value | raw }}\");\n{% if honorDnt.value %}\ntag.setAttribute(\"data-honor-dnt\", \"true\");\n{% endif %}\n{% if disableAutoTracking.value %}\ntag.setAttribute(\"data-auto\", \"false\");\n{% endif %}\n{% if ignoreCanonicals.value %}\ntag.setAttribute(\"data-canonical\", \"false\");\n{% endif %}\n{% if excludedDomains.value | length %}\ntag.setAttribute(\"data-excluded-domains\", \"{{ excludedDomains.value | raw }}\");\n{% endif %}\n{% if includedDomains.value | length %}\ntag.setAttribute(\"data-included-domains\", \"{{ includedDomains.value | raw }}\");\n{% endif %}\nvar firstScriptTag = document.getElementsByTagName(''script'')[0];\nfirstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\n})();\n{% endif %}\n","position":1,"bodyTemplatePath":null,"bodyTemplateString":null,"bodyPosition":2,"vars":{"siteId":{"title":"Site ID","instructions":"Only enter the Site ID, not the entire script code. [Learn More](https://usefathom.com/support/tracking)","type":"string","value":""},"honorDnt":{"title":"Honoring Do Not Track (DNT)","instructions":"By default we track every visitor to your website, regardless of them having DNT turned on or not. [Learn More](https://usefathom.com/support/tracking-advanced)","type":"bool","value":false},"disableAutoTracking":{"title":"Disable automatic tracking","instructions":"By default, we track a page view every time a visitor to your website loads a page with our script on it. [Learn More](https://usefathom.com/support/tracking-advanced)","type":"bool","value":false},"ignoreCanonicals":{"title":"Ignore canonicals","instructions":"If there’s a canonical URL in place, then by default we use it instead of the current URL. [Learn More](https://usefathom.com/support/tracking-advanced)","type":"bool","value":false},"excludedDomains":{"title":"Excluded Domains","instructions":"You exclude one or several domains, so our tracker will track things on every domain, except the ones excluded. [Learn More](https://usefathom.com/support/tracking-advanced)","type":"string","value":""},"includedDomains":{"title":"Included Domains","instructions":"If you want to go in the opposite direction and only track stats on a specific domain. [Learn More](https://usefathom.com/support/tracking-advanced)","type":"string","value":""},"scriptUrl":{"title":"Fathom Script URL","instructions":"The URL to the Fathom tracking script. Normally this should not be changed, unless you locally cache it.","type":"string","value":"https://cdn.usefathom.com/script.js"}},"dataLayer":[],"include":false,"key":"fathom","environment":{"staging":{"include":false},"local":{"include":false}},"dependencies":null,"tagAttrs":[],"nonce":null},"matomo":{"name":"Matomo","description":"Matomo is a Google Analytics alternative that protects your data and your customers'' privacy [Learn More](https://matomo.org/)","templatePath":"_frontend/scripts/matomoAnalytics.twig","templateString":"{% if siteId.value is defined and siteId.value and scriptUrl.value is defined and scriptUrl.value | length %}\nvar _paq = window._paq = window._paq || [];\n{% if sendPageView.value %}\n_paq.push([''trackPageView'']);\n{% endif %}\n{% if sendPageView.value %}\n_paq.push([''enableLinkTracking'']);\n{% endif %}\n(function() {\nvar u=\"//{{ scriptUrl.value }}/\";\n_paq.push([''setTrackerUrl'', u+''matomo.php'']);\n_paq.push([''setSiteId'', {{ siteId.value }}]);\nvar d=document, g=d.createElement(''script''), s=d.getElementsByTagName(''script'')[0];\ng.type=''text/javascript''; g.async=true; g.src=u+''matomo.js''; s.parentNode.insertBefore(g,s);\n})();\n{% endif %}\n","position":1,"bodyTemplatePath":null,"bodyTemplateString":null,"bodyPosition":2,"vars":{"siteId":{"title":"Site ID","instructions":"Only enter the Site ID, not the entire script code. [Learn More](https://developer.matomo.org/guides/tracking-javascript-guide)","type":"string","value":""},"sendPageView":{"title":"Automatically send Matomo PageView","instructions":"Controls whether the Matomo script automatically sends a PageView when your pages are loaded. [Learn More](https://developer.matomo.org/api-reference/tracking-javascript)","type":"bool","value":true},"enableLinkTracking":{"title":"Enable Link Tracking","instructions":"Install link tracking on all applicable link elements. [Learn More](https://developer.matomo.org/api-reference/tracking-javascript)","type":"bool","value":true},"scriptUrl":{"title":"Matomo Script URL","instructions":"The URL to the Matomo tracking script. This will vary depending on whether you are using Matomo Cloud or Matomo On-Premise. [Learn More](https://developer.matomo.org/guides/tracking-javascript-guide)","type":"string","value":""}},"dataLayer":[],"include":false,"key":"matomo","environment":{"staging":{"include":false},"local":{"include":false}},"dependencies":null,"tagAttrs":[],"nonce":null},"plausible":{"name":"Plausible","description":"Plausible is a lightweight and open-source website analytics tool. No cookies and fully compliant with GDPR, CCPA and PECR. [Learn More](https://plausible.io/)","templatePath":"_frontend/scripts/plausibleAnalytics.twig","templateString":"{% if siteDomain.value is defined and siteDomain.value %}\n(function() {\nvar tag = document.createElement(''script'');\ntag.src = \"{{ scriptUrl.value }}\";\ntag.defer = true;\ntag.setAttribute(\"data-domain\", \"{{ siteDomain.value | raw }}\");\nvar firstScriptTag = document.getElementsByTagName(''script'')[0];\nfirstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\n})();\n{% endif %}\n","position":1,"bodyTemplatePath":null,"bodyTemplateString":null,"bodyPosition":2,"vars":{"siteDomain":{"title":"Site Domain","instructions":"Only enter the site domain, not the entire script code. [Learn More](https://plausible.io/docs/plausible-script)","type":"string","value":""},"scriptUrl":{"title":"Plausible Script URL","instructions":"The URL to the Plausible tracking script. Normally this should not be changed, unless you locally cache it.","type":"string","value":"https://plausible.io/js/plausible.js"}},"dataLayer":[],"include":false,"key":"plausible","environment":{"staging":{"include":false},"local":{"include":false}},"dependencies":null,"tagAttrs":[],"nonce":null},"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,"tagAttrs":[],"nonce":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,"abstract":null,"accessMode":null,"accessModeSufficient":null,"accessibilityAPI":null,"accessibilityControl":null,"accessibilityFeature":null,"accessibilityHazard":null,"accessibilitySummary":null,"accountablePerson":null,"acquireLicensePage":null,"aggregateRating":null,"alternativeHeadline":null,"associatedMedia":null,"audience":null,"audio":null,"author":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"award":null,"character":null,"citation":null,"comment":null,"commentCount":null,"conditionsOfAccess":null,"contentLocation":null,"contentRating":null,"contentReferenceTime":null,"contributor":null,"copyrightHolder":{"id":"{parseEnv(seomatic.site.identity.genericUrl)}#identity"},"copyrightYear":null,"correction":null,"creativeWorkStatus":null,"creator":{"id":"{parseEnv(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,"maintainer":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,"usageInfo":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":{"type":"EntryPoint","urlTemplate":"{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,"tagAttrs":[],"nonce":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,"hasCredential":null,"hasMerchantReturnPolicy":null,"hasOfferCatalog":null,"hasPOS":null,"interactionStatistic":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":"{parseEnv(seomatic.site.identity.genericUrl)}#identity","graph":null,"include":true,"key":"identity","environment":null,"dependencies":null,"tagAttrs":[],"nonce":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,"hasCredential":null,"hasMerchantReturnPolicy":null,"hasOfferCatalog":null,"hasPOS":null,"interactionStatistic":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":"{parseEnv(seomatic.site.creator.genericUrl)}#creator","graph":null,"include":true,"key":"creator","environment":null,"dependencies":null,"tagAttrs":[],"nonce":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,"tagAttrs":[]}},"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"},"security":{"templateVersion":"1.0.0","templateString":"# security.txt file for {{ siteUrl }} - more info: https://securitytxt.org/\n# (required) Contact email address for security issues\nContact: {% set adminUser = craft.app.getUsers().userById(1) %}{{ adminUser.email ?? ''user@example.com'' }}\n\n# (required) Expiration date for the security information herein\nExpiration: {{ date(''1year'')|atom }}\n\n# (optional) OpenPGP key:\nEncryption: {{ siteUrl }}pgp-key.txt\n\n# (optional) Security policy page:\nPolicy: {{ siteUrl }}security-policy\n\n# (optional) Security acknowledgements page:\nAcknowledgements: {{ siteUrl }}hall-of-fame\n","siteId":null,"include":true,"handle":"security","path":"security.txt","template":"_frontend/pages/security.twig","controller":"frontend-template","action":"security"}},"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":""}'); + + +-- +-- Data for Name: sequences; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: shunnedmessages; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: sitegroups; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.sitegroups (id, name, "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, 'plugindev', '2021-03-01 00:43:17', '2021-03-15 16:25:50', NULL, 'f89601e9-4ba9-4a48-9e99-350aa9914912'); + + +-- +-- Data for Name: sites; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.sites (id, "groupId", "primary", enabled, name, handle, language, "hasUrls", "baseUrl", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, 1, true, true, 'English', 'default', 'en-US', true, '@web/', 1, '2021-03-01 00:43:18', '2021-03-15 16:25:50', NULL, '5da841b1-ca0d-46ff-8bb1-04d6c889ac54'); +INSERT INTO public.sites (id, "groupId", "primary", enabled, name, handle, language, "hasUrls", "baseUrl", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (2, 1, false, true, 'Spanish', 'spanish', 'es', true, '@web/es', 2, '2021-03-15 16:25:50', '2021-03-15 16:25:50', NULL, 'ec473f07-152f-423b-90df-ac425e6068a1'); + + +-- +-- Data for Name: structureelements; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.structureelements (id, "structureId", "elementId", root, lft, rgt, level, "dateCreated", "dateUpdated", uid) VALUES (2, 1, 9, 1, 2, 3, 1, '2021-04-01 02:58:45', '2021-04-01 02:58:45', '2934febc-38fc-400f-a587-cb59b2b62bd3'); +INSERT INTO public.structureelements (id, "structureId", "elementId", root, lft, rgt, level, "dateCreated", "dateUpdated", uid) VALUES (1, 1, NULL, 1, 1, 6, 0, '2021-04-01 02:58:45', '2021-04-01 02:58:52', '3ca0440a-5fdd-4761-a5c3-032f1759bff3'); +INSERT INTO public.structureelements (id, "structureId", "elementId", root, lft, rgt, level, "dateCreated", "dateUpdated", uid) VALUES (3, 1, 10, 1, 4, 5, 1, '2021-04-01 02:58:52', '2021-04-01 02:58:52', '25cc2b7c-c21f-4ac6-8201-45aed1f1b7e2'); + + +-- +-- Data for Name: structures; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.structures (id, "maxLevels", "dateCreated", "dateUpdated", "dateDeleted", uid) VALUES (1, NULL, '2021-04-01 02:58:32', '2021-04-01 02:58:32', NULL, '7955d443-a120-44f2-bdbe-c741d59fadf4'); + + +-- +-- Data for Name: systemmessages; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: taggroups; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: tags; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: tokens; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: usergroups; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: usergroups_users; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: userpermissions; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: userpermissions_usergroups; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: userpermissions_users; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: userpreferences; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.userpreferences ("userId", preferences) VALUES (2, '{"language":"en-US","locale":null,"weekStartDay":"1","useShapes":false,"underlineLinks":false,"showFieldHandles":false,"enableDebugToolbarForSite":false,"enableDebugToolbarForCp":false,"showExceptionView":false,"profileTemplates":false}'); + + +-- +-- Data for Name: users; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.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", active, "fullName") VALUES (2, 'admin', NULL, '', '', 'andrew@nystudio107.com', '$2y$13$MSK16Tb4nffl25V/SibFe.VF9AJItEA/IBQ/yd5y/o6RCGw8l9HEm', true, false, false, false, '2022-03-05 00:24:25', NULL, NULL, NULL, NULL, NULL, true, NULL, NULL, NULL, false, '2021-03-15 16:24:54', '2021-03-01 00:43:19', '2022-03-05 00:24:25', true, NULL); + + +-- +-- Data for Name: volumefolders; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.volumefolders (id, "parentId", "volumeId", name, path, "dateCreated", "dateUpdated", uid) VALUES (1, NULL, 1, 'Site', '', '2021-03-01 00:43:19', '2021-03-01 00:43:19', 'f609b2c4-e582-40b3-ad1b-2d38dc861d7a'); +INSERT INTO public.volumefolders (id, "parentId", "volumeId", name, path, "dateCreated", "dateUpdated", uid) VALUES (2, NULL, NULL, 'Temporary source', NULL, '2021-03-04 19:40:11', '2021-03-04 19:40:11', 'd05c73a1-0b3b-44ef-a7e7-996937512942'); +INSERT INTO public.volumefolders (id, "parentId", "volumeId", name, path, "dateCreated", "dateUpdated", uid) VALUES (3, 2, NULL, 'user_2', 'user_2/', '2021-03-04 19:40:11', '2021-03-04 19:40:11', 'de4b485e-211e-4cc7-9e81-54de5cffcd35'); + + +-- +-- Data for Name: volumes; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.volumes (id, "fieldLayoutId", name, handle, "titleTranslationMethod", "titleTranslationKeyFormat", "sortOrder", "dateCreated", "dateUpdated", "dateDeleted", uid, fs) VALUES (1, 1, 'Site', 'site', 'site', NULL, 0, '2021-03-01 00:43:19', '2021-03-15 16:25:51', NULL, '5c642d7e-b16b-4836-9575-668d75d242e5', 'site'); + + +-- +-- Data for Name: webperf_data_samples; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.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, '2021-03-01 23:40:33', '2021-03-01 23:40:33', 'd1c0fe45-87b3-4d97-93bf-18f6e4a44d60', 4871350150331672426, 1, '🚧 $SITE_NAME | Homepage', 'http://localhost:8000/', NULL, NULL, NULL, 2837, NULL, NULL, 2906, 2935, '??', 'Macintosh', 'Chrome 88.0.4324.192', 'OS X 11.2', false, 1946, 129, 52, 0, 0, 1817, 477, 6403864); +INSERT INTO public.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 (2, '2021-03-04 18:55:57', '2021-03-04 18:55:58', '80c85eca-c940-4108-8611-b6fabbca2451', 7502527909716507039, 1, '🚧 plugindev | Homepage', 'http://localhost:8000/', NULL, NULL, NULL, 3068, 3211, 3211, 3150, 3183, '??', 'Macintosh', 'Chrome 88.0.4324.192', 'OS X 11.2', false, 1793, 129, 65, 0, 0, 1663, 478, 6259144); +INSERT INTO public.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 (3, '2021-03-05 15:19:29', '2021-03-05 15:19:30', 'd809574b-ea81-415c-90b5-13122668db79', 6570299917689694009, 1, '🚧 plugindev | Homepage', 'http://localhost:8000/', NULL, NULL, NULL, 1920, 2068, 2068, 2020, 2052, '??', 'Macintosh', 'Chrome 88.0.4324.192', 'OS X 11.2', false, 1352, 97, 53, 0, 0, 1255, 476, 4566720); +INSERT INTO public.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 (5, '2021-03-15 14:54:35', '2021-03-15 14:54:35', 'ef54c544-1e9d-41d4-b2c9-7eb918ee83b5', 3728671260357228460, 1, '🚧 plugindev | Homepage', 'http://localhost:8000/', NULL, NULL, NULL, 808, NULL, NULL, 849, 854, '??', 'Macintosh', 'Chrome 89.0.4389.82', 'OS X 11.2', false, 460, 79, 42, 0, 0, 381, 116, 7311600); +INSERT INTO public.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 (6, '2021-03-15 16:31:08', '2021-03-15 16:31:08', '9f6f8b04-360e-412c-960d-4efc2cbfecc7', 5880869154210167521, 1, '🚧 plugindev | My first blog', 'http://localhost:8000/blog/my-first-blog', NULL, NULL, NULL, 1656, NULL, NULL, 1688, 1689, '??', 'Macintosh', 'Chrome 89.0.4389.82', 'OS X 11.2', false, 1315, 110, 74, 0, 0, 1205, 490, 10530784); + + +-- +-- Data for Name: webperf_error_samples; Type: TABLE DATA; Schema: public; Owner: - +-- + + + +-- +-- Data for Name: widgets; Type: TABLE DATA; Schema: public; Owner: - +-- + +INSERT INTO public.widgets (id, "userId", type, "sortOrder", colspan, settings, enabled, "dateCreated", "dateUpdated", uid) VALUES (1, 2, 'craft\widgets\RecentEntries', 1, NULL, '{"siteId":1,"section":"*","limit":10}', true, '2021-03-01 00:43:36', '2021-03-01 00:43:36', 'fac9a267-f591-419c-ac97-d42253ea02cb'); +INSERT INTO public.widgets (id, "userId", type, "sortOrder", colspan, settings, enabled, "dateCreated", "dateUpdated", uid) VALUES (2, 2, 'craft\widgets\CraftSupport', 2, NULL, '[]', true, '2021-03-01 00:43:36', '2021-03-01 00:43:36', 'dde9b169-0849-4d9b-9ab3-d0426e08bb65'); +INSERT INTO public.widgets (id, "userId", type, "sortOrder", colspan, settings, enabled, "dateCreated", "dateUpdated", uid) VALUES (3, 2, 'craft\widgets\Updates', 3, NULL, '[]', true, '2021-03-01 00:43:36', '2021-03-01 00:43:36', '89f273ab-a26c-4b50-9e03-ef24ab97d992'); +INSERT INTO public.widgets (id, "userId", type, "sortOrder", colspan, settings, enabled, "dateCreated", "dateUpdated", uid) VALUES (4, 2, 'craft\widgets\Feed', 4, NULL, '{"url":"https://craftcms.com/news.rss","title":"Craft News","limit":5}', true, '2021-03-01 00:43:36', '2021-03-01 00:43:36', '534c9119-df2b-4325-9e4d-b354c385fa2f'); + + +-- +-- Name: announcements_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.announcements_id_seq', 1, false); + + +-- +-- Name: assetindexdata_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.assetindexdata_id_seq', 1, false); + + +-- +-- Name: assetindexingsessions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.assetindexingsessions_id_seq', 1, false); + + +-- +-- Name: categorygroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.categorygroups_id_seq', 1, true); + + +-- +-- Name: categorygroups_sites_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.categorygroups_sites_id_seq', 2, true); + + +-- +-- Name: commerce_addresses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_addresses_id_seq', 1, false); + + +-- +-- Name: commerce_countries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_countries_id_seq', 249, true); + + +-- +-- Name: commerce_customer_discountuses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_customer_discountuses_id_seq', 1, false); + + +-- +-- Name: commerce_customers_addresses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_customers_addresses_id_seq', 1, false); + + +-- +-- Name: commerce_customers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_customers_id_seq', 1, true); + + +-- +-- Name: commerce_discount_categories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_discount_categories_id_seq', 1, false); + + +-- +-- Name: commerce_discount_purchasables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_discount_purchasables_id_seq', 1, false); + + +-- +-- Name: commerce_discount_usergroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_discount_usergroups_id_seq', 1, false); + + +-- +-- Name: commerce_discounts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_discounts_id_seq', 1, false); + + +-- +-- Name: commerce_donations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_donations_id_seq', 1, false); + + +-- +-- Name: commerce_email_discountuses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_email_discountuses_id_seq', 1, false); + + +-- +-- Name: commerce_emails_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_emails_id_seq', 1, false); + + +-- +-- Name: commerce_gateways_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_gateways_id_seq', 1, true); + + +-- +-- Name: commerce_lineitems_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_lineitems_id_seq', 1, false); + + +-- +-- Name: commerce_lineitemstatuses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_lineitemstatuses_id_seq', 1, false); + + +-- +-- Name: commerce_orderadjustments_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_orderadjustments_id_seq', 1, false); + + +-- +-- Name: commerce_orderhistories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_orderhistories_id_seq', 1, false); + + +-- +-- Name: commerce_ordernotices_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_ordernotices_id_seq', 1, false); + + +-- +-- Name: commerce_orderstatus_emails_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_orderstatus_emails_id_seq', 1, false); + + +-- +-- Name: commerce_orderstatuses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_orderstatuses_id_seq', 1, true); + + +-- +-- Name: commerce_paymentcurrencies_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_paymentcurrencies_id_seq', 1, true); + + +-- +-- Name: commerce_paymentsources_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_paymentsources_id_seq', 1, false); + + +-- +-- Name: commerce_pdfs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_pdfs_id_seq', 1, false); + + +-- +-- Name: commerce_plans_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_plans_id_seq', 1, false); + + +-- +-- Name: commerce_producttypes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_producttypes_id_seq', 1, true); + + +-- +-- Name: commerce_producttypes_shippingcategories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_producttypes_shippingcategories_id_seq', 1, false); + + +-- +-- Name: commerce_producttypes_sites_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_producttypes_sites_id_seq', 2, true); + + +-- +-- Name: commerce_producttypes_taxcategories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_producttypes_taxcategories_id_seq', 1, false); + + +-- +-- Name: commerce_purchasables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_purchasables_id_seq', 1, false); + + +-- +-- Name: commerce_sale_categories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_sale_categories_id_seq', 1, false); + + +-- +-- Name: commerce_sale_purchasables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_sale_purchasables_id_seq', 1, false); + + +-- +-- Name: commerce_sale_usergroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_sale_usergroups_id_seq', 1, false); + + +-- +-- Name: commerce_sales_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_sales_id_seq', 1, false); + + +-- +-- Name: commerce_shippingcategories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingcategories_id_seq', 1, true); + + +-- +-- Name: commerce_shippingmethods_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingmethods_id_seq', 1, true); + + +-- +-- Name: commerce_shippingrule_categories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingrule_categories_id_seq', 1, false); + + +-- +-- Name: commerce_shippingrules_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingrules_id_seq', 1, true); + + +-- +-- Name: commerce_shippingzone_countries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingzone_countries_id_seq', 1, false); + + +-- +-- Name: commerce_shippingzone_states_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingzone_states_id_seq', 1, false); + + +-- +-- Name: commerce_shippingzones_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_shippingzones_id_seq', 1, false); + + +-- +-- Name: commerce_states_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_states_id_seq', 72, true); + + +-- +-- Name: commerce_subscriptions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_subscriptions_id_seq', 1, false); + + +-- +-- Name: commerce_taxcategories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_taxcategories_id_seq', 1, true); + + +-- +-- Name: commerce_taxrates_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_taxrates_id_seq', 1, false); + + +-- +-- Name: commerce_taxzone_countries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_taxzone_countries_id_seq', 1, false); + + +-- +-- Name: commerce_taxzone_states_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_taxzone_states_id_seq', 1, false); + + +-- +-- Name: commerce_taxzones_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_taxzones_id_seq', 1, false); + + +-- +-- Name: commerce_transactions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.commerce_transactions_id_seq', 1, false); + + +-- +-- Name: content_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.content_id_seq', 17, true); + + +-- +-- Name: craftidtokens_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.craftidtokens_id_seq', 1, false); + + +-- +-- Name: deprecationerrors_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.deprecationerrors_id_seq', 1, false); + + +-- +-- Name: drafts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.drafts_id_seq', 1, true); + + +-- +-- Name: elements_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.elements_id_seq', 10, true); + + +-- +-- Name: elements_sites_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.elements_sites_id_seq', 18, true); + + +-- +-- Name: entrytypes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.entrytypes_id_seq', 5, true); + + +-- +-- Name: fieldgroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.fieldgroups_id_seq', 2, true); + + +-- +-- Name: fieldlayoutfields_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.fieldlayoutfields_id_seq', 58, true); + + +-- +-- Name: fieldlayouts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.fieldlayouts_id_seq', 9, true); + + +-- +-- Name: fieldlayouttabs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.fieldlayouttabs_id_seq', 37, true); + + +-- +-- Name: fields_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.fields_id_seq', 9, true); + + +-- +-- Name: globalsets_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.globalsets_id_seq', 1, false); + + +-- +-- Name: gqlschemas_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.gqlschemas_id_seq', 1, true); + + +-- +-- Name: gqltokens_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.gqltokens_id_seq', 1, true); + + +-- +-- Name: imagetransformindex_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.imagetransformindex_id_seq', 1, false); + + +-- +-- Name: imagetransforms_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.imagetransforms_id_seq', 1, false); + + +-- +-- Name: info_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.info_id_seq', 1, false); + + +-- +-- Name: matrixblocktypes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.matrixblocktypes_id_seq', 1, false); + + +-- +-- Name: migrations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.migrations_id_seq', 384, true); + + +-- +-- Name: plugins_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.plugins_id_seq', 16, true); + + +-- +-- Name: queue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.queue_id_seq', 86, true); + + +-- +-- Name: relations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.relations_id_seq', 1, false); + + +-- +-- Name: retour_redirects_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.retour_redirects_id_seq', 1, false); + + +-- +-- Name: retour_static_redirects_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.retour_static_redirects_id_seq', 1, false); + + +-- +-- Name: retour_stats_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.retour_stats_id_seq', 1, false); + + +-- +-- Name: revisions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.revisions_id_seq', 2, true); + + +-- +-- Name: sections_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.sections_id_seq', 3, true); + + +-- +-- Name: sections_sites_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.sections_sites_id_seq', 5, true); + + +-- +-- Name: seomatic_metabundles_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.seomatic_metabundles_id_seq', 9, true); + + +-- +-- Name: sessions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.sessions_id_seq', 2, true); + + +-- +-- Name: shunnedmessages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.shunnedmessages_id_seq', 1, false); + + +-- +-- Name: sitegroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.sitegroups_id_seq', 1, true); + + +-- +-- Name: sites_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.sites_id_seq', 2, true); + + +-- +-- Name: structureelements_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.structureelements_id_seq', 3, true); + + +-- +-- Name: structures_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.structures_id_seq', 1, true); + + +-- +-- Name: systemmessages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.systemmessages_id_seq', 1, false); + + +-- +-- Name: taggroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.taggroups_id_seq', 1, false); + + +-- +-- Name: tokens_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.tokens_id_seq', 1, false); + + +-- +-- Name: usergroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.usergroups_id_seq', 1, false); + + +-- +-- Name: usergroups_users_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.usergroups_users_id_seq', 1, false); + + +-- +-- Name: userpermissions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.userpermissions_id_seq', 1, false); + + +-- +-- Name: userpermissions_usergroups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.userpermissions_usergroups_id_seq', 1, false); + + +-- +-- Name: userpermissions_users_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.userpermissions_users_id_seq', 1, false); + + +-- +-- Name: userpreferences_userId_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."userpreferences_userId_seq"', 1, false); + + +-- +-- Name: volumefolders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.volumefolders_id_seq', 3, true); + + +-- +-- Name: volumes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.volumes_id_seq', 1, true); + + +-- +-- Name: webperf_data_samples_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.webperf_data_samples_id_seq', 6, true); + + +-- +-- Name: webperf_error_samples_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.webperf_error_samples_id_seq', 1, false); + + +-- +-- Name: widgets_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.widgets_id_seq', 4, true); + + +-- +-- Name: addresses addresses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.addresses + ADD CONSTRAINT addresses_pkey PRIMARY KEY (id); + + +-- +-- Name: announcements announcements_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.announcements + ADD CONSTRAINT announcements_pkey PRIMARY KEY (id); + + +-- +-- Name: assetindexdata assetindexdata_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assetindexdata + ADD CONSTRAINT assetindexdata_pkey PRIMARY KEY (id); + + +-- +-- Name: assetindexingsessions assetindexingsessions_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assetindexingsessions + ADD CONSTRAINT assetindexingsessions_pkey PRIMARY KEY (id); + + +-- +-- Name: assets assets_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assets + ADD CONSTRAINT assets_pkey PRIMARY KEY (id); + + +-- +-- Name: imagetransformindex assettransformindex_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.imagetransformindex + ADD CONSTRAINT assettransformindex_pkey PRIMARY KEY (id); + + +-- +-- Name: imagetransforms assettransforms_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.imagetransforms + ADD CONSTRAINT assettransforms_pkey PRIMARY KEY (id); + + +-- +-- Name: categories categories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categories + ADD CONSTRAINT categories_pkey PRIMARY KEY (id); + + +-- +-- Name: categorygroups categorygroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups + ADD CONSTRAINT categorygroups_pkey PRIMARY KEY (id); + + +-- +-- Name: categorygroups_sites categorygroups_sites_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups_sites + ADD CONSTRAINT categorygroups_sites_pkey PRIMARY KEY (id); + + +-- +-- Name: changedattributes changedattributes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedattributes + ADD CONSTRAINT changedattributes_pkey PRIMARY KEY ("elementId", "siteId", attribute); + + +-- +-- Name: changedfields changedfields_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedfields + ADD CONSTRAINT changedfields_pkey PRIMARY KEY ("elementId", "siteId", "fieldId"); + + +-- +-- Name: commerce_addresses commerce_addresses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_addresses + ADD CONSTRAINT commerce_addresses_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_countries commerce_countries_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_countries + ADD CONSTRAINT commerce_countries_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_customer_discountuses commerce_customer_discountuses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customer_discountuses + ADD CONSTRAINT commerce_customer_discountuses_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_customers_addresses commerce_customers_addresses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers_addresses + ADD CONSTRAINT commerce_customers_addresses_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_customers commerce_customers_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers + ADD CONSTRAINT commerce_customers_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_discount_categories commerce_discount_categories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_categories + ADD CONSTRAINT commerce_discount_categories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_discount_purchasables commerce_discount_purchasables_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_purchasables + ADD CONSTRAINT commerce_discount_purchasables_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_discount_usergroups commerce_discount_usergroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_usergroups + ADD CONSTRAINT commerce_discount_usergroups_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_discounts commerce_discounts_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discounts + ADD CONSTRAINT commerce_discounts_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_donations commerce_donations_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_donations + ADD CONSTRAINT commerce_donations_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_email_discountuses commerce_email_discountuses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_email_discountuses + ADD CONSTRAINT commerce_email_discountuses_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_emails commerce_emails_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_emails + ADD CONSTRAINT commerce_emails_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_gateways commerce_gateways_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_gateways + ADD CONSTRAINT commerce_gateways_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_lineitems commerce_lineitems_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitems + ADD CONSTRAINT commerce_lineitems_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_lineitemstatuses commerce_lineitemstatuses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitemstatuses + ADD CONSTRAINT commerce_lineitemstatuses_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_orderadjustments commerce_orderadjustments_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderadjustments + ADD CONSTRAINT commerce_orderadjustments_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_orderhistories commerce_orderhistories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderhistories + ADD CONSTRAINT commerce_orderhistories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_ordernotices commerce_ordernotices_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_ordernotices + ADD CONSTRAINT commerce_ordernotices_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_orders commerce_orders_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT commerce_orders_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_orderstatus_emails commerce_orderstatus_emails_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderstatus_emails + ADD CONSTRAINT commerce_orderstatus_emails_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_orderstatuses commerce_orderstatuses_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderstatuses + ADD CONSTRAINT commerce_orderstatuses_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_paymentcurrencies commerce_paymentcurrencies_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_paymentcurrencies + ADD CONSTRAINT commerce_paymentcurrencies_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_paymentsources commerce_paymentsources_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_paymentsources + ADD CONSTRAINT commerce_paymentsources_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_pdfs commerce_pdfs_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_pdfs + ADD CONSTRAINT commerce_pdfs_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_plans commerce_plans_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_plans + ADD CONSTRAINT commerce_plans_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_products commerce_products_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_products + ADD CONSTRAINT commerce_products_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_producttypes commerce_producttypes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes + ADD CONSTRAINT commerce_producttypes_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_producttypes_shippingcategories commerce_producttypes_shippingcategories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_shippingcategories + ADD CONSTRAINT commerce_producttypes_shippingcategories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_producttypes_sites commerce_producttypes_sites_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_sites + ADD CONSTRAINT commerce_producttypes_sites_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_producttypes_taxcategories commerce_producttypes_taxcategories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_taxcategories + ADD CONSTRAINT commerce_producttypes_taxcategories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_purchasables commerce_purchasables_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_purchasables + ADD CONSTRAINT commerce_purchasables_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_sale_categories commerce_sale_categories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_categories + ADD CONSTRAINT commerce_sale_categories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_sale_purchasables commerce_sale_purchasables_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_purchasables + ADD CONSTRAINT commerce_sale_purchasables_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_sale_usergroups commerce_sale_usergroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_usergroups + ADD CONSTRAINT commerce_sale_usergroups_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_sales commerce_sales_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sales + ADD CONSTRAINT commerce_sales_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingcategories commerce_shippingcategories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingcategories + ADD CONSTRAINT commerce_shippingcategories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingmethods commerce_shippingmethods_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingmethods + ADD CONSTRAINT commerce_shippingmethods_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingrule_categories commerce_shippingrule_categories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrule_categories + ADD CONSTRAINT commerce_shippingrule_categories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingrules commerce_shippingrules_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrules + ADD CONSTRAINT commerce_shippingrules_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingzone_countries commerce_shippingzone_countries_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_countries + ADD CONSTRAINT commerce_shippingzone_countries_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingzone_states commerce_shippingzone_states_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_states + ADD CONSTRAINT commerce_shippingzone_states_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_shippingzones commerce_shippingzones_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzones + ADD CONSTRAINT commerce_shippingzones_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_states commerce_states_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_states + ADD CONSTRAINT commerce_states_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_subscriptions commerce_subscriptions_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions + ADD CONSTRAINT commerce_subscriptions_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_taxcategories commerce_taxcategories_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxcategories + ADD CONSTRAINT commerce_taxcategories_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_taxrates commerce_taxrates_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxrates + ADD CONSTRAINT commerce_taxrates_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_taxzone_countries commerce_taxzone_countries_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_countries + ADD CONSTRAINT commerce_taxzone_countries_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_taxzone_states commerce_taxzone_states_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_states + ADD CONSTRAINT commerce_taxzone_states_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_taxzones commerce_taxzones_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzones + ADD CONSTRAINT commerce_taxzones_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_transactions commerce_transactions_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_transactions + ADD CONSTRAINT commerce_transactions_pkey PRIMARY KEY (id); + + +-- +-- Name: commerce_variants commerce_variants_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_variants + ADD CONSTRAINT commerce_variants_pkey PRIMARY KEY (id); + + +-- +-- Name: content content_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.content + ADD CONSTRAINT content_pkey PRIMARY KEY (id); + + +-- +-- Name: craftidtokens craftidtokens_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.craftidtokens + ADD CONSTRAINT craftidtokens_pkey PRIMARY KEY (id); + + +-- +-- Name: deprecationerrors deprecationerrors_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.deprecationerrors + ADD CONSTRAINT deprecationerrors_pkey PRIMARY KEY (id); + + +-- +-- Name: drafts drafts_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.drafts + ADD CONSTRAINT drafts_pkey PRIMARY KEY (id); + + +-- +-- Name: elements elements_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements + ADD CONSTRAINT elements_pkey PRIMARY KEY (id); + + +-- +-- Name: elements_sites elements_sites_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements_sites + ADD CONSTRAINT elements_sites_pkey PRIMARY KEY (id); + + +-- +-- Name: entries entries_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entries + ADD CONSTRAINT entries_pkey PRIMARY KEY (id); + + +-- +-- Name: entrytypes entrytypes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entrytypes + ADD CONSTRAINT entrytypes_pkey PRIMARY KEY (id); + + +-- +-- Name: fieldgroups fieldgroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldgroups + ADD CONSTRAINT fieldgroups_pkey PRIMARY KEY (id); + + +-- +-- Name: fieldlayoutfields fieldlayoutfields_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayoutfields + ADD CONSTRAINT fieldlayoutfields_pkey PRIMARY KEY (id); + + +-- +-- Name: fieldlayouts fieldlayouts_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayouts + ADD CONSTRAINT fieldlayouts_pkey PRIMARY KEY (id); + + +-- +-- Name: fieldlayouttabs fieldlayouttabs_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayouttabs + ADD CONSTRAINT fieldlayouttabs_pkey PRIMARY KEY (id); + + +-- +-- Name: fields fields_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fields + ADD CONSTRAINT fields_pkey PRIMARY KEY (id); + + +-- +-- Name: globalsets globalsets_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.globalsets + ADD CONSTRAINT globalsets_pkey PRIMARY KEY (id); + + +-- +-- Name: gqlschemas gqlschemas_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.gqlschemas + ADD CONSTRAINT gqlschemas_pkey PRIMARY KEY (id); + + +-- +-- Name: gqltokens gqltokens_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.gqltokens + ADD CONSTRAINT gqltokens_pkey PRIMARY KEY (id); + + +-- +-- Name: info info_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.info + ADD CONSTRAINT info_pkey PRIMARY KEY (id); + + +-- +-- Name: matrixblocks_owners matrixblocks_owners_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks_owners + ADD CONSTRAINT matrixblocks_owners_pkey PRIMARY KEY ("blockId", "ownerId"); + + +-- +-- Name: matrixblocks matrixblocks_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks + ADD CONSTRAINT matrixblocks_pkey PRIMARY KEY (id); + + +-- +-- Name: matrixblocktypes matrixblocktypes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocktypes + ADD CONSTRAINT matrixblocktypes_pkey PRIMARY KEY (id); + + +-- +-- Name: migrations migrations_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.migrations + ADD CONSTRAINT migrations_pkey PRIMARY KEY (id); + + +-- +-- Name: searchindex pk_jtxzxhntlxakrrpvjpxnlqetgzxxbcnaalqk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.searchindex + ADD CONSTRAINT pk_jtxzxhntlxakrrpvjpxnlqetgzxxbcnaalqk PRIMARY KEY ("elementId", attribute, "fieldId", "siteId"); + + +-- +-- Name: plugins plugins_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.plugins + ADD CONSTRAINT plugins_pkey PRIMARY KEY (id); + + +-- +-- Name: projectconfig projectconfig_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.projectconfig + ADD CONSTRAINT projectconfig_pkey PRIMARY KEY (path); + + +-- +-- Name: queue queue_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.queue + ADD CONSTRAINT queue_pkey PRIMARY KEY (id); + + +-- +-- Name: relations relations_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.relations + ADD CONSTRAINT relations_pkey PRIMARY KEY (id); + + +-- +-- Name: resourcepaths resourcepaths_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.resourcepaths + ADD CONSTRAINT resourcepaths_pkey PRIMARY KEY (hash); + + +-- +-- Name: retour_redirects retour_redirects_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_redirects + ADD CONSTRAINT retour_redirects_pkey PRIMARY KEY (id); + + +-- +-- Name: retour_static_redirects retour_static_redirects_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_static_redirects + ADD CONSTRAINT retour_static_redirects_pkey PRIMARY KEY (id); + + +-- +-- Name: retour_stats retour_stats_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_stats + ADD CONSTRAINT retour_stats_pkey PRIMARY KEY (id); + + +-- +-- Name: revisions revisions_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.revisions + ADD CONSTRAINT revisions_pkey PRIMARY KEY (id); + + +-- +-- Name: sections sections_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections + ADD CONSTRAINT sections_pkey PRIMARY KEY (id); + + +-- +-- Name: sections_sites sections_sites_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections_sites + ADD CONSTRAINT sections_sites_pkey PRIMARY KEY (id); + + +-- +-- Name: seomatic_metabundles seomatic_metabundles_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.seomatic_metabundles + ADD CONSTRAINT seomatic_metabundles_pkey PRIMARY KEY (id); + + +-- +-- Name: sequences sequences_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sequences + ADD CONSTRAINT sequences_pkey PRIMARY KEY (name); + + +-- +-- Name: sessions sessions_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sessions + ADD CONSTRAINT sessions_pkey PRIMARY KEY (id); + + +-- +-- Name: shunnedmessages shunnedmessages_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.shunnedmessages + ADD CONSTRAINT shunnedmessages_pkey PRIMARY KEY (id); + + +-- +-- Name: sitegroups sitegroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sitegroups + ADD CONSTRAINT sitegroups_pkey PRIMARY KEY (id); + + +-- +-- Name: sites sites_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sites + ADD CONSTRAINT sites_pkey PRIMARY KEY (id); + + +-- +-- Name: structureelements structureelements_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.structureelements + ADD CONSTRAINT structureelements_pkey PRIMARY KEY (id); + + +-- +-- Name: structures structures_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.structures + ADD CONSTRAINT structures_pkey PRIMARY KEY (id); + + +-- +-- Name: systemmessages systemmessages_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.systemmessages + ADD CONSTRAINT systemmessages_pkey PRIMARY KEY (id); + + +-- +-- Name: taggroups taggroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.taggroups + ADD CONSTRAINT taggroups_pkey PRIMARY KEY (id); + + +-- +-- Name: tags tags_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.tags + ADD CONSTRAINT tags_pkey PRIMARY KEY (id); + + +-- +-- Name: tokens tokens_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.tokens + ADD CONSTRAINT tokens_pkey PRIMARY KEY (id); + + +-- +-- Name: usergroups usergroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usergroups + ADD CONSTRAINT usergroups_pkey PRIMARY KEY (id); + + +-- +-- Name: usergroups_users usergroups_users_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usergroups_users + ADD CONSTRAINT usergroups_users_pkey PRIMARY KEY (id); + + +-- +-- Name: userpermissions userpermissions_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions + ADD CONSTRAINT userpermissions_pkey PRIMARY KEY (id); + + +-- +-- Name: userpermissions_usergroups userpermissions_usergroups_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_usergroups + ADD CONSTRAINT userpermissions_usergroups_pkey PRIMARY KEY (id); + + +-- +-- Name: userpermissions_users userpermissions_users_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_users + ADD CONSTRAINT userpermissions_users_pkey PRIMARY KEY (id); + + +-- +-- Name: userpreferences userpreferences_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpreferences + ADD CONSTRAINT userpreferences_pkey PRIMARY KEY ("userId"); + + +-- +-- Name: users users_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.users + ADD CONSTRAINT users_pkey PRIMARY KEY (id); + + +-- +-- Name: volumefolders volumefolders_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumefolders + ADD CONSTRAINT volumefolders_pkey PRIMARY KEY (id); + + +-- +-- Name: volumes volumes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumes + ADD CONSTRAINT volumes_pkey PRIMARY KEY (id); + + +-- +-- Name: webperf_data_samples webperf_data_samples_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.webperf_data_samples + ADD CONSTRAINT webperf_data_samples_pkey PRIMARY KEY (id); + + +-- +-- Name: webperf_error_samples webperf_error_samples_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.webperf_error_samples + ADD CONSTRAINT webperf_error_samples_pkey PRIMARY KEY (id); + + +-- +-- Name: widgets widgets_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.widgets + ADD CONSTRAINT widgets_pkey PRIMARY KEY (id); + + +-- +-- Name: idx_accuekagiaueprukyqhsgwybriivprimpunn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_accuekagiaueprukyqhsgwybriivprimpunn ON public.commerce_customers USING btree ("primaryBillingAddressId"); + + +-- +-- Name: idx_ahjaelmpfeyrsuhzpysuusuvcccosvuutrud; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ahjaelmpfeyrsuhzpysuusuvcccosvuutrud ON public.commerce_products USING btree ("shippingCategoryId"); + + +-- +-- Name: idx_amguonuyfkrncmshetjqlhjydxhcuucmvyhi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_amguonuyfkrncmshetjqlhjydxhcuucmvyhi ON public.commerce_sale_usergroups USING btree ("saleId", "userGroupId"); + + +-- +-- Name: idx_apgesvmwjaxjagkpvpeautplygajnhaabvsx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_apgesvmwjaxjagkpvpeautplygajnhaabvsx ON public.commerce_ordernotices USING btree ("orderId"); + + +-- +-- Name: idx_arkhjepqvwandelmeaxoonqmpkskfjnbwbnx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_arkhjepqvwandelmeaxoonqmpkskfjnbwbnx ON public.volumefolders USING btree ("volumeId"); + + +-- +-- Name: idx_atldxryyargwonqoufchedybowvuynocettc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_atldxryyargwonqoufchedybowvuynocettc ON public.volumes USING btree (name); + + +-- +-- Name: idx_avsehwmolpamlujdiibaiheuqwcierrutobf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_avsehwmolpamlujdiibaiheuqwcierrutobf ON public.commerce_plans USING btree ("gatewayId"); + + +-- +-- Name: idx_awvbtavvbeejscxrfigydqksykahuwncdypn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_awvbtavvbeejscxrfigydqksykahuwncdypn ON public.structureelements USING btree (level); + + +-- +-- Name: idx_ayxumyqrdymvujodqyfnqlvidbttbyxsbfde; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ayxumyqrdymvujodqyfnqlvidbttbyxsbfde ON public.commerce_subscriptions USING btree ("gatewayId"); + + +-- +-- Name: idx_biynvcxaqtkcwruisutgnxrbrufempdpziie; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_biynvcxaqtkcwruisutgnxrbrufempdpziie ON public.users USING btree (locked); + + +-- +-- Name: idx_bmqcglofysjtkxxhbhprqtqpsxcikpdqjjvm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_bmqcglofysjtkxxhbhprqtqpsxcikpdqjjvm ON public.announcements USING btree ("userId", unread, "dateRead", "dateCreated"); + + +-- +-- Name: idx_bnztdqsnaxoqmeequppxdarwxfnxbdnbnsas; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_bnztdqsnaxoqmeequppxdarwxfnxbdnbnsas ON public.commerce_subscriptions USING btree (reference); + + +-- +-- Name: idx_bolcgmkhgvfgohogrfpiqjulpzqufgeukdur; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_bolcgmkhgvfgohogrfpiqjulpzqufgeukdur ON public.entrytypes USING btree (name, "sectionId"); + + +-- +-- Name: idx_bpzembeaplaurjimjveibdiudfjfomiuchbe; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_bpzembeaplaurjimjveibdiudfjfomiuchbe ON public.categorygroups_sites USING btree ("groupId", "siteId"); + + +-- +-- Name: idx_bwtiscylxhhshmlaexbtqlyzbrcidhqickdl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_bwtiscylxhhshmlaexbtqlyzbrcidhqickdl ON public.changedfields USING btree ("elementId", "siteId", "dateUpdated"); + + +-- +-- Name: idx_cbeajotucbjoprbuitxzesumycuksmonduld; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_cbeajotucbjoprbuitxzesumycuksmonduld ON public.retour_static_redirects USING btree ("siteId"); + + +-- +-- Name: idx_chpquluzdfbfbnogtrzkajelcylhozbpsszv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_chpquluzdfbfbnogtrzkajelcylhozbpsszv ON public.commerce_subscriptions USING btree ("dateCreated"); + + +-- +-- Name: idx_cprnuiqxyuexqvirvjueedkbalmseeklwqtd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_cprnuiqxyuexqvirvjueedkbalmseeklwqtd ON public.structureelements USING btree (rgt); + + +-- +-- Name: idx_cqfitcqaepatdeaaqggyidlfvszmjryuekir; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_cqfitcqaepatdeaaqggyidlfvszmjryuekir ON public.taggroups USING btree (name); + + +-- +-- Name: idx_ctciejnkidinziytcdjbwqtsdknjdizfxdez; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ctciejnkidinziytcdjbwqtsdknjdizfxdez ON public.commerce_taxrates USING btree ("taxZoneId"); + + +-- +-- Name: idx_cwhviiskpcjnpprjvcycldrfbsilccwknwjc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_cwhviiskpcjnpprjvcycldrfbsilccwknwjc ON public.entrytypes USING btree ("dateDeleted"); + + +-- +-- Name: idx_cxsasrlsfqhfluyrzyoajzhqzqjuzwkavxzo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_cxsasrlsfqhfluyrzyoajzhqzqjuzwkavxzo ON public.commerce_plans USING btree (handle); + + +-- +-- Name: idx_czjiypnjdigitfowjbadurlhfrzxhyphxcmm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_czjiypnjdigitfowjbadurlhfrzxhyphxcmm ON public.commerce_customer_discountuses USING btree ("customerId", "discountId"); + + +-- +-- Name: idx_czvpkywrjbfpwvkwiirqbiiddxptlfmrkhti; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_czvpkywrjbfpwvkwiirqbiiddxptlfmrkhti ON public.volumefolders USING btree ("parentId"); + + +-- +-- Name: idx_dfqlbhtnmystfugpzfpyaddayolxncoudrug; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_dfqlbhtnmystfugpzfpyaddayolxncoudrug ON public.fields USING btree ("groupId"); + + +-- +-- Name: idx_didtfnypiswvsfswepoolufkxhfynzgpzhuk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_didtfnypiswvsfswepoolufkxhfynzgpzhuk ON public.entrytypes USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_dimbpckiwhyqiafraljycwcuowqytmxomsde; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_dimbpckiwhyqiafraljycwcuowqytmxomsde ON public.sections USING btree ("dateDeleted"); + + +-- +-- Name: idx_doaygrwvnfscdobxzlmxtwlbwkalomcllxay; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_doaygrwvnfscdobxzlmxtwlbwkalomcllxay ON public.matrixblocks USING btree ("typeId"); + + +-- +-- Name: idx_doltsytkvobaddatbzzywdixtmmydgubkupu; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_doltsytkvobaddatbzzywdixtmmydgubkupu ON public.matrixblocks USING btree ("primaryOwnerId"); + + +-- +-- Name: idx_dwggfjibzxxlstiodnbyktbfgzmamrwcycco; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_dwggfjibzxxlstiodnbyktbfgzmamrwcycco ON public.assets USING btree ("folderId"); + + +-- +-- Name: idx_dyhmyurjecqbamtlzelplfqiqnltuzumjddq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_dyhmyurjecqbamtlzelplfqiqnltuzumjddq ON public.users USING btree (lower((username)::text)); + + +-- +-- Name: idx_dyyflgjsaghnkmcytvratrgwbcnpmcvkbtbh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_dyyflgjsaghnkmcytvratrgwbcnpmcvkbtbh ON public.changedattributes USING btree ("elementId", "siteId", "dateUpdated"); + + +-- +-- Name: idx_ebydhthcglflhkhggaderyryuxvxgcxafkdp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_ebydhthcglflhkhggaderyryuxvxgcxafkdp ON public.commerce_customers_addresses USING btree ("customerId", "addressId"); + + +-- +-- Name: idx_edkvbocjfpzwzkusfqzxabfoubryjkqiuero; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_edkvbocjfpzwzkusfqzxabfoubryjkqiuero ON public.commerce_transactions USING btree ("parentId"); + + +-- +-- Name: idx_edxdhabvzmtuwhswlguujuwiffivkijqwusp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_edxdhabvzmtuwhswlguujuwiffivkijqwusp ON public.fieldlayoutfields USING btree ("tabId"); + + +-- +-- Name: idx_eidnlctvjgpovlxtrldmepstvddkrnwjukyw; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_eidnlctvjgpovlxtrldmepstvddkrnwjukyw ON public.globalsets USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_ensbezruzwmgrvagawzlznvzmzhvuuhjuyom; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ensbezruzwmgrvagawzlznvzmzhvuuhjuyom ON public.commerce_transactions USING btree ("gatewayId"); + + +-- +-- Name: idx_eoizlcsmtcctkbbwrbtidtadvpgsxqhvofnj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_eoizlcsmtcctkbbwrbtidtadvpgsxqhvofnj ON public.gqltokens USING btree ("accessToken"); + + +-- +-- Name: idx_eqxvjaaixjqwqxhqyoulqxyisuuitwlwhlze; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_eqxvjaaixjqwqxhqyoulqxyisuuitwlwhlze ON public.retour_redirects USING btree ("redirectSrcUrl"); + + +-- +-- Name: idx_eryforlnsupwzgkcqdmdschyylzjlrqjqffu; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_eryforlnsupwzgkcqdmdschyylzjlrqjqffu ON public.imagetransformindex USING btree ("assetId", format, "transformString"); + + +-- +-- Name: idx_esmgejdgqcsjbelkfwuvkevlmmegdjkevflz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_esmgejdgqcsjbelkfwuvkevlmmegdjkevflz ON public.users USING btree (active); + + +-- +-- Name: idx_evdyqchphpbeammcfdiecyexrcrfruasmzmf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_evdyqchphpbeammcfdiecyexrcrfruasmzmf ON public.usergroups USING btree (handle); + + +-- +-- Name: idx_fdqfkkwawmlqfaaazjuiwqfvdodcpiimovxh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_fdqfkkwawmlqfaaazjuiwqfvdodcpiimovxh ON public.elements USING btree (archived, "dateDeleted", "draftId", "revisionId", "canonicalId", enabled); + + +-- +-- Name: idx_febmelutdjpkvkivicuuetjjhxwhimjtikxe; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_febmelutdjpkvkivicuuetjjhxwhimjtikxe ON public.taggroups USING btree ("dateDeleted"); + + +-- +-- Name: idx_fgiiolnifhtfpzkwlgngqrbtirjunxrrgxxv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_fgiiolnifhtfpzkwlgngqrbtirjunxrrgxxv ON public.structureelements USING btree ("structureId", "elementId"); + + +-- +-- Name: idx_fiyznggkduekrlmhszldvgurivbybwfmtriw; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_fiyznggkduekrlmhszldvgurivbybwfmtriw ON public.systemmessages USING btree (language); + + +-- +-- Name: idx_foxplvyksktwzajxgtntxmspubglkckvgdbg; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_foxplvyksktwzajxgtntxmspubglkckvgdbg ON public.elements_sites USING btree (slug, "siteId"); + + +-- +-- Name: idx_fpjsktpyupxtusvyfkmmwfgqoubmcgcpozrl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_fpjsktpyupxtusvyfkmmwfgqoubmcgcpozrl ON public.retour_stats USING btree ("siteId"); + + +-- +-- Name: idx_fpwwfzrldpjduqkkwpjmkaouamsoaaycwvch; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_fpwwfzrldpjduqkkwpjmkaouamsoaaycwvch ON public.entrytypes USING btree (handle, "sectionId"); + + +-- +-- Name: idx_frntpitwopivbmyppymtirherdsivgxrgenf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_frntpitwopivbmyppymtirherdsivgxrgenf ON public.commerce_lineitems USING btree ("orderId", "purchasableId", "optionsSignature"); + + +-- +-- Name: idx_gdikivwgmikylzsgfljburnwkpvulkjariex; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_gdikivwgmikylzsgfljburnwkpvulkjariex ON public.commerce_subscriptions USING btree ("planId"); + + +-- +-- Name: idx_ghbugjytssggfswjomuxvexqdmeauijlmlif; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ghbugjytssggfswjomuxvexqdmeauijlmlif ON public.commerce_lineitems USING btree ("purchasableId"); + + +-- +-- Name: idx_ghqhvdwsuxlvcqrbpullnmvizypkshosnazf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ghqhvdwsuxlvcqrbpullnmvizypkshosnazf ON public.commerce_shippingrules USING btree ("methodId"); + + +-- +-- Name: idx_ghtxlarykymxdfpsydiyiiztwstjxrvnqmsh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ghtxlarykymxdfpsydiyiiztwstjxrvnqmsh ON public.commerce_products USING btree ("expiryDate"); + + +-- +-- Name: idx_givugzuvsmsskpxheguymsoapkrgspkvevei; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_givugzuvsmsskpxheguymsoapkrgspkvevei ON public.userpermissions_users USING btree ("userId"); + + +-- +-- Name: idx_gmcjblhkutpiveikcbdffdsqxaqeurhxxupn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_gmcjblhkutpiveikcbdffdsqxaqeurhxxupn ON public.commerce_shippingzone_countries USING btree ("shippingZoneId", "countryId"); + + +-- +-- Name: idx_gnltuhuagmnzfbubhjdztpuspvpfqvidgzry; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_gnltuhuagmnzfbubhjdztpuspvpfqvidgzry ON public.globalsets USING btree (handle); + + +-- +-- Name: idx_gocctwlhedfauvtyrdmbpeiovsysebtwthiv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_gocctwlhedfauvtyrdmbpeiovsysebtwthiv ON public.commerce_states USING btree ("countryId"); + + +-- +-- Name: idx_grcmbxjpgcapvjwuzxgpkhudzfgkpwbmduez; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_grcmbxjpgcapvjwuzxgpkhudzfgkpwbmduez ON public.retour_redirects USING btree ("redirectSrcUrlParsed"); + + +-- +-- Name: idx_gubfdzbxkaheejunziegogmvmflvtysyarzf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_gubfdzbxkaheejunziegogmvmflvtysyarzf ON public.userpermissions_usergroups USING btree ("permissionId", "groupId"); + + +-- +-- Name: idx_gwqnsdcqgssumhjpvruwfyhpzlcgjpkdooor; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_gwqnsdcqgssumhjpvruwfyhpzlcgjpkdooor ON public.sites USING btree (handle); + + +-- +-- Name: idx_hagwvqiqcbxytdmilcjdnrtoavnlovnhagjd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hagwvqiqcbxytdmilcjdnrtoavnlovnhagjd ON public.sections_sites USING btree ("siteId"); + + +-- +-- Name: idx_hccsjthawjisuhibjkaqquwhaivhnepkeiau; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hccsjthawjisuhibjkaqquwhaivhnepkeiau ON public.usergroups USING btree (name); + + +-- +-- Name: idx_hdleuhwdokisznrygiibnorfofsepnwsbfdb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hdleuhwdokisznrygiibnorfofsepnwsbfdb ON public.commerce_customers USING btree ("primaryShippingAddressId"); + + +-- +-- Name: idx_hecofwzcfojzieoowmhcuzqcsnozszwbtrak; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hecofwzcfojzieoowmhcuzqcsnozszwbtrak ON public.webperf_data_samples USING btree ("dateCreated"); + + +-- +-- Name: idx_hgsslannjqkxsicwillifsmmpuzxwgbfcnrk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hgsslannjqkxsicwillifsmmpuzxwgbfcnrk ON public.commerce_orders USING btree (reference); + + +-- +-- Name: idx_hihjnjqieikrhgnboirzgjgklntelmtoyfob; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hihjnjqieikrhgnboirzgjgklntelmtoyfob ON public.seomatic_metabundles USING btree ("sourceBundleType"); + + +-- +-- Name: idx_hjusmfhucglxdeskyqoroudnafvuquhoqzda; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hjusmfhucglxdeskyqoroudnafvuquhoqzda ON public.categorygroups USING btree ("structureId"); + + +-- +-- Name: idx_hmzpldcokoxhdadinlzuliywfhnrugqoqvxd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hmzpldcokoxhdadinlzuliywfhnrugqoqvxd ON public.commerce_lineitems USING btree ("taxCategoryId"); + + +-- +-- Name: idx_hooyhmaiqepnudupmyptizuubdwwbxqbyumn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hooyhmaiqepnudupmyptizuubdwwbxqbyumn ON public.elements USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_hqavehfiezlynufsnqcgxseyaaenvcfrczlr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hqavehfiezlynufsnqcgxseyaaenvcfrczlr ON public.imagetransforms USING btree (handle); + + +-- +-- Name: idx_hrcjboxjbxzwdptysnyobsvhatjnloewvmeb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hrcjboxjbxzwdptysnyobsvhatjnloewvmeb ON public.commerce_subscriptions USING btree ("userId"); + + +-- +-- Name: idx_huhwogvhyevhgjdldnpqzoenjnsiowpmlamy; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_huhwogvhyevhgjdldnpqzoenjnsiowpmlamy ON public.sections USING btree (name); + + +-- +-- Name: idx_huotvvpncmtzbuhqgvasguiezjojfzwabeqy; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_huotvvpncmtzbuhqgvasguiezjojfzwabeqy ON public.commerce_pdfs USING btree (handle); + + +-- +-- Name: idx_hyebzcqtysmwxphlbieghzzeciuqfwzjxnji; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hyebzcqtysmwxphlbieghzzeciuqfwzjxnji ON public.commerce_taxzone_states USING btree ("stateId"); + + +-- +-- Name: idx_hzgwcpnvheotrboalqllkgoaaqwrucclqqhj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_hzgwcpnvheotrboalqllkgoaaqwrucclqqhj ON public.queue USING btree (channel, fail, "timeUpdated", "timePushed"); + + +-- +-- Name: idx_ibrmyipymjqwsqgswmmmiulayqkaavummrhm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ibrmyipymjqwsqgswmmmiulayqkaavummrhm ON public.categories USING btree ("groupId"); + + +-- +-- Name: idx_icmpbctjhojhrfswmgmfisczptysoivuuxny; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_icmpbctjhojhrfswmgmfisczptysoivuuxny ON public.webperf_error_samples USING btree ("dateCreated"); + + +-- +-- Name: idx_idzgccqictmazzlvnmdmhlohpfhoabicfgti; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_idzgccqictmazzlvnmdmhlohpfhoabicfgti ON public.commerce_producttypes USING btree ("variantFieldLayoutId"); + + +-- +-- Name: idx_ifdhlebeomzzxjbzjnacevapiewxknrsanty; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ifdhlebeomzzxjbzjnacevapiewxknrsanty ON public.entries USING btree ("typeId"); + + +-- +-- Name: idx_ihwytdaflfbygoqioucxhpflpxinuvzendly; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ihwytdaflfbygoqioucxhpflpxinuvzendly ON public.users USING btree ("verificationCode"); + + +-- +-- Name: idx_ikmplsnpdnkofmikhkwxysyyqosksnfqdylo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ikmplsnpdnkofmikhkwxysyyqosksnfqdylo ON public.entries USING btree ("expiryDate"); + + +-- +-- Name: idx_indstvrzimoruwmipoljgzjfxsvhmilswjne; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_indstvrzimoruwmipoljgzjfxsvhmilswjne ON public.taggroups USING btree (handle); + + +-- +-- Name: idx_iochdaboqbzavrhixrikhiugxxoqamcpxdym; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_iochdaboqbzavrhixrikhiugxxoqamcpxdym ON public.volumes USING btree (handle); + + +-- +-- Name: idx_ipioxrtjftqerpcgmrlvvhlnvangyrmhvqgi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ipioxrtjftqerpcgmrlvvhlnvangyrmhvqgi ON public.content USING btree (title); + + +-- +-- Name: idx_jcwwovhkxaqzyzzgqbtmcsqccgwdpdkxqpgc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_jcwwovhkxaqzyzzgqbtmcsqccgwdpdkxqpgc ON public.commerce_discount_usergroups USING btree ("discountId", "userGroupId"); + + +-- +-- Name: idx_jdgomgvkcevoixwdsinkavmttzakcpuieojt; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jdgomgvkcevoixwdsinkavmttzakcpuieojt ON public.elements_sites USING btree (lower((uri)::text), "siteId"); + + +-- +-- Name: idx_jdntnujbyvylicnsipnietrmzzamukhnsukj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jdntnujbyvylicnsipnietrmzzamukhnsukj ON public.matrixblocks USING btree ("fieldId"); + + +-- +-- Name: idx_jhnbdzzkoyumpwlnmcpqgahbcnbkyvkjbqgs; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_jhnbdzzkoyumpwlnmcpqgahbcnbkyvkjbqgs ON public.commerce_taxcategories USING btree (handle); + + +-- +-- Name: idx_jhpmngwyafdqxrerpigrhlarsayrrprcdmvx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jhpmngwyafdqxrerpigrhlarsayrrprcdmvx ON public.users USING btree (lower((email)::text)); + + +-- +-- Name: idx_jlyvxwwndnfuacsvxlqprlrolshqnqjucwai; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jlyvxwwndnfuacsvxlqprlrolshqnqjucwai ON public.assetindexdata USING btree ("volumeId"); + + +-- +-- Name: idx_joxvpxzujfknunsmjyiocoqpiipyrtzccuue; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_joxvpxzujfknunsmjyiocoqpiipyrtzccuue ON public.assets USING btree (filename, "folderId"); + + +-- +-- Name: idx_jqgmndggxlvixytrvqbydlholjjmteuapsyn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jqgmndggxlvixytrvqbydlholjjmteuapsyn ON public.categorygroups USING btree (handle); + + +-- +-- Name: idx_juuqjsvnbzqxxhvtoiuvsszkzamvyhkjviah; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_juuqjsvnbzqxxhvtoiuvsszkzamvyhkjviah ON public.matrixblocktypes USING btree ("fieldId"); + + +-- +-- Name: idx_jvmierklhoglyyluifyhoqqekfmizrwtvciy; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jvmierklhoglyyluifyhoqqekfmizrwtvciy ON public.commerce_orderstatus_emails USING btree ("orderStatusId"); + + +-- +-- Name: idx_jykixyabebluybmpaicvtzzhcuxpzwqmlcta; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_jykixyabebluybmpaicvtzzhcuxpzwqmlcta ON public.systemmessages USING btree (key, language); + + +-- +-- Name: idx_jzrctnabflvgnhsneutlhqnbzdtjhjmyrsuw; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_jzrctnabflvgnhsneutlhqnbzdtjhjmyrsuw ON public.commerce_email_discountuses USING btree ("discountId"); + + +-- +-- Name: idx_kadnfwjhkrzdamzcjzzkjxbfkdskujruojcp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kadnfwjhkrzdamzcjzzkjxbfkdskujruojcp ON public.retour_stats USING btree ("redirectSrcUrl"); + + +-- +-- Name: idx_kcjolqedwgrnlzojhvmoxyltoctrbkaxwhzv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kcjolqedwgrnlzojhvmoxyltoctrbkaxwhzv ON public.structureelements USING btree (root); + + +-- +-- Name: idx_kducatilvlbozyvavphaheefxuoomqnuttsh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kducatilvlbozyvavphaheefxuoomqnuttsh ON public.tags USING btree ("groupId"); + + +-- +-- Name: idx_keozusqejoknbefvkfnvfvwgmrjlhqvgurqd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_keozusqejoknbefvkfnvfvwgmrjlhqvgurqd ON public.relations USING btree ("targetId"); + + +-- +-- Name: idx_kfaghrmclnvtdwsuagbshmnyjqyhlmbtfelf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kfaghrmclnvtdwsuagbshmnyjqyhlmbtfelf ON public.fieldlayouts USING btree (type); + + +-- +-- Name: idx_kfuudbcsevhskbtdovkzoqrhmtswlkgcqtpz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kfuudbcsevhskbtdovkzoqrhmtswlkgcqtpz ON public.sections USING btree (handle); + + +-- +-- Name: idx_kgkxjpvuggsqnxcsejxjimzmlzrtpdknoixl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kgkxjpvuggsqnxcsejxjimzmlzrtpdknoixl ON public.commerce_shippingrules USING btree (name); + + +-- +-- Name: idx_kgsufvqylzhoxwxmrjvdrqwhldevsdfcnqxg; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_kgsufvqylzhoxwxmrjvdrqwhldevsdfcnqxg ON public.commerce_producttypes USING btree (handle); + + +-- +-- Name: idx_klbfholorljbpylubrhfkpqalhbkvonopxix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_klbfholorljbpylubrhfkpqalhbkvonopxix ON public.plugins USING btree (handle); + + +-- +-- Name: idx_kuovovnmrssjbgmjeomhlsqntfcmdyujhfsz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kuovovnmrssjbgmjeomhlsqntfcmdyujhfsz ON public.announcements USING btree ("dateRead"); + + +-- +-- Name: idx_kvsqajrfqbtifitqfrrwfeippjjjstihcsnc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kvsqajrfqbtifitqfrrwfeippjjjstihcsnc ON public.usergroups_users USING btree ("userId"); + + +-- +-- Name: idx_kvyuwefblaexspjbtysstawovbbcqqnlzrrd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kvyuwefblaexspjbtysstawovbbcqqnlzrrd ON public.commerce_orderstatus_emails USING btree ("emailId"); + + +-- +-- Name: idx_kxmdyzbafuovjtocibadhclfmkzcxftpbeat; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kxmdyzbafuovjtocibadhclfmkzcxftpbeat ON public.commerce_discounts USING btree ("dateFrom"); + + +-- +-- Name: idx_kzpxqnjddiipygwhivxdokfrfeoxycuhrots; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_kzpxqnjddiipygwhivxdokfrfeoxycuhrots ON public.commerce_orderhistories USING btree ("orderId"); + + +-- +-- Name: idx_kzrxmzcvtxnvxluzgdqptlxnoekhijfqhcje; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_kzrxmzcvtxnvxluzgdqptlxnoekhijfqhcje ON public.commerce_producttypes_taxcategories USING btree ("productTypeId", "taxCategoryId"); + + +-- +-- Name: idx_ldojfbzxdtdpctwxgqzbjarhbsarmurvieco; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ldojfbzxdtdpctwxgqzbjarhbsarmurvieco ON public.commerce_orders USING btree ("shippingAddressId"); + + +-- +-- Name: idx_ljdygfrsmrkydfgctqldpzmekupgesyrrach; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ljdygfrsmrkydfgctqldpzmekupgesyrrach ON public.sites USING btree ("sortOrder"); + + +-- +-- Name: idx_lktsfwaiklqefdaoogkaakcmurvbrozeusii; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_lktsfwaiklqefdaoogkaakcmurvbrozeusii ON public.elements_sites USING btree (enabled); + + +-- +-- Name: idx_llqgtiysnwzgjyvznrqtumibqvcctcxgngnh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_llqgtiysnwzgjyvznrqtumibqvcctcxgngnh ON public.sessions USING btree (uid); + + +-- +-- Name: idx_lmiaxxzckqvjhikpwxegnjktukrriwrxiote; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_lmiaxxzckqvjhikpwxegnjktukrriwrxiote ON public.commerce_plans USING btree (reference); + + +-- +-- Name: idx_lnfzrivskzvdpbzmpoehvykfycbdxxwhnovp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_lnfzrivskzvdpbzmpoehvykfycbdxxwhnovp ON public.content USING btree ("siteId"); + + +-- +-- Name: idx_lofgadxnssayuuhnreriemwpwkseyaykcnus; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_lofgadxnssayuuhnreriemwpwkseyaykcnus ON public.retour_static_redirects USING btree ("redirectSrcUrlParsed"); + + +-- +-- Name: idx_lytqpaugcffblozazmwentfisrrunhgryqxi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_lytqpaugcffblozazmwentfisrrunhgryqxi ON public.content USING btree ("elementId", "siteId"); + + +-- +-- Name: idx_mbgknlvgvbfyihmgpfzcjygpflvbtdmwlbbn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_mbgknlvgvbfyihmgpfzcjygpflvbtdmwlbbn ON public.commerce_shippingmethods USING btree (name); + + +-- +-- Name: idx_mboihutiuhrrfbgicfqdwfmmmqaphwgpedpk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mboihutiuhrrfbgicfqdwfmmmqaphwgpedpk ON public.imagetransformindex USING btree ("assetId", "transformString"); + + +-- +-- Name: idx_mbqpqruvgjrtoeaptbvqzvnqxkhrkfnjogdy; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_mbqpqruvgjrtoeaptbvqzvnqxkhrkfnjogdy ON public.revisions USING btree ("canonicalId", num); + + +-- +-- Name: idx_mgblcnjcuprygesodchfoqrbmuyldriadxzh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mgblcnjcuprygesodchfoqrbmuyldriadxzh ON public.entrytypes USING btree ("sectionId"); + + +-- +-- Name: idx_mhslebutgqqaldaqxvqktqghdkrhobxhodks; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mhslebutgqqaldaqxvqktqghdkrhobxhodks ON public.structureelements USING btree ("elementId"); + + +-- +-- Name: idx_mjivcgbhuktmgggyupqvtamsqoehzqqjzvtr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mjivcgbhuktmgggyupqvtamsqoehzqqjzvtr ON public.categorygroups USING btree (name); + + +-- +-- Name: idx_mjkylznwazmasrzxhdjtvoagswdtctmmodsd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mjkylznwazmasrzxhdjtvoagswdtctmmodsd ON public.fields USING btree (context); + + +-- +-- Name: idx_mknphcytcpjlediqmppsnkpldhmwsmsajsdq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_mknphcytcpjlediqmppsnkpldhmwsmsajsdq ON public.tokens USING btree (token); + + +-- +-- Name: idx_mkwdbzthqpcjualdojtskepwnqogpcrgriwp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_mkwdbzthqpcjualdojtskepwnqogpcrgriwp ON public.commerce_producttypes_shippingcategories USING btree ("productTypeId", "shippingCategoryId"); + + +-- +-- Name: idx_mmehabgxlrafpydfqpphybouqzvcxyeowuyo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_mmehabgxlrafpydfqpphybouqzvcxyeowuyo ON public.sections_sites USING btree ("sectionId", "siteId"); + + +-- +-- Name: idx_mmzqtamvrinnzvycvksvlihixcjixhmebamm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mmzqtamvrinnzvycvksvlihixcjixhmebamm ON public.fields USING btree (handle, context); + + +-- +-- Name: idx_mnjeoaudwipclmrkppnneddjkjuraugxbbmk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mnjeoaudwipclmrkppnneddjkjuraugxbbmk ON public.commerce_products USING btree ("postDate"); + + +-- +-- Name: idx_mnmtpkqfzftujvxwyiyngjgmygbgddvedtpe; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_mnmtpkqfzftujvxwyiyngjgmygbgddvedtpe ON public.commerce_paymentcurrencies USING btree (iso); + + +-- +-- Name: idx_moomdtzrlvxbiekcdisshwnxakisljoshxyt; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_moomdtzrlvxbiekcdisshwnxakisljoshxyt ON public.commerce_shippingzone_countries USING btree ("countryId"); + + +-- +-- Name: idx_mvfsppttnwbqdhfwdiprfdzvaglnwhqloonb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_mvfsppttnwbqdhfwdiprfdzvaglnwhqloonb ON public.fieldgroups USING btree ("dateDeleted", name); + + +-- +-- Name: idx_myrooybbjlzfmcmeyoirhfhhvhqvvwbrmjbr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_myrooybbjlzfmcmeyoirhfhhvhqvvwbrmjbr ON public.commerce_sale_purchasables USING btree ("saleId", "purchasableId"); + + +-- +-- Name: idx_nahhlwzcpmcgsciraqvurvwfbuellfxfomkm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nahhlwzcpmcgsciraqvurvwfbuellfxfomkm ON public.sites USING btree ("dateDeleted"); + + +-- +-- Name: idx_nasttkkankqyynwvyvnaaptrvhojvtubdbtz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nasttkkankqyynwvyvnaaptrvhojvtubdbtz ON public.users USING btree (pending); + + +-- +-- Name: idx_nccsyfrgtshccevtppczumyvimnedccjwtdr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nccsyfrgtshccevtppczumyvimnedccjwtdr ON public.commerce_orderadjustments USING btree ("orderId"); + + +-- +-- Name: idx_ncqajbjovisbztwdcxfqpijlvfaxxtxljpfo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_ncqajbjovisbztwdcxfqpijlvfaxxtxljpfo ON public.fieldlayoutfields USING btree ("layoutId", "fieldId"); + + +-- +-- Name: idx_ncqfrvvogjyecuamrofbabggmfbxcatrsgoe; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ncqfrvvogjyecuamrofbabggmfbxcatrsgoe ON public.tokens USING btree ("expiryDate"); + + +-- +-- Name: idx_nfsdkbeuqprkvzeqtkpoesrinqagerkojwpc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nfsdkbeuqprkvzeqtkpoesrinqagerkojwpc ON public.commerce_variants USING btree ("productId"); + + +-- +-- Name: idx_ngjwgeawgoqfwvzbpnyrnueaghkbxdsznztx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_ngjwgeawgoqfwvzbpnyrnueaghkbxdsznztx ON public.commerce_taxzone_countries USING btree ("taxZoneId", "countryId"); + + +-- +-- Name: idx_nhhwdfwwehoxjnvnrivzahmemznytnieonpu; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nhhwdfwwehoxjnvnrivzahmemznytnieonpu ON public.commerce_addresses USING btree ("isStoreLocation"); + + +-- +-- Name: idx_nkxyywnfooddicqibizfzctwscczhouusjrh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_nkxyywnfooddicqibizfzctwscczhouusjrh ON public.commerce_taxzone_states USING btree ("taxZoneId", "stateId"); + + +-- +-- Name: idx_nlkhxwdqlkzocxpifjjenyhppvflhvoqhdws; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_nlkhxwdqlkzocxpifjjenyhppvflhvoqhdws ON public.commerce_producttypes_sites USING btree ("productTypeId", "siteId"); + + +-- +-- Name: idx_nmmdwvyzrtgqhcuiqjrnfgsfrrabwpvnufne; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nmmdwvyzrtgqhcuiqjrnfgsfrrabwpvnufne ON public.commerce_sale_purchasables USING btree ("purchasableId"); + + +-- +-- Name: idx_nsbtuhyvposxdckkmjyamzonsmfrtowvgzgp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nsbtuhyvposxdckkmjyamzonsmfrtowvgzgp ON public.commerce_orders USING btree (email); + + +-- +-- Name: idx_nuhrxqzkqkrkanjgcikiswmvdfnyzkpezytr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nuhrxqzkqkrkanjgcikiswmvdfnyzkpezytr ON public.queue USING btree (channel, fail, "timeUpdated", delay); + + +-- +-- Name: idx_nukvkxexbwisjhtuoarvxbwqzffpzwhrbpny; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_nukvkxexbwisjhtuoarvxbwqzffpzwhrbpny ON public.searchindex USING btree (keywords); + + +-- +-- Name: idx_ocwrncqfwqbinnyayektqwynyekehcfjojtd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_ocwrncqfwqbinnyayektqwynyekehcfjojtd ON public.commerce_countries USING btree (name); + + +-- +-- Name: idx_ofymsdhpxhkjqrzpbvzyenmbjcltaqyewhup; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_ofymsdhpxhkjqrzpbvzyenmbjcltaqyewhup ON public.usergroups_users USING btree ("groupId", "userId"); + + +-- +-- Name: idx_omuezndaodevggbqzmauexkaivyxnjtnvxgi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_omuezndaodevggbqzmauexkaivyxnjtnvxgi ON public.seomatic_metabundles USING btree ("sourceSiteId"); + + +-- +-- Name: idx_ovglptfcfzfnwmxvznqjeijxjxukocxuotcv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ovglptfcfzfnwmxvznqjeijxjxukocxuotcv ON public.commerce_shippingzone_states USING btree ("stateId"); + + +-- +-- Name: idx_owesqkfccktjqfvjcmaxgwxzxopoepnqfnxz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_owesqkfccktjqfvjcmaxgwxzxopoepnqfnxz ON public.assets USING btree ("volumeId"); + + +-- +-- Name: idx_oxxmgprsjlkunkmnjwbkfhztgrbcfgkfkubi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_oxxmgprsjlkunkmnjwbkfhztgrbcfgkfkubi ON public.webperf_error_samples USING btree (url); + + +-- +-- Name: idx_oyzxrqiexfaogyibgvcwdyvnqkolsedpvyoy; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_oyzxrqiexfaogyibgvcwdyvnqkolsedpvyoy ON public.retour_redirects USING btree ("siteId"); + + +-- +-- Name: idx_pcegzgsljzfisgiouncxbvekhrctkehitxxt; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pcegzgsljzfisgiouncxbvekhrctkehitxxt ON public.commerce_shippingzone_countries USING btree ("shippingZoneId"); + + +-- +-- Name: idx_pcilvxxprjwsrnaoerhtxntgucwvbfzlmqef; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pcilvxxprjwsrnaoerhtxntgucwvbfzlmqef ON public.relations USING btree ("sourceId"); + + +-- +-- Name: idx_pggifriqoqbyfgacmyqmfjyghzampkcqsuao; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pggifriqoqbyfgacmyqmfjyghzampkcqsuao ON public.commerce_gateways USING btree (handle); + + +-- +-- Name: idx_pgknpcneplgmrsqhadkplqfyhpprpjzxjbpj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pgknpcneplgmrsqhadkplqfyhpprpjzxjbpj ON public.commerce_products USING btree ("taxCategoryId"); + + +-- +-- Name: idx_pklhoposfjrwlayihnaejcunifydirwaahsk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pklhoposfjrwlayihnaejcunifydirwaahsk ON public.volumes USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_polaarivsubvauyftdvnuqezhyrbvqzokpum; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_polaarivsubvauyftdvnuqezhyrbvqzokpum ON public.commerce_producttypes_taxcategories USING btree ("taxCategoryId"); + + +-- +-- Name: idx_pqxtfuzxganlbddqnmdttuvingmpkusslksj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_pqxtfuzxganlbddqnmdttuvingmpkusslksj ON public.elements_sites USING btree ("elementId", "siteId"); + + +-- +-- Name: idx_prlbibqpzjfmfqihfaoazmnreahlqljzmkfb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_prlbibqpzjfmfqihfaoazmnreahlqljzmkfb ON public.commerce_discount_purchasables USING btree ("discountId", "purchasableId"); + + +-- +-- Name: idx_pvkhhfgpdpodsosljyzoxgqvqoznjmfuqjaf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pvkhhfgpdpodsosljyzoxgqvqoznjmfuqjaf ON public.widgets USING btree ("userId"); + + +-- +-- Name: idx_pyjnaatyfebldmnljwveyzhojvlphiscrmse; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_pyjnaatyfebldmnljwveyzhojvlphiscrmse ON public.fieldlayouttabs USING btree ("layoutId"); + + +-- +-- Name: idx_qgrwpmbrcvqcplfggsdtyhggdhdgfvmllayl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qgrwpmbrcvqcplfggsdtyhggdhdgfvmllayl ON public.commerce_sale_categories USING btree ("categoryId"); + + +-- +-- Name: idx_qgtfiwlmscfktugpdfsubogkugovibmkvzfl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qgtfiwlmscfktugpdfsubogkugovibmkvzfl ON public.commerce_shippingrules USING btree ("shippingZoneId"); + + +-- +-- Name: idx_qjommregkugjrfnuwzacyvvzpjuwutntkxom; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_qjommregkugjrfnuwzacyvvzpjuwutntkxom ON public.commerce_sale_categories USING btree ("saleId", "categoryId"); + + +-- +-- Name: idx_qldorjobzqtecehsopmptveyuftengdjbrui; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qldorjobzqtecehsopmptveyuftengdjbrui ON public.relations USING btree ("sourceSiteId"); + + +-- +-- Name: idx_qmogcxqeonrvmquyutdxtvbxjjwvxvmnxocs; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qmogcxqeonrvmquyutdxtvbxjjwvxvmnxocs ON public.commerce_orderhistories USING btree ("prevStatusId"); + + +-- +-- Name: idx_qpwqqrjmlzycwgvecroaqygwkzaxnfauxifd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qpwqqrjmlzycwgvecroaqygwkzaxnfauxifd ON public.commerce_lineitems USING btree ("shippingCategoryId"); + + +-- +-- Name: idx_qqsqsqkkjckdohzqfncgvkrlfvpfrdvduduh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qqsqsqkkjckdohzqfncgvkrlfvpfrdvduduh ON public.categorygroups USING btree ("dateDeleted"); + + +-- +-- Name: idx_qxckgykpkjrcepslyuzhdmqwwiacksgimqqg; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_qxckgykpkjrcepslyuzhdmqwwiacksgimqqg ON public.commerce_discount_categories USING btree ("categoryId"); + + +-- +-- Name: idx_reikhqhclknrtwaqsmftkaokbplmhybktiit; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_reikhqhclknrtwaqsmftkaokbplmhybktiit ON public.sessions USING btree ("userId"); + + +-- +-- Name: idx_rgpqgnnomvzndeesabekbmyxdffqytdqjeho; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rgpqgnnomvzndeesabekbmyxdffqytdqjeho ON public.commerce_taxzone_countries USING btree ("taxZoneId"); + + +-- +-- Name: idx_rkmuxfjpnhpdrwiuchtbittbfetnzpdaggzg; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rkmuxfjpnhpdrwiuchtbittbfetnzpdaggzg ON public.commerce_transactions USING btree ("orderId"); + + +-- +-- Name: idx_rswzqzdqcrbreppseonpzdiubwtgrmptxcuz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_rswzqzdqcrbreppseonpzdiubwtgrmptxcuz ON public.commerce_discount_categories USING btree ("discountId", "categoryId"); + + +-- +-- Name: idx_ruqekngiamkhjmmshupluqlksatmcjyqqfcj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ruqekngiamkhjmmshupluqlksatmcjyqqfcj ON public.entries USING btree ("authorId"); + + +-- +-- Name: idx_rwlwqhjlygseqvcfxkqjspufzssktcrrfxhi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rwlwqhjlygseqvcfxkqjspufzssktcrrfxhi ON public.volumes USING btree ("dateDeleted"); + + +-- +-- Name: idx_rwtxbovdzgmgtpslhlrbbfjqdqpgdptswtid; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rwtxbovdzgmgtpslhlrbbfjqdqpgdptswtid ON public.structures USING btree ("dateDeleted"); + + +-- +-- Name: idx_rwzoibmgjekyeirobhvctnpvogynofoofosq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rwzoibmgjekyeirobhvctnpvogynofoofosq ON public.commerce_taxrates USING btree ("taxCategoryId"); + + +-- +-- Name: idx_rxcvflyeozskbdcfjcojijzdorhuwlsfjxnj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_rxcvflyeozskbdcfjcojijzdorhuwlsfjxnj ON public.deprecationerrors USING btree (key, fingerprint); + + +-- +-- Name: idx_ryrysiqxutdpgzduldfbirizihvtabcxyhgu; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ryrysiqxutdpgzduldfbirizihvtabcxyhgu ON public.retour_static_redirects USING btree ("redirectSrcUrl"); + + +-- +-- Name: idx_ryyglsmqjalldlrgoulroncqpwsamzuqcxfq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ryyglsmqjalldlrgoulroncqpwsamzuqcxfq ON public.sessions USING btree ("dateUpdated"); + + +-- +-- Name: idx_rzmcblfelswmifhgxmrdvenkztbgdpxncixl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_rzmcblfelswmifhgxmrdvenkztbgdpxncixl ON public.commerce_discount_usergroups USING btree ("userGroupId"); + + +-- +-- Name: idx_sbgsivmohukkooslbjihgqhndjajrtcyuqhz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_sbgsivmohukkooslbjihgqhndjajrtcyuqhz ON public.commerce_email_discountuses USING btree (email, "discountId"); + + +-- +-- Name: idx_skhdbzpfipyzbiimbtijlfiossvtbmuqorem; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_skhdbzpfipyzbiimbtijlfiossvtbmuqorem ON public.volumefolders USING btree (name, "parentId", "volumeId"); + + +-- +-- Name: idx_slofrpwscxezmjmccmhpuncbqypwjqbtleid; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_slofrpwscxezmjmccmhpuncbqypwjqbtleid ON public.commerce_producttypes USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_slwftytnhhhrykijodndsdsfikuzsmsffnvs; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_slwftytnhhhrykijodndsdsfikuzsmsffnvs ON public.matrixblocktypes USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_snuolhkkujdkabgiobovtugxnbvhczhzweoe; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_snuolhkkujdkabgiobovtugxnbvhczhzweoe ON public.userpermissions USING btree (name); + + +-- +-- Name: idx_sphptdflqidotcwielyofafgntnhxodkgkvy; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_sphptdflqidotcwielyofafgntnhxodkgkvy ON public.relations USING btree ("fieldId", "sourceId", "sourceSiteId", "targetId"); + + +-- +-- Name: idx_srfxdhpjmgbdidswgxgevhncyvexkxdneinv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_srfxdhpjmgbdidswgxgevhncyvexkxdneinv ON public.commerce_producttypes_shippingcategories USING btree ("shippingCategoryId"); + + +-- +-- Name: idx_sriakszuxsjjnjfqsimlecuedcletfgfaojx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_sriakszuxsjjnjfqsimlecuedcletfgfaojx ON public.commerce_products USING btree ("typeId"); + + +-- +-- Name: idx_sykezqsplofqzlpclnkpvvztllbghofblmzn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_sykezqsplofqzlpclnkpvvztllbghofblmzn ON public.commerce_orderhistories USING btree ("newStatusId"); + + +-- +-- Name: idx_tadqweqopwvhwkwvqnhbvvjdxhdqkaqbrgat; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tadqweqopwvhwkwvqnhbvvjdxhdqkaqbrgat ON public.commerce_orders USING btree ("orderStatusId"); + + +-- +-- Name: idx_tbrbucpdrkipnbqkiupidcnwcsmidccqsgqm; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_tbrbucpdrkipnbqkiupidcnwcsmidccqsgqm ON public.commerce_discounts USING btree (code); + + +-- +-- Name: idx_tdjcsntiaxlvooobllmeafxotykptjmtexzw; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tdjcsntiaxlvooobllmeafxotykptjmtexzw ON public.entries USING btree ("postDate"); + + +-- +-- Name: idx_tduivlqqvkkrgfvjrcagwlukyxsftwbzglgv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tduivlqqvkkrgfvjrcagwlukyxsftwbzglgv ON public.categorygroups USING btree ("fieldLayoutId"); + + +-- +-- Name: idx_tfmzperycwlsgxqnqyobdbiwksoiicwsypvp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tfmzperycwlsgxqnqyobdbiwksoiicwsypvp ON public.elements USING btree ("dateDeleted"); + + +-- +-- Name: idx_tgykrotsuizxqzixhvpxcruxbkipnmqynleq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tgykrotsuizxqzixhvpxcruxbkipnmqynleq ON public.sessions USING btree (token); + + +-- +-- Name: idx_tlbwxkhmofortkhkbxtlssdmjxlbtdfkmcfc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_tlbwxkhmofortkhkbxtlssdmjxlbtdfkmcfc ON public.gqltokens USING btree (name); + + +-- +-- Name: idx_tnzvlakgqmvwmepikdsrcrfotxsywvciqeei; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tnzvlakgqmvwmepikdsrcrfotxsywvciqeei ON public.commerce_subscriptions USING btree ("nextPaymentDate"); + + +-- +-- Name: idx_tukayloykjjeoqdopoqessmckzcsccctaoat; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_tukayloykjjeoqdopoqessmckzcsccctaoat ON public.elements USING btree (enabled); + + +-- +-- Name: idx_uaukdnfbpcqmcjesusojzzfaapmxxhjqbgck; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uaukdnfbpcqmcjesusojzzfaapmxxhjqbgck ON public.commerce_taxzone_states USING btree ("taxZoneId"); + + +-- +-- Name: idx_ubkqxsqngeuaglnexmtqwhlywddctfnnmhzr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ubkqxsqngeuaglnexmtqwhlywddctfnnmhzr ON public.sitegroups USING btree (name); + + +-- +-- Name: idx_uekqmqnahimisywfjuablqoptvqhqkoqedle; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_uekqmqnahimisywfjuablqoptvqhqkoqedle ON public.commerce_orders USING btree (number); + + +-- +-- Name: idx_ufbqsrflpdsaqbxyommsafdocrijdrqulpvi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_ufbqsrflpdsaqbxyommsafdocrijdrqulpvi ON public.commerce_states USING btree ("countryId", abbreviation); + + +-- +-- Name: idx_ujouvacrzhimmqxjhkllcyoilcqaweltgxjf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ujouvacrzhimmqxjhkllcyoilcqaweltgxjf ON public.commerce_gateways USING btree ("isArchived"); + + +-- +-- Name: idx_ukzotdffyrqckldnxuqrtktycnotqycfbqpk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ukzotdffyrqckldnxuqrtktycnotqycfbqpk ON public.commerce_discounts USING btree ("dateTo"); + + +-- +-- Name: idx_uogudqkgvwsykrzpcajtjfonbicpfslnobfb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uogudqkgvwsykrzpcajtjfonbicpfslnobfb ON public.matrixblocktypes USING btree (name, "fieldId"); + + +-- +-- Name: idx_uusvpubgrxsrbyiemxpfyklypjxlvtkunizx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uusvpubgrxsrbyiemxpfyklypjxlvtkunizx ON public.commerce_customers USING btree ("userId"); + + +-- +-- Name: idx_uviuzgmmxupitzczbngggfeuelsukzyjmmqd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_uviuzgmmxupitzczbngggfeuelsukzyjmmqd ON public.commerce_shippingzone_states USING btree ("shippingZoneId", "stateId"); + + +-- +-- Name: idx_uvtxawmzmseykadtjgispxsqksjcjsdkfbjl; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uvtxawmzmseykadtjgispxsqksjcjsdkfbjl ON public.commerce_orders USING btree ("billingAddressId"); + + +-- +-- Name: idx_uwaerbmifkjoawdjhnevzfdvgqkjnpsaidgt; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uwaerbmifkjoawdjhnevzfdvgqkjnpsaidgt ON public.commerce_variants USING btree (sku); + + +-- +-- Name: idx_uwqxfcodvqdajpsrhbwbznhjrrcocpehpjbv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uwqxfcodvqdajpsrhbwbznhjrrcocpehpjbv ON public.commerce_sale_usergroups USING btree ("userGroupId"); + + +-- +-- Name: idx_uxgasmtaspiwbwithhsggtniciqedvtgrhxk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uxgasmtaspiwbwithhsggtniciqedvtgrhxk ON public.elements USING btree (archived, "dateDeleted", "draftId", "revisionId", "canonicalId"); + + +-- +-- Name: idx_uxirulkemlmvdilacqenqmywxgocgvnxufwi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_uxirulkemlmvdilacqenqmywxgocgvnxufwi ON public.entries USING btree ("sectionId"); + + +-- +-- Name: idx_vcaqccjdtfglefvqbfwdbggbelnvqfvqnjvt; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_vcaqccjdtfglefvqbfwdbggbelnvqfvqnjvt ON public.commerce_shippingrule_categories USING btree ("shippingRuleId"); + + +-- +-- Name: idx_vekwetfopsmtrlwvqckyajyrvpucqxpsinis; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_vekwetfopsmtrlwvqckyajyrvpucqxpsinis ON public.commerce_customer_discountuses USING btree ("discountId"); + + +-- +-- Name: idx_vgaqbwavepgpmbwubfftnseuuvlrqylkdazr; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_vgaqbwavepgpmbwubfftnseuuvlrqylkdazr ON public.commerce_producttypes_sites USING btree ("siteId"); + + +-- +-- Name: idx_vizjkclelxqgutarieoqssbkbldqlqdcizdi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_vizjkclelxqgutarieoqssbkbldqlqdcizdi ON public.searchindex USING gin (keywords_vector) WITH (fastupdate=yes); + + +-- +-- Name: idx_vjwnaymopnadjrpxwvljbvexdzyynxlwxhoo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_vjwnaymopnadjrpxwvljbvexdzyynxlwxhoo ON public.commerce_shippingzone_states USING btree ("shippingZoneId"); + + +-- +-- Name: idx_vkoavuhvcxfjqvfnhhczrlnhfhlpzwwhblxe; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_vkoavuhvcxfjqvfnhhczrlnhfhlpzwwhblxe ON public.userpermissions_usergroups USING btree ("groupId"); + + +-- +-- Name: idx_wbceldzhmwyfvipccltqodjfbplmqqnirsoc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_wbceldzhmwyfvipccltqodjfbplmqqnirsoc ON public.userpermissions_users USING btree ("permissionId", "userId"); + + +-- +-- Name: idx_wdxfitvoglextbuocqhdwcsvcolyakmkwruk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wdxfitvoglextbuocqhdwcsvcolyakmkwruk ON public.fieldlayoutfields USING btree ("sortOrder"); + + +-- +-- Name: idx_wjbovfskytuzaesnknibjmrdrxsoyieydfns; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wjbovfskytuzaesnknibjmrdrxsoyieydfns ON public.commerce_discount_purchasables USING btree ("purchasableId"); + + +-- +-- Name: idx_wjmlttskeslcrkaxylqtxdmuanyanvnzoudf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wjmlttskeslcrkaxylqtxdmuanyanvnzoudf ON public.globalsets USING btree (name); + + +-- +-- Name: idx_wjwalijxvoaojhtmusqhzizyvlnhzddpqtze; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wjwalijxvoaojhtmusqhzizyvlnhzddpqtze ON public.webperf_data_samples USING btree ("requestId"); + + +-- +-- Name: idx_wjznqsglyakfohcsvdcuotnmcojzocnhccay; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_wjznqsglyakfohcsvdcuotnmcojzocnhccay ON public.migrations USING btree (track, name); + + +-- +-- Name: idx_wkqogzqtpknogaohnlcfsxhaaiwnxqcjyeah; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wkqogzqtpknogaohnlcfsxhaaiwnxqcjyeah ON public.fieldlayoutfields USING btree ("fieldId"); + + +-- +-- Name: idx_wlosucoboiiebikrzjpxhdpxcnkhmuuqnnuc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wlosucoboiiebikrzjpxhdpxcnkhmuuqnnuc ON public.elements USING btree (archived, "dateCreated"); + + +-- +-- Name: idx_wnatqlryceqgucjoenyookuacvpbrbedjdly; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wnatqlryceqgucjoenyookuacvpbrbedjdly ON public.seomatic_metabundles USING btree ("sourceId"); + + +-- +-- Name: idx_wnheasnhcnkpylmocpdmxwaowbipjnooeluf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_wnheasnhcnkpylmocpdmxwaowbipjnooeluf ON public.commerce_states USING btree ("countryId", name); + + +-- +-- Name: idx_wnotrhesxpevhmmotomguwwriuscmkdalkqf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wnotrhesxpevhmmotomguwwriuscmkdalkqf ON public.commerce_orders USING btree ("customerId"); + + +-- +-- Name: idx_wqcsqzqasnvfuxhdpusaizlguzelwgmugddg; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_wqcsqzqasnvfuxhdpusaizlguzelwgmugddg ON public.commerce_shippingzones USING btree (name); + + +-- +-- Name: idx_wslgnopamlovmvmnacdewecegzwhbfqkvfzi; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wslgnopamlovmvmnacdewecegzwhbfqkvfzi ON public.categorygroups_sites USING btree ("siteId"); + + +-- +-- Name: idx_wsugxixfddvuwfxcwqemddngtdovimyubjpj; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wsugxixfddvuwfxcwqemddngtdovimyubjpj ON public.commerce_orderhistories USING btree ("customerId"); + + +-- +-- Name: idx_wtpjehevwcnkgotfljyjxnarevmfgknkdkxo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_wtpjehevwcnkgotfljyjxnarevmfgknkdkxo ON public.matrixblocktypes USING btree (handle, "fieldId"); + + +-- +-- Name: idx_wuxnxvmlvygrfbxsuezngexagivcmcddnhvs; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_wuxnxvmlvygrfbxsuezngexagivcmcddnhvs ON public.commerce_shippingcategories USING btree (handle); + + +-- +-- Name: idx_xchzlopguwsdbnxesoipnlntoeyfwkiujryg; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xchzlopguwsdbnxesoipnlntoeyfwkiujryg ON public.commerce_purchasables USING btree (sku); + + +-- +-- Name: idx_xdunhnrfaldvgqnktlopwhjupiyzrhgyjuqn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_xdunhnrfaldvgqnktlopwhjupiyzrhgyjuqn ON public.commerce_countries USING btree (iso); + + +-- +-- Name: idx_ximxsndvxzcokpbbkgormolpvzmpecpcxomv; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ximxsndvxzcokpbbkgormolpvzmpecpcxomv ON public.drafts USING btree (saved); + + +-- +-- Name: idx_xjhdfhcacnxvknvgmvwznzzvcjucmxuyoess; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xjhdfhcacnxvknvgmvwznzzvcjucmxuyoess ON public.fieldlayouttabs USING btree ("sortOrder"); + + +-- +-- Name: idx_xkmybvzfybgerstdhmfbtavqbdjlumywplzq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xkmybvzfybgerstdhmfbtavqbdjlumywplzq ON public.sections USING btree ("structureId"); + + +-- +-- Name: idx_xkxqhzqkahuitpxpxdkvjtpyarnqnmtguqpz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xkxqhzqkahuitpxpxdkvjtpyarnqnmtguqpz ON public.users USING btree (suspended); + + +-- +-- Name: idx_xlqjyyhowomahpkjahawtuskiywvryklzjjd; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xlqjyyhowomahpkjahawtuskiywvryklzjjd ON public.fieldgroups USING btree (name); + + +-- +-- Name: idx_xmoelsnnauijpfmmnnoprcvicriubvddzurh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xmoelsnnauijpfmmnnoprcvicriubvddzurh ON public.elements USING btree (type); + + +-- +-- Name: idx_xnqzvcwosbmrymdhnqwgeydebubptaqfjlif; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xnqzvcwosbmrymdhnqwgeydebubptaqfjlif ON public.commerce_addresses USING btree ("countryId"); + + +-- +-- Name: idx_xvtyrexwrkxazbnhqhfpgyurccxcciovtggq; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_xvtyrexwrkxazbnhqhfpgyurccxcciovtggq ON public.seomatic_metabundles USING btree ("sourceHandle"); + + +-- +-- Name: idx_yalskzuwldmazhsghkcphqsmdwbiiezreypo; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yalskzuwldmazhsghkcphqsmdwbiiezreypo ON public.structureelements USING btree (lft); + + +-- +-- Name: idx_yclfzemussmndghxafisylysdfhkokemfxlb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yclfzemussmndghxafisylysdfhkokemfxlb ON public.commerce_orders USING btree ("gatewayId"); + + +-- +-- Name: idx_yczssetkjzmvdddtnunetwolmblpixxpinhx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yczssetkjzmvdddtnunetwolmblpixxpinhx ON public.commerce_transactions USING btree ("userId"); + + +-- +-- Name: idx_ygiysocuwxmmxyqouakylsmlcokgffrpfrxz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_ygiysocuwxmmxyqouakylsmlcokgffrpfrxz ON public.drafts USING btree ("creatorId", provisional); + + +-- +-- Name: idx_yrfaftamtxihjtxxtzakhvtlcyzfuvswgtnp; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yrfaftamtxihjtxxtzakhvtlcyzfuvswgtnp ON public.webperf_data_samples USING btree (url); + + +-- +-- Name: idx_yuuiprytttsebhmnrndmjlyguhpawawudjaw; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_yuuiprytttsebhmnrndmjlyguhpawawudjaw ON public.commerce_taxzones USING btree (name); + + +-- +-- Name: idx_yyozwcskycvsufrnyiubwzdzvhkmmoigqsnc; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yyozwcskycvsufrnyiubwzdzvhkmmoigqsnc ON public.commerce_addresses USING btree ("stateId"); + + +-- +-- Name: idx_yzuvpnkurbfttynxwjnqseqdtiznyohmxzlh; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_yzuvpnkurbfttynxwjnqseqdtiznyohmxzlh ON public.globalsets USING btree ("sortOrder"); + + +-- +-- Name: idx_zasrnayketfzpdzibykuxydyoddlmliznart; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zasrnayketfzpdzibykuxydyoddlmliznart ON public.webperf_error_samples USING btree ("requestId"); + + +-- +-- Name: idx_zlmrwrrepgqmitvqgquabzsqndshbvobbjaf; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zlmrwrrepgqmitvqgquabzsqndshbvobbjaf ON public.elements_sites USING btree ("siteId"); + + +-- +-- Name: idx_zmbsawjnrrdleljrkmwkgnqwvgvjvcxdqojb; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zmbsawjnrrdleljrkmwkgnqwvgvjvcxdqojb ON public.commerce_shippingrule_categories USING btree ("shippingCategoryId"); + + +-- +-- Name: idx_znxbbdgkkzfkgwxvhvadbvmnqgjedeequacn; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_znxbbdgkkzfkgwxvhvadbvmnqgjedeequacn ON public.fieldlayouts USING btree ("dateDeleted"); + + +-- +-- Name: idx_zrruindjnmxmsuozkfmrkefnyenbqutqjesk; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX idx_zrruindjnmxmsuozkfmrkefnyenbqutqjesk ON public.shunnedmessages USING btree ("userId", message); + + +-- +-- Name: idx_zsrhlbosuzgbojentxyurkbphgrnvjykcusu; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zsrhlbosuzgbojentxyurkbphgrnvjykcusu ON public.imagetransforms USING btree (name); + + +-- +-- Name: idx_zvhbbndllkgfrspxkkucdpogpykyjwjuzffz; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zvhbbndllkgfrspxkkucdpogpykyjwjuzffz ON public.commerce_taxzone_countries USING btree ("countryId"); + + +-- +-- Name: idx_zzondxpqvdbibscioturqpgjgnncawoukort; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX idx_zzondxpqvdbibscioturqpgjgnncawoukort ON public.commerce_subscriptions USING btree ("dateExpired"); + + +-- +-- Name: commerce_orders fk_aajrzacgsqhymylnvmvstvujpoiayulrejkv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_aajrzacgsqhymylnvmvstvujpoiayulrejkv FOREIGN KEY ("gatewayId") REFERENCES public.commerce_gateways(id) ON DELETE SET NULL; + + +-- +-- Name: volumefolders fk_aajygyclilxafdwcodtfnihklvuuhizkxzln; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumefolders + ADD CONSTRAINT fk_aajygyclilxafdwcodtfnihklvuuhizkxzln FOREIGN KEY ("parentId") REFERENCES public.volumefolders(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_lineitems fk_abjffofwjalruatzrtqorptycwirkzythgir; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitems + ADD CONSTRAINT fk_abjffofwjalruatzrtqorptycwirkzythgir FOREIGN KEY ("purchasableId") REFERENCES public.elements(id) ON UPDATE CASCADE ON DELETE SET NULL; + + +-- +-- Name: commerce_producttypes_shippingcategories fk_ackksqzfjcrddfijxgbzhyilwoxeuvdfexbm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_shippingcategories + ADD CONSTRAINT fk_ackksqzfjcrddfijxgbzhyilwoxeuvdfexbm FOREIGN KEY ("shippingCategoryId") REFERENCES public.commerce_shippingcategories(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_donations fk_aeqabpccxtknsbmmxavltaqelvulpcwtmayk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_donations + ADD CONSTRAINT fk_aeqabpccxtknsbmmxavltaqelvulpcwtmayk FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: assets fk_agwhijvwkftmcgaxwirclitsebbersuzshhf; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assets + ADD CONSTRAINT fk_agwhijvwkftmcgaxwirclitsebbersuzshhf FOREIGN KEY ("volumeId") REFERENCES public.volumes(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_orders fk_ahqwyfwgwxpwyyxrmyagusdbhqctgbuxmkky; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_ahqwyfwgwxpwyyxrmyagusdbhqctgbuxmkky FOREIGN KEY ("customerId") REFERENCES public.commerce_customers(id) ON DELETE SET NULL; + + +-- +-- Name: retour_redirects fk_aprzjbzfelabfvoaehpqfrtgrycemmjxwltu; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_redirects + ADD CONSTRAINT fk_aprzjbzfelabfvoaehpqfrtgrycemmjxwltu FOREIGN KEY ("associatedElementId") REFERENCES public.elements(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: content fk_auncspyvlxvcjgofehmivudcfuaziagyvxle; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.content + ADD CONSTRAINT fk_auncspyvlxvcjgofehmivudcfuaziagyvxle FOREIGN KEY ("elementId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: categorygroups fk_bblhumogaupxrlbiahgdctawylplyejwyphh; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups + ADD CONSTRAINT fk_bblhumogaupxrlbiahgdctawylplyejwyphh FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_orderhistories fk_brsrqauqztpayvpklqgrbdleenxzcrjpivjb; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderhistories + ADD CONSTRAINT fk_brsrqauqztpayvpklqgrbdleenxzcrjpivjb FOREIGN KEY ("prevStatusId") REFERENCES public.commerce_orderstatuses(id) ON UPDATE CASCADE ON DELETE RESTRICT; + + +-- +-- Name: commerce_products fk_bxwiytrlxvxrpdtnhqfankxcodkkixmldxym; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_products + ADD CONSTRAINT fk_bxwiytrlxvxrpdtnhqfankxcodkkixmldxym FOREIGN KEY ("typeId") REFERENCES public.commerce_producttypes(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_discount_purchasables fk_bzfoevmhgnzngaobxjukgyfehamgrknisigi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_purchasables + ADD CONSTRAINT fk_bzfoevmhgnzngaobxjukgyfehamgrknisigi FOREIGN KEY ("purchasableId") REFERENCES public.commerce_purchasables(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: userpermissions_users fk_cdmdwetthytngsznqkkaznhclyqboxarebcx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_users + ADD CONSTRAINT fk_cdmdwetthytngsznqkkaznhclyqboxarebcx FOREIGN KEY ("permissionId") REFERENCES public.userpermissions(id) ON DELETE CASCADE; + + +-- +-- Name: widgets fk_cgppepxdvncgjzvoxuuxdmcxkhfijpdeopmi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.widgets + ADD CONSTRAINT fk_cgppepxdvncgjzvoxuuxdmcxkhfijpdeopmi FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: entrytypes fk_cgrgjnnaxanwtmotygnsbfeqecogmhoqmbjb; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entrytypes + ADD CONSTRAINT fk_cgrgjnnaxanwtmotygnsbfeqecogmhoqmbjb FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: fieldlayoutfields fk_cjbzlnajdzdcdgxlqmxoraalwwylqjxexiwv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayoutfields + ADD CONSTRAINT fk_cjbzlnajdzdcdgxlqmxoraalwwylqjxexiwv FOREIGN KEY ("fieldId") REFERENCES public.fields(id) ON DELETE CASCADE; + + +-- +-- Name: volumefolders fk_clcmqbsuvbjtoxowhwcmhafqyalholmlrbyn; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumefolders + ADD CONSTRAINT fk_clcmqbsuvbjtoxowhwcmhafqyalholmlrbyn FOREIGN KEY ("volumeId") REFERENCES public.volumes(id) ON DELETE CASCADE; + + +-- +-- Name: relations fk_cnfamvelxzslwucyymfsjbxxikwzysohjyyr; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.relations + ADD CONSTRAINT fk_cnfamvelxzslwucyymfsjbxxikwzysohjyyr FOREIGN KEY ("sourceId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_products fk_cpcefneuwrjztvcqtkvwazwtuwuagirmvgki; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_products + ADD CONSTRAINT fk_cpcefneuwrjztvcqtkvwazwtuwuagirmvgki FOREIGN KEY ("shippingCategoryId") REFERENCES public.commerce_shippingcategories(id); + + +-- +-- Name: commerce_orders fk_csyuryjscltpbvsuyrazhbrelwkeextupbci; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_csyuryjscltpbvsuyrazhbrelwkeextupbci FOREIGN KEY ("paymentSourceId") REFERENCES public.commerce_paymentsources(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_addresses fk_ctmgriekkkztkaouxtuvzozjnjhebpbddmqy; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_addresses + ADD CONSTRAINT fk_ctmgriekkkztkaouxtuvzozjnjhebpbddmqy FOREIGN KEY ("countryId") REFERENCES public.commerce_countries(id) ON DELETE SET NULL; + + +-- +-- Name: sections_sites fk_cwynvgciczjisnnwsxyhthzlhuylbxufixgl; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections_sites + ADD CONSTRAINT fk_cwynvgciczjisnnwsxyhthzlhuylbxufixgl FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: changedattributes fk_cxiqvnfhxogtxrgbzhhpwrlhupnbtuqonbux; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedattributes + ADD CONSTRAINT fk_cxiqvnfhxogtxrgbzhhpwrlhupnbtuqonbux FOREIGN KEY ("userId") REFERENCES public.users(id) ON UPDATE CASCADE ON DELETE SET NULL; + + +-- +-- Name: globalsets fk_cxnxpllscvuclwotpdudgoxtbngzmwsctddx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.globalsets + ADD CONSTRAINT fk_cxnxpllscvuclwotpdudgoxtbngzmwsctddx FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: assets fk_dniavlgpxeomkppsysnkyuauklrnarkgapng; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assets + ADD CONSTRAINT fk_dniavlgpxeomkppsysnkyuauklrnarkgapng FOREIGN KEY ("uploaderId") REFERENCES public.users(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_orders fk_dslnjssnfynfrndkmbmngwuyoxwcwnbjjdpi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_dslnjssnfynfrndkmbmngwuyoxwcwnbjjdpi FOREIGN KEY ("shippingAddressId") REFERENCES public.commerce_addresses(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_transactions fk_dvkpootgbtcggjaoxfrfhwxxwwqgapqevdck; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_transactions + ADD CONSTRAINT fk_dvkpootgbtcggjaoxfrfhwxxwwqgapqevdck FOREIGN KEY ("gatewayId") REFERENCES public.commerce_gateways(id) ON UPDATE CASCADE; + + +-- +-- Name: commerce_sale_usergroups fk_dwqvxgzgnaupztrfjarwdpufdhujlckwbowl; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_usergroups + ADD CONSTRAINT fk_dwqvxgzgnaupztrfjarwdpufdhujlckwbowl FOREIGN KEY ("saleId") REFERENCES public.commerce_sales(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_lineitems fk_ebuoziiqetiolpdvdpgjshfhckekbxhrsmyl; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitems + ADD CONSTRAINT fk_ebuoziiqetiolpdvdpgjshfhckekbxhrsmyl FOREIGN KEY ("shippingCategoryId") REFERENCES public.commerce_shippingcategories(id) ON UPDATE CASCADE; + + +-- +-- Name: assetindexdata fk_edzlcqlclykektrladfgpxavytxdmdsljqim; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assetindexdata + ADD CONSTRAINT fk_edzlcqlclykektrladfgpxavytxdmdsljqim FOREIGN KEY ("volumeId") REFERENCES public.volumes(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_shippingrules fk_eoqagkilbkibmzyjnprbtykshahupzpvzhik; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrules + ADD CONSTRAINT fk_eoqagkilbkibmzyjnprbtykshahupzpvzhik FOREIGN KEY ("shippingZoneId") REFERENCES public.commerce_shippingzones(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_transactions fk_epwsfbgljqeqhzlinulkhwsohuqidiqwitbk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_transactions + ADD CONSTRAINT fk_epwsfbgljqeqhzlinulkhwsohuqidiqwitbk FOREIGN KEY ("parentId") REFERENCES public.commerce_transactions(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: usergroups_users fk_erjctndbwosaxaztnwaknnqsdsctutuajvsi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usergroups_users + ADD CONSTRAINT fk_erjctndbwosaxaztnwaknnqsdsctutuajvsi FOREIGN KEY ("groupId") REFERENCES public.usergroups(id) ON DELETE CASCADE; + + +-- +-- Name: craftidtokens fk_ewbtqecpwgxonwxfaapbpxskinmklbxsnoqg; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.craftidtokens + ADD CONSTRAINT fk_ewbtqecpwgxonwxfaapbpxskinmklbxsnoqg FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: entries fk_fblqbxvtryriwtaixtqaqxmurkihledvathh; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entries + ADD CONSTRAINT fk_fblqbxvtryriwtaixtqaqxmurkihledvathh FOREIGN KEY ("parentId") REFERENCES public.entries(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_discount_usergroups fk_fkxryhvcboebhgrrmndrodawcuypjyirggjv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_usergroups + ADD CONSTRAINT fk_fkxryhvcboebhgrrmndrodawcuypjyirggjv FOREIGN KEY ("discountId") REFERENCES public.commerce_discounts(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: assets fk_fmdqydnvucvnzyqkxbqxifhqerkedzayvctc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assets + ADD CONSTRAINT fk_fmdqydnvucvnzyqkxbqxifhqerkedzayvctc FOREIGN KEY ("folderId") REFERENCES public.volumefolders(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_subscriptions fk_frwuhykztmssvdzterseklylkelykrwxqjtt; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions + ADD CONSTRAINT fk_frwuhykztmssvdzterseklylkelykrwxqjtt FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: changedfields fk_ftvmcxgjvglikuozlrxpsodmlhgahsjdgsor; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedfields + ADD CONSTRAINT fk_ftvmcxgjvglikuozlrxpsodmlhgahsjdgsor FOREIGN KEY ("userId") REFERENCES public.users(id) ON UPDATE CASCADE ON DELETE SET NULL; + + +-- +-- Name: userpreferences fk_fyowvmtwqjmbiqmtdswlitzvmyryufrwdoem; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpreferences + ADD CONSTRAINT fk_fyowvmtwqjmbiqmtdswlitzvmyryufrwdoem FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_taxzone_states fk_ghqvrgqrharcggtempukgscfyqptkrjhmivk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_states + ADD CONSTRAINT fk_ghqvrgqrharcggtempukgscfyqptkrjhmivk FOREIGN KEY ("stateId") REFERENCES public.commerce_states(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: seomatic_metabundles fk_gsrbfdwbxtodzbliuprfdvwbwjtokejqnbkf; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.seomatic_metabundles + ADD CONSTRAINT fk_gsrbfdwbxtodzbliuprfdvwbwjtokejqnbkf FOREIGN KEY ("sourceSiteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_subscriptions fk_gvgrfnnztileumtrttrbqnpoiiitvysrhhoq; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions + ADD CONSTRAINT fk_gvgrfnnztileumtrttrbqnpoiiitvysrhhoq FOREIGN KEY ("gatewayId") REFERENCES public.commerce_gateways(id) ON DELETE RESTRICT; + + +-- +-- Name: commerce_orderhistories fk_hawhxsnfedeaznrltxkkdzjzpvnqvkmbifln; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderhistories + ADD CONSTRAINT fk_hawhxsnfedeaznrltxkkdzjzpvnqvkmbifln FOREIGN KEY ("orderId") REFERENCES public.commerce_orders(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_lineitems fk_hezndnlpltwluchxydcakiixytxygbatwumh; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitems + ADD CONSTRAINT fk_hezndnlpltwluchxydcakiixytxygbatwumh FOREIGN KEY ("orderId") REFERENCES public.commerce_orders(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_taxrates fk_hfsvpffryvmjifgjnifzdyltqlapbqwjqvgj; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxrates + ADD CONSTRAINT fk_hfsvpffryvmjifgjnifzdyltqlapbqwjqvgj FOREIGN KEY ("taxZoneId") REFERENCES public.commerce_taxzones(id) ON UPDATE CASCADE; + + +-- +-- Name: commerce_discount_categories fk_hlfmtwyvlkmzxfdxthaomogcpphqofjoovud; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_categories + ADD CONSTRAINT fk_hlfmtwyvlkmzxfdxthaomogcpphqofjoovud FOREIGN KEY ("categoryId") REFERENCES public.categories(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_taxrates fk_hltvlvlkgwzvtxruefwnjzwchwnhfhlajgjr; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxrates + ADD CONSTRAINT fk_hltvlvlkgwzvtxruefwnjzwchwnhfhlajgjr FOREIGN KEY ("taxCategoryId") REFERENCES public.commerce_taxcategories(id) ON UPDATE CASCADE; + + +-- +-- Name: commerce_taxzone_countries fk_hsxtdfhpuccmhrkkhewvopsxdgoivavgsfhk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_countries + ADD CONSTRAINT fk_hsxtdfhpuccmhrkkhewvopsxdgoivavgsfhk FOREIGN KEY ("taxZoneId") REFERENCES public.commerce_taxzones(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: users fk_htbtroxhwvlhgnimlodmfryaxhoberjrmvlx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.users + ADD CONSTRAINT fk_htbtroxhwvlhgnimlodmfryaxhoberjrmvlx FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: addresses fk_htditvtibwboxsaswgdiwqvflbbcceuwkxru; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.addresses + ADD CONSTRAINT fk_htditvtibwboxsaswgdiwqvflbbcceuwkxru FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: matrixblocks_owners fk_hwtsevdvvrefksrojgowxdkdqspwkoelweob; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks_owners + ADD CONSTRAINT fk_hwtsevdvvrefksrojgowxdkdqspwkoelweob FOREIGN KEY ("blockId") REFERENCES public.matrixblocks(id) ON DELETE CASCADE; + + +-- +-- Name: taggroups fk_hygovqmsxjnkngxsdzaldoeqqvzbwkfameju; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.taggroups + ADD CONSTRAINT fk_hygovqmsxjnkngxsdzaldoeqqvzbwkfameju FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: tags fk_icbiiwskrrfmmrwdyuprphvxoeukcfmvzdyy; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.tags + ADD CONSTRAINT fk_icbiiwskrrfmmrwdyuprphvxoeukcfmvzdyy FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: drafts fk_idlgjlezheqbbnmjwjpynncbnceistlocpit; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.drafts + ADD CONSTRAINT fk_idlgjlezheqbbnmjwjpynncbnceistlocpit FOREIGN KEY ("canonicalId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_customers_addresses fk_ifvznopdyfibptebrpxrcluhhksawiqwlbfy; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers_addresses + ADD CONSTRAINT fk_ifvznopdyfibptebrpxrcluhhksawiqwlbfy FOREIGN KEY ("addressId") REFERENCES public.commerce_addresses(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_paymentsources fk_ihbgueioydnknaulbqdjwyzczhffurjnnwwd; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_paymentsources + ADD CONSTRAINT fk_ihbgueioydnknaulbqdjwyzczhffurjnnwwd FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: matrixblocktypes fk_ipwxxgxmufcrdytzofdjkryarozemfesknsp; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocktypes + ADD CONSTRAINT fk_ipwxxgxmufcrdytzofdjkryarozemfesknsp FOREIGN KEY ("fieldId") REFERENCES public.fields(id) ON DELETE CASCADE; + + +-- +-- Name: sites fk_ivumtcxdredwjwivuyhtasoylsoabhxaagox; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sites + ADD CONSTRAINT fk_ivumtcxdredwjwivuyhtasoylsoabhxaagox FOREIGN KEY ("groupId") REFERENCES public.sitegroups(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_transactions fk_jadrnbbvjtvwjcdmqqgeefucrcqmoxgqkoia; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_transactions + ADD CONSTRAINT fk_jadrnbbvjtvwjcdmqqgeefucrcqmoxgqkoia FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_shippingrule_categories fk_jlfnjvelrohmjyrjbmdxefteoxiwgfyzbfun; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrule_categories + ADD CONSTRAINT fk_jlfnjvelrohmjyrjbmdxefteoxiwgfyzbfun FOREIGN KEY ("shippingCategoryId") REFERENCES public.commerce_shippingcategories(id) ON DELETE CASCADE; + + +-- +-- Name: relations fk_jmlhhwolvzhwqmrwqcijqmeantsxxftorxft; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.relations + ADD CONSTRAINT fk_jmlhhwolvzhwqmrwqcijqmeantsxxftorxft FOREIGN KEY ("fieldId") REFERENCES public.fields(id) ON DELETE CASCADE; + + +-- +-- Name: matrixblocks fk_jocalzvvnngaeccisfzovkayhzuxzngzyjwq; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks + ADD CONSTRAINT fk_jocalzvvnngaeccisfzovkayhzuxzngzyjwq FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: fieldlayouttabs fk_jtteuksmggvepyemejmurktjsvqiutlsxapj; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayouttabs + ADD CONSTRAINT fk_jtteuksmggvepyemejmurktjsvqiutlsxapj FOREIGN KEY ("layoutId") REFERENCES public.fieldlayouts(id) ON DELETE CASCADE; + + +-- +-- Name: sections_sites fk_juepmdjdhfhkisivxyvpwucpswdhikgbmoqd; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections_sites + ADD CONSTRAINT fk_juepmdjdhfhkisivxyvpwucpswdhikgbmoqd FOREIGN KEY ("sectionId") REFERENCES public.sections(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_customers_addresses fk_jvztjqgcamklcnegmthokgargrcthneqmxjm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers_addresses + ADD CONSTRAINT fk_jvztjqgcamklcnegmthokgargrcthneqmxjm FOREIGN KEY ("customerId") REFERENCES public.commerce_customers(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: webperf_error_samples fk_kehunywtsavohgmtghwjjsnemrppdlgeoazb; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.webperf_error_samples + ADD CONSTRAINT fk_kehunywtsavohgmtghwjjsnemrppdlgeoazb FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: matrixblocks_owners fk_kthtiqdusmysuvhtfzdcgczaxfpsroayyajy; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks_owners + ADD CONSTRAINT fk_kthtiqdusmysuvhtfzdcgczaxfpsroayyajy FOREIGN KEY ("ownerId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: assets fk_lbmpvfjkmhxkcvtzonjlwigreamgjerdnmdi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assets + ADD CONSTRAINT fk_lbmpvfjkmhxkcvtzonjlwigreamgjerdnmdi FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: matrixblocks fk_lcrjriseubqbaycpvlracsxptjnqukvhevdx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks + ADD CONSTRAINT fk_lcrjriseubqbaycpvlracsxptjnqukvhevdx FOREIGN KEY ("typeId") REFERENCES public.matrixblocktypes(id) ON DELETE CASCADE; + + +-- +-- Name: categorygroups_sites fk_lghguxftfezdzvrdgsphjcbxiouxrsbnlohc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups_sites + ADD CONSTRAINT fk_lghguxftfezdzvrdgsphjcbxiouxrsbnlohc FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_orders fk_lktuwyfogazashopsnrklhnrybwlimvxxyze; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_lktuwyfogazashopsnrklhnrybwlimvxxyze FOREIGN KEY ("estimatedBillingAddressId") REFERENCES public.commerce_addresses(id) ON DELETE SET NULL; + + +-- +-- Name: elements_sites fk_lljadqwuhhxbzwdmjmbjkajkbwninbaxcxgt; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements_sites + ADD CONSTRAINT fk_lljadqwuhhxbzwdmjmbjkajkbwninbaxcxgt FOREIGN KEY ("elementId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_lineitems fk_lnfgujhlahedpqmzjczcukmfcqcrmmsvyftn; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_lineitems + ADD CONSTRAINT fk_lnfgujhlahedpqmzjczcukmfcqcrmmsvyftn FOREIGN KEY ("taxCategoryId") REFERENCES public.commerce_taxcategories(id) ON UPDATE CASCADE; + + +-- +-- Name: commerce_products fk_lnvylxlvqalangasmizqulqqwtssiekmvwje; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_products + ADD CONSTRAINT fk_lnvylxlvqalangasmizqulqqwtssiekmvwje FOREIGN KEY ("taxCategoryId") REFERENCES public.commerce_taxcategories(id); + + +-- +-- Name: relations fk_locgprdnettylnlivohsmrplzgxnxljdmujo; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.relations + ADD CONSTRAINT fk_locgprdnettylnlivohsmrplzgxnxljdmujo FOREIGN KEY ("sourceSiteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_addresses fk_lodvosernqpqgqokpounwlxfbrosvsidudav; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_addresses + ADD CONSTRAINT fk_lodvosernqpqgqokpounwlxfbrosvsidudav FOREIGN KEY ("stateId") REFERENCES public.commerce_states(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_shippingzone_states fk_lybqrxrvhyaonrjriydikdjqwbmoytcqunpm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_states + ADD CONSTRAINT fk_lybqrxrvhyaonrjriydikdjqwbmoytcqunpm FOREIGN KEY ("shippingZoneId") REFERENCES public.commerce_shippingzones(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: revisions fk_lypbqmqfhouvymxvufmkgfdajmjgflghxpsx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.revisions + ADD CONSTRAINT fk_lypbqmqfhouvymxvufmkgfdajmjgflghxpsx FOREIGN KEY ("canonicalId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_discount_purchasables fk_mabsxjxwvnxpysicszmahkpjmwjlfkafirpu; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_purchasables + ADD CONSTRAINT fk_mabsxjxwvnxpysicszmahkpjmwjlfkafirpu FOREIGN KEY ("discountId") REFERENCES public.commerce_discounts(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: fields fk_makbzpmgeixkvpmnjgjmdqtworlsniwxjyrv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fields + ADD CONSTRAINT fk_makbzpmgeixkvpmnjgjmdqtworlsniwxjyrv FOREIGN KEY ("groupId") REFERENCES public.fieldgroups(id) ON DELETE CASCADE; + + +-- +-- Name: tags fk_mimftusvuvgiuhdmmugdowydfkrbenkfwmys; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.tags + ADD CONSTRAINT fk_mimftusvuvgiuhdmmugdowydfkrbenkfwmys FOREIGN KEY ("groupId") REFERENCES public.taggroups(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_discount_categories fk_mphlmmdnchshieecjxakbdmguunecgvjbvnk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_categories + ADD CONSTRAINT fk_mphlmmdnchshieecjxakbdmguunecgvjbvnk FOREIGN KEY ("discountId") REFERENCES public.commerce_discounts(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: fieldlayoutfields fk_mrmxdgjqvcxmapafpahhwpnhsbpvbjluslbg; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayoutfields + ADD CONSTRAINT fk_mrmxdgjqvcxmapafpahhwpnhsbpvbjluslbg FOREIGN KEY ("tabId") REFERENCES public.fieldlayouttabs(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_sale_purchasables fk_nimbwzgsmgshiteyhdwpihnzwihnwpxwpodg; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_purchasables + ADD CONSTRAINT fk_nimbwzgsmgshiteyhdwpihnzwihnwpxwpodg FOREIGN KEY ("saleId") REFERENCES public.commerce_sales(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: matrixblocks fk_nkgqcjzrjcoldzlzcngxivgjeicfqgddxwky; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks + ADD CONSTRAINT fk_nkgqcjzrjcoldzlzcngxivgjeicfqgddxwky FOREIGN KEY ("primaryOwnerId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: structureelements fk_nktrlxuaacgcsvtkrrgvavmjwgmjuzbpjtxs; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.structureelements + ADD CONSTRAINT fk_nktrlxuaacgcsvtkrrgvavmjwgmjuzbpjtxs FOREIGN KEY ("elementId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: gqltokens fk_npnlcomsojkzgybykyepqwtllcgcvfowkiic; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.gqltokens + ADD CONSTRAINT fk_npnlcomsojkzgybykyepqwtllcgcvfowkiic FOREIGN KEY ("schemaId") REFERENCES public.gqlschemas(id) ON DELETE SET NULL; + + +-- +-- Name: announcements fk_nqiwwuyytbratqrtjpdslpbdaqwjlqzyebjy; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.announcements + ADD CONSTRAINT fk_nqiwwuyytbratqrtjpdslpbdaqwjlqzyebjy FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: usergroups_users fk_nxawexawoaffrrxrsuvbebhljzntaisfkwyi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usergroups_users + ADD CONSTRAINT fk_nxawexawoaffrrxrsuvbebhljzntaisfkwyi FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: revisions fk_nxgjiquctnqyonfwcjbajhgwglzbmrzktoil; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.revisions + ADD CONSTRAINT fk_nxgjiquctnqyonfwcjbajhgwglzbmrzktoil FOREIGN KEY ("creatorId") REFERENCES public.users(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_email_discountuses fk_nzqjkpbbotiukuemtksmtmccjwhhiblzhvdn; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_email_discountuses + ADD CONSTRAINT fk_nzqjkpbbotiukuemtksmtmccjwhhiblzhvdn FOREIGN KEY ("discountId") REFERENCES public.commerce_discounts(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: elements fk_oascxrpeamnzgztythmodhumayvwgwkkbfez; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements + ADD CONSTRAINT fk_oascxrpeamnzgztythmodhumayvwgwkkbfez FOREIGN KEY ("canonicalId") REFERENCES public.elements(id) ON DELETE SET NULL; + + +-- +-- Name: categories fk_odvridjqspnfqwlicdttnlbvgvrpzkrzjkhm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categories + ADD CONSTRAINT fk_odvridjqspnfqwlicdttnlbvgvrpzkrzjkhm FOREIGN KEY ("groupId") REFERENCES public.categorygroups(id) ON DELETE CASCADE; + + +-- +-- Name: changedfields fk_omzgxuvoiiunoxvrqmuxgkttusmpsopzujro; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedfields + ADD CONSTRAINT fk_omzgxuvoiiunoxvrqmuxgkttusmpsopzujro FOREIGN KEY ("elementId") REFERENCES public.elements(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_paymentsources fk_opuiuagxosxdobguujsohsllrpbgvzuvokmr; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_paymentsources + ADD CONSTRAINT fk_opuiuagxosxdobguujsohsllrpbgvzuvokmr FOREIGN KEY ("gatewayId") REFERENCES public.commerce_gateways(id) ON DELETE CASCADE; + + +-- +-- Name: structureelements fk_ormhtsvkycsjwdgwwizxnuzbwzgpbnndltog; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.structureelements + ADD CONSTRAINT fk_ormhtsvkycsjwdgwwizxnuzbwzgpbnndltog FOREIGN KEY ("structureId") REFERENCES public.structures(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_shippingzone_countries fk_oufglwrdizkxiplqdauttptgrskqnvkzncjm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_countries + ADD CONSTRAINT fk_oufglwrdizkxiplqdauttptgrskqnvkzncjm FOREIGN KEY ("shippingZoneId") REFERENCES public.commerce_shippingzones(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_subscriptions fk_owrdchexndkqypnhblcgdgekvelprolgqxvm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions + ADD CONSTRAINT fk_owrdchexndkqypnhblcgdgekvelprolgqxvm FOREIGN KEY ("orderId") REFERENCES public.commerce_orders(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_customer_discountuses fk_pafeikdmdwtagztybaogymlrfpmtzuntcogc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customer_discountuses + ADD CONSTRAINT fk_pafeikdmdwtagztybaogymlrfpmtzuntcogc FOREIGN KEY ("discountId") REFERENCES public.commerce_discounts(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_producttypes_taxcategories fk_pbpfbxpcwhdgwludcylbsydfnaejvwbcfknq; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_taxcategories + ADD CONSTRAINT fk_pbpfbxpcwhdgwludcylbsydfnaejvwbcfknq FOREIGN KEY ("taxCategoryId") REFERENCES public.commerce_taxcategories(id) ON DELETE CASCADE; + + +-- +-- Name: volumes fk_pcqsvheptfxjqbmpbbgpfonyysaltjkfjrcx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.volumes + ADD CONSTRAINT fk_pcqsvheptfxjqbmpbbgpfonyysaltjkfjrcx FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_ordernotices fk_pemxxjnpagjusgwzqtgpjgzprfpsvajtxzfw; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_ordernotices + ADD CONSTRAINT fk_pemxxjnpagjusgwzqtgpjgzprfpsvajtxzfw FOREIGN KEY ("orderId") REFERENCES public.commerce_orders(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_variants fk_petuwophlcqwqwtamvqsrjvdrvsagitfmlzv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_variants + ADD CONSTRAINT fk_petuwophlcqwqwtamvqsrjvdrvsagitfmlzv FOREIGN KEY ("productId") REFERENCES public.commerce_products(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_sale_categories fk_pgsmdmhsthufyfuixjmytledzguwkgzrpkwk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_categories + ADD CONSTRAINT fk_pgsmdmhsthufyfuixjmytledzguwkgzrpkwk FOREIGN KEY ("categoryId") REFERENCES public.categories(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: matrixblocktypes fk_ppmafotkzljghdonmprdzfruckvamjnraqyu; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocktypes + ADD CONSTRAINT fk_ppmafotkzljghdonmprdzfruckvamjnraqyu FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: entries fk_praovqtbzaplbsyzojbakvaqhgptqieovkha; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entries + ADD CONSTRAINT fk_praovqtbzaplbsyzojbakvaqhgptqieovkha FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_producttypes_sites fk_pyzhgsxyntwyrvsdvicuuwghqsoufltazhgd; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_sites + ADD CONSTRAINT fk_pyzhgsxyntwyrvsdvicuuwghqsoufltazhgd FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_orderstatus_emails fk_qaivsndazxoqfzhiqzhbpfumryquiimtpghi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderstatus_emails + ADD CONSTRAINT fk_qaivsndazxoqfzhiqzhbpfumryquiimtpghi FOREIGN KEY ("emailId") REFERENCES public.commerce_emails(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: drafts fk_qaukowuusqrmkgtuojlzcxtbsovfuldvbvvn; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.drafts + ADD CONSTRAINT fk_qaukowuusqrmkgtuojlzcxtbsovfuldvbvvn FOREIGN KEY ("creatorId") REFERENCES public.users(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_taxzone_countries fk_qgxryendoozctofavrsinhoxejoevajgebym; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_countries + ADD CONSTRAINT fk_qgxryendoozctofavrsinhoxejoevajgebym FOREIGN KEY ("countryId") REFERENCES public.commerce_countries(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: fieldlayoutfields fk_qisghaxfwahsysvscapiawpgsuxeszkijmgo; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.fieldlayoutfields + ADD CONSTRAINT fk_qisghaxfwahsysvscapiawpgsuxeszkijmgo FOREIGN KEY ("layoutId") REFERENCES public.fieldlayouts(id) ON DELETE CASCADE; + + +-- +-- Name: elements fk_qllihycmhkfztoegpkwbwocqoerjmmvfokyx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements + ADD CONSTRAINT fk_qllihycmhkfztoegpkwbwocqoerjmmvfokyx FOREIGN KEY ("revisionId") REFERENCES public.revisions(id) ON DELETE CASCADE; + + +-- +-- Name: categorygroups fk_qprtvdbbvjvluujxipcodqygpzocngizaroc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups + ADD CONSTRAINT fk_qprtvdbbvjvluujxipcodqygpzocngizaroc FOREIGN KEY ("structureId") REFERENCES public.structures(id) ON DELETE CASCADE; + + +-- +-- Name: changedfields fk_qrkujdqicshzndzounybiyebqwtepujpdjzw; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedfields + ADD CONSTRAINT fk_qrkujdqicshzndzounybiyebqwtepujpdjzw FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: sections fk_qugyarmjcrldhnmxtbomwtzptzanbizraipw; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sections + ADD CONSTRAINT fk_qugyarmjcrldhnmxtbomwtzptzanbizraipw FOREIGN KEY ("structureId") REFERENCES public.structures(id) ON DELETE SET NULL; + + +-- +-- Name: changedattributes fk_qvorgcfbsmwbnqczzrsqfrwznqxqnepnjbqk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedattributes + ADD CONSTRAINT fk_qvorgcfbsmwbnqczzrsqfrwznqxqnepnjbqk FOREIGN KEY ("elementId") REFERENCES public.elements(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_orderhistories fk_qwbbubabdhmyqrvflwwyzleoilfenuazewlc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderhistories + ADD CONSTRAINT fk_qwbbubabdhmyqrvflwwyzleoilfenuazewlc FOREIGN KEY ("customerId") REFERENCES public.commerce_customers(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_orders fk_qwkoqjuzmspawggvfvhnrxnwlzcppfbbpfxs; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_qwkoqjuzmspawggvfvhnrxnwlzcppfbbpfxs FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_orderhistories fk_qzzikwgcrgpwwbbkqjwzuluuqzdxukjfxvta; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderhistories + ADD CONSTRAINT fk_qzzikwgcrgpwwbbkqjwzuluuqzdxukjfxvta FOREIGN KEY ("newStatusId") REFERENCES public.commerce_orderstatuses(id) ON UPDATE CASCADE ON DELETE RESTRICT; + + +-- +-- Name: elements_sites fk_rcipqctuxgaqsevsaeespwalfsurvrjxtmlk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements_sites + ADD CONSTRAINT fk_rcipqctuxgaqsevsaeespwalfsurvrjxtmlk FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: shunnedmessages fk_rgakbgldevkgdibnrcmxnukpjafcgxdexwhr; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.shunnedmessages + ADD CONSTRAINT fk_rgakbgldevkgdibnrcmxnukpjafcgxdexwhr FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_customer_discountuses fk_rhhqjltarfuzgzqysgjewmdowdipoyythqus; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customer_discountuses + ADD CONSTRAINT fk_rhhqjltarfuzgzqysgjewmdowdipoyythqus FOREIGN KEY ("customerId") REFERENCES public.commerce_customers(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: webperf_data_samples fk_rhozmsdcrswgjnjpoefprbpdydhuyzaqycbf; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.webperf_data_samples + ADD CONSTRAINT fk_rhozmsdcrswgjnjpoefprbpdydhuyzaqycbf FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_orders fk_rhwnxmmwsnrbxsffmdbfsrmldqgibrkrzqwg; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_rhwnxmmwsnrbxsffmdbfsrmldqgibrkrzqwg FOREIGN KEY ("orderStatusId") REFERENCES public.commerce_orderstatuses(id) ON UPDATE CASCADE ON DELETE RESTRICT; + + +-- +-- Name: entries fk_rhxomfdfawevvmcjmfewyieuounblfndmulw; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entries + ADD CONSTRAINT fk_rhxomfdfawevvmcjmfewyieuounblfndmulw FOREIGN KEY ("typeId") REFERENCES public.entrytypes(id) ON DELETE CASCADE; + + +-- +-- Name: retour_stats fk_rlnrntrpgwqwixiegfbkkuzpxeersncmxbxx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_stats + ADD CONSTRAINT fk_rlnrntrpgwqwixiegfbkkuzpxeersncmxbxx FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_sale_categories fk_rpsuvmvhycswkwyegafthdrwmtltthlpgnrz; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_categories + ADD CONSTRAINT fk_rpsuvmvhycswkwyegafthdrwmtltthlpgnrz FOREIGN KEY ("saleId") REFERENCES public.commerce_sales(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: entries fk_rurlchfkjnlcdojdjlgrfaiilocdcedetbus; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entries + ADD CONSTRAINT fk_rurlchfkjnlcdojdjlgrfaiilocdcedetbus FOREIGN KEY ("authorId") REFERENCES public.users(id) ON DELETE SET NULL; + + +-- +-- Name: changedattributes fk_rzkpfnyksggsksjoecygkhsdcwdzqiakxtwd; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedattributes + ADD CONSTRAINT fk_rzkpfnyksggsksjoecygkhsdcwdzqiakxtwd FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_orders fk_sagnbyadmuglrlehmwfqrdxorajbiagvazdt; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_sagnbyadmuglrlehmwfqrdxorajbiagvazdt FOREIGN KEY ("billingAddressId") REFERENCES public.commerce_addresses(id) ON DELETE SET NULL; + + +-- +-- Name: categorygroups_sites fk_sdwwhsjsdmmwmsylyhwebypdxixipfowhecz; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categorygroups_sites + ADD CONSTRAINT fk_sdwwhsjsdmmwmsylyhwebypdxixipfowhecz FOREIGN KEY ("groupId") REFERENCES public.categorygroups(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_customers fk_sfaguluhopkmrxbaesekdazplljdsvlwragk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers + ADD CONSTRAINT fk_sfaguluhopkmrxbaesekdazplljdsvlwragk FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_producttypes_shippingcategories fk_sghdqdehxjoudbswimahewbhljjvlgqoarlc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_shippingcategories + ADD CONSTRAINT fk_sghdqdehxjoudbswimahewbhljjvlgqoarlc FOREIGN KEY ("productTypeId") REFERENCES public.commerce_producttypes(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_shippingzone_countries fk_sotfigrasdcywfgabvczwqtvknwgciquguya; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_countries + ADD CONSTRAINT fk_sotfigrasdcywfgabvczwqtvknwgciquguya FOREIGN KEY ("countryId") REFERENCES public.commerce_countries(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_customers fk_srwkwjfntiskihwgfvbpnuepfblhvesvlqeu; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers + ADD CONSTRAINT fk_srwkwjfntiskihwgfvbpnuepfblhvesvlqeu FOREIGN KEY ("primaryBillingAddressId") REFERENCES public.commerce_addresses(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_emails fk_stbuerpsuyxkwychuuicbixtwnlaewgvkphv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_emails + ADD CONSTRAINT fk_stbuerpsuyxkwychuuicbixtwnlaewgvkphv FOREIGN KEY ("pdfId") REFERENCES public.commerce_pdfs(id) ON DELETE SET NULL; + + +-- +-- Name: retour_static_redirects fk_tepklbytqfsvneapvglbcjohpmgjklsemzsc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.retour_static_redirects + ADD CONSTRAINT fk_tepklbytqfsvneapvglbcjohpmgjklsemzsc FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: elements fk_tfixmxocbcdtiovczlalynvdbrobmrlsnzgj; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements + ADD CONSTRAINT fk_tfixmxocbcdtiovczlalynvdbrobmrlsnzgj FOREIGN KEY ("draftId") REFERENCES public.drafts(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_sale_usergroups fk_tfwcukoxbadoxwmvttcfgycxdzusnwgaoruy; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_usergroups + ADD CONSTRAINT fk_tfwcukoxbadoxwmvttcfgycxdzusnwgaoruy FOREIGN KEY ("userGroupId") REFERENCES public.usergroups(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: users fk_tizpqynhfphevjqsfmuhgoenpedtgbxngaqk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.users + ADD CONSTRAINT fk_tizpqynhfphevjqsfmuhgoenpedtgbxngaqk FOREIGN KEY ("photoId") REFERENCES public.assets(id) ON DELETE SET NULL; + + +-- +-- Name: assetindexdata fk_tnhscakiqkjnhyqmudavshefckqunguoxnsk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.assetindexdata + ADD CONSTRAINT fk_tnhscakiqkjnhyqmudavshefckqunguoxnsk FOREIGN KEY ("sessionId") REFERENCES public.assetindexingsessions(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_products fk_ttijabtffyjdqcmbyawbpegzpgdvfomshwlv; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_products + ADD CONSTRAINT fk_ttijabtffyjdqcmbyawbpegzpgdvfomshwlv FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: relations fk_tzciywokzmhhfqxiweainctvlpblpkivtbtz; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.relations + ADD CONSTRAINT fk_tzciywokzmhhfqxiweainctvlpblpkivtbtz FOREIGN KEY ("targetId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: userpermissions_users fk_uccwobghavzvqqxthbtnplcvsqirsmfnkceo; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_users + ADD CONSTRAINT fk_uccwobghavzvqqxthbtnplcvsqirsmfnkceo FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_subscriptions fk_ucdhefffgcjmqidrstzpfhbzkabwatggffhp; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions + ADD CONSTRAINT fk_ucdhefffgcjmqidrstzpfhbzkabwatggffhp FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE RESTRICT; + + +-- +-- Name: commerce_shippingrules fk_ucmwiiklzrtdctjtjihbrbubcnblljgfwcvo; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrules + ADD CONSTRAINT fk_ucmwiiklzrtdctjtjihbrbubcnblljgfwcvo FOREIGN KEY ("methodId") REFERENCES public.commerce_shippingmethods(id); + + +-- +-- Name: commerce_states fk_ugrypgiwhedpixibavdasnrwqzvuftwzvkql; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_states + ADD CONSTRAINT fk_ugrypgiwhedpixibavdasnrwqzvuftwzvkql FOREIGN KEY ("countryId") REFERENCES public.commerce_countries(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_taxzone_states fk_ujlodhfruqodblfvycrfkrblbhumtlawsdwf; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_taxzone_states + ADD CONSTRAINT fk_ujlodhfruqodblfvycrfkrblbhumtlawsdwf FOREIGN KEY ("taxZoneId") REFERENCES public.commerce_taxzones(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_subscriptions fk_upjzflvovfutrubhgoekilgovlxidgpyffwa; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_subscriptions + ADD CONSTRAINT fk_upjzflvovfutrubhgoekilgovlxidgpyffwa FOREIGN KEY ("planId") REFERENCES public.commerce_plans(id) ON DELETE RESTRICT; + + +-- +-- Name: elements fk_uqkwchdogfbixowvwtjiillwwhjobwmrmbbi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.elements + ADD CONSTRAINT fk_uqkwchdogfbixowvwtjiillwwhjobwmrmbbi FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_shippingzone_states fk_uqpnucoyruzwqpkmpakaypbvkurkruljkrjj; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingzone_states + ADD CONSTRAINT fk_uqpnucoyruzwqpkmpakaypbvkurkruljkrjj FOREIGN KEY ("stateId") REFERENCES public.commerce_states(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_plans fk_usbnysggrobzuujzujprrvfozjjtucaaphfg; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_plans + ADD CONSTRAINT fk_usbnysggrobzuujzujprrvfozjjtucaaphfg FOREIGN KEY ("planInformationId") REFERENCES public.elements(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_plans fk_vkhfsxvlyrssewirrpzqsrojooezuytrgufx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_plans + ADD CONSTRAINT fk_vkhfsxvlyrssewirrpzqsrojooezuytrgufx FOREIGN KEY ("gatewayId") REFERENCES public.commerce_gateways(id) ON DELETE CASCADE; + + +-- +-- Name: entrytypes fk_vtbneecrhrgaymzencsgzcqrziyjqaksubvj; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entrytypes + ADD CONSTRAINT fk_vtbneecrhrgaymzencsgzcqrziyjqaksubvj FOREIGN KEY ("sectionId") REFERENCES public.sections(id) ON DELETE CASCADE; + + +-- +-- Name: userpermissions_usergroups fk_vtemzxcveezidldmolzxeohygxdocpwojcew; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_usergroups + ADD CONSTRAINT fk_vtemzxcveezidldmolzxeohygxdocpwojcew FOREIGN KEY ("groupId") REFERENCES public.usergroups(id) ON DELETE CASCADE; + + +-- +-- Name: announcements fk_vtgfqujlysikqytntpxjyxgyiiuqgxmfyghr; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.announcements + ADD CONSTRAINT fk_vtgfqujlysikqytntpxjyxgyiiuqgxmfyghr FOREIGN KEY ("pluginId") REFERENCES public.plugins(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_producttypes_taxcategories fk_vytqtcmrwsskzjrkzospwmjamcqhpumuaryc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_taxcategories + ADD CONSTRAINT fk_vytqtcmrwsskzjrkzospwmjamcqhpumuaryc FOREIGN KEY ("productTypeId") REFERENCES public.commerce_producttypes(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_transactions fk_wdgdkcokvdpsqolkrqinttyemgblpwiskqnx; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_transactions + ADD CONSTRAINT fk_wdgdkcokvdpsqolkrqinttyemgblpwiskqnx FOREIGN KEY ("orderId") REFERENCES public.commerce_orders(id) ON DELETE CASCADE; + + +-- +-- Name: globalsets fk_wicoqgscddcokzmwcpubymbpmckzpkadsydn; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.globalsets + ADD CONSTRAINT fk_wicoqgscddcokzmwcpubymbpmckzpkadsydn FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_sale_purchasables fk_wmvdajnpjkkkxaymsdxjlpzntrviwxzcnusm; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_sale_purchasables + ADD CONSTRAINT fk_wmvdajnpjkkkxaymsdxjlpzntrviwxzcnusm FOREIGN KEY ("purchasableId") REFERENCES public.commerce_purchasables(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: categories fk_wytkmrvozgqhkzibgyztjydcwpxgcvzqbcar; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categories + ADD CONSTRAINT fk_wytkmrvozgqhkzibgyztjydcwpxgcvzqbcar FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: categories fk_xcuyjytcgmzvafqwawlnvhmmrchptkdrqyxo; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.categories + ADD CONSTRAINT fk_xcuyjytcgmzvafqwawlnvhmmrchptkdrqyxo FOREIGN KEY ("parentId") REFERENCES public.categories(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_purchasables fk_xdlcxkupeziytxlrmaniikbqcrlmwmmdqksr; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_purchasables + ADD CONSTRAINT fk_xdlcxkupeziytxlrmaniikbqcrlmwmmdqksr FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: content fk_xpqjusxnkexqtolpscnblccyqgmfpuowyhkd; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.content + ADD CONSTRAINT fk_xpqjusxnkexqtolpscnblccyqgmfpuowyhkd FOREIGN KEY ("siteId") REFERENCES public.sites(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: userpermissions_usergroups fk_xqxmmojzsxqylymfcqpvnfxhtjchvtunsxgc; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.userpermissions_usergroups + ADD CONSTRAINT fk_xqxmmojzsxqylymfcqpvnfxhtjchvtunsxgc FOREIGN KEY ("permissionId") REFERENCES public.userpermissions(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_variants fk_xtacgypnjouzlyrwjlwffxzwzkxfrzvqklqs; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_variants + ADD CONSTRAINT fk_xtacgypnjouzlyrwjlwffxzwzkxfrzvqklqs FOREIGN KEY (id) REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_producttypes_sites fk_xzwcqeqeclqsrohnxvjlmgnmxydmjeuzrllq; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes_sites + ADD CONSTRAINT fk_xzwcqeqeclqsrohnxvjlmgnmxydmjeuzrllq FOREIGN KEY ("productTypeId") REFERENCES public.commerce_producttypes(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_discount_usergroups fk_yicigqinflouutwcgawopibmqomtfhcuuwfi; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_discount_usergroups + ADD CONSTRAINT fk_yicigqinflouutwcgawopibmqomtfhcuuwfi FOREIGN KEY ("userGroupId") REFERENCES public.usergroups(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: commerce_customers fk_yjefzoyzysqryjrfrublaikgkxjybjlicbyt; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_customers + ADD CONSTRAINT fk_yjefzoyzysqryjrfrublaikgkxjybjlicbyt FOREIGN KEY ("primaryShippingAddressId") REFERENCES public.commerce_addresses(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_producttypes fk_ynacgnyiddlhqqndluegwzgckvqfswrikjkk; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes + ADD CONSTRAINT fk_ynacgnyiddlhqqndluegwzgckvqfswrikjkk FOREIGN KEY ("fieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_orders fk_yqgqcbfnminmmgvpfaamiyyuuunqthylfdnz; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orders + ADD CONSTRAINT fk_yqgqcbfnminmmgvpfaamiyyuuunqthylfdnz FOREIGN KEY ("estimatedShippingAddressId") REFERENCES public.commerce_addresses(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_shippingrule_categories fk_yqmtydcnrbooncgrkplgpoykfyaciimszaop; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_shippingrule_categories + ADD CONSTRAINT fk_yqmtydcnrbooncgrkplgpoykfyaciimszaop FOREIGN KEY ("shippingRuleId") REFERENCES public.commerce_shippingrules(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_producttypes fk_yqzfnzcbzzoezcpvilbexyjzwzljqpbldxwj; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_producttypes + ADD CONSTRAINT fk_yqzfnzcbzzoezcpvilbexyjzwzljqpbldxwj FOREIGN KEY ("variantFieldLayoutId") REFERENCES public.fieldlayouts(id) ON DELETE SET NULL; + + +-- +-- Name: commerce_orderstatus_emails fk_yspvgudylpbeummmedvydctpvkumptbsiscl; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderstatus_emails + ADD CONSTRAINT fk_yspvgudylpbeummmedvydctpvkumptbsiscl FOREIGN KEY ("orderStatusId") REFERENCES public.commerce_orderstatuses(id) ON UPDATE CASCADE ON DELETE RESTRICT; + + +-- +-- Name: sessions fk_yujfidgemnkxeulxofwldhmumzaryivatuyt; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.sessions + ADD CONSTRAINT fk_yujfidgemnkxeulxofwldhmumzaryivatuyt FOREIGN KEY ("userId") REFERENCES public.users(id) ON DELETE CASCADE; + + +-- +-- Name: matrixblocks fk_yycavqqfxubkylnptvvkqsosunxmysqystem; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.matrixblocks + ADD CONSTRAINT fk_yycavqqfxubkylnptvvkqsosunxmysqystem FOREIGN KEY ("fieldId") REFERENCES public.fields(id) ON DELETE CASCADE; + + +-- +-- Name: entries fk_yydzxjhcbuafjchjcdfsiukeeystenkypork; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.entries + ADD CONSTRAINT fk_yydzxjhcbuafjchjcdfsiukeeystenkypork FOREIGN KEY ("sectionId") REFERENCES public.sections(id) ON DELETE CASCADE; + + +-- +-- Name: commerce_orderadjustments fk_zejjaslmihervwfnsyuxxcqytwiqyzecakso; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.commerce_orderadjustments + ADD CONSTRAINT fk_zejjaslmihervwfnsyuxxcqytwiqyzecakso FOREIGN KEY ("orderId") REFERENCES public.commerce_orders(id) ON DELETE CASCADE; + + +-- +-- Name: changedfields fk_znmwcegdrrisdyakglurteockdpbfyzxtfee; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.changedfields + ADD CONSTRAINT fk_znmwcegdrrisdyakglurteockdpbfyzxtfee FOREIGN KEY ("fieldId") REFERENCES public.fields(id) ON UPDATE CASCADE ON DELETE CASCADE; + + +-- +-- Name: addresses fk_zursyjmbihhiqqaefkooymdewltqcislanxp; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.addresses + ADD CONSTRAINT fk_zursyjmbihhiqqaefkooymdewltqcislanxp FOREIGN KEY ("ownerId") REFERENCES public.elements(id) ON DELETE CASCADE; + + +-- +-- PostgreSQL database dump complete +-- + diff --git a/docker-compose.yml b/docker-compose.yml index b544829..1745f68 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,7 +36,7 @@ services: - "3306:3306" volumes: - mysql-db-data:/var/lib/mysql - - ./mysql-db-seed:/docker-entrypoint-initdb.d + - ./db-seed/mysql:/docker-entrypoint-initdb.d # php_v3 - run php-fpm php_v3: build: &php-build_v3 @@ -119,7 +119,7 @@ services: context: ./docker-config/postgres dockerfile: ./Dockerfile environment: - POSTGRES_DB: project + POSTGRES_DATABASES: "project_v3 project_v4" POSTGRES_USER: project POSTGRES_PASSWORD: project init: true @@ -127,7 +127,7 @@ services: - "5432:5432" volumes: - postgres-db-data:/usr/local/pgsql/data - - ./postgres-db-seed/:/docker-entrypoint-initdb.d + - ./db-seed/postgres:/docker-entrypoint-initdb.d # queue_v3 - runs queue jobs via php craft queue/listen queue_v3: build: diff --git a/postgres-db-seed/.gitignore b/postgres-db-seed/.gitignore deleted file mode 100644 index f935021..0000000 --- a/postgres-db-seed/.gitignore +++ /dev/null @@ -1 +0,0 @@ -!.gitignore diff --git a/postgres-db-seed/plugindev--2021-08-04-200348--v3.7.7.sql.gz b/postgres-db-seed/plugindev--2021-08-04-200348--v3.7.7.sql.gz deleted file mode 100644 index 7abc74d85809f050ba69f61c89020a854d31f2b1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 117781 zcmV)LK)JskiwFqhDhpu%18{70XK8L^Wp*tsGB7eREigDOFf=VPFfcPTI4v!9GcGqS zH!gE=YyjlFX^&>fbsqSgzoNh|Bmq&7EOJ?q_kE9FKj&tx zS(R09yqQVM@JJ-PGc)3xxDjW0o``ef{`%KH`}MEi{7WcRWcKI(@`pDRRfJJtZ)kH7 z{`Rx$@Baw@&gdJSgZtQ^vs_g0Z~p$@{q2AFq!C_kqWJ0R{jtSA{Ov#d>}P-e{>L|^ zqRJfe^{1*F3$4ESk8l3&w-0}^ftW9UtEgo^DgRT=$QMK^i2JFqa*6%2F|q0r%{&QI zc>#a;#b18>r~msGzkRRUQS_Xf$`os6X`|%n+frqp~{B2?N zp}7*j{6%3X6Zum_RsP~{-uwdo%aJYYSMPL72IJ?=za1ln5wJ_{Lz}lvrn4ble}!Lz z&`{V@%ul$`SH8|^oQ@? z{QjTbeE;8n|K}h7{N|58{NZ2U#D=XRe@i6tf>ExRrRB{({^^hZ^5%Dc{Nc|({^`5l z|M24{eYp8)dp8IZG-p-lLPpq@D}zO$5%aZYp}eSO7+VEa#jF^z zIZ@^iD4X~)-J2Q->M8Nruvyl}+Pg_5l;)>fC0%;miN<%fe@k1_Tv5TCHg9DPl|K(08dWQpE_4m>Yy52n?mes*o0 z@NO>ZG;2Fso9-GwM_Hkp0eechx2Nn3hVBHZqXr-6p` zT{;Kjjn&Yc);vnYr~1aK#^oNiNYZSD#oARv=o}Fiu$^J+b4K%pj5m!LgcQ^ij1^){Y@{ zz{6#S@qKUuETNFB;z9gqQEzU0=)6?`T2cgNlog@d32Y-S&Ih_LbfI}Z&DsVk0pO)T zvE_Y{%uU7?%jT*@qtLt(6-JONiq9kM-gq4wNZfrq=2J3pOE+-? zGQHio0(H``&Jt(b@C7}r7JQI?mWZFT(u7LJITu8`q$p6o9l6BYAUseNf^&I9U!IDV zH&v4nu#l(&h)lCeTz#~pm!xuW+#AA<9y>FO4xY4bqSm-Fv6MVbH5gK!)DFzmMx!8% z)@O01TWYJ)2v^RRrinPb(7=(29R-Ep<%%4(pHA>CRcgnyyyQ``u2bQzU7qVBqgCMP z1xoi(vj>26n)fQ$X)|GBM8gEERV(3Qkx6$eeh3tDTdx-#D_7IaKro@O_ML2t?DCyr zNDnUC;ge($f65%K!VG%OAdxt zq!Y4qkxi4&=?5`ChJVa{hny}e2=>|`k&XAGD3W<(3J=<)0yDN_>m^f}XpEYk2 zxnBlQZZSm%MwT!VY<|$46f)rKN1G2vTjRNbtw?UPw}b`_b}ceT05Johgi!|J=4e~z zake-$91Vl27}lyXo!N7d&3i^aoX>q*sXzt`OIbI9D(o}Z zk#8ny#0e07Hpkg!!+X$k5)m^|F_GFP;JLzjL5!6+kmaT2p7n&>bRW!nuq~-z#%~*T z+FKdOxmm<9Fg8h#4T+(pO=mNj&tC6ih9`!dh6zbGFtLb+5S@4F^Yp`R5&?(c$me~b z>aHh-$7~p3D&0!Cb70_WTNae%%r~^zI83?s<$}~h7KG#C2KI^UolD|*Y@cTGEP9R4 zz_Dp)u2SnZ5dJd0Q7$IvO829!vVBDbd-oP1%m7)}G= zb<>gReWvmeq`09o<_a7EcR)+6X+RJp(6mI{fq0=d%He1&&p1l5RzZSu((qja6VVJj z0!e{o?HsT_vyL*(!)#i#LaRp;s{kdU$p?~Um0k#n3XLdAo2+c3v=jGjC%oUhImGHo z%)FSVA#73uM?DwiWta>AO-EV)d^_4_rx`H8EnNsG=V+~@?2M=_Xov}5z2(}vvb5vg z@7rU)_xw8{)r$uxJVWAJsH!W9G4d1J}9vQDpAHHg{7Q zNu^5`E1x=H7cmw<>-<`y(=%1}pP!Nsl%qac>EF!8Q#kU+xeQTP2j!C_=dB%7X^w4#^T5wjlQs~^AlNq3n5(9^>Il(8N`>u~{p{pF zv#t(`0R0qNC9rp&R`7ff$jVxZA?(I3Z&QJ*oE|Z}+n75zZSWHf2LBC+^PFcctz&lW zL~dV^D%^~9gnaHe+V@F~(SXb2jB3giNJ6m@QWPF0XN>5H45kipfM-N> zjk`a>mVg#+X;O|uVDVPWgHSFX#hti9pjiRH)K0L*TXeNOEc?JOAdaF7>C6}WGJmaU;)HQwI=Em76 zzV&_CX?sEzKo%-a?bK|7Y*30~#`U4^duPHb&mh#fn|iruT3U3~r6jjC*`%4P29{*! zN?*JlA&GnTm#x)^rqQIFcn|8d!`dKi@bJoGAXHO4=beHZN)6E6#e+Z_6&Ygj*;wiG z!T=XtpL6ZA3BLP)5xi5h$t!?Dx_hRgM5zg$Dl`B!*xMkFviy0vwdC^8!WvE(EfTxU zh?E(t_Nf^l!<`-l3si0wp<1BSoonOdG^AGuC)y4rGJs>q@8C#|9-*}NXF@FJkk1Z< z43o_-@DKz}DqIzEXk9!5ca78v7SP7eJF7m8O}g)@lOV_$OFV-y$Y2BlkV~rcEV+5e zCg1I$pO}+wEIO*GVVoR0S6KEW~-a@h@~wXy~zLx|4e0$10r zWm9$ONwsRrMDeH^=G=yLAjt0CJw!uB2;lu4x=}2d_J`IYm#>k_jG0haT|Lk`uNiGt{>E!&bMj6D!b9hdh60|{59!g@t@ zkb$cJ+zw?kymRTv6u@T~AHb%11 z0W|@i4XUFq3Z$RA3*yf9C!{kBQW|!hFiaB~ESlDlu>d8U4`dcI9?q^;d{ zYsA>S&fFLuUhhHV@Q`aQ0+xB->qB?5bqNnw$AU4qJvp6KqTqrcG0GIU4xzXEqQv2Y z^U@;+O!I+XYrg-hPKbPPGjiSJ9eMCaaeJCU#h+1Bt&$Px%ay&%ODlzS~E^Q2BlQ(t7Iv| z5w0OZl9@P7#bsjIFvyInlX~A_;@xjdb2Iajo#4Q*6gfLjbD(ID zwxV7t3s{6#t4-k8COmu1E2~kFnl+&`FCL_%WwfIz&%)J(pcFkhAYcR6#7G=s20tc8 z5Rl_6MtLBd7{XUbM;pk`NW!dyT}RK6Ogwl=df5@wN^LDQ;nBH^M||MEGao=UqQih1BrNWlxkiuz zV&hacZHXB;jQg~o8yM{-hEN5rko`0YlV>i0la7%Diivefo>5kNOKGuQ7r;5o^Xw@A z8|TGnE6hQL$6C{Pc8GeA52#nDTQDMkB__tQiZ`pFW^DE-8+b^66s=C*e<#z=Xl)^o zfgm{5NE@(|S+N(}4Tu=@Y@74W!dWs^>YmFP1keP5x0G>Y3!dt6Z7F!%j?~_>=|{%$ zT@XdKR>k{K=8_enlxz#~K;vqP`^@%m*ML+fATt^Rh{B-IW^H|kt-Y2EM@*?p_Z{4x z*eofl<)sU;HR4{{%4kcRnH`2P7(vA3StXCR)JDR%XKiG?YbU9iKF}VujfR8*!VMAn z6?Yto=g4(t=Pq_MvXcOHWijkonk(@hB#(5gACV2LRzmb)hcd z3+C6oHbFR`Ru1c+C33^_b^+7{7I&fT zt#VZ_%J#_^pt2G&dct9%%E zw{)&XJ4C}V6|y?cE&xh%Q->;D)RH44wZB4qz;mc|RnGL8BduO0j=Y&9P-E0|md>-X z^Ji^W;9PP-E$teCSVd!#$QbxO^K+A|qv~fieb37b7(;$>K>$>m*~^j9lmIdV%`v)ID~A>dq7Oa z#B&vS5$2qp!`AyMzfbZTl4&eH#F%lcHM3htv_i2=1khod&YV?4onSH~hE%!_!>c0# zfeB|~RV@r-7-!o>%KJ8aXz(Z54Y7o9BxF_t!Phw;7Pg|qY;QIa2+L^Q2Xpley2{+`P1IP(-~8zSm8ocs4XX8hr)Y;MrbDFdLX4sj6Jp12%bxv#xz1> z5OJBMhi;qmeITV|X>kA#5jbdwUK22>!BL9ryIzL0(hj8L+<=a2@1`q2dkuFPQk7rK zte68Sequ}oU~q0AXmr^T#ohTNG^32AhKN6q;&4Gj`|h zQ@Aq7O)1vpku!@TIaPZSpdIg$JS`IUfU!pWK#FwN-K^M|*_ct_C9WF-V}QZTvUcC- zWTo*`z4|sWVTck1q0)3WY1czia8c75^z8JMe&&$}YH9e4G+`@hHg~j#CCY6rkih9BnrpB!i z?LL`ZEx|N^*ZA3u@51%5{f4R1jkwuXV5J;LQEnDbJD~k=z4>7P_PAhU-!3u|$qeow z!%o_~^x)W*c9FcPHpC%yi)!sG#nLSuWRgkbhK`~Q0Ihzq5>)io*T4YP8r3w=i`!C0 zn=m8JcHkl$&(at$NH&pBoj5|Nm;GQ~MvavzsZSYA(Vh%0|lZAIJ64sn&$)05ftp=MyxGqUT-)lh?j^%~$sg*ZczHR-?`hnEZnB4Kjl zvM!KF-5e-Dkc!#|aMgAs1=VCPN|i(-IxxtH!2oLM5ogS(rgj}jv4F-%zyabTR@XaS z@tU0pW0S6d;re!v8;40j>{O%iKx~8bmhdtqLTdP#h+YgG#FwErq<3K#GCW99IwdVs z??}+si~f=jbn--cAPZy!cxTYELP|+;s|_63%S~xa^(sleEyY>L^oA8nvO#m%be-Td zfB37cD4_tJaG^3 zNIMT^w`;K8Ky0jR^!el-3w5j9aDyb_|nzZh5+oI-~kl@VGXGiY_O%tCQ8(% z2a%x*l<+_uz;|?bG|YMRg|*ggPRm~RW#t1Y%nZP~Ar@D&9X%1V(DlYlY$VNClvf8U z-3dyBXdsuc)*Nyo9~29L8IZpOKYQH|P;;9qHw&Q20wPluk;Ht0%sNFNqWjtSIGC3< z(&RvNd!k53AZ~cz?WN9{K*VA)!it?pK`djZxX}R(s-#A{w2u&jsW^F}UMCuE zyTX=1v}&P%gO+59Cc03=v9>2t6cA6qx{#UcCIIb(5S%rDM$PP{ol6J!rL_W!iUs&^ z#^A(mMh@U-MLlh=rg^mw@NNsD(PTs)WkJ-91nH`I@K}+^i}eBX1H22v4wZ7gGT57? zu(T;xQx}0el@{SR#e>MubZ8xsyrqIE0Ayt>@R6V_xvB(h6;mI?x(3=x<~Gs-4mDSB zt{_eWU`$POYJjRvtd5!Fl1DHUAOM4FK+85=Oee`?LSob&#FvIm0`mam(~z*9O;^*9 zb`45N<=#7a;?vh5EAUX!uhy*~_v8W6!nPeU+5c|=IN{k)MZnbz!NbG?JuoG$UthN;3vB0jt zj*KJxAO}-t{+bNQMFoB*>&MTv)0?ckpTpiOcIQm(hS7?}L%au~=YUgF+01z460cvcoC z_5x9b?Np)-JZ&3^1+3ZouGV591IO0w15Q%1#|@yaX7ze2aVDo6!q>+QHWtRkUh2Ub zm8_5{yUn7t*E|*FEF+Ck$lZ|XIN-E{hzYS}Qph?^V5(>tVhR|UCkt?cnbb4o4_3NF z8Nt$RQZ!UD6tgRE#D%Y3&OnVY{QzSY--4Cqx(Ul5EEM49UV-d*+yM{CJyT1| zr5vlQwvxRfOy-i}V8=R7(z#tM>|!t_Tmz+1dee|)gYd_JTpuvuJa$m{dI8WZrgFdl z!>f-#43>w84*w}9Pc-TTbESZUM2*Etn=uA3Pg8{1t!2~`d&$F&B(MF?!cr%Enxso? ze3xP>$>6K#Qo*140KgY(Dkozxt^qZQUP2xisu5YSsugnv89Y)X z#6H+($RZ};eQASIe0g1v>oga zfb*u5ftqiC4WcuW14>H_v(fY%0rBAnwwtcEKV||m$=#*4z_(}ZcxpZR?9R_X4&rXI z;J!NGohlu& ztSf{Y$U~9x(r~zhh7J+K0OdM}m`UUT6gU%LuhDWL3at>|1eFw^m9rMD11WK7k5FBl z0S|ZH!lbgbWzgM5sS3%i9OTB>jg%aoBnDa_ljyat_a%D@+iS;LIyw=HSAhkPpsl&% zNlAbjXgi-7k~UerojGAyG0n=`o&tG`DNWwdT7gV@;i74!K)gDL3^7=Qvg+5DT~J%R z((WPrZMib;X$KSA!AeJCB~S=R84!WdQu4azi~#B6i>f>jk|$@MQ5YYIXVD6mOOlA1 zXcJ#D#vJvY8lUXUMj;f>Dusj>7l^o(9M?<8jbLH`?>2N0r6N(b&l$5G*O6ghS=Q;R zXk>KEw{?k~tn{@ZEWl1SR}hr0tBEG=%*aftVNzX3ZMUU_wP#L>O@7_rrm*N_(A7OK zPg@v`eT4&b80K^$=Ax}>-Z-xZHe7B4qT31l_^!3U^0xa%B&qCi;}0;lazgXD-*Uw~Yy z?^B#S5x>6PCF7Jvr@SNXdok~@CRY*5Vgu6uffO<_z&Jh1MKthbmgu7Etc+L)x6jJ!HnwAFQ-*G6MxR$z+4P7DO3Ut`C-RzqW~NuX?c0 z;0vxzt{$(eflL%z;6j1Go3l_FpdR&mCaD zUO=Of%fRP>g$l>B5S3Bt?fS|vZp>Ofd2r?+H@cNWSQsp1b4MIo zL1oFM>@xK}aCU&n4y1HmVyx8z;oE0mAA~l&)dYXS$epZ_V-jq2+KhNy6ihAx6$$OC za+pAnua{^Jq?kd$Xl05-x9hS1eI3=s;ZqQiWRcZ4h?ovQkR+>;s4b%^IpB^SfDn~# z6jzWg^ng!0ZI<1B0I)29W*w@HD}6&LMp`+4r_iL73jeq^_khaZDz>2J&Yz7=NBB)Pu-i zEigy5iXR)234p_#YIDGtIw6%z;e|g~X=`fX11Vzxssl&_;)#$U4njD-?ty7Voy@ML z>#8k<00nVDkO~AlZpTcEV1x@`3^^GK!~%}@q?JYh96%X2)+kF{P`(DF7&(Y9X6NZP z=|DvKv~3HTVztu;AQVb-z*qWUcFm460f?bW#dTGT_eq1{nX@n#0q7X&fxVdN=-L?Z z7P_v1D2%8imOHZ{W!H$=$$5b3s|^O$kJv0x&stuEUz zBTC~vK^_2*Ii`EK z@%=h+1in-#ClK`x_Q)Q-iXM9t0w!aU!hohJx83!H$w-Y4NBiD}w?;Aa?y?ws)mj0R zPg%NJhBbnu8c$}I1GLSKSl=r^{)PlD()p#+lGfqMnLS|ThK1cqVmcU)8SfDHJMTll z1X%!OqUDnlcS9S%T4lS%VXuyQlt?nhfxQNoe5(LH52O$sAVAR}GMIbNvO91?3m#Q7 zHV7i`K48KIQO}2#CT|KPjp)6No|qe2Ow+jqO%9^B-kDU7Fk~@^u*I`hVLm+Gv}&mV z$Ch?*-l&&Rb0N&IZ40}I)OA(h2J$z7!zO1*J+NKfonqImjX~H2ex&%4Ath$GQ#+5^ zi8{#By0xTBhet?r%3gzNy_9V>AjSoJzpIl9FrCCz{tNK1Ul-Qop75gATa@}bgl#C6 zb&&0Km_5$jG&jBhi`Gj85`f%57|wMQ(%M1v)^-8n9v;@aAyOa@0Bf^3*a9n+bR&@Q z4y4FQ3eQ+bIgRgeh{U!^q7LBh1Faf);kiDK=S(3tXbV?oWwyU z(bQMpG+uqduY6Gv=x@z#!y+{!eQD-k*H2RsoahGF9t5O8i}D6_SFcKT5`mQi7(b9g z1|%P8CQ5tlEg+*fQW7CzP>6LiMRAZxR8(Q+s(DQ?wFKgd?Oj65LSC%wWKSpiQeYjD zA{-LlsApg_SwWfyVl+cSFx8W;17@QQET(reU z>P-L#G}4T@%33KDQ#?;}*#rEdC5MBn;m{-`!oaVmjMKziQS zmhjdd!J?z6*qFwH3Hy2?g>FGeQox1K-WKvcg>)ZaI5Hrt2nPguAceSy2}DN-+?ki* zgai0ab_5_3RBvsb?AIxr-GV6KbQ%SGW;o|mvuGtiti3sx<-tnJEe46cOBNt?1V9Sc zYf%BAG;$-vrX&yiNG^sqWaCxbm{D4+n2>ujqFUl(Uq`|R^CDZQy+==6-MGmlIw}I3 zaBIN9dq8qX2lFDE96@v#QkOzgOMOf`Fs~sG!cNMH0cXykQIB|UsX?;c zCvWRWl@d=vR6`9b**H?$wZnutusy7R5QdYnD5YK#ly)O ziBc@`Ajr(3$WYcQUYv_<&mk}X-h8m5B!P>8r4t_XhO`le1L(37kchC$9=K+7B86H8 z<_pY96(F!nD208g<%-kVtjuSu{+cgI!{Y#OO&S zf&slyi24L_Zmt1!aDeXN&nIulh>?7u1maU^P68u8`Pr*dtF}QL*zuloAf2l$EB{s5-a- z!IX1a5+D)QvYfNUgUBEt=ZFm$*Og-8luWecN;i+p^v_P79dNF-a#Nm zQb>WvL7wK>!y4BSV4*Q20Lc4QWyvyN)-Gli%pW`vk7MwiEsdJCWXy=#U6=NtYq`-P zqo3?c@u-WbakV(F?|Ce4oEsccNW+c@5(8*BkP>FJeHjonHquj6U#Bb3LRdpg7Ze}t zGjO%G7XoNCGub*>_Vwag%P>m|5AJGK2kaAaU_k-+OP!t$YK8JZh8MoRBDu8Xo%j))mop7unTgEQu(O;U~J1D3_`qOwYWbsX}E z6arCp)r&&hoPtcm4LukOU5i_x3lh=;s9V4xQO#lixsQ%?gDXCWFBH)3YFRUqFme@a z%tp%rid;E!H>c^zSr#1-`?bP*PFpGfN{^SRn2YU@%Y!U(vU^U0tz}iy14fjhiXkiv zs%CX=QGg|;ot(JSfR@OkdtL|)z$vVo;6Hd6WP>Bt&XczRsRE=yj2dz!g?L6*L&zpA zjI^qo!4-PojZ|IteXOX;=mnA^iy_#?&6IrkE#j6ZZ{Sg$ESA-~RVr`Li^p|M5Tv*1 z2`~cS6t|_2-6Ob4))+EVH$$nMuu_!HSnYKahCJcZ*OhlGdQH{!RnjmtELF=^^6Lb1 zMLEgIX)c)sm2AO(B)4tly#mr(rhR?(8y2e1ePAzS$gUK?D58CgS$D8AOEbp>05ll} zg2TaH5UE5l?TrGOw$-YHYCKXc)Lc)wIZ&^IC`A%il_bO>s+0kx7h)+2*{p1*!L^xD z2iTj$?3;q9-vB^$mAh^XVh%>u6~>H(aUJjgNJXjHwkgLPD2=Fj8>E>f%gV5EEaha! znm{tsp*Dhbh#5l?nwtT!SmgTjNbpxp`)w(BR8>Inl(I;7og(3y?AkaJMP*XN&;$H} z<7N)V6D@*R1(_L8GN!6gu6b}*wKP8PMjU_$IS9C&iy(u@JSs3a8+U44um-^9V2!Zf zl_mhkGbDH2_Y&izD38hg#1QxZ-5l(xVwWKP2flzknmHwwF{hehnM9dLlh*yfkI6x76M-}^d%z^+M2ZtF_y+htdjjkZP-?PLFFGY)R&pJd97JyoVevb0VhKNmoDHMawwMub2-Lqeg(Vg~$`WD#TGtW=L#x!C;CrB=6ZbbQz1r)b#G z9c=f0w(80DcWb+DcfLc}r_GOb-Tt`tyB2p!ynTz=qjtyAZ(W%A@b|lYB+s!*5zuxJ&dhbwnkA}kw=09)x3>|0EPvzeH2Ef|}=kiW(QGML-dGb?Z zH*Q{hs`>MD9elIk$@b^kzWu4G>(BSdx@jyQ+8j$Qz{Qw@cnkddo3sA7;ko?xACdm1 z><^9ZmwT{=U$i~fa^nv5hriz??dB4GY;-PHwyU7|WDy^?JlDW(2HN*c?vM$-dm{^e zXmf|uyFOm@RP#G@9bUEnxZ&OMPb8npJozy6hc!S^lwOg z)b3omZ9;wX`QNp;!y8d1^5HW$-;#QL)pqVFeYF#roMYEyOjTEEic`5I5YJN@-e&(eGA+s9wDeU_G^kB~gw;eLImpMrh5!!z_9+sSk7 zj*b6OhnMNQ=kdPm_CnovImFXFpFe_IA0>Ud!^`xYeFyzk*XNJHu`0tiLE_iCJYVPY z9{EL2i%wS-J#R&iKezg|F3;3?_))sAcY3DYJC_i>&|2?(%$Ggkqt9yHoy@-8`-LO9 zMKiw9>!q5X<+wLQylhN&58%1l?$PudEf$?&mWPJVkWcxUcxd+w>1aLh&xcLkGd+)b zJX<4a`6?|qwZzXm-LLoU7vBKlv~PbO_~{NW()SZ{NZEUpzU%c|&F9*lslkV;4sGVs z_RrLI@h9MgAa4w`j?}zwd%u=* zPkXL+J@otVQQ^~d`m)#knomAb`eoy1=y^BFGd=GcKVQ$CxciB2FVKB2FnzM)3-sTI z$e!qSzit8{D!9WG@uBex^!$V<&8!@{$`jq5ulsICeX`>-^xv}$@`9a@yJq$o^C^)R zjNUwlderV->8QfP<934^ectw5%cGBj-zH&CG=HY9b1iquzhPJR$A*WGZa?hw^N_y@ z1wL!}Obxfn7@lZ-pQf9SaOcP$hHzD!-;(>G;kkV8uj{gJ9u+=n_f6@ay%+Gd(eM8F zhrj&u4{sEGtKuKO|EKT%@`oR9iFoowfL9RssMh}l^4{0;zgWck0{#~W`n{Z(YWM9RBk}n@=q>tqp@3JIb@udtZI^nj$~$Cccu? z{F+1jWK-%jBt9+%d=-hWw<3@0`d(Y&Uu&eVY(S68?Ot2rPp@rHpB2izrp(tKDtfgE z{j8qt)nq<8FMBnquRM>hKFDtrl)bw67sH$560q0S@j3z@>Zx8u(p5S2DuNytNxh=T zPpY6^L+axir&pHvzP94k#J(>edNqL`YlL1+uQP{F)m6Nj zyq8G&yqe+FM7=Frc&WILwFEDb^r&j!+kzf``t$eyw9!5;63U-?RZn$`#S^V{-2>3CDq)7So;JoJ-2pQZ0z+0z8uZsLOpC-roXvx1M($@6-0-Amna!?|a_pg2cgyK3w&8 zG>Z4FZ_54bp1%{}kGtH~@bR|4Bk3QSpG&@Lg}&%@ThBvH>XGcL<&nHQ7V~5C+mb)K z@b5_c<36`_uscHQ`^L9gy}S4CK=~6F_?->p%Z>-y9$n;jrsvZx=Nj&jeXG@ni_31R z|9JJ^iT)3*59EGw^WT~1j~(uj{^-KLI~9G}_f+Szlzpz{tF1q|`|n^t@9*n4}Z%Tgmn$3ySw@uF^esT}q zvFML|?$L3#g1e;OJ3XKFI@5CpSo);>P1&DZigzOVWAoeXPDsXQx7-~K;Zc`!4fn`C zmHPOOyE`;I>UdMzyF2er^t+UC+_>uJ8RiKfb2=EVUoH-=#S} z>pAn?Px#48llLn7*!5iF;|uKW()g(B9U7luG51=^<4f%BQ}t=r=V^T2BYr91ncAP} z9#6}-e++N0vU`^5hpx}l_|tR!<|{((AI1C2?4G6lUFZ9?zVxx5^~C7@6-M{1>}OZn z-L31Mlaa626+T1nr`_+={OqMf&$QgeN9=f~qe%|{TdY`HAT+@d;>F!eWzSp^)=eW=#w>j1E_=c!H;y_)$`-kXm^eK z2?6)^ynnPWaNH+F+%baZZE-wfSL2!Mak>hhURQV2^y9sAx1Zsu3*?TT;)#y;YP(<0 zQQMQX`}}6Olc9Xp=T04O?}fWx&!@F0-|BEUo{v|)9S`M0m)ja1-THQ<;L{%O<^S$K zfB(fkF3o@b{>L|zanx-6sXk<|hzNW0AK(1q`tuim{Rt6(^W~?vdw|ePG8BLN z_yHcz<+}%XnD>vvfB$q(&Cc5;dTL?b{PJgS;QthTqdd46%Wr=8C z_;6p`SN{CA-sF=8Z+{QZK$REQb(tBF3jI3D3x4yt!|(^;WGGtY=Sf)!Ss(xI%P_(NLH1t){Nkyo_V@qr zaWt2*CkFD~ec3~F_;28=|Mg*JKSYyv4GfF*pJ0YQ|NZ6h{~V|STJ+b<=l^>|na{|; zYgqbcuZi9=`-eVXx9%G@{H_sbL-m_YY3!GyZ{Ga!7uR9ljV4z~!p$}) z*9T+$M!Wy{t6%-<=CfWN^!a06zx&D)mYP{5^2X@6syAAE%_r{}`g?!iWmM$n`BSwxPcR%+9>&9tgZ|~hAJ<0rZJ5eDJpg;3WZ0j7c0l{N%D0*J z=bxn7F9!8l%6*q}e}S1$-h=X|2J|;y9qRvlC+>edojjgCPkxo$@ucYg#i`@y@m`iW zo>cKg;&|NZ>v`jGHNdOJu6I|qy)>6xQoiwLiOOHHePR>nspG_!)jvHjwx54;;`06q znrr3T|2|c8!wcWGeaaWVC<1z^BYyGa%eP+m z^LMW#Kil0tNW23FJkRta&`orew|+c_{B{My6W0Hz4C{5K^xa2KUTHetLbLymy>IPq z+ei}qzP~~zUy?Z|J&SHMfJXL{EkEM%OA{%{ow<9DPro2xOc4r5+EMoGf4@}?kOWB( z06|cKJ(+QAiELDN6}p~XUDfdYN8NauSE;MM!gXLF?9K2xt8H<6u&C5y?VeOO6M+GP;yGRSWn zq%oS=xa>dDyYtMntorT-H*F&vIe{-QFZ+|dz|qYBCsNr-It7F~ zyo%+}EBSkUUP#T@)`4yhw@+TA)i%H1VodYvEylFGT{ng|uREPRpMl^h#8T%owJ*4|YVB&a%3JI|dV~FPHQ9 z+ak>?+_e-KSw4S{x2U$%o}FUKY4@DUFP9Z}?g$Laire5Hixu0@9EcUSr`gYntC5YY zSbP6tFt)5Mf8S<6E(bSQ*-O9;Ihr_AgN^X5&N})9+xK=)^%BSO>K^EYb$(4vFQ@KC z_E6%lu1VAoR$>{<|7zu5!!`S1S!e%5kHtjYQ6Gq%_D{H_#9|vo7Y1jtjUI0U zuvrCOw^4}D-pq=xlR@h$ah!-nYo>a1ChdU!&}>>WWd}yBKGlg;EA?3hXVglQ#{t+B zp}lNL-S|qlZMW*qiFj>iqDSYnR@8^)vz-Y$aM}8qE<83oXAO8vVC<^)a^;*-@4qv% zREIYI8L03ky-nw9c3f_JZ%2FD{5jUx>N+ww2xsc~yJxZ69@89R|_FQ1A$rRr$T)5hgyJ_O< zt-9w*R;LYGxpM@J(Pe1uJ+ivBZ%e>k6n13f9!&O1#_H|8LP$Bqalp{!^tLuve)pj+ zgscwj1iv#$_lb{P((V;Bdq~_MUMiRsb&#KT8atQywVk(*?Tmb#8rns?R$1*q8dSh_ zI&IxArt3TG;H#Y2Lm7)-@<855cORtL^H|lE9nAAsLTvLqW*-+FEh+g4`~lS4pwO50 z>(_BTZ*OJbfq7&L{G;(m3z|dm$ksFsJhB|w#3MB&pNC?WUC;x>zZ}qRto8Ng4(+e= zJuGYOo#(N5tTW;RG27nx_H*6tBdzQ=Fv|@X7Mm4@R!3EqTb#i3Al-A8D_03hWIK_^*%O#4{j~cON}lz1oemhj{Gep57+f`{sl39P*huC5?h%4=0V~ea zKU%|W4R61j9Ng}wGpr=sg8o>tum#D1q~X>q`{m(sV3R~#w?-ODB(5N~x^?d4;^5Sy zrKu%Wy!I=8k0go7wij+`R^F6dw0nP z_rkWTkGc={7_58WUBy_N$Fm;xE^ThW)gY27XM{=N>OC(;I+vpl*|XhwQy-LN@Z2Nh91(4;ALdczK- zDYgM0?IkSDsU1UVkeJJ^bI>$SI_tgB%1@^*MQ%HCe0T|$B0J-Bwpq@)*+EU!| zYi75S#wTR9%^4n*)tZqVlF>G2YGJc-a4VAy%wFw`rCKVs%-Tw|*rlo2R{Lc&u(kS2 zdDc)DO1yFVC%J@>fkH+d)INVO82JI_~ouT&t|O) zxdY6K-O!Sl(~t?c^0m&FO;zi{Yc3pjP_May>Yax_S)RIfd`K^H+{!IgUQ0$hF9&z1 zc>C(EWsqaRH)UQ?ZJWxSiit&%eQON%vsE1;ur<0px7T3(6xS=?Pu~}JpNf~c{VsE> z zt-1`2l}y`%2af2{$gK5N%VOFARQAc{7tO=EA-%(TwMlwg+_^7DrJg4%%kI!Lt`fR< zKbVbyIax z2F+2m(vvOS-XYJBb|AOugZe%J{_Z87qDXSLquU&WUe^TAFF?XJu-*>6Ps4uurg(@(l*(#S-kHHO#la-i<%+r2T%hd*f3546NMF?y~9ZD>{4H zd?zPm*3CH{nNyn)9+piv=W6BAa(E+ynq)w>1YnQjC3W^|`rNWj(uwQrwd^-~_}$)g z_N?9s+UGQVH5YQ51P1Ju6N!m65Ckx&k^Nz#4aolpt-VX|-s4_) z9ItgEmjNR`P=oWf)84J&+wHk_Z{$y($@xYRz1qtF$EW{4PGk0c5^FfIfSc$5?pE=6Q>#EX5)}I z?uusPkYDj)X7h-qdA@98r`Y?rvj=A=2eg%`Tz~2}@*dFL-RhqT9(d6(<}}(DOZ7ej z;!kIIF}kLXZ^@kvUtM7@XSee0F|NyVv(;X+oQs00`@!B-2XycWzL|YobQ)LjV!Dn0 zYFOe#`hItYM^pRl$PT6bcV}ua0xE+$*a8L6rHVa4zo(XYT7}$_H8%~2V{C-4hsAcu z`2bwEchXTXVrP<^f;ab0-i=*rp6|}V>HK6&i=c<%)6KNRov?nMF4g4P*war)a=+klvMX(d{ z(rCK;c0+kcK02Vg@7DM>9vYT&PTtY?lwEGIbK}0N``e7?#@3gB-X1xb6kR8W?1%ag z{Yv*FSGs9t`x^Ds2a%;T6^=oZ+*`no6sN2S%(H=mLb<;XV$N?z?*OCf%)X^mQ;~N$%5fl6F5tGF>ni9@Bi_0TwSNMe?h3U+TJMhn_X~_Qxd(T73UsUV z#oAZ8qTZCbO{agK-+$Bk^f$Ni_l^V8X>(!L8psDekWOnawKPs~;1f#D>a@WA2li{9 z{m<-GNR89%*HMimJ8ZoC{h;w*tVO)0&)aevb_=ks8vS*tPns2FQA=Hl`L&D5#%g?u)e_uiDSD^E(9{!ijgY=ZBrcy|(u9Kf$Quc(%Kr)8_!xgMLpIuT%CMys8(o#Qqi>&$vs zo9$G5SHK>M=^V6w50)zk_W=C1G0`ZPtr7K8aN5R%9oejSrYnz~hPzIbAJKS9giREj z=6edB%g*)cKhisFs?lVFenm|B0PHy?#(Y4QJd7Ee*>GU()=i=qA~Dnw#SXT^9c{A8mL(e1MDQW4c@ZfY-?nyFuRh(l`vv2X!Ep0NX1m%HQh` ze?hx_vibez8!$R{%BIy;Za9>mHTdw&CD7$&D+B87>36@A(e{hn=4e>5E2P-XcKXs! z0I|K?C%bN!x!t=EzXclY8BmvPv)oW0Nom9TjINp?U;5f@J!BBnhmM1t zCH=v*1MTxj+p=5E3Rg5cl?1Lre?;Nigye8?w>nFs$j#e4Mi_IV)4(0bJ>>7d+Zo^v z%}&NHqdNKPiuP~}bl`d4&J$f&YT!8NCfEU(>FYk*+a%X%`Dhe@%1#Im%t0Lkmz%>o z@Xp{|^MxMVeWech36Ju&pg%G*J`5XnX253F%jI+iZ+Fn6gDTK&O_rOE4rFfYS`X|! zJlHylSccAKH+8KBS;@Cpo5n5gI z+?q7Ey7j94LSr$9mQjgJC#}74?^bmo4y`{>Pn!8E*|`!qfzS5cNLs+_%hNyFLMK|@ z%@>W=jmqx3Sh=IUV{o#VHW8*R>QP1bH2Q9LhDXzR?Z^(L_jYG$(0!G`P5Q6w>M@+| zTLSD_B6vqrb*^5zw`E>?S<}5KET6IeOq~+Bad%tlzL~hLHg(^8-uujKo`C>py?cZu z$fuL^HU+tUiH~gC#9P;$*0)`1J~c(FcDx5swlDcgENsAXIzN8@IxwxfwygEiyCS{o zH}l1}Y$>O6{enJZ;1%A2iZZWm!RDE5_;SUFyNOJvSMX`gcfc7p+g}ym%xva9+xyN3 z)-6?-53Ws`5IR4EJ@Nj>u&)2YHB{jgQw4RbahaawwW{EnOZ4A;q7`=k{rR#+{G7Y-Z8zy+* zeSZL|$8kZ!L_0iDH+DaV48;}gs>1Q=uBO17S|~+#ziH~>+nuitxXLBVmh|0~%fol1 z$A_L3@vqiLm&?b;fB0cFc%SC$6*$pynoUzJC%fuWo9mOG=a`vQlmz<<&VKNX-n;IML+p(L(g53| z$pkyiWj8!2yuy>E7dUmdi?{A1>I#pEi!KLmU9HCsrQ(1~yHttWhX2~$@3vwtMlC<@ zT6JJER`~C3Q#SF%uv%*y>_cm;Hnfh^R@>lrHPvcFjh1p;KTKb*3aH^Sc>iRRhBr1S zpX|bYU`A<2>^M%@g}=ipl_C3hW#TlX`*9eKsRC?OL(fxo${?8!(*zr;ciRXQyJL$LFAvGfx-3 zX<-@A2SaiVf;(DCb+`Uj2M!hA>+4lJNZeC#O9l4hF-!x3gYisdjwZIjVf#2|7=~%* zlk2T!#e>CK!kyG{moNGI-VCbMmc5>2N=`ZiO48|Uo-fMFVr%Z4Sv**C6-zora}E#W zOo0VE1#((qIA8r~{qoQ*n=Edpmy0Axf3HyYJ5h5N=2Uj?V@jSA3Y=y+Qzu>u_JR#{ zw1`%{LzZmaXhjEeuq!iBkFkNx5>;+dOWYJ zAPvVWGo9US+=ESL7jCu#(iKO}AvJukBIK}qunqR1`JfH0Bl%z({4O7?M%44cFqc_Y zfCh}tZ`^4aI!Ej9Gh(>N3btTIk{Y&vk9Y@j~hP;(H?-XlDcT-*9OD5^{?i}AyR^79e z|21F590bxA$+GzR2j$iZzz1g322_sY(F))l_QdaMI1@bmJpElwGX3#rrCEj5UK9tR z^*?@V%fxDke6Dk)97bP7o>YbOgJer>!)tw=ZLjMQGN!(=;P>_`8B`eV0sg>(u_KDd z3CTT^>-2a|DZ#X{$sw9zzt>Q!R@&T#+I#k?2G7X8w)dB= zMq2yX&0_j-3N})gtzm$Z5t?Opd0R61~qJ}#?o&~Dh??xH(@@ouxv)? zI7zt)dq+%`U)RaVJo}f`^CD_+w4|&8E9K>#oYxfztrLoJvap+_cXoHhZwtGy$F9=> zX_M!$=IPW4a_AeW?4()G$obsf z-px0s!h)RjfwKx?FI?5mZfLn`AA4$uxvem$z^X!gU~$!i%yGi13VBCVxi4!3Rc

-26<{Ub?5X};qu9Hc0CgK?4s(83mS-LShfR3xWirOkW=l~~D`DhpmgyAN z@VxC_f77vV32jNY%Uu7Q@72WX)z(==wV*C!?#_gV0r(ajmpWj6_0S4;WHz1Dx-MHV z9l+vta|=-WJACOJrw(AB!Il_`jz7-lt^>w5JC>a9(Q@ofIzKNe=k(KZq)SMy zommGK^0mMpT-J9&@mP^xJ4ub?-yBz~0NfC)ke}+o#ppKJKc(rP()3ShI;=F^=CM-< z)je}Oj%@9S@E{^~&s_T??e_3yfjgv>{rW}gpu#Y*d2aK4a6HfJ3g|Y2wcgc1;T;!) z6~~`k+v(maB%Pqx-@)%H?%=rk#lrx5kxuLd$nD{vy-BAvGSfSS#9Th%PTb7X`=1=Q z?8)tJ6t5?fsgEy6PcA*Xh|GF9S=5;vKuDH=4lj%*bqy&W%kBSRd$Qe}kDcXg<$RP$AKxl_old8Fngo8ocai_E1owYy8wjq} zd0@{#Y*sjFZ5X(pi>i$jmjdA6jF8phht#TDKp$ACwxD#JPTc~&qf(dO*J{*d+sz@$ z5N|>opc-bgigZ2h@<~l^in?oTi#)BVKVWa~CbCwe2jD_(=mKy+wtEJCeT9oRU*Tyu z@DU3acS3I>HzNx zXZMA=8z3t_$M-+vJU==sdPs=-D1jAk4g$Az)oOE+QZ(016m$*mHD%@$-#wYk@$1X7 zyv#S7MXqqfv;HPB^4UvQUf~y+Z^Fi}aN@mR+{(M!@6NO7T&BS3n_sOW)~oL~8)oJi z-Y+#vs_q$v6BN6BlOT19Vpo<7tSZ(Z5H3+${!5hY=G-}&FTTjLZ0jE2B$@94l3(xpW@10t$@-4s7?k_b zJhS~8hUK3<&>xzYIwE-_U+tM?m&djTHu2kVjMmO!xAONlxW#9G>YC1cb0UU$Y)&~b zi?s7bEmPdj=Js~5*vJO7Hs)xs1Z(WZkM_P}Vd90t3JG<|TPid6b)SEsie`h_!!k`B z=!a&UF6bS}Jatp-GSJ4T8YY^{>tP}!D?opiwEqGW*6M8y%6i*SADHXfkUEaxwxRFv z+G;>On+?HX$A?%d#YSJ^(66G{=rSEkOQ7jcE@>^$R{Fcq2f3t&;x#PCHq7wQ+aDQ%2 z)Vw{*v2D9^*nQa{RM(u2>!7^0_Z>@DHk6Aw_^7$n$7&L%zaf}cisA`_tyPF4Y%QYo;+s5lM{A3 zX>N70x6cV?@C@VMuOU5-gTJQ^<`=o`*R&jT>+gVl;O*av)^RMb1Ad1M)*~8O;RF6S zAVU=Jj&{wPv+ch4o$iQqs{LLC{&>5-3B|$oesz)t4k*U$;e$Jy-=@Q4OK*Yu($nLH z*zgr{48GrYVL!rlZ%6R>-M%|V?PjkGYv1c1hBb%kA-C#*^6`r%eDfIlsS~Ql?WQJ_>vz+7>|d8Jv~KZ(?4efaii7r8 z>vdNd?{2brwwrm8r1@;V?`k?-*UG@=&+Wqi&2(?emF;7K*$k^)HTMKDx9PM~em-{H ztGRkmH*~g`-Px(>I2woI757e;1dvK^vg>quU|VhX%#)%4%HE=t<@mA*lzZgYbZWBC zmvfoVJI+>px<15>>v>ffbqFf(65#U#p16^-XL5F7coBBJWW#VYH<~Xej5*) zwuir(%@)=iu*Ai*0AbB@+}$nHEw?o`+nN7le_N!v?TQ&v{-S*T{6Su; zQ?>YhAV%rfKi(zLONS_m`JG)_!4jSdlK5K6p9LT@l>=RpiZdwuynxrc=BlQ{!ho zy`S4!2lPUwmD=*vZ?K*f*lEdPQai?Ex3Ay>Tv+;P2lgGN_+)a&#?$Edo|W<0p2jd155J*P(4nxH%zo6 z=j+Bc2z}Q)b!e%-0rXF?|AmPCJ(fBRyA^Om$^0B&{N6%@wcFz)vY~E%8@87*y&9@1)7#3zb!h*42s7V?1PcneEwjJ2HaL#aQkD@Wou~=de`7Zl*wB|A+ZJa5F9oi zJs5?ui^6FTDS;n>PPN`tBU0Jzt=%$TPFhb36n*1twMK{Sc}^=!@5f*-d(Pmrk!w86;_& z@ObQZf%YfJup#w^IR-%c&;a|!({uUzgT3|5xsJzt1KvRtIB9(B_^?>tXxL0n>`5b? z+Y|J{ZVSl42%h%s?M~4j$)n!mDI=QO6ZA*1UnCPBJrP<*AafWB51=!LQj^DN#^uwu z?h?xh(Ogb&6pkg3J_zQEQ;W|%6CH){7O=jEpBUW%knDvTrm&sz41Ui%MLDc~KpcK1w|)#63M)RZOQ2V3(7)Pq)DeX_&)jlIil zQF+GQpcxK_UC4*vvGa5nToCsG5h%bNv}*TAhozQHU|gE~>dMYg3$F!!2pV+&x+66> zBE1%W$btus&2NG2wfL?Pc#D_BhdoKEfIMjFtH(Ml+m&q@I1*WfdC0;m&vjk-#1))z zKMuV94af&$QGNO_Tuy>UZwwAx{9LM&tlz=yi2^>`6^nrv-($^PmU=zO6qbY=aIaKA z91V_la0+hpd}HsG??AP-vh>alLi9@wZ{Lp*TNosG$Knq-45*8w|ZrT9RHMczvA zg@0FA2Xa`wxdZr+#cw~{1(EbRA2`{)0`j26uO92L?7PY0IvsG$OL&JYxO}F=YJXeU zg&l0I1++s}>YnJZ&fHE0-V1Aphpcz?RHrr1vqk(16f_u>NH=pf-1?;(jV;dEa2d#beSjS}#yW+za+i9Kie4*!y+zuXZ+=YD5`nR7x z1eX&a(R1~kmVG~)+uPyUbQA1B%inmk0}69_Jur{1As({u)l*&8T-Qf_xb@dUKM0pP z2#4ae>`{Lbw3fhoW3|~zy)#lLLgxrXI-xLZ0IEmysdMP*1ewh}bD0myUfyW{JN)8H zz&%l@wy$bKq}sxBNIa@=4@G0Q1>^x(oFZSoVTxmLJ9yXacFH>?hQ}k<8Lvv4vZ4s* zfLK*vZ{V{k_t}J1Q!lS3tTubb4E2^ap&s&f>e_^~uYc&3_gQn7)z%jJA8P5fzz@Nr zp>TE=q&DkV4~^9(^gd|SRs3zltE|R57$zmWgVw%LP_=%w&#*LTlI3-!R5vOTpFMkW z^`vF-`+#EE%3-0ci(n1~cAY+aFvM5yE}#E&b@uAr)%#VN+&Z86yVQKY?s)utrFRzm zY>I9$zozq>mpHNO3`WAM}qhUzB4k!k!7RBOYN<$`% zNl3&3k8mb@5_1?98X*Ja`JUza+x-l&S>JQOt+A|~S`cp)<0y!>**ofc*Dvb(vKLev z{WiJ`IdZzUkjTYkeld{+Z+}xEv7<0-rEky6l_A-5<>wvB`t<~NAD1sliNyG^7n4{f zu(O!vMCia0*k_?+lEy(~-42|Z&eShL=EJ{(GK#;mjmusG->=(c!H#Snxbg)ncekw+-~{ zyKl-+)E0$TLw0C)muGhpYo_7LDNXxrVt%{qZM&wAPiSyP!yg#`A>i<_YoG~a-?JYc zYN4z4xuaj{vVrgD7rN}AI{Jmyw`=XR>}IAdvIYla*fMi*9~}y1{i;ULHPfLGd(jTU zKK+3s!i7LY>DTzCPP#fV>ea>LT^((Dv*lKP+~w_mwWCJ!c_C(`F05mpK9uUDILx2_HI0$2pha=k#AtF9CS)La(c($TJ*jFrYm6%Xk;>QM9!t#g+%@k}0 zBZXuti8&h=4I)Q_>ugex;QfjOQBM*uBSJ3;1W^>|z(bk9Hi#2qndYG z1dDW165-W~2%;wuLX(7wMC&W)ME)Sc5sEA>h-Uig;GzR->WE63xWPa@~XBTw%X-$W|mL#V-q!!Eu z!v&}a;Ri&;0*4tOh3`pk|M|ot(ZQLLIru}R0rhrGg}zp#=SMW;RuKkrf^Y-$5DWx{ zHQGuq)KCU2H-~s1E#Y8Dalc2#sQeqLI^KP62alWkcY{Jf?^UrQ22C2ahFL@}6?-1jWVN-rihkyLp;OM);Q86AQp9ZD)(t*Ox4 zh>Ro4s3!1nV13fk9_3{;?$@k0_t z5eGBM7$RgC5fl0$7!gtic4UqPMN{&rypgxkdD&0bE(PstOd1*bpe-c{l@DsdS`W4Z z7}Zf6Dr;<{BQ-VwDGDm&GIe|5>5pqF^tL9oG(NMG1X2hv8f*kc1D6D3We9$@Z^4op z85Lqjh3WM~8aumjgjjo5w68rWq^Fe^3nI|b26vN_*av+XdR7=22O>}-lab7GgaF}S zvVtp~u47MqjmRWc8U%tNzA~UPt#3(eC8!FWMA{3eO6dWP%BPk5X6LoGeHyw%bF#z@r+M>OGoBoF;-CFI$hj4Dm-6Pp|1%UXE9~^3J1F)Vs3I(bY5*uF;6C_4+>&ZZl%yMFZqd|UK z`qxj_9u@0rKLVHhCCJAliJ1&MDn{m4GPEC`-Ym*fnx|_cn)S6E zg)lntVo3tdz)CQPzm6@@8sm_Xaz7rMesH#9Hc3AfuEf)I9Fq059RsU-8v*7C_-zwpj?d1sASHl%x2TH2+jRy^FQo$_Nfd@J$W@aw`NGFa6>u{~#*UFS41dBpb68aK6&_oAB#zqnmGrH55S%xy7u8(^BzNRP$Nh=c&omPPw;bF`%f*0WNI0z1K%v3No!Qo8N zMg9>q>e&l9%N!}zX+wTrgVYy^3=>Zig3%nL*1`(|XOm>(6SxRqz$ zy}g&yTbcg_F?qZ8QT)D!sWpkkR4HOS3mPS{36acVet+VzPzukBM`n5XqM*hCl1Rnul*^lh`=cc2zX>5C72fxftfQ2_hdvB6M~J+)GDsh+^WnJQsVVGw(Iw`IH{)K zms&%7>T8e^7JM~d`=DNvP=lvpc{DO9!M%bEHqSEWvYxMbg7>vJJ*KToCG?aJE^CaD z-4LBuVZjnL%qC+?9^%xIVJeH@#rfL%;Jwo;Lkqr_5QI@Y0*n()L>K}Q0tt4wj6)HQ zZ7(oKggbloiv=)_5Nn&8_ck{T_!zN|djRYP&SUgMLQ6C-i3yEolo?qpi~Eic_qSkR zRx(XrujAajuX*X~z^Ein2vrKyg$cmCOp=foFubD>=@E|1oZ@I+o?~%#IXQch6sd+k z*%4j1ohPzumN0XIGYI-o)6D%Uah$ocu2Dt!&jnCZmeWd*4O=H(`mC>;j`9dau)mwaq_xq&k@vq^TV z3VZu}9jpoZ8k&&|ZOA}KiYNlhih<++dU(VpG4l-zSTHtwJ8*_(cAMoz2EpsKxgGRA zJC8giv{fYXeb5{ckBJ0t6bw(rJS}}0s*!1qz*(Bv^x6d_&e!poptq4prRP}@65mRU z&xD-FB=CtJ*hGbr$AKIhLpUQd%RX+%hSzIS^ffUf-!mde7zx~|sn0wh1$gC#gU=x` zJCoUwk;0jn*=#P)ek$|T&)0G8ps!IWz!&#p9+5WNv8S zjLJNd^HiRF_hbG^&SxK`i&gztAxQ5ari>#ISWBpH6T-o+#A+Xs_}p?uX=udQ(hvh@ zVwMTY=j+7Wps$5#qChB5`NSy9x${FjGK~_X2xFWDK{z&NG;kK?B9~eg(sF$y81%I< zJrmF*3^lxY9%70O*qAX5Nf@#a;_j*p1Jv$a(b_BApo)zky`lO#!uq3y&YDvH1vGup(ViK(BtCzw&ruakS5C!gXin8MA$oFGYObUlpqNY4dE*GKt6;% z0Zr;BVG?+JY}QqX2IlkY`@6ZL!P*lI`&yWBtc^{;m{5sH(83H!9BI7&WkO{^dxZYj zG$~q`&nIV>a`I`p8!p!eKVe@hGZvI3!sjGVRAa3>u(fq!h|gHUOe{k+wo7m!TA9y( zTgZ8qr*d-ka*ODwYCMT)4SKlY|)|?F^S_aAzFgyK*KsPBg?jn(5iePCm*YIh|a!y3$inv%9)GRyja`YQC~wd z@Qv?Bo*zSJNf5(64k(FpIy#h^Qc;e=sKJ7i4x(b%Yf_T`IQ zPPIEEf3a4eQST6@ieqY`ka!AoC+Ct8!D)=yMW8l39ffjaW>pk9BG{?EL6fSy+wgLo zHxl(VF=Z&V?+Xd;xTmm&og%{XJfZ?$fq=BJ7~4I$NUUjbkxlNWc2=mQa>yLvAU{Irmxi*0CP|) zFrz2{$q^VzBoiT_;G|pW#|eu^W^W0!I$ugvq-DNbXC#WgHmCAEu&M$}BnnO*XrO`C zf>9)}`{iP=vlAk&ixz_VM+ z^tCG!;ZvjWJXA^$mp;e?-~vX1C}L4;A}z;u(_Elk`SNC|LDwnkqW2-WjTKdRVS!+S zl7LhQxxrA@*c1esmM?Q_3)AxD+O!mXO-mVhzElj8?E(x<1Rxd?7^bu@l+q&6{>Typ zL{t)Ccf9Pi2oGN5#1j)p*M^5sGrJINMz1zTLK3DG~>GGthMgm`$p zi}MiJLTNCojRvU@N0PIV>514Y2;r`QzFgSJsI5>3b- zt;~%pMDtcZ%cgR&(PQGrb>JcHeNmhW14bq23kD*CQw?$h%nHJ+#5#XWd1Je>5u;7{ zV>UI5yeI;_J z-;4WKQ>VTS8HV5lYzHu((8Y)eN=q+7yHboS7zdUg;=Y((%c9)MkCj5nUjG{ET1Lt+ z?D^;JcNqdZ!6QHmuqc8!@b$=KCiT#=e5LKu<9t=AjqCL_EDhyGdX$n-aB#K)kK)}f zk3<$6Q7aOml99RIpy(0#X<0wv)w>E6dY^jRNQ5HRgaz1>D4}3YNvxaAtw%)=vBZo_ zI#ACqsF1Bra$Z%6<9fX>iihBI1|BBZV$%shEgILBc##+RA`Cg~iLp@vt;<(=QTp&z zrLTb3*Q$&>i5*x_D&lr90VoT+H;-3g{RqvfU}Rxx>IDT6ese_ldxZ$StEdNIsCWQh zMM;E(Bq$Jpf>{Mbi8!TJjZI@xFLXp$OUUOHI`l50&SRx8X%0joSl2?uMEEgqL=q|) zg%-5w$f7XRL(>xMNPG4^IeS|&My1t+*VmZznK4>}yQKtbO~pJC8@&A(nY+9HYAz>5 z#kxwD1+RBTC0I(@%=79~mfxS9XL9C}ug}+~ zIJ9?59#64ENl6L#SJ+1$qcahhlaW-|P1@*Se}C=Aq6M0hf0MVeyr1#6ih$_dk_V$t z9_Ca^rUk|+F-b@UBtWYops{6Rt5-)|PoBTYyFyI`3zUHJ(T&lTG60I=3G!kG= zMp)62IX}yf)!0;q>&f#so0q}bzg0A6@2)(|hB3tisU!sVieu?d;lW=l;MOG@YdJPw z)3xRKTb7%0H@vTqp|3S*757-cKrkw7W*6Wc9S^LCIIvb)uqPuuvhytJy7Ii1f5?wF z%g(Q_EB$DCcjgHa8dDzmM8}+cQ*>rQ)9%EYOzcej#-7-=ZQGjIwr$(CZA@&NZ_JbL zJ8PZm|35c-)kW{>uI}F5ySlob2fc5}SU z#8%yS=&LyRV`CExI-2N&27PUQDSRS);Bi>o5M|l<1dwA&5fG7jd0xJB;iWj@usbnJ zmfa6Fy&}pE5QZp=(p+Ev{CiBB26v2y65w?qhRY}WWxi3@UR_1emsPJKf%Sq zplev8BeAPxXU>OA(>Mn1{ub3~U$b!IrOM`#@!Our>7mH2Ah`aTY&#B0R!m-r+XOB7 zPvN)s*Uy-wyHcmFi_MA<%k5!~`atm_ek=EQF+5U|LJ0%w`cP2q`$4AC~5!=h+&tGpT(P&qEVt>i%j1EE43g!AM9num6o4rZlQIR!jn? z*90b^ZgDTangKzsFWp$%x21+E@x)Sfm=6Zcw-I#>EkYIaC*>8&E^xMi(I7ZR+Nk}C z%eE+P*`YWB2g{bqTjW}WD-42+I4<7I?`e^qQ^Y?jsHv_%43v9t1$$6oIpVk~b99E5 z4cNS<&{bnD{t*b*Idckuyiv6x85&+BN)kFL6q1c(V8w5>><=|&r&}!4S*3>3<#BV< z3qA>^t^X5}W|tKi4iJX1FsOD$p+D?gyqkXWgHYWff9Oxa7L zT%d@RPtf1F6BZ6w?6{4Nj$}!GA(89-l}k&63?(ln)K7%%I}ZI`H$aZqg<>ov&>0FNS+{ffEY_z|C>D|5VoUWYa&5y^NAHd7caBEt8b{SPNob`@ z%FYal8meSS1bt#A+wo zv8aDCj_0#Nda7{mzw_USxj;mcU_*^pQo{D4cm)j&3g?v=d12%0#3h$Kj;)hT+fh-H z9Cx;+Tz<%6*{vYwU7L4~7>7AXLx4j%Ma4Tgt-e&hO|M@dR8}v1e^2UXJ$XqG zSS9yr`rpM^^Z#*qR^ z)Vmv8<~QYBRmTA5n+|00{=tz7`D_p2n9ZT^fbL{|Uu>mF+T(u@8*Zj`sN0lGz-r{W z^G%PD{djlWP8kc&6{IjzKXkQ$M2}qMGW7k9`J?pf&W40On8g!#j)Rj`E`uuNbmOkf%VyCl{Y1cy+B)$=>+4xw7JIiq2V zB1NuNp*mh-p#v%gl&BUuRu;2V{+9`Q9MVX^FUmIC%8~uK zF_}iT?QL|5vumoljV)={S+vFRh)^_K=N|*$4Wk&~9hP#G@br@>p}xgOLGP)wjt_K{ zr$XP8PYz)c#s&n)7Jl1GMlufP*`Jy#Kbm+`PzQ)a=m5%)Sj9fa z2f*^r@wJf%1cwVnzIh{8$eqrG1-It4d*Ja-Rr>*;2qXrMfzB`-lgc^LK} z8POin(riqb5`)^lVFQzvYBro(ORVWhY84!=j?%@<)}@;ja@eSYaAZl{frwu185uch zj^qX%Bj#oi*>cWt{>^x%LRV>F_QTaMao~}Jd!`W5$W;mm7!>oM$T$&$xDoSVfgxfe zKb;lQTt}&^ao75d*%W!JalBCafK99#teU%C%AazSbj;$BrJl%k9xe>lQA9##PY@;dJOIQL`HtR&3rBAU5eJ^-sZr&z?+ir zuFVdVm?+R05y*c*;q)(3L9U#!$S7);Ba>!6PNs&{Xfv|T4AK#r4ZO z<*D@hL8$}Qy_I(WKbl>?5ImBlNSf}`_S^TwP1*%TpYlN~_m+K_z6NOdzr%ST9D|Sx ziiZ5)vP1-+#@)X)(X-D-fC~mHCOaQWVfT+$BZAyHL!j4jmVP$w`Oqvu0KB_^B1)#d zl?|um*yEBJJqc8!QXwk$mV-KeOtNY_mIXCr43ER$Tw!{4)+JIVC#M&%YO;SC*?AyeH96z5b7g^5sG24d;gTzM`Fm70u&po+`DRuD8cQgQ=-d7C@6_*vNvctV-L8^e6&6=TZ1VT56m@OBm+ z2<0tmC%66fc(TeTIc z8&pp_sHiO!ltov^Tk47{WoX@H#_mewCUO7Be7RpyudqPHT-X7IL>dq7vOkgbN*(wm`}`loJI8DYr-b#QZ>4CEG{W8%U792kLq+3CI!$ zNI{a=a|U=fa`0Si(AY^}d4vA#Fdx#dj>;8+E=^Dvy#(^%B|ng12Sfb z+}As>Hn>FO&O(U-SU_6sQ(?vXOj45Jko(Y)V9ijXXmI2t>b1$_~ zSGrW>rurYEImGDE$n<+zg&}LmkV_hjbLA$nGJ^DLRS*=0&I~M(;@Z9R4^X;r$YEsY9oYJK0*R3?B-a9-s@e3)P9>EouJCw#3bRtJg$$JXCcH=)vtY5_~iE&|WoO66enazELG*xs2S{4sQ_ z{2jLE6TF1tIf~Vc3E_jlGXz))mtr^)#3mM4N{?xQn092lm; zc_PWBtz2yBy|ST)*NsC}_)DBc$@sCIJAN)V;9m}+(`eH9RL17}Bsf~avk?!nx(@XZ z!XTyg$K8;J6R*(kw8TWA+KY$7-Ajd=4QqCeaZ*H^&~2%l%r8GT>KP4&DXl~yIbzV~ zK`d-hKOo1F=v#@7P*<1DYS>j<>ep^v1`3Uq*8CiL9a=G+FyIxy+U+ud%&xuJGqWNs zu_SY98&%94McONYC45c)rVFgAqFeftjJW|T2zrJlC1bZyRFCv9qGB4^<}Hwtb09>c z`Sv*#ByfFM4Ds3m>-MUVyE8%Nr{FKQU%!J1t%T!Fpuwz0Po%HU#iBaJjNSfD{Uw$X zW|#6+DVOgOU;1y&4i5)DBn@U+s^l19evgOHL19LMX?hKXDNfthK zhytZ-g3uZGD1n|}U>!j)1jEXS2Dz=#t?ZFIytcQ@u@5Rn4^k8`Jp6LgiaZ{VfTm8a zq`zSV+IAp7A&jdkbygoWn3$7Yzj}4{(910ac=uoDnn#%krMwED7nb58R~QPQ55^zV zC#vOo{|*E!9VbcgVqia=Ya4Q2OXsXKBpWNNeX)j4sA-O-yG zCok6X@^U8k76H}%1w2-g+c;ExUk>HLKw$~>T?l~~+Q|LapW0)m_!IXn73I?>o4t%o zaWkF>RDUI0!o|Q5AmqbrQ)LB7JL3Qr^veb(XCl>!$I8MAk2Z`X{CqdivdL+E>t9Ik zf!1x9${M0fp_eC#C6q-1SoKcfmf`9vk<*nq;^vZ_Gq((#FXo~}m+J9;r z<6FD=0n3qVPqt0S3%M9T9`XO^$?P`S?EaB-%8k5Fm^E~^>f>5AIibwZ!EmTY-oD&4 z3T4zC%r*_1cReL%OefceX9!;x8f5uCE2RZ8E*qV|X3qT^?T6_YPo!o)C>KcR9xmFI zAFT^B7Q!m#VT3S28yOdX9PMk98cseK(Hh9B7-FJvEUDR2KABzaG^)GrguW2ZG068z z=6TjuYh+MiF=FWji?92>!;}*7Za8=LSdLtBvS~kxkQ5HqH5rJef~=1$C_n>osB`j% zrc0mEKAl8EqG ztC%B0d4O5<7_I-FnT`9G2mpA4OvM<13=?K}h6F~vuO3_7D^5%tdCu$9^h`n)q@w*4 zr`P3yU_S=7&5BgVgI)p`L^)2qYu?_c!MIZ%9re@9=F_vQ)ArVJX!LB;Q%n>D{$`vA zuC_)DdY-sgB|rns+iK5uy{>6Pzxri%2H!Caon4$)RYuCA1uuWcZafx(WUlphAwZNTlti*@>d7#U@@5~y2O2I3eS2o5KDpaZo9HiMm5 zejt)%P#9N{8do!w#UwK!W!N1@mQKb6I)j_Kc+<&ddw!Ib`AU*j{pWrKMvS; zBunYZ__-|Hb`v20JMR7J>bg_1#N9`^U|gRdDa-rNf?2 zg*wsKCpu70EwMCT^V&?pArc1|6G4|K0XGMD&poc8EvbZEqdE^kCA zhVbyTp@(%MRX72vIPN5fiTVL@yD?SbA<992 zA}FGv5GV;KnH8`#>X3BRxiwa2&9Ufvf1V%e!j&r_7kRj_?uCIf4`9V9z*QFiPHlHpDbXy zHDYWAS6>F6;6FBtX}pLkPu(}kS@#{Z7|3<#l*#9ACoXb9wb`Mls{dF1Yur07xAo zXyX|tSvnN)4w;4bJ!s0 z=y=LxgcJ$Hu{Ik-X@ZOl)zJp(KtLDdt9SC#K=&hHcCTs%o@Xh1bd{?hBy?<_X^{fI zbcpV@C51lUR`;4q*Bf8^5_uDm+fivs1L3kXJ#}m*_Ap$0TusR!8=V8t@k8S0M@jKY z4XF8~+=L2M2w_knj4cC?=ABn_bIYwbT3QBdbJ2|GZDi_i|9B?Mzr!UWT_vDM+a>r{ zbA~#(eN7A);K+i&1Zx zHgX|#p4`kn;z`_AV6daFo(=qvzBYhzzvY3ADP>CWvvYO!pttvNR_%h_o9l7UrV_9_ z3Cp@2K+MF|%?Pyvo6gy*-treMiUOohKq1;E`=PUeq->`hfb)^nhcqq2GS5s3Th?3}RqaU8$?1@tjV7-H^zu9``K`)n>rR*Vz(6tD9qOMaGHfk9}7gdvKUGS3fe zN>T8!N@ozIf7D}w^Bi&wRUXDl&KW7M4aXJ+jhWz^nEgTgdy?ZjLyDs9D79B=zoX_y z^&mm--E8wT=*4fJn`Fq*2F8Oqr?XnJL#aRJ%*WuC1^Yz^VaHp^^e7H7VZF=zCAFL1 ziBuE==D$A01m7^P^r8zvn#`o;{yMN%{ zSh?}-yt6&$-gz*)I+;}kufSD?K)9n=GF0J2Ad!nJodjtpngpB>U>`@IOvH_ImAEDR zawxk<$@%z`k<8KUI)f(Y9pJ(z{9_IHb|%^LUzoEF)5GhDocU8_mXw6Mg@>8bd({k` z?a2wcr5kerXu@!Ks znWl;fw7)}!guEN-Y$wu#C*a@T6Q-_tw^#D<4id%=Egs%M$;nucQ*|aE=)@9467x(AT`27I%8K-043wB-M_Wgy{ zR#C5pX+?8ZH2?JNxZyT6A9gu;TpR!iVM8TII>T2UU%>)Y-_z=G_6UrdT3byV!%ABH zU(=g%G9YMM+aOqAo2!>?zD{8!j|mpb84Jii1hKN_=cbPgJ+V&3!$VE+4xmW3u4QEz z=G?&OlDsM%J@(TVG7p=gNC+HsRmHx(peJmERkFOBA3zRB8GL^0Upp=5e%;>I!)>vx z&N2Pr7&V0KNl(W4oCYRi!HU3Lzcv0_q6EEb?F4SZ^ zpWc3#um9I5a*i3=0PSts0spyhKuD30n!=vMv`SP{b@t9-LN|<;4r&^-$0dM4rBliv z2Kowu#2~JIJ|Zx1IsW2Sn?y7A5`#{%y#uO!u3*@68fj2rW2&@TYt$9I&R*Vb3#lzii z@uSL&CWgZ52P`gO+c3481d(|mvIaO49+s%yUlE<`;vDWNjD^)>B_F4wg$3fDA<%{T z0>m+xU`L<`5C8$gCXPeVe>bBkmqEdJsfeHHh%iznv;Gb(5L;qNk_l}`Ro7d%`hr5# zp%A9=&nqPX9t4c2Lslnh4TuS1C|mAxM}A@bDMI{kZ-2~Ulftr+X-5{3AR(G5lLXxK zgo9E|;(l}t&J%y-bh%jD9I(v?^<3AarqYGG3LaLy89xq&#R5F43^$`i>u0(}aY8F` zpwOXbf0WKu>V7@3HnfBI|KN9^pTg6CTW27}(F1#MQaMUccPm>8F>7qu-G%jw17XnQ z^M<@H#5k96^aj3yu?0m?QU>|!8S>0p+Lm+E%|vP{3=IDYK4*XT?6N_8 zzX4GqN|z&kO__AG5Iu4ga{oOWtD@rx%eef!Q@a#LXvYn{J-u9;*?c6qt-!uDMhtZL zCz0L{o09E*PK+512B!>(UP`lp4<-V)ApCArvNlP;Y|ofM;o1i zv53i3Lq3Ue@zYet{PAxnI}fWv({9R1z{q@XOV!bV&MbqH*oi0Od8nGOLq}qMAeX4}AFb76 z6OO}Rtqz*#{y>;8y3aG4&XSOuTdWjICb17b;8U9= zy)`|uQN$Vk6*!~MQWas0pZNYRxL2>?@H;8DnyeatrRhXSVw$O;n$N1UIFN8965MC4 zpR43{PmKe;?d^*%Y#EYX%1Zn||Be3IJw9%k%i4u-o*F5Ei1z3wgVw-99B~@vXL0{ z3R-+>rz&((#XOF5jB+R->q&%XcwZB-xZ=SfeTfeJK}GK_VurW3uD)By#!STG-YHR) z4Gzo8$|fm-P`xk-VLAf~3$YI5;Hi|bSX*;=+vkCB8r1??hhG)8Nv^_@R&9qs?Ll1a zU(Njj<+5WKLcroQqDSI_S)SD zZ?1Eyj5(Um^PM19S^AGK$Eu&P6mviR4US4En4`p7WHl|$P#+aHgWpa3v`ue%zl%Vy zFCuVoBCzT|$C?5>aK-%NpRpUQ#x@@xpy?3})|8wZ~bU|);h^Sk1WM4AtXWiuT@@Yx(?Y*c) zncLk7uAx5#CqNeX3w2CXL@gP~0lQ*}tZ863s z;o!1RmMmWCfW7RGrpG7dit0S=&=ZAQvrZ)n5kO8FLeUgFEYMAzraiNyChSiZ7lSC) znR}975oPQj_H#8R818dDMLzz#VTzfbkRD(I7Q$a0?H1MlmW6O+@DjiPA`{|t8j>%# zkg@z2Q-S;QRMD_|yTfI~V7tzKYFc!hsN|2Xcd@utjugH!%vg~3#pHriq5UZSrf4W49Aq zH!`KY7F-9)e#TeqaQ&6bXJAX*Nt8oX()%U%r?kAtraWZy6PV_CSB@6zXl0B3vY{+7_m#p$4X19i6KjMy;=lWQu7J%|WELBLoWQ@@yb zPDX(FJ?*crIyL9Cx&xCOuJ>Zpw8H#>@p1DDgL-Pp-B?MukhlKwgX}a-{buU=BERlu z+~kOF8j_6d*|Ev71Y4$=dGp4Ey5=Py(g!Rmn95&&B6*^BN6s$hM;3J5URmz4&*03d zg^~4>e1+Jc!%X%EG^9x=n1Akgem8SG1~#{&VpeSjEw-=sBPKL5hjFA5H%_jSg1M=* z8w_#+jD}iO45XuuK72IdWz^qYY<_`kz^I$nL=)-~{*Fh^C zx$YER1{T6aMf4>}dbE=xXcsRv$F11i;-f0#!2peHgmQwA#^mI(iz*z#HC3@QRm0;p z<_9juJi1*OADv~bZ_#_SWHa?JJ9dhg(tnkip z#$;H}vZx;HZZ^{YScWYqC*n=)ORem5)dsZqdEqvt;&#%CoL6X4E-d6-s*Wt{(@SKl z8Rq$rlK}{s_5LWpaaa-4^?GPPl)FiDfBCxFhT7DU$=$&mGuBxAtUNJtbb1|eia)lz zX{zs5aqRTyaWijo<54e0qOy!+e!!29ZDREwSH|33)P^5Z52 zsy~O@tCYAfg;GK!Cr9;YP`G)f!D?u}zX~4K&>um)34$-JVK&j zKr5o%r%f$@Ci04uFbbi$QNS5%GAnT-*5)!g1+q1}yGbn6m((^FYPDY{Qh}pC06(;^ ztSDtyxjF>AIskD#erU{s+Ac!%izPW+PNdI9(n3JFOq=RvJrHXW4&@DD^N8>9;aay2 zBS|{%SwRcykyE=nsQV+=#tb7}P!bvesf)?BpO%L-h~+AB`7)Wi!Z_A5dlK?uu_g}w z9rB`#5^^U2i;0FwPcD~CQmU;{OWHcuXyv0r^^dV>?rojiqF$Fo4s z3>RT4`r&|H!BUC&qpD44`lj^isN%f!@|49BtOCI@+n&dg8MF05Ke*S>De zCt26cQ%YRA3#t=^nNshBD&3Invu&a0%jtxT|Df&qL>2dOh0WZ03gVV3@O;$@$Y~w2 zuKGDkJ$Py9(W2q=-MILcHMjB{K{?1ecQBwS=)OP!Os2V?CbORsEE!P@46y| zwbq;NfGVh-5^K4JZDd_Hnfd+A3Q7ObRBey@^V0zm7-8vopMlUJMB>9L%I^MT{ZXxL zt6M?6_8joZ`i|H5d5vDN)aLY-O=lCi|G0)f(a{oNtYb~bB;N6{u3PN(ar9Wk>twBI ztIgT!<^N*9BTfIN&wgG_jbUGR#cOFlH?aNT3H-posJYha+uPegLC4_KZTT`jUVl_| z?y>SY-H|zOS$Jrt<_$6K_VQ~!HE=s$n|8UZ+4u;0!-(-(npWNJst10!&|T9SJiTsh ze$9y^dF4g@v_1gQ{j_O&wiGWV(vfjAH)uqvY*aUWviyR{kQT((0110CxJB72kTJCe zyU_W(IJ0m(HK=P%ZPNDFbkmRrwOPWmciH$DUqnSaLG~)?(AC+6<vl`+L`aTupDrVCi4so5!bv*UGn?ShA(v*snRj$jV%=y=+&SYG)=_ldX5>$-2X zY3O)>d43KEUqur) z_G$7kP3U0>IkaqTcO!44N39vUqWWm(Evc-cK#pm?sJR_~va9P_QM7i4$qT%S2Ff^i zh(zo1Y$HE^zQVOH!*#BP-%tNkDKt8|RyjZC(uThBen)Eh2MAYuy&ahlrfpb^;r(Vn z`#j8u>eRL3wc(I$utW{VTh^)`=W-FuXs1gxA@|7vo3BWzS$oIOI{&P~corqsRJFa* zTEBjyajI>df}`sm>iKeceal;R0}erInAfmfX&pa(Sbp<*)-13~;<@{sUz+}^@0>WL zOv2JQtZ&uXY#Xhy?K1Q!Yti}bUX|j3?{yb0p5QrKU5JxeTdSGFdE@N4*}e5q(Y}^$ zd%J_&@s?FP+C|5B!}zsq!SF@tGdpl@W8Xji$m3z=B~f`EfWBnS+73^1#r?EVC5vxm z{zV`YUm{6jT#?by!n*9ebv_KX>hrEJ3kyg`b8 zxyEh9!7nr9VYT`3@%YMdrQJ#y*19vjxV7oFxk2TylN>QIv#xZNrP={v@8T}B&U+zd zeC+W1SxnTn2bjHy&}Ls8{dsr<-||&?TS^BEUVg-|*(|*6&2rhc54fg~Q^uH>pn=%% z**%BgW+{A)sOZ>iF4*??isHogS(jZCeEf^kTlbVbz}x-7^u|jQ(Z!1Ux!Jw`_o5At z!{EtlrR%)&qtcmf%VpxjwAtfjr)~3P@6yy|5XAF_YNM-h>#ZAD^R{f$^;TEA?XVKF z@v*|%9_9G;7UywMu&&Gg!};sgS_**}?8$3Gd;1Oli_QJVL#1Ir-Vo&BzCpli_DU`j zgPJB+M7&Im<=mub#Fr69Wq6&teEqty*A4%Z0e|5)^7spDUK-M~Lmw?WB_YK4J5 zOZKMF#d-^0cV107%L7+wQj|IuNV0}it7PzpBh>i)27;PE19UxOBH1Gkg_#ScYSDs^ zU4@weV4e3^AYpI+%PI$K{kZp$z1Hi0ECOMEg`?xX`&KSb9mY#D3wWSYP8nBVr7jcI z_E#t@CB+|lV?N^IazR1O^z}K~-TaTm7);#6obH>L3EYjP?rkr2a5Sr=Z1#QFsInC5 z#J$uBbjrm+GW+TO56z~ixJoo^ ArQ2qg=4q#eF#SXhn*y;>&%#7+yzhewlI^*xMYjY@IdR?a_{`N9q zgbiuIH)v$+6gl^`{x9|Zw++J+j|(~7(Aw?WF3YN_rK8uO*DtDT8;Ri(f-dlL90`(F3Q-7-ji-@#8<(o1 zGHt=E$_w6{ST&a? zcH|fs%Vx%;K#>9+xdpq#}p0@vvhlPo&{NLGH%oKZ^IpR>?^_E-O&qjNe+Ax|kH_t$=0Q@8&TQA`;fi#e3K50PZBM-x zZSufoYWJm{%Q=K`_|NAQtDB98x<+nkOE|z6L-MGXwCNR^b;?LYxL#K z2`7@f(+I{8Hmc_kRI{v4tvkVt+>ciX?~|+S6+9@sp5Cdd$mV@Pthm~5YEwjjDF;m74=W=T4$UZ4A`{@) z!0UbvjNV^_UUPdl_1K3Ef{!7Ct>#_%Mh~?qs>^G>j-Cyl&}O2E6A;~|Uv2*MlW-x} z6!y`S+Gqp2s=>`&Q4QRQhuc%j6D|n7l8$TtZb_-RJ9GI|XEWUdvAYv}v3WSq4dsJO z4@}EH$9K?Lc9pN;t_#A|-CZ61<@|-)kN(7K#SsJVz5Ccvj~(MB-p6+qTXva4Zk(^S z&g;F^_%Uw@27l15`c_WA#ivdqV=7&$sfYv3I>FCUWIvRazqB+BYAo zz7zRk|0a7FLpM#>4eU^sb+76kgq7*h^_xJkgyzFvO5q1A0oc%#kP2jv%b=Cpm0H=q zE^?o`)IU!($j;bF@sEqwlgKzQm>a|Xb-R3F<&Tro8V0bZibn^wK zEM$$`=k|E3Zk}gkfwztYdS^&A)AJsfUFasaIhZ55nui#~Hn72&>4jy3PTPjcF#Vasd^-?R_uzxr15qaGomW!ZW>s}S$X2`ad)B1(A zYHe_>`5F+KDv7P_%*cDF^L#qQ4WEkAxug{T)>@KRzo+uGhf6vwM}g}DX(;59Kn)rg z(XBS0NCKl)WwYsg46`pavx$_Zw)hub><&%4f35Ic$(r@n)&9Swth7$36#hHtVNn&! zaH#-sv2h5~W`Yj>xoQ6JnC|;oYGm_^375*h48|F>#rI!d?LH4OBzSswIZ8G{v~Bb{ zUi>^G>~Kw}CRuyUO3I!u&#;+d)t7}kV0o>!Ql89aRfX}-$fBB%90gkonQf7Ge%M>2 zw7fj1|>TKQB z#x&GRB&qPhIECi`3E*v>+`7FPKIjnGW-N_@*{P78m>b*g!2D~|B*SiWa^ZB!{XZ)N z?(6R_FnQ!{BBcOEReRf$$V66^UG=ezQEUUm&wZTOPt26Uy|W`s)`wkRpRP7%IR6j< z+PrN{1_ID|!r%L7w~}vxjU5rOz7Qn9 z*D}PTpP=LU8L>6P@HEF}TD1jpLyI%GFH1kKmL{B$95_uRxzvi%*(g@TL{A+5eTClc z6zc-q$8q?b1XIj7@E3KmuO|QTxaW8_`&1Pa1-t5Df=53r@WFvYjw`Q2Ip(mu@PTE| z5n_U-+KV0Y6MXrcHNyBSddNch5bxgc<4nF-Fofo^$Q$&)A7PAZ%%6apiXyF(TZ z0uRk3NyUu8?mG_8zz1!CdPY$y5N?XTCs7!~B)5Ua`+$!Nhvp%tM=+ao37piEXy{ni zMlj@6kP$!4={`Xoxjkg9T@xoRf)eRz5}H((q)@g}?U=u*?^cX{0&EiW3h zeLAO6h<|hm-n{Yay8HK7rinzg+jyTzZ*B#kUgLxDK-1ldM3?qU&go|oD_be`SMi%> z=b}EXDQCpQ7wBGsoeIo3#rJ3iccZMW;W|!Y05cpLWk0vTZg4ctzghxYzMc={WzQao zPi<8SKy{P!)MKY51oE1ckbY~?mQ#uBY`xn)>9yywX9;{bkEnO90tSVyS1Dq`TW#v& z?C8`mLh;HY+iM)qXPZoj#OSmu<<|=Ik9281+jnC~-x7F}a!L+q@>)0Eo!+rFFiYSm zmOqmmLbN_cjSY30Zm)9eezl`|!txsz-pJ>%W)S{C;7X-rK7Q=UX=c34dq(gfAMT!a zAsao(iqbEN;&L5Dzlr8KVIW*Ltq@v z@$7Exw0a44F|+Y`zaxDC{he;*Ti*vqPt&BQr)b2V->GunWeF`B=ybEVL5gOMrP1yf?n&&_-JvMEt4_T*s%K8_pA{=%+?lUnq|OJ`m%lp^-if_q zh0b6-0^zKFf+|f~cnzyujhxe%E&Y2L72>#CgoM zTu+Y%l5!Pq5*u$Y&yM9En0nUWaTeT?MERf(TEm63n5rH<6vydTxCk5!SE*Y=EMgdu zIpo=zA96m$C%VbRFqbRY)tNEd2p1w_*#WA~d!QxAig5Q7OrKhbc5+u_CzfTvJ#{P^(`%Ta&m;GjM(GsG~&`r9P!bK$*)Be3M^ zzx>lC)PiK(yE--PtIS8UAb0G-s+Yipn`Z8-?3t~W`?t=0*;X`&OyO7TKiI6As6cVF zqnok`i=qip$Hs5NzDEPW?AaqF+fvB1Rz;=0C{Qy*2tA1d3@tE$R*WzjK;+d~^maLq zKYQ~;+hwO@i&vG#RC?~zi1pMCp3JPEc4dUd!8MJ8w}x~TcOe1EL+x)za_Eza0u2cN zYlH`WTt%*xcViZ@E=KuVS!oGB;uOAT&7=HDCVY?TO5o?ou@dazdHEcjg8ei{ zXnu4vn|*8R($euQL+(1^-Ja6Feoay;qhgerNepu8;ghak5~Ta0nwg*Xt`N5_6T;mx z=lgK&K3N-_mQjz9q9GzQrK1ML{>(aVwKCu|_<5^P8pmJ|v1By0(4+n`AK&5TL`;oK zE4i$&y?}rnW6W#*Ek#48`Mt(p{VBO=vFLWTMT#7YrE8h{W6SR56~`yFlcwhUvh*if|tTy=qYat;512CAeYd9$^Po0fs@sKI3& z?z~#i#bvt!tMJZ*fmp8DI%;CEx#-o&dqMjnWh& z;nA*FFPSaw3XK-4?%~4p%!mG3F>`3Ia(H~&2_UOEUOcziS>SFm014vX#PRDPVewCF zrig!KLYl{FOsfjYzc`>Z*sISQKJKtx!^dGrnbZsv(%hmZO2cpn<3y7WbgwAdM&enu zJmncogN-1$$)bDtdPB67#QMQO7`gq6xU1q7^A~HkDh`^fmo{fApE{;tuh}U(I{;6+ zj@08H!m148d}**q+QKDl34|4}dEw>wNbBAPW0#!DnNz?TQH`9kIJS&q9}(btZu~;< zUXy=PD*2E!Bziql<&S4*29b|jFT}+|ft;ib^|7q~Ji2<~9SJH};_wRchZ&RFD^mL{ zX16dZ5@2G)W?c;c%K#(KJK-`rZVv>2%NFs#b=Due3d2%&LwLhg4s$iB? z?p_x+eThI-pPAsJV*dq&-}OEPOetRD?N+4tbhVqIn*eVKM`NB(r(Z?A+j-vY z9(F=By|+VfOhrF$zTQW4q9c`R8a)9|il)wVyu&Te2i?v0Ul-~5wr#J!;aNTS8z!NX zE=wCkE&dMxT|lD0ht59tn&7+LKmPm6_-h8C{-lRNC|^|T)nIVZekFK>y(UMBsq%a7o}ziP4Qd#?Uzn%-=s zVl(aTy@Ud(FQoNi`D3GKok+mXFrCr*wo^Un;r>6Q1~#w!nZ8!pT&CH?^XscWtS@I9 z8n!DcFV}4bA2Fjky?Bk>utB*Q75ZkeSd}(dx7{LNoiNTulI%f-*-cb8Y|cWoy3=8x#=mva)|*Xwt)a{GmE z;_9luuzIt2OP}^z5R^cRc8#f;>-^&?v>e)=Bb@8-R4LNd}1Iq$Ev{nsq%X4v+@VCFzdW;DVVOlYj1nMs6jXWnEtN+ zIxTKM&gV%}P%P)v5I>;*>1oUswZC*iGARppoCgc(KK~O}c;Z0SyW#3?cB`uqq*PX` z@9Bk?yB&jXx5}KsYW>5iL$Aa9adLSluHCF9nrZ&QoBaH=czQC zKvw_e)lLQM{QiDOtKYcav?SNf4;$0*%hkJ|-v0d8`Q`Or|Juw+)utl zo&&SlBg#u3ci9vpokBaxbEKA-j`mvA%o&%hlTbrER)_f{iO76v);t&n96T!`7TiW!fjrib@kyYt_d=nJHFi%r5R>Z<=-{|_Im?{0k%{>% zs8fjm7E0#KNoj?R#T_sAeiA&~F+3#g7NrcAooGx+i{|0BNXg14XQ^2WGByE{L9D>E zSG?Fv!(+;rIQZi@*a@fpfD&aQUQcHkH%KnOl;LEem=Hyg=q*T^swb3W9=u=%y$As* z3tNvJt3C-9;chGf*NBA_62I5v?KEGMb+aUs>vo&r3`!-gf!Z^bRJtwV1sW7-6y;4? zRgcb-dK!Mk@5DoLE_j#-t(D-nbjIst`e8Zi#AHAr(M}gdbX!U){wWNQd9iA2^+tM! z9_Og2?9k3l_~|K#r?se=6+ZqdE%gHTxNe~Fdzq)ififINrCUPYy>8SMTnRnlTsmYJ z&5s+FXr&Z_qRtY=@=UY4H3Jtb{*&+zR83NjD*@^eNZ3h)6`Q2{A!Bj_h!Tw`L70fOcgX}FZ!OFx+{<`-o-=_11eiieiGfC1b##54*=WvY>qr<{Y% z3U|)Y1g@t+!yQM%AR*_9ODQG^W@VmXIVnF=uGV01NXS0=Bv|%bQ@41>Kqw?0Q6^C2 zy&j!T_cU<$BXA(s(5OBnS6b`FH5&06kdLdH9SR3htwI$k5Xi2G#8ec>z*IIij4K&C zB=l{GS7lkBf?c3*j_xU%Q`DC&Z9CGkIio2rCisZ%;Hb-%{LW?5ez4L^gb_}3;ftZ2 zkRU^#9#3d0Bn`AhDL{Vd(V|*~2=S`jsESf@ntGyHkje(jV@eSNhZa#6crgNG}Lc4Hr?Af1yhSx#F5G*U6 z+CUbXP$_k04sE1Ej%{K%*4yi8&`@`yK^l6}?T)8{qAHtI6@mF|$@#4KlaHE7r4kft zjf$h11gVceVU+55WPjE)7zCkuFu_VDiU!mKh(m~3u$a(RawJT-j0=G|0)dmEvx8k` z#ehQKi_KCRmL-u!Eomf3q&epa|I5KuHER4;+Pe`j$ZaP-cUd`uE#77=!5U6I8;KNw zVNnRd(ET(4z09o3xQllOi${Wt?v&DYa=j|ct7WNWS>|a-5TpxA@Wh-EROvv&u8dKv z@)EUDJUKD$ahKl*!5|;R{|lUVYM|EwxEJO_D}-#&NlOJ?$xL$!b4e_sjzD7xG3m%n z;iJZ^W!MM93OA9++)*KP!N^Iugz0Ru+DU>M1d28S&49zT`%HY%vuLwr8oh;*0i1QC z@p>XIg3AB?6bz`}_n&Dq1NN>vDuFG;d;0|%J`k0U}<4#0F8GJw_959P6Rp23~ zI&RQfi9;mxL}+xU=>+4i*Q@oU&-xx-EVMEO86yq$_P9e-p+2{+uo6AWi=!Zixr|b}sRnZikt^%1g2gQPvXjGSohoL?}=y zv~-4VpjfHNYQ0#(#S`F>l`A#b#B7wPGMtty@R;#e1<5EaOdQqCQ2WGEaA9eeSTw5L zl;{aimx0Op&GluRqeU4Gj3SbA6mcTkN>jKjMQSZW=L1Xubx$qj(}1zhF@@w|!rOl) zEozM_<49h>DNaW6-Zl-<&VQAu3@99#(J%KZCl~yv;RdzOGKHk@bhmsYmw0pJS+nwG zo~#$0RD5|P`gQ^u$Ypu!s~sY*OoJ*c>JV8$ephoe2!|RKjeWX_XqY`Tx}DLA16D*g zhua#V#FD*6Vc-?@rZ?z=bM(PgK*zi!k-;A8j`K8V?D0*@9d{iXVuJ?Nv`~dX2g_=4 zO{W>X1|4wIWaC8&ELG_!d|z1zSuv5k7S38!q@&ta%@2X`xBb$|8(96YoUI1O0sz^5 zsD^nU1(GOqO`6oDAd^h0fIT+%=4r4H2UxT-(6(i!^Mp59QU2X8{l+0>LN(;W=@4zv z4MKww6TYYuZW!-y|Dao9N=_v>IjWbYI#hzI*`&%ikEkjn($1Jw zU^2&urd7!*Mokvb`Va|6$ur*gmRvU6(jz*3kOaD-0hNMQ5`A<^mf+ck?7iZ+Q$}67 zIas>fGOMdH&!`rgFicX{vtsaVVJrGxAQgHZK@;&#=#!yrNHAQX7A<1j%n@x55K(-C zNT(j#@z&&eIo;~c;kJh4+DVgfFDTVz6nS*eSuwowWJIjvp809Fk46x3A{951$X09n zGAY!8>HbsS6QJNK6csfJhRsAMDrZ3>tEgP+tk6GAVpOK3{UH=;LW4Zj4HR9e$E4MI z430>EU~?c(J!^{=#7jC656Hy9E0H5FN2h^54I&5JGoVzUoi|2Jb_;1H3#vWYQ%pN7hqTcd7v$S!(zeV#;DvwqXt^XrP<{p@K#~g_<2Tg?a_c z0f`1$R_T)BEEi)?g+OE=jYHcaTuOk-MUU!}n0?xbWXnz@NA8D2W49P@GGDCQJ{d5k zL#dg?GUaf4XjLOs9D9VOx-1i*w2WHpVD{-JVu7Sfaf{01X%9+La87tp7}_!P;ki+a za&;MUP>{8zDAlO>{brwk_T^Cqt?Xo8-hKz@$PXFPiCTk5AeqUzFl~^9daHm{$BWKV zN@@r*CII^^RB$>e;xY(}&gd^_UK4RoA{x`O>J$724C~qi#4=>Ss*aUT`!r@JsUG-oLXG^V)%B9S#BH3soXoQcSnF87N}04fm03P^+E6vn-M?Aw)`GR}uX*blFH-W)@YoCV)*Tk83{n$tP_NI!hJE zC^|KHSyn4L8kxcT;u?m`J90L1VK^F$;LwbE3#c!vKpzDh7q37TS$w96 z)aaXPqtJFrCDAR_pbS{F7vmO<9&k$0l5x31@<73wB@*k|CCq`6_SW$*jpjZ6`INf zv&q$BIv>zpS}vpEi6u$K!ngiRlByV_DT$oUI;xvt-98Qy-EW~K!LfR`T9?ZSeZp|@ z2kybpTx!!;B+H04#|`c3bkd>Qf3F} zfscxXJjB9N(;gwzMqBni=a7E4LXQgRLn^p_?JNp}w321Cr)WuBuH&X9I<*giqUr|C z&Gs~~D|ES?RWslYan^YwEt5u2E*kC-B;3^PFeq(MjpT7l-`oMMRAfWV4j`1ayI2BR zlIyG40`h=)i9ULVDuI;{NIC>ZYXXT`3Ro$X&@&x1uf`paOWdOqs)t11t8Z)C%SSiS zVKN;Mjck$(Ius^>vNSyc5lpU3p`A^dV^Ek!K@V&eKxOkW^(f9?1wOf!dC zIjT*trczOqpks5-M9JK0kDl4Mkr{WuG_B&37PWJeT&|WSwa=VTljPygLv`SZE6Q`H zAiuT}C8IdSYWBr*;T;msQQcp2Ay)1SV>;ijC8}; zakb|G>2$4FP8b#TibvOP3;Z--zP}B@dZbngv@W@~o&d zYS7|A6P(wfDpo4heQ1lWhp>)}hA2Gq=;F9?aKJKK{&LXH_)VPy4Lh37N}k{+4(XDH zTofdwSjqzTgh$zElX#*?1^rQxeH=BP#vhPPr^tYEp%9DZ;%bxEj-Le=)75a18c`JD zAgObeqXu4;3?xi1VZ>pYPXo+&bTg}k{ApJFj~l1C9_DN zXu!8&Km%~O4>o(_g@~iJZt@2NGmyPNb6)If?MdIl~VVpCoPu-Up%Be{N`NOmbh?QCJP z-VA@4P&@Y}4G$VlDL{-;qe@gRT5>uI^ASY>$lJ5Eoeq!M4|JbLwmL~lE;OpMnO6&x z1adA`ZD!7Jd{Xn2qor1tl}>|=V#uR4lhH({6mlsuDtid~e6k@SQG;teK_b1Htk%nE zT2FSy#!#QXH;dsC%ZxM<%?9!)pz6^aGYhR&5Fx2nROD5o#xTP^yA)zm9oM2&(~Ehh zE1#rRFxFBtdYG(40cb#xT2Uema|SF_Ws4W%?v;IhDTLV83f^kS&}WaVujj*Qj!eNy zUNei3sq{tD6gp*?bcyRyeJy@mH1;{BpkqM6O`sS}KLB;(ln)oeEEPCM@*q{Dh=h)~ zLrP_6T|I;(T^+YyN!VwYLMTpLLgPkh*QdD~(K0aAc1eZM!r2ZrC)N2Qy^4Z{5+bdN zwgxw9EH~`4OF9a~&7q|K)G7pq3@8p{s|sZ?UZjWOCz%KYc)axrh`LT!{U zML1i9?Q9CG0mFP;D((Q?_UfremA=DT=dz(#e#nXo=8sbmNxf3oZ`;k&+sPX{D&u^c7q* zlhcNw&d^nv5d2K7@q23mRf3?W7$pCMzVU10JL*<4Z!Z z$lOIr$U&Edrbty(Vm9hZT5Mbl%svLRcuMd#qKU;$R?dJ;XHf)7Ld^-}zUgRC6r?Q7 z+ahyPF*1$uc!$*VdvKRHzIp#ldB`$f6exb)>Pmcmt3}JuDR5?*pLeyp&20 z_@w0NlN_HX9U;nGnW55Qtz@7bfR+=YGsZdP>bO1Vc{o5pv_e7Ro1_hL?23s8jD1HP z6b(od(iElzy6)a&!(tTZj99Nj8Z~So1V6-}6%kuWu1J@Nb_MGf<8=DD45JTYD7#`P~bUQ5#Y`Sbjta-rvO46kVqQf(!;S6`5zhx zYG8y+O*3>nE29c9=8<4C8Nj3r=!Ele*|a#Ik*0NQX+ZS7Yg(hHU)DVqLmnana2W%> zL`C+BD3uoYHg6*JDE3v1tT_)jC3PT1PECEw(cAnhjo9plU=M6brK8fLOs3O@u2#?+ zgaUk|M%~6j9XA*u4%lS}h3YDakzJyX_3m;ufjO$rIb5w!eGC_y@wvpB(cALKHFXS* z`4}uSL5LtjRdr-+JW^jg#37;A8I#dWRdjba z_Yu90amNWBP|cQxCA60A77n{P?gKhu$<<^nGAsCAI2THy{hunB1T1ryeypbnO9?(utE$xHSQce=J6J3=# zC0_hYP3_S&8*%^!SK3QgXfPJ1sopef5*4WsMR}+w8sio|i2a#Bp3~H7fdo`_vCGc1 zZdxb~oY-8FHQIq;4jnU+4KySoXr!RFM1&-wl^GX~1NIqOXHiM*DQ@W2;Nc4NKx0gR z4rQ7Mr#Go@&=I9pg$JRv2mI-`L2IP!eS z{V_s>hnq-gXuNq}Z`!l*;j1ij;ziZOvbUD$fFz?ajexj#5t55AE(6^kBSc_$1VbvV zZjMWLUDvu?Z15S5b;J;BNFF_RgRo@axMvh#E(Zc2y-_F-e- zRAnk#rUe>X+&s}pV2+y0TW-*e9#^04&lU1SI3}D^2F4}~+&e0rKn%#hII5}41uK=4 ztyO@wwxFZpQY`_rl44wcet)nKVd06L2Q4>;={w<#;Ua%F1a2&_Vw|SITbTj%Dn=^i zLyn2VxaIp|f2@#i>5W1wuDkAmeG8zW$I<~33dpfA1uAqC$b8O#p1sblct?ZD#sy-Z zinbXtJ3#C-@g6knSA_OxJtHG6jeA22=4*D0OE0X6O7J+Y=ej>kh>&obgMua!>*aM? zUoQs+0zI_ot;$T7NHZ{;U=dPfwQ2#PR%6FD8+!y4eO7YQjC9hpL0e^lAC6x9HVt}n z&^(}*QWbSgQ!HkhX6mRv5M;}|P8F#aL}^D>82%6x-%Z8fTPyNJ+A|{^ce%ESjnprT zS~R0AWnM}|B5{eLGA&(2;@HrfWvKn60j0I6G3oW>q-lDF#DDMukGcfjQ(D&Q))98aD*GKS~G@ zppb^?28Jvt5q!RwmtUrun;3{ehiic(zbBeS=OBMLoxfuI%ggP`N znmlnkAUyaWWF-LYr(l&z5ots^qqhFkW3Cu4J)NA4i-bBvLUzMmUE3K?6UERfIy{UOut>ZfG`?G|49F(9kl9sRdBu6EpT4hNJc+kW!N=3d|HL6P$ zP4=;fm8rg{4VrP2{xGyZ^tQ2QFQCf2)6I!UH1Ek=52~~!Xaj=It z=*GKwkHc|0dN(YRzyD?HYN$z7W~{Un?6c^s8_h~W{_iQvIgEQmus>G_VQI6WyCII# z^rmY#cst%V7#z4g&=XAp&8VOQ=T^F#3=1h!%CqOfjZ4M%XA2P=2K{wGIepDLYn5j$ zxl8qA zb&&^&zKF;)Lna6YRMxAwLCWEbs&-@%IiRAd^~8`=V6_2cS$>`#uW>(VtCU)+O?X{W zDI&Ga2@xF>1u{7mYL#)^W2F7LLWqNOR5T-yh;C|#9%y}V3J@8LK!+?dsF`~DlBZUs zW`=7@_7WAsxW38$RH48%7ZWL!-y9*K*6g;(kW3>usWUEKhIZ`iBZE?qpBo6EvNe9> zM3w#7LZPM0b0nx}VY`#GHhFDwFx=_7YN*Ie;;wU6mfR=0bjESG3k z@5uo@iG~M}s|z$OIt9u=P>iaznKGaY>P`GYBa6iW`?NHpO(~7rq|vTTjx_C$$utk= ztH!KA+X$?Jz%7Cr1Fio1PfWqN0KNNXogU?bd?OWZSa`Qx2B+Xs z%UB~Xtcp^Z76sLYM-NR2Zj%(LsBwoRi~Rvb$Z}dsDJitwbnJU7Pc?B9UC^EtATV5} zPIZo>e4u5K0M5d=d~1JDQD~h`DTHyuG4_jE?<=u5iI!KPax|Ht7eXWEEoXp^8`If2 z&Xe{^jM~Rg><=pnT_Zzp1SPBBCrr>iY26V>i!A08BEL69;UrN}l?yE#ONHoY=IFW# zK}1Z)qPQ+9j!Q@Prxp<^G!9Y-?faAGN&BQBk6f#yuJu7OUMUPJ0Bx;D=aq|!+Xbw4 zdfalP{b@yr0)=+a-YL@`r*-42hQ~t1V5};@q>!XZtw;AYR#vLkDLAe zNjGMJHp#rq26W$@cQNS1N~9iqi4F-`LvdNP59rRjGHyU)Z%`3}(9*@7;V2R7<@LNp zwl>F#eP_?3v!zc9bfugndMTz9iI7+tw(bmb5%&%RA8j1hnCwj~YLKXnT+r0{Z9rq# zqjzs4uiO>JLrV>&`m1EoXN@5hB_jrtb4PI5Cqy5Xi2nD{TTXgY1H*k&iD`%$M>ZnvE;OWSiEXz= zrVgD88=}qvA3x)cV!%~96pUJ#02k3&25tSw_TzwXT1x&@RCF|Ho#opJ5|!q)a_05o zQ58rh+18{Tq=eWg5V&a^^3aO=QHc^$QhwytOyPiywvnp7V%>CG`%+ki_$>5bJse9;kJu_k`)>g)T%Od z0pf_B3YuJt1eL22^tdc698gh5K@Gt}+b&l$3assnCv@nm$<_-B`?X?MQBj9PKws84 zV^Lf}9l5i7IH0Dk>kR5C3fMk*(v9iZW(rT|Po`m`wUi-&h6i03O(Epq(R&dzgP)P~@*@$56%AlL*4FH#;EyO?ClguX8D%9a3Io}|YC=7O{+t#g zcX$g2oYkW(=BCw%?-`o=dIp>nK2JV~tPM>>0_120MZ*-soQyJCnN=S7fFPXW zMhA-q)C^KHD`IQa6j{hwFpF%>7ptQjIr(jG8j=*q+NlkXFdR2{9h6ZlY9%kxMW3#vc(JRO=`eO?BUv>EM}g)Z9kO8kq8lYzlZP zzsM{*jef2)DalcJsoWcX)Uco-y^=bpwvU)RNlKs+68$~AiDr8ec?%n1UI_b2>Q_RYa9MIF6|Jn4Xijw2 zg+bJ4VloXthiuW&92XmTh>dRjb$e`jOWPS*`mj3^<30!yTdheRDnl|xZTz!l0fJ{W z3L6~yF*%QFYh@dM)R~W0C<2#d*$wUe5=j@#W_K*bywd*tFDLDdw&=8pM5hTxa~5gF zjrUrmzys8AhaAZ^>bh(+(Tyf8YI1#r-yz>62dBXyjaLwW=oU~-P6#w& z&@yxyd@#9ckR!ukj=|x$ZEj1012;&%PV4XAU6t2#urN3<_*q&-w6EEty3i$9Wag$a z)UwHEnMJar1`K7JfOG^HN5!xmFjL{@6eK%1ZuuZIyz#-7+9%xW5JPtc$5RwZL6o3I zjeN*959wYss3Xf{vCPzUYDO36^Wni_FWCBdT4 zXpeqz< z#6l$6W;yCvm24B0j$zZn(1+O2ltyav^L9ex_};?10XJH$siI%Uf&^+*QPD1&5Sdag zfZtxUimGjp8BQN-!IKF{Se&EWI{YVi=NUdg zWurmuH*Wi4*@iD21BUVeI$&C808$GL^q73NT%@vEQJ<6jXzT|;REo7SkhY=ep18>z zqlT=^(%>?iBrkbfCEZ3d9fL@1Wv5fp%Tf`h#d0{NhvK5zDX`*n--=*8?))AY9H|SXMPbs<3zZPtQUSG zCYOtK*BX4WoX~{Kt7{qtw>qdi{4k3xbdFgAL+(OH#?dl#pxfzB3<^|~;}-Kvahw{r z^l#a!gKXMYZ%jDm*iW$|s_Zk&7h9O}~)hI0F{)rYYI#I^La^^Fe4-+B<>T zAsgzjZz4@$@R4O9d`1E;Js-8Nl9b2!?gkBVv)idLTA(|+rF@t+@u4^;X*hcZY7Ju1 z(XL2eoJQ4>jnw0I_>}S}&GlUmF2k+1UA0xgtwaApj8t~iorfJH1Amw`ipccQ6QE|e zZTu*@j>09~ny>$^jt=3Gy%W~f+pGTR0N1d@@Zq7qReif&*zAkk;S zdWm46`VAv*prb68W_H^Ri$iXUpR;MRJv?b~JW^q^M+Hl#A!vl8l`Lc{k}ulBxaDb5 z9_6lhFQ7EkR8r5^e#op7B7}EgbO*(fd&jB;m=t~UB$?|<|w5lIQ%U*nqeMJ zG8CYC&5EfMP=U~?P)PXBLK%NTJFj5W^K>bX(piEc+=8NKCs#W@&~TR68y(T=Fer*j z7CqIQpf+(pbCMj5_!wD6j`COpM)Ct-rWfQT~9s(f-N#i{t)4mXsN7ZVJ^`(~JagxDsqtM5Fm=C6kSC1<2J;U>K>}9_}1w5odcc@n2^D0?+im8LcMfx--K#3 zdVexPkzo0_GaaP5hq7*g5tBEtYV)6`1G>M~K&ZOSi^5$)J}^iqtfWf+Nx_dy%+x(R zwe{2Oph$~rD#`dQtcFw}mKTd!lRD9$G$d`QMBY(3G}NkcOk=B%dswR4P&3gb`Mv)C z*?af?wv8lF^#A!3ygFys&OL^Ve&D6-?2Mm@XB^vOImu*4^V2lC8xmrQU;t2x;_?0L zx2o|VND(wCf*_Tn>}(=7fbOd5?s|1~)q=DMo1G$uk_g`?R^U3YOMF)V`+(Pcn{byA z*f4&-Y6n}Qs50u-OG9K*DE-`o{rw=)SS$|Zy6vHb)*%@BmcuYCgOI4W_bKflvXv`+ z=Jb1h%$8`W46o|An7O?=`ZMRGK%x|Lb4N*cT8IxbKtS9|2P?=^iCTzHtx$?UaRo|2 zznA?eTcV?KQybd$;6K&jmQV__h<4~m)6%gcis1#Opp-4a_{$(5_RaT?U2t#;8eFyXq;-MQ&`wVEpY%3&@(u@!m@qR@PU!t&b zJkKcz6OYixh;`ND-+(Mpofxh&%1~co<_%&ANidbWgN2opwt%lG=7d`MJsWy_i3(d& zhL*K4RGb;9d^*8&1Kn{J4I)@DEN%*GhT9=S*Ad=O5ss%F7w<*(OOz#AY)uqaa~3(t z^5g%e0EM41;S1t8s^`#azC^+0CM&6-j7c`QjpJg^@q9<6y%aeLzh#hUw;8#qU3T)DuOiQm_|w79fNUP0o+wNmNcQIO2gv7xXI9w zBGOJMc)#ggC|{!IV$Fn-AmS3ZuF0K-;RWSd>5%Wbc0h;(3GKpm;h4`OWSm$;`CuP= zkstJ%xt8)Jimq#u=EgB><+T`{O}dms!f~A_#Ct8ihv5}|UE5ZE4{KzVNUjUaz;)sk21W z^`~Sp+4D8i<0#0bZ`ID%#MAxlp<4xJi zI}xiNB=?mCtxgcR%Jag0T@20=jW?JjO>tHI1sVj; z%N3M;-z9N8L41WN_CYoQaVSQ2xr)NSGz;ud_`rzzCC(B}wnhyr;e zIII>ImIif!W9Dk8vbfI$7yq+Rm`ngrF78O9jtRo@n}lvz}YTtt{xr8CMf$8kNyuvRO|B+Ww%_HryC zfL^vnuU^k9rd|Ctsivzkzv#Fd;U3yD^JT*34w8jS#W5pMgrym6D^LyGCt6=X-GqlSc(P`76|O6(4)+9xFBFGsmSU1#;V(@@?!n)(%BH0sGe83 zzW9J4Jkvj+zxIIJs_-Itf`U9A z$mdK0*EK1M)hTo(y3==s9RvYa7A9-7IOpi567Vmsh#Lymi+Vn!c3bsbAPFM{NsJ9} zs*+K0ouP3k&>3MuW_w(F9C(bvX!S@~n2Xg49b2==jvUwRH>lEWRe7<@II9R#A2~*; zZde2h64q`QVi`GM4xK#J-$8%dX-=K&&bpbr5nOqX{D9n}1 z-7va=V-428^1@JI)p2fxOxhN8qyW7}FxK~0YE^l$L@Fsr;#NjL_Hoikr-<1mVchQg zzJwZU2%|nc_!lf15okQT)=E;($5Nra631&*cd$ZDYa}5!(bHi zEkE>pE25lh?M9&^`#l=)mT0-G*gFA`B-LkemIFDknC`ijACpOU_7Ks;^9d0kh+KgQ z^t2^F!v+1{z6WnAUBc4P;ZAD}4&%nVp9 zh99Df%JH<8cE8ac-V$xsPzIL^HB>pp`2NxX)9HO?utpX4EYPaM!XG6#^DOC7?&8rS z?>9v&^_J+l4lN7-kkM6E4Jn55^djl-xY0-FK_Ed%Apve5Q04+hU@|BLiVC{JbkF>C ziE3L@go7S;5f{M=$W^KvA)S#$fhyv7#J4x+Mjd2<0%(#cG;9vAAzbEAWBA1e8a%8@VD-{W_q$B?_)vNg)^ZP>ktp zkuaTl{1?JuC)Ci@?6kTFcGxxVDurdn$Xs^BB4!#sAnm(M7#B=iDm|+VQLRm(Lly8RbHs+ z&LgFS?fNvZ7(-_rQb%Ay7GG-D^L@qKo=+P6CF-rI&k9VD`FKe548A{0((6|W^RXmX z-6k{&T{j{w7J&*$h&5iY(4>-LSt#zNs)8+$iJlwaX+5eEL30l^cF^fK$?~(bL;3*!C7!Ff73vTK6xK=i zSx79!Yz@|tF9_*ZVEgS#F9@cBK9vcLp+V2P=TJU01G4S}ivs_rDW5E>*km;}-Tu7i0`g;tK` zqCFM4ibt|%uG6jtmn3pLM%zh*DF!-ZI-CR!Gno}YJi)qARuD>M*}kV8TRDXJ{id+@ z+qGhhox}pc9xu)ZisTc=NRRET9nWK6R#FDmrA8?(xaGT`A`3^$h$)*mZof`&zg;Ib z#4$XGp8gh(pCwA4UWiOl+*(1uO|K7vPao!!8GkHJEvK1Zt;@9`0%UtIU6Cw>@1d~kZ zka|6*s1DloWgtpXSd}wF6pWa8TOK2nm-OQ2i?P-u)r227TDwr%u+WD zX}?!6f_AkTNP~(H*5omy(Z9lwHJjHahpUu(6r}3;9!ZGY(nV?==Fur9uEbU zhXYgV|kR*&z5+|%0O{f6rWOVnf#+n68JotE;g zZ>wW=kb?VkM;ab#9k|Sje3S28!S2$a@hLFPrGnK<`c2Ht>?OLeAq`^ylUX+*CVr^h z>&E;PIp{Xwq(e7PB%DBTSS&8)_~Tro(@SZK2EvY_5LsZaVOY#wq74%?7Hmdr#}LRw zjZ{~@@WvNtf5XW|cOk;m4i!P)F;`$eaT#FUR*Fhs5Hhe@!m!_hVa#5l6_>wveM(bg0dr<_D7+Nbj^d8882p1*!8ouV=39;(x{@%**G|u*TB0Qvq;fD-(V}(q zI=+az3%qfO?YkIR61eC{HBJnNdSGw57-=qDSN2SqC2BIECc8DWOR+w}BXP9_t11Y9 z&nY*61%k(&o|KmF+sbkUOpDZx%e-DQ!n5`oY*VTbXND>!@pp&kGcHk%@X-@tV-W$6 zTChGmkmZrqo~DZT8(hxXtFHy7=me!Ux&jMsqbjf0vt(4<)DXjxA9q_#%eEaavWY|; z$7IY4tswM03v3HciQ>SadtNz9)a2q$7^A#!D4WX3uSKYbXhKxi6uK=oCVin@7FgQ$ z&?@((6@qqb5$!QQ^gJPHuQn)aEyPB_y22<~!WpfV!6Y4@i&3o;c6c|z4Z@Hsj`0<; zV8a2mUCWCi9a2!%oxU}}HYM56g<|*#p6=nYDX(pOn694g6+r@upq83gl*tfFn1GnV zoL9h#iGnd*!FzRcvDPAN6@7dMy~ZuNj*;QB`i^;}bMdaFAAtGAEgIsfu>;0e82CuW zFx0+JdCzy?S!<29DcyV)RQs(WN|EJtJ0uFY>%(-qmc#|cgNR!2{~DH-%^gn%U?}(M z_+hOz+6;+&WJxY%CR#rk#%6uhMrx{Ml6L7ujdPhNn8X5Uj_+~Z zt7n6?R%}D!kW%Ug#bv44ZCCvIAbu_WI4+O7x;vzZI1ODESvnL7bK77h%3PdBO1b9d!>O3$=Sdp>*5&O7OvxT9VNqf(%X2)l@T7&; zpMf`pz@mFzIc@5+p@&z{!!y^Z=AyVek8TIvD}V~j;@l;8^hd2Q1UVM@BvP&p9d7rl zOShJFL)s9(I2GkLPenVnR3j__f(})iNsJA{@~fWYmShp3lCaPVdR{Y2bm@vNLE-Gd zA!40HqR>-mXwH*bPz-z4vbmqVh1Sq7vhU>7_>TY<2y`l}9W~D3K%E=_J z#rLZY#gikX4=dCPO{P>g@PJOt1_J^FS0quf>DPPOTIvm{gV7gAogx8dSumn35I9Zj z(qZ&q6mluFZ8-!p8fwgb4_nQOF#oUwRhg20jnCGSZ$KT7nziEsBd$GP=+Q7cN_1$E zd(0&mFz5&kqMLw);493n6)?%AVp!L!U!pA0g*|gugt}$KX%!;)orWEy-e5BP&f_p_ z9ynlrhZgV`im87B%l86dNiTH461A!9H!~7ztp~$*$6w}tPISluFlWcO4~S=@f=rE8%V=R09-c$H73-c&^W$F zl;_GIBKs;eh;l$E5#Y=V5KGoeZtXP%whCV~<$MDJBfYiU(PxC^yEk4x?mE8K ztx`IQWnKh-or0tkL{Wxm0PJ=~Rows}#VZrX+vb!wfb#Yq0=lG9|~H)XGp35L<4>iu8m3 zq!G?eO3JmO*1cvsS!`D0Ju_p*AO7tdq8|D8VB!8lU-c^E8a+rE9vv2AR+`qL5=g@r zJWeRg(d*Z8Il&`#;f&-TwzP1vf2@$?7xL+xi-1%4M2Jol0N3QdwYf&Y%+#nmW+?MxzjTh1}z}!W~Na%BE1&$M=7ocR$1GgPwhGDj?1<5-0p|~&;xsY`~Tap949&c*}2J7S+-BHqCMN<$@bmGEvrhiLv z+o!f30KYnZHN^mN=-2F2;=y54K2q(tNRfcFcv3~7yZwwg9LZ)&bog0Wuq=TBdkqVV zWa=ME3=<%e1Fxge30M50+M-zjoU7z<2<@V|)H^U-4^hzQkCQ4}IE_Gf+42cP^M*#` zM5ycqKn)-=ti2exuxTgE+E)GTg4m4i$0D4t`QBPK#YCI1V6+$1me8>95Lg~qCPJqT z{Vweq(D>S%zm`UzF-J5mkpDr1kKW<#sQ3%(EwcFBoGdKZ+xs1UsMaABnf|q&Fwqftc$qB5xlb47U2wg4ZJj$W!3<%K0s5lQIyVvOrm%6-f9W0JpCYa&<`j)*s zL6mD2(O6%%iQLz*0)5GOZLlv5PdPqhUpTp(xAGir?$pa1*|m@Ee1xVt9%apk!ZW`( zFzzA;G}AVC#~v*~HAY_Q7Mexu-_{RXNpE!B#1>|MwV-9XqPCn+fa0QGIgu4 zhWa5Vk4kkuTbdv<^Wr?jal=LQi*~4&UPfYmUn8b~$v;oTWd!Z&YLO&3j(e<pLRk-(pSjgBG9F8kV$k|$=E3R}VvM_HS2V&{27^Ic z7(nhI!!8W?LtW27!fKl9e|_IVO!$ApWk+bj=9A#*A|A};a%R4}`m|A&J}B;QXn!94UuE_b{*sHjYkP4Pc*F3pHL{Xjzz|az+VmIz74GYPM8~! zvk$Tpvg!8uY%gYJxYm6SZ6Kz15bvmMv&ZMSj??B0G%@` zBTJ0GTw#;VD+yxsh$kAj70cyQl)vd;MYfK}QW`djYN2%yawS1eU|4hkDZrBe=*2AG zcg^oS6XfGHE9puv;y>myxhsE6%)0RRzCZ9oPlMx;cEGYr$+v9-Q}{=mDn}m$Fq%|O$Xa+>X!Sx;+>!5645Ju5PLOTxol2hL5 z35Ac^eT+hRZKdbf?wp#^ShEm|o#y$d?s|`Q*P^dL5w!6M==v_g`$HN+^NB^Bb+;WS z7xHRA4L+)AFrIABA%04kQO!^%WRpxm^M|>h@EVMCIxULORZ(+5 zHx8dWYghbga0z6T|BF@tyTDP>RJqNKlxAzW14CQ!cSMtq4=8hv6g_pQyQE2$xrZ_n zDNE&5$&(qpprUw}O6F3qeKR-DSdwfS_jh{03JX;7xWGvpbm+y#=0V|G}Z6l)y-N9UwSrqmA0A zpu4JAWGLr`hd|JJVIjhL=5JXB&L)(9at#B00+Ow;_e8-cTt!O(4T_O7K3MqZ4T*T| z%~zt>V95oZ5EV@aUgncif=yRz&b!cO1jB0_41#=PVi`QP9zeMgNDw?^yJTVxwNSW! zqpva;(;^!Nd_y$ZfQ{!DFa`U={%B$WtH7%v+7a}^6w`8oI73J@!w{kFc#3kL&*`NZ z-1`Bl;2NYuITyZb4p_T}uYv?p<2`XAW$FC}GOT+Av@XpAC?CwpQi2=1g}1q zoi1a9~Mk`XBtaRiBwfP<_m1H=xA7(RXeu@pqoONX+<69Xj90wQ1{$=U zKQH0>6_t`(gsqJ{(mV2&=rTcA@pRBlL!pJsxeW&^Z7!BIFV(IuV7$HwEi;yI0$z&tWF<5F62 z;dUN+MI^1L){z7h2Z{D@6LvOoc1||84ZXmG;eBsRnPfa+LKN@8(4x>pBR7JKpk!N1 zWVdy~xPc5m<&&`>d=Mb6m>jgFx>)oqP@F0lK0K?(E1KJx#>#`r)cFKY#a+p!#G=iOLM+;TFBFr)RJHVPreU!s=v`3!-);wj(Y{R_N z>4mx}8Sew{5Qp7}F`jWZhGbOew|K;YPf<6qL7t?jXYT9<9f%zv-IHm8ccg*qZ6Hl0rM~kBl zCkNy2Deon6_J~iL47^5TyXpy8r8t6C<~hG1fy#4g*1zAdz!7ZChM-^!OVg?uxuEuVH(CO$xSO<;aX_h zz8$jrhW6SBibL|f^|ri73F=qM2JKG_63;y|_Xm~=umer8z=59&;8xq{o; z;MKg``smJcjkcxkHPUTPll@ohYc;dpFy{Tw_oTgr6vFmvtp-=v7G(TS7(@?4+)Pn9 z1rIlyTb5{DT7t>X<0d)FRf?=;W>rl(#f(ZBPFdJxNz#&xKl#(vf>8F)xDHxT-UeAA zX|QL9Jfe#_rbZyvn5iTU?8$KQC+g##=vIC&k6~?3*NV~%3uL(@OqjTc7Lo(GsGRUA zcPDoj2(<%g52?9?*|_-evS1xL1HWpb*LQ>t$OgK*s`&LF_H3)o9?WThb;;M?5M7F4 z59l~4k9CChyJCwts>q2p$&Q)2dYKq0$CWiU;6`@v5>ld_bhLWcYr4b}xnR_u0Pw)M z2)5Ul7;M5axI>C(&Z`m6FMm0N6q&S z)<`B2B09*}N4L=N4&fu<*(uot$&z;cH3;SMhO}lH_(j^1aag-&*zPUyx9Wz3d?4}z zwvFcaZrV?CT~r)rcRGHq8jiCZRP3vjr@Q^hg!i?$4Yt(MxJIwIfubZK)%N1D&Px3%S(%AgeUtXDZGm-2 zv3u13Zz|{4)Xq|LZsMGJ3lneQ6@;i0`=;ZI{rzSbp1+c;`GAJJmY={yWRYAsOPBrvo~#xLj5g(< zr*O+WJ`5W`D?%99HKEau#mw(EqnwH@|+8wos1$nhE8$7FA_OJLiK z%H?L(1!Z)LXBCeF(?cYe;YR-^)&;d^i)V8S)aDu9MI~;d3uN1F)%oVu1-D^~<0A{) z@&@Qlx}eD;q^Cmm>g(4HnRJIsF9$pQ`maqqA=77sR|--sncH!Dk-fDpgVjAbmG4>? z$MHpmT?e_f3dN9C35)Xg*voCC){16{k-pU~0Us7H%^AJbE&~^rpH!T`RzHEZ%~1Jy ze&0}l>K#wYNnF>BK2hz@j_xN0DeG2@BF8I0useA1Jzasi|4Ds5_(9p{lOMEgu?6;; zkgYM^?u!cOvW61K?2?3=ko(s@(d8_WLrU7@@JD4o7)umRyA?q&KBV0mP3l`xDRQ^X87E%;S(?2U@dtn zJi)W9_B8tLsy|GNrw^_9C{Vs`2t~IRf3E^1maR1&C~0~F>dhqAx=-5SpQ$-Ovq6^? zOoPPDBi7^aTJfP+ojk(W)`>gYVFlMo8`&eI*AWWYVbp#SPOwKAP)Kmp*tglGhhj}F z!q9#F?hj6DN_*)+!+llCJYnBL!_}yM>7s$vD1GU|hJ>N?RsrKH9_o&9l7D4p_P_d> zAkue@)Tb-(*5jv)2^V2NJeyT5!%UH?y6<=3Exzm$mF z(7WH%jX3EQ)t9TxtQi-wHl~a70o8%aF5Zr?fA$v9qFm-WeBBwNt5t}rBgR}a8}d-` z)~6Ui+M(nD`dJcF!#O*WAf>=KMrNYtdYWVsylqPVo*YMdn)?Qf#wHn(}O|~U8 zeX|1W(XJlClRoEQC1;!_93lg$Bu+`%KBP^1R|DUq_H|&i8F&Sb3RyPCT@O`WWxBnX z4I#7!#2V=w_+jv=suzM&^sqf0G(1@GQERSVhpJg|uHJ;CS#GYL1@(V$w?*lv49Z?( zx<+ugAB{I|V?Ccb=k^n@n1V>hL((!P3cxVd~}YHw=ujchQty&Oz9ewabLHJXgv z1$L*$ySJ1YFX8$)sM(w4=jusUT~vQmg1zZJU6uY3;oEbNZ-9eF{SNZ^{KN61F3;^v z<>~5w;%PhI^9}w-*jIE!w3Xt2D(|$Mo;KzmN%!_xjWR(^W(*;|APDRVsnJ~W^pXxz}fM`T_5sf`X@KwvkK$Y%ns9? zx&;a$y7aTm{L;iapruu9PU+1#I;S5mUWl&geWu+JfxzbR1Y*gyZptlSw+@9l`nd6j z+^B+Y5-RjB0AFRcbXdm#TKp?>boS`Qb~M<8mkx8RXjx?&=f>?IO=9f+U9EuatbCvNV(8H%`Y-fjG ziC)#&oNS?qdjoNolkaMMSM$&BsCGpeL~mNVBK2}??3lFj4=$yV-gb3UGcqJc{j#!u zm0pz*`YD1}E}iI@U3df!t(#iO^(cN|u73KpEBjp3eC*ucEab zBFq@P>`2K6-Xm4k!Tj-tDX&03qW6>DLcFg1x0Y?hE`bL+bn5d4V4OREzM@ksPcQwq zqlW}+C~LpTAjuD@q(mON z+iV{+F9G^OUwQgq)%d+~3F%Prb~BUhbI>>F(U6*ujHzAftOFlZYg=5+=J2{Yu#)Av)$x5lE)`&ynH^3gad<{9-R(E3n*9ze zzjxu8GK@jgg`e617XT=(9-7`I{xkOXtd{j;1EUtY-V3;uc|vRpOSG|2vAjUhD?)N z#V$iOPupE9Mb{qFCwCZc$7ee^-S%J8J03MT9X{{NaNDehS29~fjtd9wh(O$pc6pQ zS59H4_&X@NFxAij%iH-w3CZWG(i>b#dmi3Pc9GReL#zBEaP@(Ppd5!TenB;{am+F+ z*(?8h-jQ20P_q!fM60+ud;Jx!X;ItMdo{t*KXi?9f+YszjZ%Uo9O(bS+l`+Z9N?^# zm~(`?t0Lx0xDcztAAGsK5P5`fKY1*02l0aW!2mCh9~990U)1<13+n!d0(w8KZ$GB& zO|GkN+lzSvpYNvIThXWYrq)~0M%0=V&&FrhB`3P&KSRY+{-2?0YsmUx{?$_@dEG^5 zYhtu>eJ=7CyqkrNr%^_*gmTGI`J>W*euQPokBHtKyScikH@Q#0uXl93|I{UTaZz@> z{7?Lkb)2jFA7MTtLLTTb#Zho~mDH=up{V@;^K)xtLaeXk^yxY=ew+1rF5t_{kAg z8;5$`_hjSs1d`Cy#KIKcu`K<0quIls@h6q7y^5(LI%gXtC_7y4CK~bCMf_4Y1a#4OoJH(XI{NDbRGy|~Pe-%1C_l2=8$E(LIa;2qdaYZV zD`q@Mw;ZpX!TO}{IUYf58Ca%iSQm=Pv&-o^M57z%KDB5*HFYlzWWClE=Sq&({{Cl+JH*xin%6w!CRimKv>uO7Iu1pYm!IGIPVl9xcH7hE z5EsFhSQx<4n;iq*Bl#fc!`17MR?rthDx=eb$?0>qH?|UBkWjr}DtLC$w^0!%9Rt2P zLa@#*;bf{R?1g#8pXO4$DcyfAq*zd0W5>mC$epcutdU7|CTXd^-mu!6$Wl zS|+~j@1QeAIbm~6%d^4Aq>^B;qZKfKOdsSl!2RAAZ?isq2}T?`P351AOyN={Jk=o} zJ&*#xd-CiLCVM4p7;K{H)greURJ#1XYcM+`ZcJ>%9bI z0}=D4PR%9iWw6PwT;pa|_mk4h%c7#n>G1=i>gbx1n)&=8 z8Rlu>31SvlJ6260EHo-)S$LO?0EP&!Y04JwrSKS0jFol~K-!-rbM}itIPT z>O)Q3aD-h6v(z~?1z;LY*GNGS4mxn6HP|gB%G{JH%iOjnC#tLCn*P zp8hURxvDASUg(KtIgN7<_jd$%phG3H2eQ{2mDo_7e)Qh=^EO=~`W+QJIQH3eqm+dL z&(x5TAnRdINV)ztK{|@UKOh6ELM%jZ-&}~oOw^sX%TFSaEJmpn)OS;8U6f(oN)wl3 zA+Z-)qdWiri>Wl?csG)BMn9C^X{n=p)h|tIiJj=7qC+fIjNRu)N@)!l`-$fG7${hR zrE1GJS@uHpT8PJ*q&C|e^bujv#yHc?;Y4`Rv_a-qAE(L*1Mg@%LD?vHMYbYZlVf#5 zjyF1wN!eo0FfYAn?GTS|O%9jiTUKf*%rqZ$-*RKiQ52L~J!5Iv8N9v!in84Ec+|(} z86NwKU0r~t$G`3r5^goCaVj*3;ar;vJ^$Rk0atL^^;)UP%=$>R8?W`6XOYW z_+NA1zsRl!R@1FdNyd+;i6UA>?z-ez7L|aeuozxD7XPuea`o$q&>&`=DdO1(5aCrC zJN^x;wRktq$a{FnO;ONEBYTVR8WI0q7%`U&ZQr3jfszU-0>9-wE2md>an^c74&zV; z&cW$v7Ioajj_!k3p%OiNu*ugGoxkq)pHxIEPMmCiMCYo&DEv5E9{yzO+vMl6uA?}k zNjx}^C_fwvqt0ytR2b;qHM?|Q!5J47 z5ZH?kAhzG^8m7+u8}A0tdm74?>gsBg+v5GBH_H5Xef6s^YlS=*N2W0JK@WFa`N+x` zoy4BYLl4L^+NYZpk;-uMLpRDO_8Ue|_?;`lS-bB_A)Bor1EVca2wOaND?(4)*LVE2 zk5=(XiB8pP_M3I_&y=h7y?=|HI#(*&rK|?VqjR`9NJP_K^$NGNG!f`s^HX#bh2>@j zZB^Jx#*;x~bJZ+Opm^W}Y13h3Z*}{0A&=<_bVPIJYv zFALUPnB9=ixAfgc6*kM#Epy^Zfz zW#uS2N{qg_+(SFjV}ftfuELME)^FV&UalT0Rm9Mj!GbrGYKH#O&4rTJU@EHm=|-mu z0nmkw3>VL%8F7z#3tKjLv1^`_^Fjpm9zFCt$>^0pQ$=t8GhDjRJ4%+ASawI|QsEaD z?brnCwIzURPzo%q)iDKpO~D)!$Smi)xG#S`&oq!3DzRf7mUu;T8c7ekZDuFyxKA9B zde}`iV9;{F5Y2e$RNWP1i7PD1yp~1?Fhp%mJ;n=CK`bLjD>u?|a?zE<4T0>T_HQEQ ziGxkMsN4Urs@a^39uPxpl6#emaSX>oZHL;wZJi;W{nadC0rvzAtN&d2;!b0yxz{XP zpTKqHHb@vrqddjDxj<${4)@HI9bXOv+qvYw^|r~wk2H(h>VxBv-}b~(7+ved1I^ND zvlK_r50fA2YWXjpnNOVDqp9HRN<+E-QB$wO5+^xnCh;n9Zpp()UCfb2VL5-u=6d*~ z8@6dyVdt?JzWld-G_wA=@%E_KL@8qRU5N?tmWNuzsNuQA&IjhST;5?6 zJ_iTABcA#F@6=#$%VP|erjpPVL+B0r2nhAHNoDF{mz3-9-@20FrACDr;FcE6z>9&> zzrHb1zMWIS`W_fe*JS0`g`G+Xx>VFXOt@q4?s^$NUI1fP@E zhsTuobU82LXCJFcpT{hBj|PMZ*%MT{DLw8r0%L9Eft~{zmWB!K|1K@dPJ`38l_n>- zz3l$_fQvfriNbJc*`@`|UXP7Efg?YIlLSOu_^l-c*rsMCErj``i!sVf>R_yNqzMJK zjyJl6@Ma^YZ6k%^2zJB#PRO8q=Iv(D z%-TsE*WyFo+)O$cbA@GAWivXe*_u?X)s?x%a&_RapUKVGiSYo%ud|`)im}U<>7(?y zLhO8PYO%SUqVDzrvGIPS_N!S+O=*#EXhYn|uNi-qHF}}qgs0ss;ES7lodZIt8lZF! z9O2?QMfE}loWh3DN~6T;MzNa-6_8&(^A%zy22-Eb`vl{|Rh8%L;P7~V-nR{}YrHt< z@5-?wC+K~_PZ;k?;!cV#v+VSE!zp^i6^oh2=byj*gOZJr?88-9{iQyL=#!Kqn}IxG zoGb<2>@~QCL|1+Ij}gU$ca!)Wm+crx$(1p(k(%20&Q65S@KqgIA~157z*%(a#C`FY zr@LdZgo(VTY7yh*y%XR9KARTA&G8H23vkxENYBp7?&`Np;HYCcdRvz>8zFS*dU4 zU-%1GKpZaIeDB#Kk~ zYT48rK7XfBp>(N8-UG_^0$Tng&Wr1F6HnZ?Aq3u~9l_wM&JH%sgi>;zz$1>+1?Fpz zBrZnpR>S<{WwEkDV^c20U77bQD3oe~Q`8*)j##Z&fXRxW=Pkn_w{6(5r|1^sGNt4u zd-Mx6|epNzpdLM%qe zo-xM>y`mrCM&g~+lS1dG+NjX%)wm`5i+-uU0EDl z{7Fy!wDvQ3KQS*+4|sm4l8+dhP5>O#GkJKjdqoRxlgh?MbK?!3?}l=+ljV4k6(eYj zdqw&vZ#Q=3v4=spnc^`NsPcC zNlzR9YF`sNaGR40dY@96N*Ixx>PT z@gtPEcheV@7Y(yVlh9rTQB~r6%B)Le;~D@BA$ExojmP9C>em94*(8;Oz>i56=(l~l z@qGfI)tp@-z9A2({`cMiWb=`uGe06~L{6juqK_`iNd$q3??A$(6XzS``wPK0m21qa zo26$$&_u3hi~9o$?20E7w#+z$ZrTOoQY*Gdn9^r`^|aqm#i6-lGIWrI3Yn2|B4%=b z=k77=D&9=qa%1wHv`&v%R5fOENGlkFE1xKo7M&V(o+rKrzk zcp-1@Hb@a7{BG&P_?1PHPh@TlX+&ZBf6Y(pXyw&cst}r`30Xr^H zC#bd2wA5^u{G2?AGskmO8xUkJ9m2FVBbT6E5v&RBkm<$Jye`^-hb{~@lLhSejTV~! zj)S|IhDZHa){|EIs1Y-;S`MyUEqgVhms*!wM=|86-a5eI9ef=lk9Fz|AJm%)Ud{Z} z9?A%pc9uFj5}!>>%D6#jzO-}Qv{^vnfuyZ0!YB(EFnA`Xn$$rmNO&JPu%sX9mJ)|e zXnF5#_)Wa)(sVjsCu+QX{ob;q0kgzDHGG>f+kbw`UDVA;;5EIVnaC6_s)6@*NyUs1 zE!_yF_hj;86x0A$0zDK?G4_ni2dI0A7E6ufTKVS9ngWNxMyKEDP)Cj*aDk_X!|{2qA@d$w>&PIfu`Y;{C=Y+(O{? zqF2F%uh=A5`crU+raBXHun%;;H5qWBqIP#%F*BSi5ICEp)V)hII!lFoNpM(`7%Hh z2_P9<&kR9xn)9Q_&etzrvdbQg2_VVxA(gS0t)3eA#$OHie)%vr^yUlc6<}oS%sR9w zXopKy1&xAKTpOx5S=uMV(FNmXkxs35^4B0)m}*u85lFM?XP8h|`C?W3`G@;taxz~0 z4k)5I7jkE608~TY+i&NRWnvgz(2h|4N{Ujki)gacK?|@$8#X~1XfvjovX4lA1?_Td zZ~7-5ta|;&0IQSfexbRbnEBx(h^FM9Wv~1=6#zOCMbZRBaxaX^wbl1sBxLnKp*mfxg1-0pA&hjzvnpO34UK* zmvv=?(~Sowq9++N$X{#vuoCFA)GlQ^HCqJ2-4Ux~Y!tUtCP-djH8~o@?ule(LH-5! zZ_?@e$7@77KViI09{J?hUG)`;rtSo4P`_{HSDj@X^ClgPG6A<4pkn%&?K${W93(~f z-*kfm-GwcsIX=O3=k4oXsqnFy%L9$c7w81d(mPgA>4)^Uk4Z^K=BeTFuMr*?4G(Q6 zonASKPfMm&ooT!aDqx>IX-&b4j9Qsbu_B3%y|xkJDlye&6*vRxxrSv^YL$~ZHh_OK znG{XrO(Ed+D6;187`TduhE>~6)cJr+*ErN9fl7wPx>F&F(ZhK5&FHcJ(nNT+Q$DGr z)-v^MkaZo~=HKZqNHGo{T=i4k6weDy-z$5pE({fSmT8d3*U<27L-ak{I6lS*TEore zhpV&jgp3pYbN|%MvDUfOz5Bvgw`FaS>-4lzgPmH+y~DC)H=PX(!Su9NM9pW!Zz|y` zPAT;lr&r74E2S}RhuOt>4;;Y;M;f1&2RfOp`Xg|?lMNFy_j_NnHQR{YuT5-VdjhXo zmN^K|t5XnTi7WDIsxehlyA31d)Asp0NI0cacfW$HD`A4z_tSv?|A;G`+jb?ITh{N% z%{NUg5EUIGufEnc5Dk0~PD_gGcth!dFRrXolIE_LU^b9m8L?dpqmn>MG_hZZp&h^kd1pE!#$Y&d0Sbjl9waE*v#Xc8N zO9mp;)9zlNK(7K2w8ob3+}#%@2s{}phH+xB8Z8W{W1Z+99|8-&7B?t0hMDOn>{nr#0NvKRmD-r zT`Ejfq4T5%g`d|XjWXFWdF1Tx1WsLGtMOKuF0Fr5v7^HWCJ>;P#u=%7H+L6Kh)btY z|Gn&ZkP`tb5M8_{wzREb{5(>yq5!e7>5;@z;fnASPMZ*of@^ZS{2*EF=?sOk8re~* zpTAFZ2o+g6Tu?%^aDK(;N#sFJv%mK^fvW0GRA$E7JF>o^6b=(*R4Za~<1{d& z$wg_E&aPdan(mG@#c`HST@+~vQ$*p@^TK2!$xQ=l2ys8BSX5bVuc*QG6Yt45V6S6P_(Sa{ovy|Yut`F?B7%>5kbaBIGLe>S9#HtSSg^>EXUtX*ocgljmpWte}E`t*aR`H}!T18+c~Q zeoiuQUn-|4F)*RVzVBa_)7Sm-lD|thRg9oOc0Ew|e@GcJ!F^fw0^!)82pb~pnNZ>X z&{mLST+n0JhZ#_`&6+3g6>$bWQuve~fopo$ti2cs^)#n>P&ncQKp;m{$3t+G!f@P< zAT?Zlr_=lWVeDd|WT(gN>n(`9N=SWO#fA!`a=iNsF!Sek4K{<~-HGtzto{}Dg0)8&RtKD6%3S+f~nbEN5YE7X?DV)&(*Dr*E{iH4>GaA9{`1>~( zLBqMQkX6z88nYp`0+tM31M%OK?XkY*OUd73yAfR=Q z^(tQ*-a)IgVgpAj5+@3d!gnw&@E$ev-X^b3%y+-(I3?wGU3?pY53N6 z0{t=&Lwm%NBM$=@LrXmYKHk|JJeI@IP5O=t`Zb(}IT~@59a=~u!|yF@5Lp~_njlGR zI^+75#w%yykW=3F9GS(Dj$nb24&`t8cuDOuXaLhr9|;oiouhIG`OY3tzx*DhzMAdq zUtcJ;%@SJH$w#`mu%MBWy88D{2X*h7<@FKxUe|{&U(?&Uua1a8A_x2p+(W9VN-4K+ zRh?eslT`j~0QKd84~Z6yh1m$q7@MHvI*Mi9GTaipthbAhlv4o z=b6$S=c|3 z!5M0{u`x8oOTZ*6XgZBE7s5xSM9fCYU#F|)$n(#XlVFGHRjn>V});v!(_3! zYk_2_p*6sj(4fkl7Dw}Hqm{hP+6h^fgTh<6D$cMB?3PLfwf)6^G&^Mtm8Q@T!SUYKARNR_+_!CIWS>taFXtTn-*rqCcIuf_n znkLpz&>O}3n~|#Tcbtmi0QH92w7*)9_LNR<#)w-fcAY^1E`XAZy^iAeE!g^Z`sgI! zE_CM%vn__M$_n=#NM%i=A@w|Mf;o-T{f0pGepc&}q@Boa%_QiiaxWPAO@1kz1b7Sb zOX|MD3i*85K^wkcC#IKwv%2MnS9aA!M&-TWY^mHya#$IdAQ1(&>neN~p%vL3%|1QB z!b`{;jk+PaBy)cs)KJ3~rL!U~fotLD z3?fw>V!;rS)j(dIb$u09$e(XB4N+rl|!B^am1z{S6yw<#yza$aU^dl;;bK)ZiZJtxq@M!B* zD6>3Cmyp+e+sXEJ#3nE)%zL`+F$Zd8t${rcL!+ifH%>FM^r&mpPx-b+3VlY;Bl$BM zD0a&*SqGznSaN;5{{8;6g`b&xoZCnK)yeFt+WoQgdm3E-7Q;>rK0=0W+Yqs6md&_? zE(JBa(}QVr2JqHro2qFPaA8P4in7XkD`{X(D9QJ?_AKlTNuUfLE}N8=0w#Hp$$sre=Bs!Whsp9saG(ZdDjy);9z0XWMM)s$y_JU3vXo z3@mOh5JW=d@J^&tT%mie5IRB)1R)}A`2DZ#K^7LuNhXzEMzs0O=FspD&!H5u@9A(= zZqw0QkV}4G2JA$o-QYLd+nANq|A)4(3X0>6z626NfZ!I~ez*pACs=S9+#xu@0t_D9 zAvgs0!QGkQu3>Nq5NrmA!5Nm<-TFW5!){eSoa(xD>+9;S`$?aB&Z5IPW!%+FB!naS zk~LDT$sH{V6Yu@f%*t*ZcA3)g7P<#~yLojyG4_6ZvMVzMrzW9k7;VJY;YTpG#4{SM zxL~_p3prX41z|BHHJ}t*x+nXvFCU>J&T3nFFEy4i@SmnEUu*Ws>pzs2i+gLG)aD#g z^qjh#WaV1!=o}x8+CI~}-M^pzfM3M#6fW+Yv52#O_nAzNV5Qtq$GuU<5eV`cn%H0SntCJt{iVF zu{+@bOfY=_|8M=x*BE$9AKsX71ktVR2X%yyPn6?>$$eJ|M!%@?CHW=Y^d?bdbFTw_ zwGC&CU^Va|kCcln&d2@y=-*#!zThB)KnBD+;XTghx!Ds4N-?;nq<91FFdMsKavvqQzZO1T0k4)M!qF{}zJk3!)DH zY)tzxMY_}cK-~$ zFGfDBh*Ss-3V0cO=(YfW^9N4qwkmM3EfvM1R}DTGveRqr`ja^=64IYw2FqEXqZ(0dT&Fw zRik4TbzM9h3nKpVvdcv)(nXcyBXHf@cb)qhiEyGfCiznJljQZtZb~|IFO8c*<1+ESDBPKa^L{dkj~7ZE_fxe?6nyFu&O&*YV*e zv#wB7Nj}o@19KxK@KuBdo7S`uV(x565w_VN+w$S>h{=Nf#WFW+Hr5FWi%I4Tntu{c zAN%%d`BtlQ{VZoyY_581r;D0Xnril(}~*)%Od+6U`4 z-M5mbrB&(?->pjKDYn^FQz2uzFZMDg#O)0qxbqV!ysF{@4%zrQP4Dl)-%`f*t+}7r z(Cp<)q0)*86VH%yz?rJ_*J4T?&W- zF|X@J?P>Y+-fVHH4aT`N1V2FpW(T z`@{C;G+o@Cr%gm0jQ`7iuJ%o|I~~JVin6`x)gzllbGtDK=~tB`5+m2aaa|YcyindQ zkjdATCXoA@Wb##NSDvcUjIrL?JR*rV4Ur$+(PDI$Tu%y*kQRs;vC7R^ApOjpzEX{i z=88mOFes}{2+BPJG#>L5k@ z1cL<9%kvkACx2;Iz%fnTI^;s;{?1EW@Ot+z;@!X!Dx1WJ#GN_` zlV_{D8Oa?m;`uD->B{k`_*^Rhc>b3iEEE=>wQo+9A6M2}Il!B1l^Y#tCeCvTDc;fb zv12cZthuei6=ADjtzH-65Ct1Jt_oUy@%Q9;AT{OQw(Imq%M;TYki>q;mz40) zD2D&-%YQAwGqilq`LrKiYvht7HJQ;xVg*t^julS=8E5#>@nlZItin^!!a3{^m(cm+ zIToj?`Efyn7{9?872=6mM*HasfPdIOgI2HM{?X{-gzbnaH5c+DbyY!ubZ`-Iqk8cGI9NrhC?rrL9tqPel zBr50U89Tn@GK9qHJ;%A3G!;YR`*NV5bu3hjA~63t_R zSsT(Mg9X*P$b#}byBQ0FS4#`xiv8uG z)$@MIU*To-Q~c+ZZQsC8#M0&4! zYLVi&cAn>Lp$6_VO0!9^1>G6S8-l85yUB0iqASdmmQY+Fil+r3p()pdDC0K-LCBR- z*xQ)$_JvN|i|DHr{mf0n?{oeX#Q#I-c@uzPvr=EZ5VlROolz5>vO`u8WxFrIp5iI~ znUA^)yAb)-X@s#>Wj)Okk|nG!t(of!R<-2{JbL+hw$b*lHMzU*<$%R~!Q=CdQ>ji? znpet_XujdkwFkpie$Ea*;E0E(6jC<<4f1AJz;y3$@212UN;kvUe_5lJwkzVfyr)|D zZ}ITjKfeupKPrEmPYzcH&vKs2`%AwHA|v+9IG!<|!)sB^cql%{`OEimQh{AAgYE&B zG6~sd^%{sdFs4a8oH?<#YlY;WWmnyOO!s>_itUYOHEC!*oFt#2;WEE&4A3Z)rTO$9 zm-5Kg(u+S!ARy1Ku(QU@7-O%F74BGA9%1Gv{)`uNudB}zxwD(Eq|Y3A0WkhYp(Ed* zBM;swh89$3n>py7e|;s0erN5j0jDbGC0)cG%y3wSPi@YABWP*vw>o8_I@R**Wqq#@eK3M%J)^ffxUj*~B@sWrsdagdWvC9^3m`L6iIuEOf%zD@|yS-T!o zll5TuGw@!~q)DN&=ixik>6^64m!}ze=S@#r#ZT6)l;#GL8(bl-X>K$B7W@XM;`8p% zPQ9*s^)}D#de?x?)Zm=Cd__jXTO_!m9!<0$u=0y~V(PU+)QLIP7*k>iPf~J%BEO1bXNH)SmLrJrN#j92VaEg-4QdC@ z;I<8ij)u^u|3%4iiXG-k2@1RkY6-|RL+Ap@Ix39~7UijCDppeGs8Zc)&!CNq3@Au8Xb#bmipD!n<-e*&)?1_X(Aodk zuX6p=@v)%sv+6kJH=rc#$rRGiTBEWNnM!blvQ!$exR4SDoXQTIUj z+$c9JOS6u~g8yCVpi#8{J4npZ9uehl4s|V}z)N>f3OR_@=E<^fZZ_3`;Li`+xn_xC zvf2MC;(orIz1#<>(Cm$Vj1uC6mD}ma-*!xb(>zu&c88uL2AT{Ga(@XJ>J9JINfOv| zC{B1Rm@Yqrl}2!em~(98pE1vdk8^pXd6-%W5K`~dM?5I4$uD}lIXxVFCDCe4%ZAA{JY{#( zk05?7?AS_VBi#7Kp~pg9K6Ebc8vEwByHbLLK=yi#MFd{1yUw@SJgA@5!?=Q%CYGJ{ z@P|@wc$~tfRO)E-sQ4FD(#!9*fOZ4=uatJzvtLr^ODxxB;LFj3 ziEv>4m;tt&3$y1Y#zU;tWFv6#RQ7EtY!c~12V}Y$cd;rt@W-IcDR#OtPnz=Svffei zvP$p{N_Q2C{@IKWWxLWn5LV{ed{GH%UtUCIP6x|}09ax2o2HCE6+q?ZyH^iQI|;n^ ztxz<4rvNC~(ag^isE=8<(eIOq4FYWW6drbBE0)hGEwcw<(OPdgz)8MQauIDJiR;mA z{rzu2({d9bNc4IXzQpq0El;(>PV?m@ZJk;vEp;=dp1+&F zQ}4LIM>;NGi>8+3TY<`ONl{K3KDU}fo76G@9SbMo! zd+bKp#6@dF>fHE@u}qT*2Q!X-U)zh*s(T71HF(L#pA-biW5V*vwq~~cHZ<=`WNuc_ z`UEWdey4meIp2yel0?E}5r~(Y#`nE4Bbv5~J-<7{%hf5ZxI9e14qvRg(C~dzrhN^c z>Gz~=4l^Y#(};|l^^;6%svl*>W1V}sc=Cme_8tNF9`nTroi!=zPWdLez=YI_pJ$h_ zV!m1&)65z@)ac_3;~t9|)@vSr2;cy9!p?z+r>gL|h$=3Os&iPn5dNnZ$Y5`xTi=T` z-`+c!%Od_?Rl8VAZ>S(SrqNinN~A(GN{7UnTw#cI2~;A;8K0yhRdql;dPzT!Hgztx-=HNJ4RThzZ-V4AMIbG7BrLbQ{vID>SYv zGDSHmxk+v|sW$_kE-Wwhr$(0K^AgWCpM>VWVLfuOgUT}b%qWU-Qacgtf%CpE*Pu3L>pc ziWmT5L20j>k{`)B$(VyEB*eXWv(-=jj9#UFc7AP-Z{OMd$EyAe3;r_>x(e7h89AQI zz1_Iq?EFh|-QR9b^0)u-vM!zb7h<;bCDazv!&qP6tf{X0#q#C3<>{&o+(P4BB$jnU zch~u(Kt+adKgb-BznFgp!d=&72h2k1d|mAe&0cN1#gfH@-2PbhzDq-G!3USXt^N1n z)mF6FORu_A*}M`RqcYwxFA2XHO)^Don`(&9h1RGUWRRBJa5WNP=^{Dl|9Rif$gzV& z$W3+SF#`J>Yg8!)*1Fwjo$=5UR*`7LY}QNwL*J9;LmMI{FPaI<0`cWxNZ^ zQ?NCI@uB9m6C1TAII{%asuXS=m3x49< zb4rYd7)*3DoarIA-6b96YC=T71?-6r-9f7=VZ3y;zq%|+&YS`M$9@2o=znX7G zv1-dzv8|yUdBncHtj*J04$;bIVT!}E|LHOu@w`=O2+{YV{%x!>oP-}*v_4$on=THJmE>&D`2_ zIdcTZV&KthnL!wc8)gUnX_QR(qHUO)Vo^|OCMy2mVTbIEkA|ZrnVmiWTuX?WO3{%q z8ThLbGW8~j7$Xt}N26T}Xng06I7xJa@PPaxCixYzC6t@Oj6W8{85vC^VFHXMzMj;d zzqp)2l94u3N{w4Z9D{#3Q;}9BES-kB_=pHIbu#c66B~=zuOS=?U4QjDV`G~EK$)UU z6wBvQ93D%tpF`1;e`#%@g--Fi&1Me)kTLDU zwA?okh+Tf&$kjR4Rm((J?Ayf6n%NLXi~3I`SfQ3}jW-`Y5nbw!MAS0> z$D;ZYNqt;`go*Kr&5sdb3=wxDmf5a9+wAat-vhq9UE>le*I>u^7yvMRqs;)oGh3bU zeAL()v!Xq6yV|2PJX3sQ@b2miZ&b)$5u5-#}b1qKj$ra7NIjmvE&d=Yh1b z@z>ZK+n-97%cDaLDSBIfn^c?I>$OWU4A}p(DLS;O$sUkVdTaAEu~cj0d5Y=K^B64% zF$;5c;@5qCiZ_;M-71sf{3ChTXxkdyJJiYxGW8jSF=-;NT{xg{s!s?c_Rv}-<5-Hv z#8@nWSte^XpR~S2#P@O?cn2GF`rg$f2cqJ` z<>}}+p_Il6-78j%&|-7B!+oQkrzBT5;2cvSKSy@9lg?dw))2U3nRfL%e>@XYl@2J% zr!Vv{TjP@;aYM>Q4vSn&SGgJ{NnFdWrP|U!U*F)wUMGQfQ~J9fgf*T3;2tl$(GZ8g zoc;=?{$)ojd-S(24c8|EJA{nCjLw%S!{D*R+FKB|I*pO}T6b|ETTlE_hzb>2lbGqqry1i7$#z0X3qJF=q(b zeLt?IfD0SivgXfbg0jg9@~F;V+xmb|OjGuwMrxAb;A=;cP;Hs8)(F|UxIj3u2k_4j zrt8*s5$bka*K%JfFEq;__0Bm0xrx-+SRGt&-$#4=Uge>uj256Mn`c28o}?DKf}csL znW7Q;ZhhdU{bVoba(0>%R$N2_VQn*aFhj5FqHZ3)!y|t#6wsB)>N#%IDiaKM2cPXG zs%{eR$%I=&Cjs}d)50J(1*(Q@rUsydIk79#Xu^I~w683DR!%$?NR&j^`qQ^v+F#q612aH(q$Q3P{|O{k*O@Ch?WfLT0L=7%EPYdN7x&oF4p zcRZt}odQefOiWSdgPq%q)pIXfy@qTMVyMD7aj#E0DDw3s`GUWA}Y^Wtnb>h9Z-(u$9IM%vI zcqi=?piLj@W%2g7p(TcHi=I=qiYu^Ir@6G`@v4c-hLST>> zSIj-U|L@;MYA49q_ZimwR+XyRYx5@Nv`1md!!r}$*)(qX4tNir66%?F=)tve_0myb8Myo}uxCPz-wQ}C5DiabXsC((HxZown5CWMA zFE_1;LcggfzQc8^8+PME)=hnRnkq(|UkMESV6E_$_ z#%YwCQmQE@0e+cuqF?T)jT39w_K^5n0g38`L)dPW)q@Fv{z=%Py5k1n;w>0!Fb^h( zIZi3RdWd-3szH#rT+j*RgaB0c+_Fz|(sFxISJaK|HG#h2#r$Xr@j5J4aIEd=S1V{g zJtdIPbFEPkQFP8-FVoR9Z1epJs|Fv3>!<2RC`hpbX`<+5*)d372>Xjr9-Qzb3D({= z8bm|}J(uM=#`6@ikV@$!k(J z7UDP_xTsLnWCbNNks)B|`|1vLK`(%vSbt1v<1BJ5k81!}a2PakK$DBYwHL z{CerpajUXYMQ1$N8?CTu^K!*|iU0KUg-V`5^7+o&|BqOU4dBKRX$R6M%P@%Dq23Gv z0*DYa>g(t!QD8&=$D=NsC6ZV{92~%pipQ+3ZUY(7l+XJ2+oKEp15r;gz3UP#G)jq&Hr3ab|Bb68qDAbUVemED;pO%k zexbyc?eU9t70iJ=oYr<{w70K%8yych1bAKCJil&+{6z{ZOMO&p^!(KU_Q^-H52@CM zF~0?MH{}DmU2iA7uWZS=a>sOY(n4q$a68K?YPlCYVf|?Eh)8IYcfV;0)q=W_FC$U( zI7eHt@@r?hQ^NeY-%S}Re>EADb{>=wG@Sh_7~I$jzzn_3 zHLO*6rE)P4*!H=q?a_d$X2dKn=pG{3^McskNX#cb1HW7k6unL8ttj7`nHPf433pu% zkq~$4dlt+>cGV?7RK;{E_tHJCE5K+J%C4kay*_K(&snK(obV=u`lTW;jZX4J5;MLlcY$4AK1P2p zCaR*lMTR4rq1Av~)YXQ?2F_<3*m3sN5cN#{=n^wu*!* z2aKH|S-OH;|6^z$&6$w}Ezn9sIL!(k?Su?({D z61z!aLvtW&dI>h%znr#iu}*KP^yl`Cfbl!28X0iKc}hzyO^*y}3yH-RJ>-)Ar20iv zCCFR#RN}eA{kHXIZ%t3f0LaOO>$&~b+G&Yt#_bLF zs5`$jwyksbrf!+!nGjf1m^{)u?Rm`v?9CK(0;9?<9RWix%-C3mh_87~^YR{!l?N{l z=FheOw%<3>Adl{g&P1SDY|qnR5U=BFy{4+Y=-`pUR6MT{kk~m^7XVgcRh_rQ8~BnhSAL{M>2h_>q{{2@*L(}J4u4iUYz#CU$E8=1Be3KS#*l4Z@vlnXbk|F_ zMl)*xz;mCwSj~<$HU*Tl9c)5VmBR1m)t`o01^By2H|jxgYL_`X-KT;d(1!j+Pzw4j zc0Y}>kH>rl`@3zF1lEgHxy@uSMbk3^e}b`Uw7Z_jh%QC{V!9z%aggsb!=3ZNrYyj{ zD=w1UFPB;kmmfkm4?{O7-j(IMp+!3`?EC%m|Pd`=N7bx4TGt% zFzO^l;e8yIA^SE*2=T<7(O4mpHd;=|Y&JgZg!4E1PwNdteDjJ ze4r?B#xW-bE5Pj*6RpAring^8WnzRU)bU>1})Wo{k`x9sSF4SjQEmEs|^+&U4YOgRg!1B-bF9x7P8PUN>6{<76$OGIkqxuwrpn4Iov_PmuHq` zit`b}SeSmF<#O>fzsfC;;(7gFKyiLLD8gKhaQW~YLAK5T zXsdeM+dth8L_fW7@U5z=+wKXhGE2{=#=~oopf8$^s^F!A#zl$zzlU2GbkKZ+eFxzS zM;HSN@sDwt#f2(V66Nme@$))jcOJi%yX%Kr>P?Q#Uc~i7)sSoBKFZzrl?DoCei zfSgAN5X2DvMWN~!87Uw%ad2jwh$B!h;|~O)S35)!yBb1wx%l@#^j`$;n)oO%!^kj$ z%qzkorz#yU%s#n;z%yHTvW8POf2((T#qJ4G_SA7^a=yH<^{q}|ylY((^Y+U*APec5 zQa0kCZI_#vim&B5<5QI>o5kwx>OwmQ^1c&)a$Y*@tVo^T&|g{%#ZlBP^?xL|G7TU` zhs}XxTg;m5 z8YQlrTA+~_x3cV0Iyj3TPKGnWjFuHL1^)hR<+fYrv;Qc?%Su#Gx%(3UYfCk}2`7?WxAT>FagkG+Ad3i7EcycBOUAMq(YW3T;&0gA4G3kn7ND5()3@x-xX#U*D3A13dhK0^$X7su=WZ zxH59$drch_2UL8z3<_a>lr#any0ZN|Lz@j=nHnz463XGET<1PEnrJD-X~b@m32d;| z!I{eg%?UW>UGz0yK4^KSyfR55e3y6{%CS~FNzg+_VkVZtGSs}Pe7bq?v_vI>D3AQQ zH>@{tkl3&uZ?kPgWAcsdNbcaS?`^LqLdUOSNT6t)sv0**mq*ZEOJ9k>$?LIbVPw;i zgGWLW>JS_ti&+&YGC~g4zV0I2>BoQ6ZjjdLxlj>u@~|tqP>5GoNOW9H7N{t*zi;C4 z^G}IrHa_-@y{MOHrb}jpxJnP#92^^$|oO-7}v@im-L9eV) z5mvbZ6RUF6S0fHPyLu6SCeTzK z-+}M`2;SDc+&-Rfz%tH)UZ}ZvJ#%|X1SNa#W!(=pgC3_HQ}2~;&k))*_1>1rCe>VK z(emHD{(KX-X=8U4>@l*n!gVr5FSehh=?an<@AD|AIh%b5?CAz~5mi0*jCz(ku3owa zboHXHDj)i5N63EJ7##qHa0!psLkacmr6tT;7VoP4&7L?Tf8oenX*hRirsYpWSDb!K zA!&hYOM5SN7JhCzN_M5y?-`nJyAl_rV zyUP3Q!_YMZML_m1Ar5eVF;WxLfi*T7Q~Un@b*K9JIG2l)O9Wyc0lfjX^lnuL@fX%% z#Mb>(nI6l>+-rS;yUTz+SzLTxTQ}K#-2n7YV1>!3`L`LGy5jambYjmz;G2bRgVLHy zh9R0SNIajU+dx&{Jx6<%6H@3c=c`$7lnluqwzg+W772H3 zv1e?dJ0x+N=cslca<~gGTrLt^$Sn(gRhj#OGRsLE6%~lYLi;hICGhI8+BhpVG7
  • mO!@a&U;GhQ_%@u(E+33*q|_V!~fh>0bul_v&j%Zxm-UtoZ49 zW~%eOJ@pQEHWmXzL~vY{i)&-?Sht)~qF`ib&1@L~r+6&Ux40CxF->U!Rwwje|3@pj(%VwxQQWRwFAzG)94D#SP=$c2(EJ#6(8u z>hQxUv^B#$$d~@b)Fk#N;(5!)cMF+0J2BmKLXeT5gxK4gi_^@hb}@&f>e2G&^R~rB zek=qU?q6}80(t(-)6)yqH?E6qU=ru|W|MaFU_-1san_x>2nf$jkG!1X#|+{BVCdd@ujNZ^cIOQC22hXK{d=GbR>Wr9pR5<~5bQ;zy zX`#)!>>UU$wPnB_A0HtnQ@OK|uhT{O;YyKF%w{X+gZFdWm*l47^}GNE%np*KE4c2T zhNY#YMyuGd*A*^3aq)!52txJyF)WXajS{70Lu7=zQ`T}RjEms{v#(d&CW z9TxHGJFQ`M{8K>-@Sevth~^CNV?cC>c^_@rX7sK!OxEhvaiSr;Q@!j7EZ(xu$k~HT zm2$5F96tfJ6qAq_x5*qth;6$^y#ts!*QTDKz$Q}@46H|BPd0RZ%O#-x(q*}?HTIV!o)1_7WuJl*`+1|_qtZHJdYbwx@ zi1+hK@f4(?pTqj^?r%&`5$IysDOd-Q*xH4n1wi3iJ&k+E;GVhrZR3uW6)O1>RroRV z?B7Zk%I^k;4thh2c%J~o$qIPPIfDl}0KLqp$*>yXa`WOn3}8?3LOSbv*#BOMsjKaI z<=0Ng(x%dEP*+#S-A)(~Fo<{i58g@zY7@LXqP+}|KJ#6314tE6>oUFH_H*{~0Cy9z zMK;&8?1|&*33L+f^Y(WCY0iOdDd!qvL6oupH$_$SIwKoBy}dmst6J9t?dx_+854f& zjTQkt$g9sBonY!Kh=i|~Qv_(2JZ|m^Wo0g|;<7sCmw!iQK1s(ZB? z1r!f`->__q=!g9C7r9yeH;(!>Q_0sSU;2rZX0X2EDWy^9vr}ULEK%8O6G(>rIA~3z z{OHt)Z{ha)ZPU!hIDYSIz!7xDs(!#QSF~_nWkSxJ&BeFbfJTEvIxztVnT7WeQ^MCZ>FE zg-X!Xlczt`V9p2A)Zk;KcG#R&mOcZW_OO{hKH_08m9_r9BI@>vZ^JFD3?Iy6j{atp zxN5yJzAbEM=IEx%UTuf?Yez_6RV z80G*ZBSw4A3fW14#qP51c&5diEo<}pB&IvaOFXmlf4-(k$akT^(h>_>D*t!MjrfnI z=mRT)PwaF)XTM2mKQFaO0CjBQWH~CGh8Z*Mlakul98zwjh|KcW_75Z)G^*-jYaeTr z5G7(vHXv1VOXb=hj6|~~WH#P1t&F3px&X?%qw8NS9UZ@FoBnjAzC%}`gWDz z0#c;&iy(XFcshO0!@7 zSEY1CL^D-=Yyr2hl4?`VQi4`HfGp)nr_a2wyWkKVxI`#!BVj`k_2<;$OOp2f<=CC} z&hf%$P$Sc$(m5|0t?dJHZ+=9bKxM#sOR;l)dWVT}qOj-M}T&1`L2liantO97Xg6XTGGy!Q$w5LojPDU~L&5g6i$R78LYE-hgMCN>SAQsdq($bh21*GqX76c$P;FyU8l1{oG$lR!~U zBIvU}BzcnId84b2i}Wvr$lRieSAN4lp=6b#M6stq`eXmLGB%&EbRe{oTlHg6p^s`g zUis_T^EgQoaVugTc<}a)26uF=7fPJ2N;sV)ng7T|Rs4Cs#>C5VOrws5u{P*Q7SHJ= zBTY{CICOmJQIMo7RFPbu!$eq5*I?Eyz=ejfL;@>8VTrmFqFtq}XAE`E)oK@@MV0ox z1E$W3K3@)A*+)izQqjDpa{n4>_x)C*Kg7;evWV;u(f`XDxMcTVLrRPxo@R2>)C{r= zU9NY&8bcB@&@e9h26=LV+v54$n#s~EU3@A?_8IBb09(Ufa8JilXGmRTet+BCA|{lJ z9B{kY+{Hn2n=ekymO zfgyhTHf@%+!j!bjpGt!zloP^qUcxG>@%2vCFL{5scr*9&AXSGMgMw+XsR4NOJCfnE&>{)F-!4A20cYy$?iras zkKa6rH{y>Mn5A&#%RK%3*?G({O~rHLg^h3P)Uq6Z<->DD1uvoral0Hx5{})}Roa$6_T75gRBU#aXPpz6bV9l6m$ikyA&e_@T_JN! zDEZ$gH_l@?i%j5Rp?u=Rcg=m8IwJ=^QVI-&Fh%fn#UzgAM|_)90^Pnl0iHvax0#j? zQlF~=5>5T*Qnl4*+Y(~Si;;gZagS4k)%6_Dd;Te0mk-I#roW4=pl;e@yrkv}d zA@1r7zYpmoM*9M#v!yyue)o*n^s;y-op3^WK6rfi$TyLM(|fgo{YQ*n>9Fj##blzh zB!f$^EWNrm7CzGYZ{h6!I96qgm>YTB3Oa>pH$^mi#BIfim)fIU{TFPjFenL|(?<3{B;;} zEF(Xj%~EA?@oumJGcP1gIIkH0c2O2m^8*Df;mP5L=@RTCNN5-*+#d~q ze8X^-!PiMS$t5XYHtgR<)N(og*ZdFTaezec(N+vy#HJAWW`6*fc;cu*T;nqUmj#eXZJ$<#ly))+jgvx?Oq z5}owUvCS}`yCcUE=#3W%w6?uJTt3!VH>=w?{444<_WCWgolBph9iEXCMKf$Bm;@Rx z=D4GEoNDP>W^$>0s)|!%M4P02p51*DGV@B=d#(D&?|d~#BHDI~^CO<^dv!@q2YJp$ zG$c89a~sjJwn}>e!HlQAY~v4_D=smVJMAjk;VVC8cAJETb6Krq@m3Xf2B|aPwD_To zahL9y-*k;{x0f%=32KV!0gVDok?6yZA&2TrlYyUfP?>Wf<>xwyU6nW&nr+w>zo3fa z*R-j!iMiKSQ)j~+l6Y4(M}Bh4?gjrTvPC?oeYh=-on!U?5+m^}8-BMAQ=>;dQD<4r z<5l--2d4fWXp{)a9LJ}kTNf}zsI?<@F`GI3byBIG^T@#;j=-?ut=0+jWhxuJhCI=b z7r!MeinJBAIoU5~^Lo~Kf=hV6g16E2h_Wa;KbhYx{wQvgl(SGw*HlYIg&Fg3yF>bv z;hvBWDmz#~C)9w4I#52=Z;)Sg)BTdO#h@dO|IO6&o@hHjOtnu;AGCOq(DgAlV z-6Zy7-Gonz?3JzbdNcBOakCN9-Q=uC(nLC{AzYd9U1oe@p=_pHln~mZY;Go#ZK$lS zD=71z*xmQDoKor$HvQ}_BlgK}{*w=-jB#{_Ls|CXGPU`=ucva7UW3{Ny#JZL4Em@m zU$m}gq#Gb;n&L2^PYh}%NvW_KznTbk{5WRf78)Wdtmyoq zgRG!nqh!hP)~(vY$s?0zgNKJuNX#Rcl;LgBWPZm-7F@frM%dYD)b7s5u7Mxc_Wx{< zWwS^W1mva5QhvvCl!OJo z$xK{mny)nosxT6vaAZjxM3mPur*U{SM7(zJ6rM;Y*Or!EZe$r%8*x3QVk-Px1PK6-roTk9y_`wfSht zE`LX*@p6_TFy0#Cw_tM~e_6wC)jRb_yit@K$%_cdw5PK*%A>SWk<|t`g8&wN#md50L+fz+gpSO0^MBtG@d;m5Ej(YJm~`Z~ zDwK_f@0rHEnBpkA7SAD!-8(qmM0195ia-BKERQJ}B}A6#rN@Kre*w=xFu(K}iL4;a zBAf=X#bP_c7&#hnJ&v*CCP6r}ofHVDug%N|hs6kVD}(`%&^?3!2n-{$kgLZ$_iQF; zJJ!4zP=!ES?`!r%)$~>v3a!f~j)g3eTUiK^t%;i9$RR>C%k>oDd>;P_1co|S6HKAo zuSD|yP09FJNzB-?xZ^{c_&&2^m_ZjYUE`JuVd9X)o@Yd;5Kvfw_#5>Ll|mp2S?|3HGU|4c$piJtMgwXhzOF2^0vZ%nF5QABw|& z8WkZky-XNX7zP^fLN~{*@9KdS5I2nS$g>d&=82#{pd~`N(c1O!&;+wDzL0MUjqKH{ z5U1gnBjRMbYuFqZCUHENg|X0wn2~6Z_#TWME!51J;_N4|Ypk_yKRu4YhP4ctp$QFF zcTHjG8$h&iCN$eLP7Rm>-9i2_R09<{lN(2^I~b=F12DaXButQ4qtMpZ?BZ}-Ov2@*v9m@`qh(D$Q z+Y;?3(AN(-aTWR|gf=RQg@_Bo*fx9`yJ^T= zqJTZdOoybRRk4PmjA~{?Y&%aff~_b_HEPVW>{JN!XY}3`=_C6?aumtj#ZR%66^HtU zg(O_VITMzOXRsI;Aj#dFh@O(0aTJ-h;A)-|S%tuXqiK&{98)WIA@@QELr2pRrpcI4 z0L8w+)4+_WPVA%1hYEDsU9pKT(3J*2C}z7)^3{kuK^oftSg9DOL23q~&$>aHSv-m? zp^qh|SV!kIkph8ThuoMau1h6nupyeM7HmUNi?=#6yeae%``DB&kijoo!2TV1or!__S+GGAa z!y>k@1GJQ7II~?nhGgElq(We9ce#eucLbC+)37L3mJ`EpP=p=kdM3|Z6dMtgFv>U2>3Z|>B3yn7t$-{!s)OX{|;ZB(3z)p>jgsI0xv4-nFCpM5a&n==t zpzT!XhDPfM!rjQ&vp1yswjktZk)MVUk2BrzyhJwwp*MQafIiLHyuBe60>k?zhisPU zev;^-B;?yD3LGc#ZO;KT0v@LTWH5>0JgZ5CfP$;1oSOIVN$QM*zF5YnFZ!>S`F`e! zDaXVNaVs`bW?=G|rDk_}Q=l`X=WOq89R@8430pUXlnJ!lF?z5J0^}4pB6*zS!0`bW zb_?^}jJlYh&?jERJzyH9p(XQFI~4+BbKc0TUc4J?N&{J99ZU?*axypPhVI&0B$R%~ zk0aNyftW<+LA6u}9J-Gu-Tb2hnObDnS;)Cz=sdBhCv0h)2EwEPk!8D{Yt2)GR0tf> zDZ4#!L?)s7qJ&4O8$+?a`;qGsFShc`ceqJ80r^~+_7fOvq|O}`UAfBZKgLB0Qx~wz z$-ETlKF^SqSymnRT*(D~8&LJXRbTc@%SxbH`6jY($xy ze0_%*Tqv73#`AVoR0#C6@7;qhg8-soc|2%quIWT#0v07ZP(!+oc#whsN6bvq=us%O zohe?0&Q#Cqg@YeP8dsaMVwNv+j+(iKbeft%yYfh`YmsK!C=dOJ`?0SFv4xDB&GY}O z5KwTnOxREc6{d6Ini%OIio=W{PxG-wW1&-GElfhwng`5KAu!lt;lR%MzV=|y(^A_v zAn;>5iSpF&9Wz3?Za99Tc|x6@=Pptq@K`hbBVc^YKr|vvN4b_dKrGwBR?97HP{WHo z-4#{JGr%4-qwfwc1v-0XjX?`|o2eXElRKS85)h7HU~nFJrtQZpO7zV1a~B%I5J!~K zd2kdJ0&VMR*A|%=P$n>vIIse!rCEqP%Y`-~ETkYNE{%zJZO_95sSp_0+Z@E)O<5r( zgxn5Ikk}TFOiQyJ5Cl_xr8MzO807)vgyuX?M4@0FAV7sc zOT58Dc?SaOOfe*dvQF&4Nx20Rd7w$>p6831HZe3E5;jvN1p=c-TMmL1o0e${GL}$M zm}wA=S}Zqg!*NN7T`#1WPG|N$1p=LUU?A32Z#F36_x-+jCm9=QBP$5>z%W7wIhZrY zgJFcioM}2sEzNR0i_V3ifP_gA>|QK%V2QuaLd$FLPu1hch?`?toTV`@v;54ngMKd4ghiF zdCZ*W^;RLUyL|3Cd?w9M3wpi=L))ab$#g-(@N|pATuwdIilZnc^9GO#fdT!x8yn(4 z1=~Wo0byXl&;xny#>7LO=~C0zO$sy%>c&h&w+ev?Kk5*mxVo?HoBeC4r6beDn$UFf zTr3p1O#s9(@GYFA4q;rBGPB7P2=q42c6;3v6xT8nVblZN)wRr^fkh*jin??C)FM%w zV=+55J^)SH9hla=8I5u4p17c*%GvmOR zIb$gh=*(ErLu!Y!+DnCiBBZ2-vNNkj zvF`zx*ocHAvb8MEMA<@5_lbo=CRPLBMUF{$+)&>7LL$CS2-slqmWj~Gb?bQGja3}(w-fl0gIC5*j=Ub0|TT^F&b~u;*BgZn?M$urPf<#|{jS zAj3%A*h;gI#etR~*A%O^?S(i3KF{Vko>T}Zx(26)N)!b)kBOECX==tHwW65w+!51E zoSBXtTVNiZLWRKaL^gV+aI{Hc&%(?Rb!50%=0=vDnKTHnBecStC1DJ$c{;NSf$>d) z5QGu`T#WcZfZ0QlVN|%x5#0c2SaYLH^L${zILvbsMya1Cf#<^TF|O#{nOcF4BI4A+ z*~MZKc53Ggh6HH38ym#r1V^DOW*sd@!WyU60sQ8)o3~!Jz}gWF8c@RVdMe zz|gqqk<1P<)Ah7a$L>5_q6&fGLw2gje@BlZq(P2jlRH|7Xzb)PV5S%H#B~f9g#J8) zkqUvmn*tLHzhgM5?Z=T}@PMR(j-A?;mwRr`LSZKoVN%V5$g2=I5F0wW$Ke<}(&Hd= zbCae?DmrV7Sdf@Pfr~lPAqmpQ9ADU3998HX=G2^OA;(Dq-OjZPCpq!*#7MdC+qMtf zz{o`Z4&8a1&ng5C#EkDb`s28oE;LxmTwC*n0;Mricl-djrsl+yP(QUEW0>u>lLDQV zWc5v-$}JPon8w6ooZFh=*_e8!D|&gTLl0$ZF3o)cZU=Z7NF!I=mvnav3CIhu`-`2v63vDN%v8KTw5K0AO zGnYmM0*})Ei^Nf}QqkhM26WLSY@rTW8bBs=b;Uqs-75_n4C*-GE`>B0u-A6Ul(s8Dn7P zxjPjC)4=0roU-r-DdUI;PRR8HSdK8NbOb0h8~_|BYfNJ_#}T*YxeZkaD0<&9k%yRu zL-4yo6$!13lO#9nEY1lF!pO6HUKTi$?0v$cOy2qy@K{RrKfa_TxO>^i3 zv29w8pQP9zwi8AUV^+dai-z+&o+<=m&!^aoGe^&$hEidj z6B^I+XQ&X^xBE7^W#dxa04OD#gDi?n!sJ13FYyycV&F0dl4#z_qe9@|SgPtrL)7b*(PLGC4@f^>^B77^26S&$y(+5;6jdmCyfzS5vno@O}2jg45-Gt2Z0U(cbP ziGSQ!7{y-VYT8lGlc~^|vR2Dei>mgjrv-k%qS&xmNHOq3Ee`TnSdWg$9G%$IK#%cM z4@kA2PNz%Ow_^|C!HdQskvA-np}COQF!EU@mN1H-sndXIUX;0rSz=t|^X6$40xD4n z_Z(68OzvVW3XMQmiwFd195`WMn8;x!)l$*M&b(Pdg}?!!H})9Zo^8d@(9FmQJ;N}v z$PeNWcsvlZYaRr49*6Tl#VQ08cd5oli!G0UlSE84fXmpY$PQx)44$A6hMp(J-8{=q zg}|Peoy9bl4m+JahxjJULg?E<&9MT{_c?KV7nxqdJq~RCs91ixqg{bc+n+NK0jWqE z5h6ia9-4sk@GmS=KT7_wbX%b~eiDaxoNBMAHGv)1DY`r`XgEwXtA$gp^*x|8jnN|vID>Xf= zfky>4ZcDYFz@C9t#~PU&aKy$GL`dEw;|d$g_vPj2$ad_A3C$(dG;iMNF%<#_1PSmd z567X09`Qoo3G`eKBRfu$%*u#i8(wB;20}4Lp??(rf(o5Mp+F{=AQ&-eKJ1J&i_>AT zDD~uNE;mj!3p)^5oSO+rfn#ykrrb=kd5$d=0*?+6u;&1}7wg>j!;mCefJ{9>md|vQ z$G~t&Vg@dyWZoed6$1T{v^OT1Q13?9;EYk4X`1ckx(7X+QHz&V#^a#6@+#YqIs&H3V~7296)x&!y%1!($`900Bp^s z!cGxNLV{o_Rz}NqV;!Vvn7X#FA7%Mfp>sf#R<}N_AYo-w5GFxaXK_poJHs#n9;3P@ z)BwZNHR-oy+@SLuMk)mM=!ko<@Ok_v&L zo>v_p8BqpD+r+RF1B1k%fu6*<=97$(2m`}(v=s52k}`)wDPR2&^c7$C&Wp!EFn6j2w5<&G%MG0 z7$zLT+@w*&ZT1*<%dSKUbPhfh+3ApzMRS?XPz-qA@CUGN=2pO zS{RvGEKHpgLC5jz40xi8a8G9;O=2TA=ItM-5K!GGEK&J`VnilOgWL%mIihU?TEdt} zycp>u%N-x**-U?$3V}Iib`ci3$cSi8?4&r=5{uhr7*W84;gkfqE`#rzOs+>WMcYrH z+R-TAXK?h(!guAqX;@n9)((ZYp%taXPIl9H$^V)QfOV5TFRh zhM@(y2O^w0z>2e!*ddA2nMe9m2s|b<&cnnkPGiIMLmle5P7*JTa}wCtvQs;a9I?1W zG=%e@(kcY@`ZW#@S3ncY14oC@3GG0SZRmm2NYXr|LizSdpp$eS=uL&dp3^&f4j|Dq z^$eeJ+jS!1c*IULM>q4(U>ej7M|UD^W`9#4aM(%yhz&19G|N*KSUA-IH8M*xVwj*T zCV@j;j)fYU(Rs7A3IX*9hf`{g53yLBxohXT#SKd$8B;CBj>%vsCQ~aE7WXVsR0td^ zR_KU?mK&$3&+LRV0w`u?n3B+lU=nM3?s@^9hj&*Ypn%$M_IZb;Fbqp)RzL$S(+vQ< zEbw$YGt69cTn7d`0`s6=Dg=hwsk(zi9lz@v4)GzuzH4}l2PQy{?*=mRqtAR>26XV} zo!(U;aKQe60uIlYr_zM(tJ^FQ8lGhmfNdBNOV7lJOaL(Xye$tE0{c$)tAxSwsSAJv z0!3O3qD&8wuuB4*n;Dbf1?u?GJm0Gdfmtw0mDUQ1t?3ku*_{gV-Q?b@$IZcfq4roqnPmcl{%$(vC2((oT3mLoW(UdaoXEp&K z%yg`|$Rnv5<%VPwbvYLP|_Co*VkX`U13`dqR0 z6F4-Uzlwqs*rFtcB_W&XBua7svpCLuJ4&LEgiiXXo6mNp3>7+uH`{h^ac={v|{0n-3e!eTFovM5Ap7;C95Ms*r{ zB&Bd3PELiu!RI)9hU4jD_JN-S0kb_f&tPK27%~ci%t)LZq(lc%YU%T^W-0^@iIJ)b zTnYj%{@-zI=pbt5!kUIg>@Zi4eVw5gMJSpF&{QFy8p?L>=5~-m$H*Mtu|?hZ+|8og zL|%|27J!bh@w_0IcVCqXfl1}!(UUyGmSYAcbRELN1O(jELkCbt^Igx(G$*vIdFHSR zfxRalCRGV$_<=zP_2Qf$jD_Na9nH&9r0YQzqQJ)HJWEl9z`U)}VYwVHN_E>OrjJ-+ zMbHd2D-1Oqha~qAFpPX&uTvo~DA)J}os)11#(f(nNq`d_GXNr(J2-Vh2)#Io{m2i4 zN7*4QffNXg9Wfrfif{T>D#nvM$WZ{9#<1^mxt*LNE7FqCU}7aqVe}Xu<&GYqLg#U_ zL)Y-wJ68z9)ggujJjb*>kDHP2MuD*EK9$CXQF}UM#fx!g+DW zL|X3amY?OCWqDd?*{*I;&f`$?qJT1d6bFS0ot?F+3{*IPD3Gp8z#6CR^yVmcsm?^# zhbhiI+Y>69=|===LFOlRpoK1;xqzt5#H^K3Uqpqkk%b= ziue}pn|_FNH?R;5VIri@s19_4hzd<9attRv%1KxiItq@l8oVvHK(>csyZ*8waK=>l zGcHt4Wcs#eXvji5F;WA^CV^QjY@-wrY>{~g5fuXS&(NuQo;b6B!}BQRwoPn3;FjlN z7-0m35~>?Ip!U3Iyeb3^*=^0n!}4=Rv`EyYjYG>pb{cq=2Q)_uV6GXC=f^yp2V+zr zpc;+0QdpEG|IER8z(E`Vcd<#L6K<xD0+wrodbeGL5hZ_{}9=blh6XG8&gU(*Yz;aQyONDAIdn#X+AFitO|j>4vgvZ znIVd-*bRc%ahRdUHiN)O+{npNu7`=18?G^LI#(f}>RDINFGAhR#X_DzVX+!%K!S{F zNV5`$Q_F%0&-|I8UQ`GSpb`%CV}wTL$Y@`Ym8U^&rDp7>kVUB``?MEi#KrUMM->8l z?Z@#G_o1sLsbhLnrz~{jA)wIZ9C>!?YC@H9Jg6V##t0QUEisJ19Xb^@s^Ntsk6qx1 z2_sHC?2A>6GsturraVhxXa#uY4d*HZ1~+vl?t>#Z4L_FWnkNQ+$Xbx|O&cc4r~*NQ;oAfjtN3_NIK9&u{txekEurKu^5G6T*-jj0fr zaeio6D9s5{9uNaZ@-#F~y-4+7*koI z+mUENp<{$`UlE`^@66<da9Hj`V28F&iDp4x=Psezqu_`wVH5}`JAf*;-Q*$hDB`gw%wQ>JT4rG{ z_4UkgGheLOap*)u=p*waQXnvRxM}1*^C_%A6kAblcwQp1?zM{-m5eNuLoGH_U)&Ob4kTFQKtzrGQmGyILY{$U0;@3Bd zM8E&kZ{@g%yb{$&rp_mmqi%IwjswUM*I|r8_eogsxwncP18*JdpP7hL+49O7sKhgG zU@MT)Y!fM^>KKMr7<|$#-!br^CjPgY9jcg8Ax(4-tmJjttUxU#sG!C{2aLqTpW9kH z2HxzNX2L%8Os^GyvWx%p%m4f9AOGiS)K#l@IqS*ZTP9*ZapC?o{OJ)_L7C zEDoK7I#8;}=>e2cEtb#4DLV$;Sgf=?eZ_n7m`)c_vdk2=wbN^25YTlMQGg zdv(A`o=r)CPccVb`*~vQL!O^IEOrcB=pR45{T&Q~kEb%)ba*K@Ic-Snw3?~oYh`0p zT($-|IUTYbA#juD_Z>UWV`RbNrT6z70a9?Pr(wzYGa%T&uDy9JR{Lz%J)tNyv@X~)2J^7)6h_LY07bla=Zb$!(o_H>e1Vx$8m zDl%wM%0E<5`Fb;L*m-L+ePD2WM|^7M*Flspw4Ed;ywx^4GH6qx$hEvb^>ytSxR|3j zbi9vpnH?9)ZKOb-vZPk!WwvoyycjcbHsreBZ}Bbd*m;K#+L2m#7p5nRYoEv|58+zu z(KzkvG@c-jx-*|k&F&a@-ntP1eU(-Q_28YoOO7c=0IdbBY-OglY3Hm+7G!!Ej-<~; zb~^^PwH2;}sa=@?>!bs+(_BN$4TTxh0I}4?jOO+HTwTqMfeW(_UWu7~Z-6>F$GQ%3 z4DQ-;0=ZWbaL{r|N{m+HP* zrdk zu{L_y0`YV86*~srCysmVbz{OV>be0sLJPStT8dzA)?@Yns#9?(1epYC4$H1;;=35ERXf_xVMKi`CESA=ElZu;)ny3i1gIE|!4w8IGWcSrQykqBiT*1p}{GeG^7htcx zsPEqEKmYRm&o6(n6uE{jmC2x!Yd!ZBn=n6$op+T;rI0SE?ZF9rHu2Xjzs?>F1pB9RnZH9lMfPnCma&?nA{;z_h~U6+{Nl zB(oNQ=8AHky_z=+ytjqww3~iC9qE^L(|HU@)&Bq>;{=GMz=s*yR#Q{1MS3T|C^{0U z9y7fE`tQH|`9J>t`yapk>92qPmR@T{lEV9w{yl`N_~7oHrNW?g8-6Qn;9ExrO$Ye7yj0 z%+^&*XKXzRlw2a~h0Qaf{`{xk|NN)F{Cc>uo&+;bz?Q#49c>cmSU{dJ2N!)FsEMfN z$ef9Im&Nsn;)t;gVCRgzthBm7+Yg`Q2V?*BpMUw&6Jr~TZCerI^a+qsDNHI+#Fz@% z8Jv6w-CQT7VoEwRccJzQwj;tf;GPkF$<=vlXTQdB^^3T+n6b0p>!D5`fdl|OLOm;+ zpfMfP(~usrcA565WwU~;yDEIqHecxxLzcB5_Hu&+kgoZ$I5C7hIK0BLoAa35&Q>{McAjOh3sPc{Z=V|A4Ysl>Df=S0tIEgd0%{Mznw_ z02{SG^)cUO#XXol;%o!W8E52OOkLsSr7Fh)1fk}|I0lOEr%@JwGmJ85Lwh}lY{PSY zQ+i$?IACc9)EP@>k|GzFdLDCcZpNeXs}sbSVgMz~?7^sB>A)hynh@J3iqebvlsLKl zLG}pch`>x|DI0$y)1`P_Nj+rVcT%@edyaIFlrE`XN4SLPI4VnxFSxFZPd|z)tE&HJsUL8E~-6qS#nRGcYVF zE0TB`0C`(a_7b8aMmIpdJ4Cx!+4oVRFZWd~=m;C!NX~p@%hI$#DKITZdIaeDio7A} zx8(OCkONwGu$|NTyf^F;t7rE2HujHENheIqd*VB;7BM-i>!oyTP*;3KiXIc^%}v+i zchg4;jf`PZaZ=b9m z@^T%}SNJHeyL(RHmS3(dka%K*S=YgI7Xi?1xlloN(nY&z8uJy1Bhof-T_Wu*x;B^7 ztJEdZ$OM>5g)+PD8gIyOK*IoilEh#O^nJWre)dptEr4_(LG?l6Q z_zhQ_)g4@SNiJ^We^44F4w;b79@bPw1e3${W*6V$x?JwcRG^E5B1EOd3cDXruLdWf+J_er2VqB!Dk1K4>E z?dies%@o>?_sUJ;ew5;WFNQc_Ys0Q+M4%}}vbLo@c;-{{GBoUkiq7;cNqdRlh_DS% zUlk*9U>U(6FPdTbL0T7~TFSd)xyRE31@|p3c;3QXg0ryP)NOwS;)u5mTpx5u-~B}O ztjz5JneATdgla*$x$JSl%=HW{o2Dg{F}^8dPu35qx(?_oeAK7M5o`shn)yzgQQoJK ztQseMP8}_XiUDugmpzW`fH_}DUORx_72fP67r(KSw3R7YIxLMAD+7&Xtqj*2Y8Fa~ z{ZF_ZcTgSp6VDXe-a6qQ@0Ryc_o80@1hp#fTxKvM#w2i^M#@|7t%db%22wG)&!gmX zAV)NAV7pBb$ID~vki2s}w-d$|YG;#KQ2fl1N)Q|Ng<@W$Myf&AZhBE3VL7631K#;c z1lO})r=R(Je(^=A2Z6;+Ap%(|LVH}XXEJfhks=Cq9+MgOA@W+O#}2SBsyw)OOFWH{ zIDy4eqo9!<3tf&HV7g9gP{&D7XB|s2h?_nKyhL!s;0CDsKdHYQc71~70$72ahDty) zhqOMzJXGRfc}COM$;Ew+z86T2INJbsuBMHkL7q)1{ zTXMVvfkkK{!=HAC>|lFOY1>8HpLqcIuDkJ=`zKMNY%y#ufevQ24Jd0v!pr$Axd2(y zO+A`(3`aa}z&gK+e@NXOxP9NOe&7}Fu^;1vE4i6ljUIK_XbN&Hw_S`-#t^;dK#d1? zd(8U*HvGqaYWHF5bNs!p_>ww;F{nH@@=a+zMDQ^WCzWA zPA&4TbkLiVCQs;8kAqhP9f6$1Xe^EngNDlRa)`K`_4|~3U%+!j;0DAq0-p=vzIE_F zirIhk)PIWYslj1jTMMdoj-WaWT~HoKRLf@qqoRzyEVkbPbDsKmc$&FG5%|jng%h~g z3Lk1_lTyVquU|=&9$Jy*RL0hW%=tdP+H)jF%x!?Xef{kB?BCN9Ce78Lz7{sqLamrZ z$L^EEMso&ul9(lT+hY0W0FJ2H!1PtA$A>C|NGMqcCHj8q57(;6El2}JFd3(&MV{4+ zILi83u_HGPm(Cy@k+y;AF8ATl9G``W@lYcRk%NdBJGml7v4rRdKC38CMVWW<@n1kW zU~C87d9?JSIsDBq>A~nn5BiI0C?~WjLW&#g+2Oei79T0D4K{gllVq?^-L&5Q5{@Gx zH=td7H2(eG#b~dt1Xfw3*3K+6DJI99BMjC%Aw;etMb2ILX;;DyxSRH$T`d}YU69K` zfd%N<~!CvpE$i9fCrPE+-i#!-zFlu0Y-#6#zxSL_#>43)`y zT_^F4i)07adD-&QSi3j#Mc>6%-udM481lUA-s74s2VqpL%y$yi(I1l%7=ifNYFh|#Ut1GCq>pNZH zKYGAaC0G z_-Ooyk_|jxQBkvSKJX(D6rv>+BQ<8l(qn}f^y}@?&Ft5q=MFIoyUU; z=re)Q_lR`iTqV#%Xd2S{6p>!Qb41_<#PjCj4;CAJ*zI~**86~(Lsp1z1Fz!&6b%EG zZA>&dr6o#hTf2`V`x43#ryJ<*l8JjI_vD;15<^K+Hr=#u z@f^buM;oy2)S>cNt}JRX8TGYHag%NR*Wei>H*|6U@(uuVH}wJDs#4y;@{X7Cr!nO3 zbvVzeG$g>$LRe+4O(JYUV1&?uA_~TJ7L*e=eJOuWmBtRX&+W6TZ=FZ-c_(z5T3LyX zjvG0mga&s)GjUxsM#qG-+$T|Xfa!?D4VZT;RC`CGlr)<2=5(FBh2{4IBxEq;H1D@} znq6G~_{v799XxkBz+R{%pP)Dd^sLod1_(kT(dnuJgU`~ZWpl`O)13Bm`$z0-K)St? zdOqpm1SIF>7bnA5C4Q`5CQtPcS*999$vSo5Z<;bZgK$L82CB2gqdyqg9KJH0H}A+o zyulLl6`YGCY9H0Nf_!S23&o&u;if*-R`bpdsPoh5X|nXCi;=u6zWbbmFYC-Qtb@%c zjVxg%bEg=HETYUU38u^Y=xFRa_&X49rMdK85C5|2^8&31FLtz?Ky`dUX1qz6EHTmh z74Z=V=1sfMF9JCrbO+lP^^-l-1Zik|rBWH*6{^dfwo*62A_0a;60tS-ruCn1)&%W< zx&7gPek*DeWfX}N7$6wPR~-RL-Dhb-QI(T=+b*$$GtSEL zStvPa=SR$v=Mup#T=3$1Y8;cVDQ1Em5|!DfYp zprg)i>e|0Va75q+sIPbddQmc>WHmr?%`xB%mFxE|F-14=gz4U9nAf3ZqLk30yF^Pj&k> z|9=PA=ZhTQn=d=76V(HT*kk1bID7Ju1{Mm-&{lvqG781|`@~Tf@Eq~D0rA$Yb?;r8 zKjy}K=hVYs0_CpMVR|jpC`K`mMl!lws_xTG{ohC9hXh{7^94_Jhw_95z|>`L)pkFU zKxrDlm6xVTO%W!658XR(SQ70=}mm}U@ z7VVg_>tNpTvhr+j>vo;RH&TS5xujYu6NO`Q8W8W=z*I#@tfI|~^hG5EJ5b(1$zw6c zN4Mh3hZEzuHU?Y7*P%!Vl6`%H*sxM8L99wx?VS|wx2qI)ApX>CcrH|EqUo5)P*FF) z1L^_i&0C(JuTbieG`wj8=dMuU4z5?8FT9=wKjq%v+dX!Y#yGzetT3=mmJC~8bS8u2 z<^{L2t$#G%n|JuOjjxAj4hY-<_|;M!=b1RGSU_?{iJZn$Ph?pal}REH4GiPnZaa)% zBNMj+>Ab}KWcnt)$m`L-4~R~>*98E?P^wwQ$SSBtHfCg*(97I!dOf@XamdtlTzAZa zu%MsX(5<(6Ez#tpnry(K2JtIM)_P&9)HNl>lw#*et!z;nL&9&j8`v+RBQ^KHQ| zYu8kXpWl2AB-EoPz}U%V9+?}5c`;zr#+p))l6jBx{{d|~a9(vFS!V?T`h8d4 z;mUgv4mn(-z%nFnX=v-$;he38mDT8{ic>0n+uYc-;AaQWJEF&z4}l+4F>q$GUaAwK zSl4R|rgWzA+8)Ly=Vy`erdjJ96@wj2pYoh;SWxYJ5e2aBQpXOiI94Xdlh)BgR_FQ< z%G{@$ZL6Sq2i;BkqTl1VyJ&b$RSlG6!>lziyIr2~ipo5+7B3g_rXk|4 z3LtQ77#*oMd9I&Bj@`CA=1oKgT<(DUSsvfzNv<#6rXM~6^b~fF8ed12E*K3B)4FyWN#q7ammBZWPsCpo!wIa%K`eG|qU~xaTOL8_BuyoxVK+^s?v{$| z;JRe~?Z7!B=f~sQ0X>gzb03{} zAAHOepW5@QE=6|Xk;7pyKOM46Oc3228;Xv2+5mO$r0DtEMTn|M90W>yT0GaL9#9Md zSMWl7ksix=+vs!S?P3Sh7kL^#I(8pm6*fRL5=D)WA$k zmNwwrYBe3+j+bT%hUy|i6eiQ44QS4o0*!6j(1Ru3N*Hb%UT)45+`;v8p2S`Y-G&BX zfdFD|Mu?T3h9^%=oY0im0w!ttJ{jLFq1zpFKdY_#LX%`@$^}`bNgg!DDy`hcZrgGr zy{B+_-nXr8+iQ~CL3PJ4^un5(Q>eyJWWKF0SOwW;Sr=89xECd9ulYV|J9}$x1Kru0 zv!wn05RC1mBOiWro`hSyr8}U$ z>UQPDT7nHp39#>!F`yvRm{i5EfHor2ZBbqVide^_H-6JvfHMe3oNb`G?|6g5x53DH zkUE1%%VaZ*#3X43yM~2#V`Lu6eGa$xybbPv{MkAnr)hxCWk4c#>ukm-rpBa|-Vy2} z^mt%i#spy?c+-&wmv9`?c^%r%(-!#~GJ7vCuW?wtxWNW-bH6)Vk zN_^;${l<;9as3L685i7X0pziYtL-FX|?M+U;cLBeRV(4^F3LjMw}{XHNs9}sad2z2<;F?1d|MJ zd(~dqlN)Hx#dAyMx5bKp4y=jV@W0H2pUZBbxk!qg8-`M8|&h3#{E0Ee%@`l z+)fJzSVt(+Q4?+&4H0)2frJ9E3MRhKn7B7@%N6&` z%a0l!_jL+;>KZ5LwkO)Ya?}pAdzY%e@{%8bQNUK{%$-*zb_hr!3WMpjmN-@2B4GEa z|9C`k#MlO~J8SB`d=7u59s7WiaU3w=UAlr{YQg|c+NobkR?UI~@lLt9E7*=m-GF&HBf>xwgyWur4Uftp#-ZTrSA;W#371KPdk zBww#@PcBozB3O6bXp{k1(QF}CWg9~x6jsK4GJ5Z-Z{I=rlisKg&d<2KQ%P+WNeSK< zt`=c*UAMsL7qeYf0 zW;Gy0w@3Odp2j)N@j0NYoV09I>9@%wV?+-1fQqtxoRv~iJiolCN4k+8fcHd{gSM8PsVNNKe3`r9Njww%1Ih+c>1~Oxm z@|#XvdRM#U4!FWq_Zr#fS_WKY;0lHLUWr{g_}yW zoIyAuX#>^Ijvs&2Yd_;sYKJ+EB{&QE>6pDK|D z1V`j;fV#9xEp^d=Hzq&5SA^*mT~%?KdetMYn5>By{R}BO=^UA5w4Rq&!hDtnl=F4agNxfh~_ExQ!_EM zqe{pWSYzY#?8NcGI(Eo6ClR@6q0up#L-wu%e8)5D>&(xUF<0j*mo+mQmVY#oP+?@7 zeV3!NAw&tR8#>r+D^$UT%HIlHop>AsUwGsOl&EsDWjS$`DP?A zC~#j)0dai6v+0hw$_~=ozL{eH)O=^C&Hxd(t+?T}(`^UP9ah~7QaUO_j*OU@70}Q?)3$PB7WqCa9K-0h zO}bqpWe3ptssi!2HSkbA>$=B(wjn##sH@_a_cLT)GrWu2SN_P^+yuKHA zu-)STvw8jW0{|anN!=>aLw4GyQ(_dM5tyOAxHh=Dv1-bL=_5Ke(0tJw_}e~z58W6i zXX;_-aT=88tEHW1iFnP$rhZ#J!FT)oI{?qOd`ji^rwpXbQv!)MhBq=j${RNteZ`JAU zAp9xr{^LlXm%DceB-rw%sdlC0h8Sqh3uuBfnevk;6TOeT(FHsQljDl{a0$mL#W89dauxBI+(?dz z3pV+=KH*5dvVw>9kQB3i6xX!|vahNbpJ7_p?0w28w)F{j5dQ3D>GgLXX9tZUslbdF zt2!yVJK8knrkJ^|Ls6Hd+g{>7Y#-6L0p~7tVdul|#z3HkKzo5|XzO#WDkPVR?PmEE zBV}^aY~IH3yB$cEF5oW$CwO{4UV!pKd8F$n@H-KRe89LxcCJNWJ{QGTwf zH?3)iFdU;ucmTz8iJ7cjfjy*S_Dl)+YE``*OdsBO`?1)6x|CTYzyIIA{c=(|fgq7z Y@VZq_tI%tb$-@Wz|0;3&t+T@o04a*qtN;K2 From 2057d679295f3374fb4e490d319dd9905df46e2f Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sat, 5 Mar 2022 15:00:11 -0500 Subject: [PATCH 36/51] chore: Updated project config --- ...-407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml | 4 +-- ...-c4536798-743d-4bf0-9669-192827bfb26c.yaml | 8 +++-- ...-fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml | 8 +++-- ...-21903cb2-5b82-49ea-9766-e120d0951ea3.yaml | 9 ++--- ...-abcda4a4-b1db-4677-b5d6-69588443704f.yaml | 14 ++++++++ ...-4a0cb371-14a6-415d-84db-fc0512410ec8.yaml | 14 ++++++++ ...-aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml | 5 ++- cms_v4/config/project/project.yaml | 36 ++++++++++--------- ...-de308a7d-1794-448f-9176-29e2eace7ecf.yaml | 5 +-- ...-54e60257-f31a-44aa-960e-bbd364197e28.yaml | 5 +-- ...-5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml | 2 +- ...-ec473f07-152f-423b-90df-ac425e6068a1.yaml | 2 +- ...-5c642d7e-b16b-4836-9575-668d75d242e5.yaml | 16 ++------- 13 files changed, 81 insertions(+), 47 deletions(-) create mode 100644 cms_v4/config/project/fields/richText--abcda4a4-b1db-4677-b5d6-69588443704f.yaml create mode 100644 cms_v4/config/project/fields/seo--4a0cb371-14a6-415d-84db-fc0512410ec8.yaml diff --git a/cms_v4/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml b/cms_v4/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml index b53fee6..dc27037 100644 --- a/cms_v4/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml +++ b/cms_v4/config/project/commerce/productTypes/clothing--407fe253-2ada-4a88-b1a4-fb6c2004cd9b.yaml @@ -37,11 +37,11 @@ productFieldLayouts: sortOrder: 1 productTitleFormat: '' siteSettings: - 5da841b1-ca0d-46ff-8bb1-04d6c889ac54: # English + 5da841b1-ca0d-46ff-8bb1-04d6c889ac54: hasUrls: true template: shop/products/_product uriFormat: 'shop/products/{slug}' - ec473f07-152f-423b-90df-ac425e6068a1: # Spanish + ec473f07-152f-423b-90df-ac425e6068a1: hasUrls: true template: shop/products/_product uriFormat: 'shop/products/{slug}' diff --git a/cms_v4/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml b/cms_v4/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml index 6717c09..3d7fac0 100644 --- a/cms_v4/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml +++ b/cms_v4/config/project/entryTypes/blog--c4536798-743d-4bf0-9669-192827bfb26c.yaml @@ -23,7 +23,8 @@ fieldLayouts: step: null tip: null title: null - type: craft\fieldlayoutelements\EntryTitleField + type: craft\fieldlayoutelements\entries\EntryTitleField + uid: f4127044-7714-4595-b4ca-a5e2be18c107 warning: null width: 100 - @@ -33,6 +34,7 @@ fieldLayouts: required: false tip: null type: craft\fieldlayoutelements\CustomField + uid: 5dbc5ee4-9043-4628-a3ca-8a92bb2fee0b warning: null width: 100 - @@ -42,6 +44,7 @@ fieldLayouts: required: false tip: null type: craft\fieldlayoutelements\CustomField + uid: cbe51c1b-db13-411b-a379-653f4119e98c warning: null width: 100 - @@ -51,10 +54,11 @@ fieldLayouts: required: false tip: null type: craft\fieldlayoutelements\CustomField + uid: 1dc6fdaa-dd80-4b28-bdec-cb4553af911d warning: null width: 100 name: Content - sortOrder: 1 + uid: 345ff311-ebc0-4929-9d25-eaa8babbb4d7 handle: blog hasTitleField: true name: Blog diff --git a/cms_v4/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml b/cms_v4/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml index 28ca0e9..2d98a9f 100644 --- a/cms_v4/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml +++ b/cms_v4/config/project/entryTypes/homepage--fb3a8f31-d1cc-4c13-903b-a501f7e51f54.yaml @@ -23,7 +23,8 @@ fieldLayouts: step: null tip: null title: null - type: craft\fieldlayoutelements\EntryTitleField + type: craft\fieldlayoutelements\entries\EntryTitleField + uid: eb20e317-f44b-475c-811e-eceacd1e4f36 warning: null width: 100 - @@ -33,6 +34,7 @@ fieldLayouts: required: false tip: null type: craft\fieldlayoutelements\CustomField + uid: ce40d913-bd6d-44ce-a519-ec8a635072b4 warning: null width: 100 - @@ -42,6 +44,7 @@ fieldLayouts: required: false tip: null type: craft\fieldlayoutelements\CustomField + uid: 3b72a271-858c-483b-ba95-4180d6a8c0d3 warning: null width: 100 - @@ -51,10 +54,11 @@ fieldLayouts: required: false tip: null type: craft\fieldlayoutelements\CustomField + uid: eb4bdae4-cb23-400d-bb7a-ecf0e27b472d warning: null width: 100 name: Content - sortOrder: 1 + uid: 7a2f45b6-e137-45fc-885e-f9488e64c590 handle: homepage hasTitleField: false name: Homepage diff --git a/cms_v4/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml b/cms_v4/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml index 83b2f79..d8113a6 100644 --- a/cms_v4/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml +++ b/cms_v4/config/project/fields/plainText--21903cb2-5b82-49ea-9766-e120d0951ea3.yaml @@ -1,5 +1,6 @@ +columnSuffix: null contentColumnType: text -fieldGroup: 94b4d5ac-d7ea-4241-a6cb-92b39f482f99 # Common +fieldGroup: 94b4d5ac-d7ea-4241-a6cb-92b39f482f99 handle: plainText instructions: '' name: 'Plain Text' @@ -7,10 +8,10 @@ searchable: false settings: byteLimit: null charLimit: null - code: '' + code: false columnType: null - initialRows: '4' - multiline: '' + initialRows: 4 + multiline: false placeholder: null uiMode: normal translationKeyFormat: null diff --git a/cms_v4/config/project/fields/richText--abcda4a4-b1db-4677-b5d6-69588443704f.yaml b/cms_v4/config/project/fields/richText--abcda4a4-b1db-4677-b5d6-69588443704f.yaml new file mode 100644 index 0000000..cf32c67 --- /dev/null +++ b/cms_v4/config/project/fields/richText--abcda4a4-b1db-4677-b5d6-69588443704f.yaml @@ -0,0 +1,14 @@ +columnSuffix: null +contentColumnType: string +fieldGroup: 94b4d5ac-d7ea-4241-a6cb-92b39f482f99 +handle: richText +instructions: '' +name: 'Rich Text' +searchable: false +settings: + errorMessage: 'Component class ''craft\redactor\Field'' belongs to an uninstalled plugin (Redactor).' + expectedType: craft\redactor\Field + settings: '{"availableTransforms":"*","availableVolumes":"*","cleanupHtml":true,"columnType":"text","configSelectionMode":"choose","defaultTransform":"","manualConfig":"","purifierConfig":"","purifyHtml":"1","redactorConfig":"Simple.json","removeEmptyTags":"1","removeInlineStyles":"1","removeNbsp":"1","showHtmlButtonForNonAdmins":"","showUnpermittedFiles":false,"showUnpermittedVolumes":false,"uiMode":"enlarged"}' +translationKeyFormat: null +translationMethod: none +type: craft\fields\MissingField diff --git a/cms_v4/config/project/fields/seo--4a0cb371-14a6-415d-84db-fc0512410ec8.yaml b/cms_v4/config/project/fields/seo--4a0cb371-14a6-415d-84db-fc0512410ec8.yaml new file mode 100644 index 0000000..806d952 --- /dev/null +++ b/cms_v4/config/project/fields/seo--4a0cb371-14a6-415d-84db-fc0512410ec8.yaml @@ -0,0 +1,14 @@ +columnSuffix: null +contentColumnType: string +fieldGroup: 94b4d5ac-d7ea-4241-a6cb-92b39f482f99 +handle: seo +instructions: '' +name: SEO +searchable: false +settings: + errorMessage: 'Component class ''nystudio107\seomatic\fields\SeoSettings'' belongs to an uninstalled plugin (SEOmatic).' + expectedType: nystudio107\seomatic\fields\SeoSettings + settings: '{"elementDisplayPreviewType":"google","facebookTabEnabled":"","generalEnabledFields":["seoTitle","seoDescription","seoImage"],"generalTabEnabled":"1","sitemapTabEnabled":"","twitterTabEnabled":""}' +translationKeyFormat: null +translationMethod: none +type: craft\fields\MissingField diff --git a/cms_v4/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml b/cms_v4/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml index c77bdb1..328e745 100644 --- a/cms_v4/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml +++ b/cms_v4/config/project/globalSets/globals--aa7c6968-88ec-4d2a-af47-d3c40b582a68.yaml @@ -10,6 +10,7 @@ fieldLayouts: required: false tip: null type: craft\fieldlayoutelements\CustomField + uid: f088d1ae-0e27-4b44-8409-9b280767bc95 warning: null width: 100 - @@ -19,9 +20,11 @@ fieldLayouts: required: false tip: null type: craft\fieldlayoutelements\CustomField + uid: aa115fb5-c963-4b33-ae24-6142e5fbea98 warning: null width: 100 name: Default - sortOrder: 1 + uid: 3a845609-01dd-4d7f-bafd-8c001c4be32d handle: globals name: Globals +sortOrder: 0 diff --git a/cms_v4/config/project/project.yaml b/cms_v4/config/project/project.yaml index 9bba518..6321a03 100644 --- a/cms_v4/config/project/project.yaml +++ b/cms_v4/config/project/project.yaml @@ -1,34 +1,36 @@ -dateModified: 1643632348 +dateModified: 1646510255 email: fromEmail: andrew@nystudio107.com fromName: Craft transportType: craft\mail\transportadapters\Sendmail -fs: - site: - hasUrls: true - name: Site - settings: - path: '@webroot/assets/site' - type: craft\fs\Local - url: '@assetsUrl/assets/site' meta: __names__: - 5c642d7e-b16b-4836-9575-668d75d242e5: Site # Site - 5da841b1-ca0d-46ff-8bb1-04d6c889ac54: English # English - 94b4d5ac-d7ea-4241-a6cb-92b39f482f99: Common # Common - c4536798-743d-4bf0-9669-192827bfb26c: Blog # Blog - ec473f07-152f-423b-90df-ac425e6068a1: Spanish # Spanish - f89601e9-4ba9-4a48-9e99-350aa9914912: plugindev # plugindev + 4a0cb371-14a6-415d-84db-fc0512410ec8: SEO + 5c642d7e-b16b-4836-9575-668d75d242e5: Site + 5da841b1-ca0d-46ff-8bb1-04d6c889ac54: English + 6a117ef0-054c-4147-acb6-6fe57d48c4ae: Dummy + 54e60257-f31a-44aa-960e-bbd364197e28: Homepage + 94b4d5ac-d7ea-4241-a6cb-92b39f482f99: Common + 407fe253-2ada-4a88-b1a4-fb6c2004cd9b: Clothing + 6005c2f9-5d85-4442-b712-22e070096ac8: 'Public Schema' + 21903cb2-5b82-49ea-9766-e120d0951ea3: 'Plain Text' + aa7c6968-88ec-4d2a-af47-d3c40b582a68: Globals + abcda4a4-b1db-4677-b5d6-69588443704f: 'Rich Text' + c4536798-743d-4bf0-9669-192827bfb26c: Blog + de308a7d-1794-448f-9176-29e2eace7ecf: Blog + ec473f07-152f-423b-90df-ac425e6068a1: Spanish + f89601e9-4ba9-4a48-9e99-350aa9914912: plugindev + f923795f-139e-4b59-b27c-eaa0be4f847c: New + fb3a8f31-d1cc-4c13-903b-a501f7e51f54: Homepage system: edition: pro live: true name: plugindev retryDuration: 60 - schemaVersion: 4.0.0 + schemaVersion: 4.0.0.4 timeZone: America/New_York users: allowPublicRegistration: false - deactivateByDefault: false defaultGroup: null photoSubpath: '' photoVolumeUid: null diff --git a/cms_v4/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml b/cms_v4/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml index 7e81edd..4ee37e4 100644 --- a/cms_v4/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml +++ b/cms_v4/config/project/sections/blog--de308a7d-1794-448f-9176-29e2eace7ecf.yaml @@ -1,3 +1,4 @@ +defaultPlacement: end enableVersioning: true handle: blog name: Blog @@ -15,12 +16,12 @@ previewTargets: - '1' propagationMethod: all siteSettings: - 5da841b1-ca0d-46ff-8bb1-04d6c889ac54: # English + 5da841b1-ca0d-46ff-8bb1-04d6c889ac54: enabledByDefault: true hasUrls: true template: blog/_entry uriFormat: 'blog/{slug}' - ec473f07-152f-423b-90df-ac425e6068a1: # Spanish + ec473f07-152f-423b-90df-ac425e6068a1: enabledByDefault: true hasUrls: true template: blog/_entry diff --git a/cms_v4/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml b/cms_v4/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml index 2902214..607ce72 100644 --- a/cms_v4/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml +++ b/cms_v4/config/project/sections/homepage--54e60257-f31a-44aa-960e-bbd364197e28.yaml @@ -1,3 +1,4 @@ +defaultPlacement: end enableVersioning: false handle: homepage name: Homepage @@ -15,12 +16,12 @@ previewTargets: - '1' propagationMethod: all siteSettings: - 5da841b1-ca0d-46ff-8bb1-04d6c889ac54: # English + 5da841b1-ca0d-46ff-8bb1-04d6c889ac54: enabledByDefault: true hasUrls: true template: index uriFormat: __home__ - ec473f07-152f-423b-90df-ac425e6068a1: # Spanish + ec473f07-152f-423b-90df-ac425e6068a1: enabledByDefault: true hasUrls: true template: index diff --git a/cms_v4/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml b/cms_v4/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml index 7d4d9c1..fd1fa4f 100644 --- a/cms_v4/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml +++ b/cms_v4/config/project/sites/default--5da841b1-ca0d-46ff-8bb1-04d6c889ac54.yaml @@ -5,5 +5,5 @@ hasUrls: true language: en-US name: English primary: true -siteGroup: f89601e9-4ba9-4a48-9e99-350aa9914912 # plugindev +siteGroup: f89601e9-4ba9-4a48-9e99-350aa9914912 sortOrder: 1 diff --git a/cms_v4/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml b/cms_v4/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml index 0e6fa80..0f34978 100644 --- a/cms_v4/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml +++ b/cms_v4/config/project/sites/spanish--ec473f07-152f-423b-90df-ac425e6068a1.yaml @@ -5,5 +5,5 @@ hasUrls: true language: es name: Spanish primary: false -siteGroup: f89601e9-4ba9-4a48-9e99-350aa9914912 # plugindev +siteGroup: f89601e9-4ba9-4a48-9e99-350aa9914912 sortOrder: 2 diff --git a/cms_v4/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml b/cms_v4/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml index 4b4bcda..bac247b 100644 --- a/cms_v4/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml +++ b/cms_v4/config/project/volumes/site--5c642d7e-b16b-4836-9575-668d75d242e5.yaml @@ -23,25 +23,15 @@ fieldLayouts: step: null tip: null title: null - type: craft\fieldlayoutelements\AssetTitleField - warning: null - width: 100 - - - fieldUid: 3fccd13a-e7e7-4d00-8505-0ba4cf0b9be5 - instructions: null - label: null - required: false - tip: null - type: craft\fieldlayoutelements\CustomField + type: craft\fieldlayoutelements\assets\AssetTitleField + uid: 11f501c2-3372-41e5-994a-f9e45f0fcbd3 warning: null width: 100 name: Content - sortOrder: 1 + uid: 0af1ca00-8065-45e9-b3b6-fffc67b9a1a7 fs: site handle: site -hasUrls: true name: Site sortOrder: 0 titleTranslationKeyFormat: null titleTranslationMethod: site -url: '@assetsUrl/assets/site' From 4bfc390632588ede0b8166cc355b8cf9bd1c27c7 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sat, 5 Mar 2022 15:26:53 -0500 Subject: [PATCH 37/51] feat: Add headless chrome & puppeteer --- docker-config/php-dev-craft/Dockerfile | 44 ++++++++++++++++++++++++- docker-config/php-prod-craft/Dockerfile | 42 +++++++++++++++++++++++ 2 files changed, 85 insertions(+), 1 deletion(-) diff --git a/docker-config/php-dev-craft/Dockerfile b/docker-config/php-dev-craft/Dockerfile index 50c3a7f..f6c5b7a 100755 --- a/docker-config/php-dev-craft/Dockerfile +++ b/docker-config/php-dev-craft/Dockerfile @@ -50,7 +50,49 @@ RUN set -eux; \ # Clean out directories that don't need to be part of the image rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* -# Force permissions, update Craft, and start php-fpm +# Needed to allow for headless chrome in the same container as PHP +ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true +ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser +ENV CHROME_BIN /usr/bin/chromium-browser +ENV LIGHTHOUSE_CHROMIUM_PATH /usr/bin/chromium-browser +# Install packages for headless chrome +RUN set -eux; \ + apk update \ + && \ + apk add --no-cache \ + nmap \ + nodejs \ + npm \ + && \ + echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \ + && \ + echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories \ + && \ + apk update \ + && \ + apk add --no-cache \ + autoconf \ + automake \ + build-base \ + g++ \ + gcc \ + glu \ + libc6-compat \ + libtool \ + libpng-dev \ + libxxf86vm \ + make \ + nasm \ + # Headless Chrome packages + chromium \ + harfbuzz \ + "freetype>2.8" \ + ttf-freefont \ + nss \ + && \ + npm install -g puppeteer + + # Force permissions, update Craft, and start php-fpm CMD chown -R www-data:www-data /var/www/project \ && \ php-fpm diff --git a/docker-config/php-prod-craft/Dockerfile b/docker-config/php-prod-craft/Dockerfile index de748fb..7338d8f 100755 --- a/docker-config/php-prod-craft/Dockerfile +++ b/docker-config/php-prod-craft/Dockerfile @@ -50,6 +50,48 @@ RUN set -eux; \ # Clean out directories that don't need to be part of the image rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* +# Needed to allow for headless chrome in the same container as PHP +ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true +ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser +ENV CHROME_BIN /usr/bin/chromium-browser +ENV LIGHTHOUSE_CHROMIUM_PATH /usr/bin/chromium-browser +# Install packages for headless chrome +RUN set -eux; \ + apk update \ + && \ + apk add --no-cache \ + nmap \ + nodejs \ + npm \ + && \ + echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \ + && \ + echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories \ + && \ + apk update \ + && \ + apk add --no-cache \ + autoconf \ + automake \ + build-base \ + g++ \ + gcc \ + glu \ + libc6-compat \ + libtool \ + libpng-dev \ + libxxf86vm \ + make \ + nasm \ + # Headless Chrome packages + chromium \ + harfbuzz \ + "freetype>2.8" \ + ttf-freefont \ + nss \ + && \ + npm install -g puppeteer + WORKDIR /var/www/project COPY ./run_queue.sh . From 0edbac0111687ffc41c9d56a9868e9e0c7d6eb73 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sat, 5 Mar 2022 20:22:41 -0500 Subject: [PATCH 38/51] refactor: copy the .env files over after install --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index dc8f750..56b7b7c 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,8 @@ }, "scripts": { "post-create-project-cmd": [ + "@php -r \"copy('./cms_v3/example.env', './cms_v3/.env');\"", + "@php -r \"copy('./cms_v4/example.env', './cms_v4/.env');\"", "@php -r \"@unlink('composer.json');\"", "@php -r \"@unlink('composer.lock');\"", "@php -r \"@unlink('LICENSE.md');\"" From 59d182a60609a0a75b21dfc9edd8cbe258ac0e46 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sat, 5 Mar 2022 20:22:57 -0500 Subject: [PATCH 39/51] docs: Update to add dual install docs --- README.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3b29ae2..9260c0c 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ## About nystudio107/plugindev -This is a project scaffolding package for Craft 3 CMS plugin development. +This is a project scaffolding package for Craft CMS & Craft CMS 4 plugin development. Read the [A Craft CMS Plugin Local Development Environment article](https://nystudio107.com/blog/a-craft-cms-plugin-local-development-environment) for full details on this project. It gives you the following out of the box: -* Craft CMS `^3.6.7` is installed +* Dual installs of both Craft CMS `^3.7.26` and Craft CMS `^4.0.0-alpha.1` running simultaneously * `craftcms/redactor` plugin is installed * `craftcms/commerce` plugin is installed * A PHP 8.x environment with Imagick and other needed extensions pre-installed @@ -30,18 +30,28 @@ We use `--no-install` so that the composer packages for the root project are not ## Setting Up Local Dev -You'll need Docker desktop for your platform installed to run the project in local development +You'll need [Docker desktop](https://www.docker.com/products/docker-desktop) for your platform installed to run the project in local development -* Composer will have already created a `.env` file in the `cms/` directory, based off of the provided `example.env` - -* Edit the `cms/composer.json` file and change the line `"url": "/Users/andrew/webdev/craft/*",` in `repostories` to point to your local plugin Git repositories -* Edit the `docker-composer.yaml` file and change the line `- /Users/andrew/webdev/craft:/Users/andrew/webdev/craft` to point to your local plugin Git repositories +Craft CMS 3 runs out of the `cms_v3/` directory available at `http://localhost:8003`, and Craft CMS 4 runs out of the `cms_v4` directory available at `http://localhost:8004`. + +Each version of Craft CMS runs in separate Docker containers, and uses a separate database running out of the database containers (MySQL and Postgres). + +Composer will have already created a `.env` file in the `cms_v3/` & `cms_v4` directories, based off of the respective `example.env` files. + +To set up your local dev environment: + +* Edit the `cms_v3/composer.json` file and change the line `"url": "/Users/andrew/webdev/craft_v3/*",` in `repostories` to point to your local plugin Git repositories for Craft CMS 3 +* Edit the `cms_v4/composer.json` file and change the line `"url": "/Users/andrew/webdev/craft_v4/*",` in `repostories` to point to your local plugin Git repositories for Craft CMS 3 +* Edit the `docker-composer.yaml` file and change the line `- /Users/andrew/webdev/craft_v3:/Users/andrew/webdev/craft_v3` to point to your local plugin Git repositories +* Edit the `docker-composer.yaml` file and change the line `- /Users/andrew/webdev/craft_v4:/Users/andrew/webdev/craft_v4` to point to your local plugin Git repositories * Start up the site with `make dev` (the first build will be somewhat lengthy) -* Navigate to `http://localhost:8000` to use the site ### Login -The default login is: +* Navigate to `http://localhost:8003` to use the Craft CMS 3 site +* Navigate to `http://localhost:8004` to use the Craft CMS 3 site + +The default login for both sites is: **User:** `admin` \ **Password:** `password` From aca1310955c65cd28107614da7545781ce0d01a1 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sat, 5 Mar 2022 20:32:48 -0500 Subject: [PATCH 40/51] refactor: Add Craft Autocomplete --- cms_v3/composer.json | 1 + cms_v4/composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cms_v3/composer.json b/cms_v3/composer.json index 7b0c973..1c174a8 100644 --- a/cms_v3/composer.json +++ b/cms_v3/composer.json @@ -10,6 +10,7 @@ "craftcms/digital-products": "^2.0.0", "vlucas/phpdotenv": "^5.4.0", "yiisoft/yii2-redis": "^2.0.6", + "nystudio107/craft-autocomplete": "^1.0.0", "nystudio107/craft-connect": "^1.0.0", "nystudio107/craft-cookies": "^1.0.0", "nystudio107/craft-disqus": "^1.0.0", diff --git a/cms_v4/composer.json b/cms_v4/composer.json index 01b4a44..ba3de1f 100644 --- a/cms_v4/composer.json +++ b/cms_v4/composer.json @@ -7,7 +7,7 @@ "php": "^8.0.2", "craftcms/cms": "^4.0.0-alpha.1", "vlucas/phpdotenv": "^5.4.0", - "nystudio107/craft-imageoptimize": "^4.0.0-beta.1", + "nystudio107/craft-autocomplete": "^1.0.0", "nystudio107/craft-instantanalytics": "^4.0.0-beta.1", "nystudio107/craft-minify": "^4.0.0-beta.1", "nystudio107/craft-richvariables": "^4.0.0-beta.1", From fd205d607097f863c92718513314c31b0035e5cd Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 6 Mar 2022 22:36:36 -0500 Subject: [PATCH 41/51] feat: Add phpstan & ecs --- cms_v3/composer.json | 9 +++++---- cms_v3/ecs.php | 11 +++++++++++ cms_v4/composer.json | 7 ++++--- cms_v4/ecs.php | 11 +++++++++++ 4 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 cms_v3/ecs.php create mode 100644 cms_v4/ecs.php diff --git a/cms_v3/composer.json b/cms_v3/composer.json index 1c174a8..0f5474c 100644 --- a/cms_v3/composer.json +++ b/cms_v3/composer.json @@ -10,7 +10,6 @@ "craftcms/digital-products": "^2.0.0", "vlucas/phpdotenv": "^5.4.0", "yiisoft/yii2-redis": "^2.0.6", - "nystudio107/craft-autocomplete": "^1.0.0", "nystudio107/craft-connect": "^1.0.0", "nystudio107/craft-cookies": "^1.0.0", "nystudio107/craft-disqus": "^1.0.0", @@ -41,9 +40,11 @@ "solspace/craft3-calendar": "^3.0.0" }, "require-dev": { - "nystudio107/craft-autocomplete": "^1.0.0", - "yiisoft/yii2-shell": "^2.0.3", - "craftcms/rector": "dev-main" + "craftcms/ecs": "dev-main", + "craftcms/phpstan": "dev-main", + "craftcms/rector": "dev-main", + "nystudio107/craft-autocomplete": "^1.10.0", + "yiisoft/yii2-shell": "^2.0.3" }, "autoload": { "psr-4": { diff --git a/cms_v3/ecs.php b/cms_v3/ecs.php new file mode 100644 index 0000000..5da3ee7 --- /dev/null +++ b/cms_v3/ecs.php @@ -0,0 +1,11 @@ +import(CraftSetList::CRAFT_CMS_3); +}; diff --git a/cms_v4/composer.json b/cms_v4/composer.json index ba3de1f..97b421e 100644 --- a/cms_v4/composer.json +++ b/cms_v4/composer.json @@ -7,7 +7,6 @@ "php": "^8.0.2", "craftcms/cms": "^4.0.0-alpha.1", "vlucas/phpdotenv": "^5.4.0", - "nystudio107/craft-autocomplete": "^1.0.0", "nystudio107/craft-instantanalytics": "^4.0.0-beta.1", "nystudio107/craft-minify": "^4.0.0-beta.1", "nystudio107/craft-richvariables": "^4.0.0-beta.1", @@ -21,9 +20,11 @@ "yiisoft/yii2-redis": "^2.0.6" }, "require-dev": { + "craftcms/ecs": "dev-main", + "craftcms/phpstan": "dev-main", + "craftcms/rector": "dev-main", "nystudio107/craft-autocomplete": "^1.10.0", - "yiisoft/yii2-shell": "^2.0.3", - "craftcms/rector": "dev-main" + "yiisoft/yii2-shell": "^2.0.3" }, "autoload": { "psr-4": { diff --git a/cms_v4/ecs.php b/cms_v4/ecs.php new file mode 100644 index 0000000..7fe6d8f --- /dev/null +++ b/cms_v4/ecs.php @@ -0,0 +1,11 @@ +import(CraftSetList::CRAFT_CMS_4); +}; From 75e40cbee7fdba7b91d82947bc49127cbb3c009c Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 6 Mar 2022 22:42:43 -0500 Subject: [PATCH 42/51] feat: Enable parallel execution --- cms_v3/ecs.php | 2 ++ cms_v4/ecs.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cms_v3/ecs.php b/cms_v3/ecs.php index 5da3ee7..3c317eb 100644 --- a/cms_v3/ecs.php +++ b/cms_v3/ecs.php @@ -7,5 +7,7 @@ use Symplify\EasyCodingStandard\ValueObject\Option; return static function (ContainerConfigurator $containerConfigurator) { + $parameters = $containerConfigurator->parameters(); + $parameters->set(Option::PARALLEL, true); $containerConfigurator->import(CraftSetList::CRAFT_CMS_3); }; diff --git a/cms_v4/ecs.php b/cms_v4/ecs.php index 7fe6d8f..a4c245f 100644 --- a/cms_v4/ecs.php +++ b/cms_v4/ecs.php @@ -7,5 +7,7 @@ use Symplify\EasyCodingStandard\ValueObject\Option; return static function (ContainerConfigurator $containerConfigurator): void { + $parameters = $containerConfigurator->parameters(); + $parameters->set(Option::PARALLEL, true); $containerConfigurator->import(CraftSetList::CRAFT_CMS_4); }; From 4d53f00dc2ecd3b8311be0f6e7dfd73cbaca58b4 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 6 Mar 2022 22:43:08 -0500 Subject: [PATCH 43/51] =?UTF-8?q?refactor:=20Don=E2=80=99t=20assume=20`pro?= =?UTF-8?q?cess`=20for=20`make=20rector`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cms_v3/Makefile | 2 +- cms_v4/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cms_v3/Makefile b/cms_v3/Makefile index 2fa1b2e..4f92d64 100644 --- a/cms_v3/Makefile +++ b/cms_v3/Makefile @@ -22,7 +22,7 @@ postgres: cp config/_configs/postgres/db.php config/db.php cp config/_configs/postgres/general.php config/general.php rector: - docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/rector process \ + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/rector \ $(filter-out $@,$(MAKECMDGOALS)) ssh: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data /bin/sh diff --git a/cms_v4/Makefile b/cms_v4/Makefile index 4f5a978..5945586 100644 --- a/cms_v4/Makefile +++ b/cms_v4/Makefile @@ -22,7 +22,7 @@ postgres: cp config/_configs/postgres/db.php config/db.php cp config/_configs/postgres/general.php config/general.php rector: - docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/rector process \ + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/rector \ $(filter-out $@,$(MAKECMDGOALS)) ssh: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data /bin/sh From 6bce93ce677f3945623da91ce99f2686af1cb8f9 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 6 Mar 2022 22:44:35 -0500 Subject: [PATCH 44/51] feat: Add `make ecs` --- cms_v3/Makefile | 5 ++++- cms_v4/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cms_v3/Makefile b/cms_v3/Makefile index 4f92d64..4420f0b 100644 --- a/cms_v3/Makefile +++ b/cms_v3/Makefile @@ -7,7 +7,7 @@ SEPARATOR:=- CONTAINER:=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(CMS_VERSION)$(SEPARATOR)1 CMS_DIR:=$(CMS_ROOT_NAME)$(CMS_VERSION) -.PHONY: composer craft mysql postgres rector ssh +.PHONY: composer craft ecs mysql postgres rector ssh composer: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data composer \ @@ -15,6 +15,9 @@ composer: craft: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php craft \ $(filter-out $@,$(MAKECMDGOALS)) +ecs: + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php vendor/bin/ecs \ + $(filter-out $@,$(MAKECMDGOALS)) mysql: cp config/_configs/mysql/db.php config/db.php cp config/_configs/mysql/general.php config/general.php diff --git a/cms_v4/Makefile b/cms_v4/Makefile index 5945586..b23c4fb 100644 --- a/cms_v4/Makefile +++ b/cms_v4/Makefile @@ -7,7 +7,7 @@ SEPARATOR:=- CONTAINER:=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(CMS_VERSION)$(SEPARATOR)1 CMS_DIR:=$(CMS_ROOT_NAME)$(CMS_VERSION) -.PHONY: composer craft mysql postgres rector ssh +.PHONY: composer craft ecs mysql postgres rector ssh composer: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data composer \ @@ -15,6 +15,9 @@ composer: craft: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php craft \ $(filter-out $@,$(MAKECMDGOALS)) +ecs: + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php vendor/bin/ecs \ + $(filter-out $@,$(MAKECMDGOALS)) mysql: cp config/_configs/mysql/db.php config/db.php cp config/_configs/mysql/general.php config/general.php From 4684a3da5664b67abf1e9a5f518ec7df58d21328 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 6 Mar 2022 23:07:48 -0500 Subject: [PATCH 45/51] feat: Add `make phpstan` --- cms_v3/Makefile | 7 +++++-- cms_v4/Makefile | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/cms_v3/Makefile b/cms_v3/Makefile index 4420f0b..b2bc27c 100644 --- a/cms_v3/Makefile +++ b/cms_v3/Makefile @@ -7,7 +7,7 @@ SEPARATOR:=- CONTAINER:=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(CMS_VERSION)$(SEPARATOR)1 CMS_DIR:=$(CMS_ROOT_NAME)$(CMS_VERSION) -.PHONY: composer craft ecs mysql postgres rector ssh +.PHONY: composer craft ecs mysql phpstan postgres rector ssh composer: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data composer \ @@ -16,11 +16,14 @@ craft: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php craft \ $(filter-out $@,$(MAKECMDGOALS)) ecs: - docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php vendor/bin/ecs \ + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/ecs \ $(filter-out $@,$(MAKECMDGOALS)) mysql: cp config/_configs/mysql/db.php config/db.php cp config/_configs/mysql/general.php config/general.php +phpstan: + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/phpstan --memory-limit=1G \ + $(filter-out $@,$(MAKECMDGOALS)) postgres: cp config/_configs/postgres/db.php config/db.php cp config/_configs/postgres/general.php config/general.php diff --git a/cms_v4/Makefile b/cms_v4/Makefile index b23c4fb..d5cbfe2 100644 --- a/cms_v4/Makefile +++ b/cms_v4/Makefile @@ -7,7 +7,7 @@ SEPARATOR:=- CONTAINER:=$(PROJECT_NAME)$(SEPARATOR)$(SERVICE_NAME)_$(CMS_VERSION)$(SEPARATOR)1 CMS_DIR:=$(CMS_ROOT_NAME)$(CMS_VERSION) -.PHONY: composer craft ecs mysql postgres rector ssh +.PHONY: composer craft ecs mysql phpstan postgres rector ssh composer: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data composer \ @@ -16,11 +16,14 @@ craft: docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php craft \ $(filter-out $@,$(MAKECMDGOALS)) ecs: - docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data php vendor/bin/ecs \ + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/ecs \ $(filter-out $@,$(MAKECMDGOALS)) mysql: cp config/_configs/mysql/db.php config/db.php cp config/_configs/mysql/general.php config/general.php +phpstan: + docker exec -it -w $(PROJECT_DIR)$(CMS_DIR) $(CONTAINER) su-exec www-data vendor/bin/phpstan --memory-limit=1G \ + $(filter-out $@,$(MAKECMDGOALS)) postgres: cp config/_configs/postgres/db.php config/db.php cp config/_configs/postgres/general.php config/general.php From 2bb8340491eaa09ccee32a4ac422fe90021861d1 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 6 Mar 2022 23:27:24 -0500 Subject: [PATCH 46/51] feat: Add phpstan.neon config --- cms_v3/phpstan.neon | 5 +++++ cms_v4/phpstan.neon | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 cms_v3/phpstan.neon create mode 100644 cms_v4/phpstan.neon diff --git a/cms_v3/phpstan.neon b/cms_v3/phpstan.neon new file mode 100644 index 0000000..29f325e --- /dev/null +++ b/cms_v3/phpstan.neon @@ -0,0 +1,5 @@ +includes: + - vendor/craftcms/phpstan/phpstan.neon + +parameters: + level: 0 diff --git a/cms_v4/phpstan.neon b/cms_v4/phpstan.neon new file mode 100644 index 0000000..29f325e --- /dev/null +++ b/cms_v4/phpstan.neon @@ -0,0 +1,5 @@ +includes: + - vendor/craftcms/phpstan/phpstan.neon + +parameters: + level: 0 From bcbfda60f30534404e7178be4f321d96676568b0 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 7 Mar 2022 14:11:08 -0500 Subject: [PATCH 47/51] docs: Updated README.md --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9260c0c..0517810 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It gives you the following out of the box: * Multiple sites for testing * Prefab content with a "blog" channel for testing -## Using nystudio107/plugindev +## Creating nystudio107/plugindev This project package works exactly the way Pixel & Tonic's [craftcms/craft](https://github.com/craftcms/craft) package works; you create a new project by first creating & installing the project: @@ -44,18 +44,34 @@ To set up your local dev environment: * Edit the `cms_v4/composer.json` file and change the line `"url": "/Users/andrew/webdev/craft_v4/*",` in `repostories` to point to your local plugin Git repositories for Craft CMS 3 * Edit the `docker-composer.yaml` file and change the line `- /Users/andrew/webdev/craft_v3:/Users/andrew/webdev/craft_v3` to point to your local plugin Git repositories * Edit the `docker-composer.yaml` file and change the line `- /Users/andrew/webdev/craft_v4:/Users/andrew/webdev/craft_v4` to point to your local plugin Git repositories -* Start up the site with `make dev` (the first build will be somewhat lengthy) + +## Using nystudio107/plugindev + +Start up the `plugindev` environment by typing `make dev` in a terminal window (the first build will be somewhat lengthy). + +To stop the `plugindev` environment, type `Control-C` in the terminal window you used to start it, which terminates the Docker containers. ### Login * Navigate to `http://localhost:8003` to use the Craft CMS 3 site -* Navigate to `http://localhost:8004` to use the Craft CMS 3 site +* Navigate to `http://localhost:8004` to use the Craft CMS 4 site The default login for both sites is: **User:** `admin` \ **Password:** `password` +### Exposed ports & services + +The following ports are exposed on `localhost` while `plugindev` is running (these need to not be in use prior to starting up `plugindev`): + +* `8003` - The Craft CMS 3 website +* `8004` - The Craft CMS 4 website +* `5432` - The Postgres database server +* `3306` - The MySQL database server + +Both the + ### Updating To update to the latest Composer packages (as constrained by the `cms/composer.json` semvers), do: From c25ffa4980a471b67fac8c3304cc2f07516d976d Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 7 Mar 2022 22:38:36 -0500 Subject: [PATCH 48/51] docs: Updated the README.md for the dual install make commands --- README.md | 46 ++++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 0517810..0042195 100644 --- a/README.md +++ b/README.md @@ -70,19 +70,12 @@ The following ports are exposed on `localhost` while `plugindev` is running (the * `5432` - The Postgres database server * `3306` - The MySQL database server -Both the +The following databases are available in both the MySQL and Postgres database containers: -### Updating +* `project_v3` - the database for Craft CMS 3. User: `project` Password: `project` +* `project_43` - the database for Craft CMS 4. User: `project` Password: `project` -To update to the latest Composer packages (as constrained by the `cms/composer.json` semvers), do: -``` -make update -``` - -To start from scratch by removing `cms/vendor/`, then update to the latest Composer packages (as constrained by the `cms/composer.json` semvers), do: -``` -make update-clean -``` +Internally, there are also containers that run the Craft CMS queue automatically, a Redis container for caching. ### Switching between MySQL & Postgres @@ -116,22 +109,35 @@ You can set this cookie with a [browser extension, your IDE](https://xdebug.org/ You can read more about it in the Dual [An Annotated Docker Config for Frontend Web Development](https://nystudio107.com/blog/an-annotated-docker-config-for-frontend-web-development#xdebug-performance) article. -### Makefile Project Commands +## `make` Commands This project uses Docker to shrink-wrap the devops it needs to run around the project. -To make using it easier, we're using a Makefile and the built-in `make` utility to create local aliases. You can run the following from terminal in the project directory: +To make using it easier, we're using a Makefile and the built-in `make` utility to create a CLI API both for the project as a whole, and for the individual Craft CMS 3 & Craft CMS 4 site. + +### `make` Project Commands + +You can run the following from terminal in the root project directory: -- `make dev` - starts up the local dev server listening on `http://localhost:8000/` -- `make clean` - shuts down the Docker containers, removes any mounted volumes (including the database), and then rebuilds the containers from scratch +- `make dev` - starts up the local dev server listening on `http://localhost:8003/` & `http://localhost:8004/` +- `make clean` - removes the `composer.lock` and the entire `vendor/` directory from both the `cms_v3` & `cms_v4` projects +- `make nuke` - restarts the project from scratch by running `make clean` (above), then shuts down the Docker containers, removes any mounted volumes (including the database), and then rebuilds the containers from scratch + +### `make` CMS Commands + +composer craft ecs mysql phpstan postgres rector ssh + +You can run the following from terminal in the `cms_v3` or `cms_v4` CMS directories: + +- `make ecs xxx` - runs [Easy Coding Standard](https://github.com/symplify/easy-coding-standard) using the [Craft CMS ECS config](https://github.com/craftcms/ecs), with the passed in path, e.g.: `make ecs vendor/nystudio107/craft-seomatic/src`. Additional settings are available in the `ecs.php` file +- `make composer xxx` - runs the `composer` command passed in, e.g. `make composer install` in the php container +- `make craft xxx` - runs the `craft` [console command](https://craftcms.com/docs/3.x/console-commands.html) passed in, e.g.: `make craft project-config/apply` in the php container - `make mysql` - switches the project to use the MySQL database container; just reload the browser +- `make phpstan xxx` - runs [PHPStan](https://github.com/phpstan/phpstan) using the [Craft CMS PHPStan config](https://github.com/craftcms/phpstan), with the passed in path, e.g.: `make phpstan vendor/nystudio107/craft-seomatic/src`. Additional settings are available in the `phpstan.neon` file - `make postgres` - switches the project to use the Postgres database container; just reload the browser -- `make update` - causes the project to update to the latest Composer dependencies -- `make update-clean` - completely removes `node_modules/` & `vendor/`, then causes the project to update to the latest Composer dependencies -- `make composer xxx` - runs the `composer` command passed in, e.g. `make composer install` in the php container -- `make craft xxx` - runs the `craft` [console command](https://craftcms.com/docs/3.x/console-commands.html) passed in, e.g. `make craft project-config/apply` in the php container +- `make rector xxx` - runs [Rector](https://github.com/rectorphp/rector) using the [Craft CMS Rector config](https://github.com/craftcms/rector), with the passed in path, e.g.: `make rector vendor/nystudio107/craft-seomatic/src`. Additional settings are available in the `rector.php` file -### XDebug with VScode +## XDebug with VScode To use Xdebug with VSCode install the [PHP Debug extension](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug ) and use the following configuration in your `.vscode/launch.json`: ```json From fec34f7c15feaac116cbae11db8f4552c89829a4 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 7 Mar 2022 22:44:30 -0500 Subject: [PATCH 49/51] docs: Refinements --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0042195..f70dca5 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,16 @@ It gives you the following out of the box: ## Creating nystudio107/plugindev -This project package works exactly the way Pixel & Tonic's [craftcms/craft](https://github.com/craftcms/craft) package works; you create a new project by first creating & installing the project: +This project package works exactly the way Pixel & Tonic's [craftcms/craft](https://github.com/craftcms/craft) package works; you create a new project via Composer: - composer create-project nystudio107/plugindev --no-install --remove-vcs + composer create-project nystudio107/plugindev --no-install This will create a project named `plugindev` which is a turnkey Craft CMS install for developing plugins. We use `--no-install` so that the composer packages for the root project are not installed. +It works this way so that you can take the basic scaffolding, and then modify it as you see fit. + ## Setting Up Local Dev You'll need [Docker desktop](https://www.docker.com/products/docker-desktop) for your platform installed to run the project in local development @@ -79,7 +81,7 @@ Internally, there are also containers that run the Craft CMS queue automatically ### Switching between MySQL & Postgres -The plugindev project supports both MySQL and Postgres out of the box. It spins up a container for each database, and seeds them with a starter db. +The `plugindev` environment supports both MySQL and Postgres out of the box. It spins up a container for each database, and seeds them with a starter db. To use MySQL (the default) just type: ```bash @@ -107,7 +109,7 @@ If however the `XDEBUG_SESSION` cookie is set (with any value), it routes the re You can set this cookie with a [browser extension, your IDE](https://xdebug.org/docs/step_debug), or via a number of other methods. Here is the Xdebug Helper browser extension for your favorite browsers: [Chrome](https://chrome.google.com/webstore/detail/xdebug-helper/eadndfjplgieldjbigjakmdgkmoaaaoc) - [Firefox](https://addons.mozilla.org/en-GB/firefox/addon/xdebug-helper-for-firefox/) - [Safari](https://apps.apple.com/app/safari-xdebug-toggle/id1437227804?mt=12) -You can read more about it in the Dual [An Annotated Docker Config for Frontend Web Development](https://nystudio107.com/blog/an-annotated-docker-config-for-frontend-web-development#xdebug-performance) article. +You can read more about it in the [An Annotated Docker Config for Frontend Web Development](https://nystudio107.com/blog/an-annotated-docker-config-for-frontend-web-development#xdebug-performance) article. ## `make` Commands @@ -115,6 +117,8 @@ This project uses Docker to shrink-wrap the devops it needs to run around the pr To make using it easier, we're using a Makefile and the built-in `make` utility to create a CLI API both for the project as a whole, and for the individual Craft CMS 3 & Craft CMS 4 site. +You can read more about it in the [Using Make & Makefiles to Automate your Frontend Workflow](https://nystudio107.com/blog/using-make-makefiles-to-automate-your-frontend-workflow) article. + ### `make` Project Commands You can run the following from terminal in the root project directory: @@ -136,6 +140,7 @@ You can run the following from terminal in the `cms_v3` or `cms_v4` CMS director - `make phpstan xxx` - runs [PHPStan](https://github.com/phpstan/phpstan) using the [Craft CMS PHPStan config](https://github.com/craftcms/phpstan), with the passed in path, e.g.: `make phpstan vendor/nystudio107/craft-seomatic/src`. Additional settings are available in the `phpstan.neon` file - `make postgres` - switches the project to use the Postgres database container; just reload the browser - `make rector xxx` - runs [Rector](https://github.com/rectorphp/rector) using the [Craft CMS Rector config](https://github.com/craftcms/rector), with the passed in path, e.g.: `make rector vendor/nystudio107/craft-seomatic/src`. Additional settings are available in the `rector.php` file +- `make ssh` - opens up a Unix shell inside the PHP container for the project ## XDebug with VScode From 9533c89b10ea0adac1a073faaf1feaa302e2e937 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 7 Mar 2022 22:49:38 -0500 Subject: [PATCH 50/51] docs: Move `make` commands up --- README.md | 62 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index f70dca5..77a1b8f 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,37 @@ The following databases are available in both the MySQL and Postgres database co Internally, there are also containers that run the Craft CMS queue automatically, a Redis container for caching. +## `make` Commands + +This project uses Docker to shrink-wrap the devops it needs to run around the project. + +To make using it easier, we're using a Makefile and the built-in `make` utility to create a CLI API both for the project as a whole, and for the individual Craft CMS 3 & Craft CMS 4 site. + +You can read more about it in the [Using Make & Makefiles to Automate your Frontend Workflow](https://nystudio107.com/blog/using-make-makefiles-to-automate-your-frontend-workflow) article. + +### `make` Project Commands + +You can run the following from terminal in the root project directory: + +- `make dev` - starts up the local dev server listening on `http://localhost:8003/` & `http://localhost:8004/` +- `make clean` - removes the `composer.lock` and the entire `vendor/` directory from both the `cms_v3` & `cms_v4` projects +- `make nuke` - restarts the project from scratch by running `make clean` (above), then shuts down the Docker containers, removes any mounted volumes (including the database), and then rebuilds the containers from scratch + +### `make` CMS Commands + +composer craft ecs mysql phpstan postgres rector ssh + +You can run the following from terminal in the `cms_v3` or `cms_v4` CMS directories: + +- `make ecs xxx` - runs [Easy Coding Standard](https://github.com/symplify/easy-coding-standard) using the [Craft CMS ECS config](https://github.com/craftcms/ecs), with the passed in path, e.g.: `make ecs vendor/nystudio107/craft-seomatic/src`. Additional settings are available in the `ecs.php` file +- `make composer xxx` - runs the `composer` command passed in, e.g. `make composer install` in the php container +- `make craft xxx` - runs the `craft` [console command](https://craftcms.com/docs/3.x/console-commands.html) passed in, e.g.: `make craft project-config/apply` in the php container +- `make mysql` - switches the project to use the MySQL database container; just reload the browser +- `make phpstan xxx` - runs [PHPStan](https://github.com/phpstan/phpstan) using the [Craft CMS PHPStan config](https://github.com/craftcms/phpstan), with the passed in path, e.g.: `make phpstan vendor/nystudio107/craft-seomatic/src`. Additional settings are available in the `phpstan.neon` file +- `make postgres` - switches the project to use the Postgres database container; just reload the browser +- `make rector xxx` - runs [Rector](https://github.com/rectorphp/rector) using the [Craft CMS Rector config](https://github.com/craftcms/rector), with the passed in path, e.g.: `make rector vendor/nystudio107/craft-seomatic/src`. Additional settings are available in the `rector.php` file +- `make ssh` - opens up a Unix shell inside the PHP container for the project + ### Switching between MySQL & Postgres The `plugindev` environment supports both MySQL and Postgres out of the box. It spins up a container for each database, and seeds them with a starter db. @@ -111,37 +142,6 @@ You can set this cookie with a [browser extension, your IDE](https://xdebug.org/ You can read more about it in the [An Annotated Docker Config for Frontend Web Development](https://nystudio107.com/blog/an-annotated-docker-config-for-frontend-web-development#xdebug-performance) article. -## `make` Commands - -This project uses Docker to shrink-wrap the devops it needs to run around the project. - -To make using it easier, we're using a Makefile and the built-in `make` utility to create a CLI API both for the project as a whole, and for the individual Craft CMS 3 & Craft CMS 4 site. - -You can read more about it in the [Using Make & Makefiles to Automate your Frontend Workflow](https://nystudio107.com/blog/using-make-makefiles-to-automate-your-frontend-workflow) article. - -### `make` Project Commands - -You can run the following from terminal in the root project directory: - -- `make dev` - starts up the local dev server listening on `http://localhost:8003/` & `http://localhost:8004/` -- `make clean` - removes the `composer.lock` and the entire `vendor/` directory from both the `cms_v3` & `cms_v4` projects -- `make nuke` - restarts the project from scratch by running `make clean` (above), then shuts down the Docker containers, removes any mounted volumes (including the database), and then rebuilds the containers from scratch - -### `make` CMS Commands - -composer craft ecs mysql phpstan postgres rector ssh - -You can run the following from terminal in the `cms_v3` or `cms_v4` CMS directories: - -- `make ecs xxx` - runs [Easy Coding Standard](https://github.com/symplify/easy-coding-standard) using the [Craft CMS ECS config](https://github.com/craftcms/ecs), with the passed in path, e.g.: `make ecs vendor/nystudio107/craft-seomatic/src`. Additional settings are available in the `ecs.php` file -- `make composer xxx` - runs the `composer` command passed in, e.g. `make composer install` in the php container -- `make craft xxx` - runs the `craft` [console command](https://craftcms.com/docs/3.x/console-commands.html) passed in, e.g.: `make craft project-config/apply` in the php container -- `make mysql` - switches the project to use the MySQL database container; just reload the browser -- `make phpstan xxx` - runs [PHPStan](https://github.com/phpstan/phpstan) using the [Craft CMS PHPStan config](https://github.com/craftcms/phpstan), with the passed in path, e.g.: `make phpstan vendor/nystudio107/craft-seomatic/src`. Additional settings are available in the `phpstan.neon` file -- `make postgres` - switches the project to use the Postgres database container; just reload the browser -- `make rector xxx` - runs [Rector](https://github.com/rectorphp/rector) using the [Craft CMS Rector config](https://github.com/craftcms/rector), with the passed in path, e.g.: `make rector vendor/nystudio107/craft-seomatic/src`. Additional settings are available in the `rector.php` file -- `make ssh` - opens up a Unix shell inside the PHP container for the project - ## XDebug with VScode To use Xdebug with VSCode install the [PHP Debug extension](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug ) and use the following configuration in your `.vscode/launch.json`: From d9996d5df710888626a0ea4e4461baa07453f992 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 7 Mar 2022 22:49:44 -0500 Subject: [PATCH 51/51] chore: Version 1.1.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 325c4a9..2897aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # nystudio107/plugindev Change Log +## 1.1.0 - 2022.03.07 +### Added +* Added a dual Craft CMS 3 & Craft CMS 4 setup + ## 1.0.39 - 2022.02.18 ### Added * Add new `make ssh` command to open up a shell inside the PHP container ([#4](https://github.com/nystudio107/plugindev/pull/4))