sql
stringlengths 6
1.05M
|
|---|
-- Procedure BasicListItem_Set
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [BasicListItem_Set]
(
@ListItemID int = null,
@SitePageItemID int = null,
@PageType int = null,
@Field1 nvarchar(255) = null,
@Field2 nvarchar(255) = null,
@Field3 nvarchar(255) = null,
@Rank int = null
)
AS
SET NOCOUNT ON
if(@ListItemID is not null)
begin
UPDATE BasicListItem
SET Field1 = @Field1, Field2 = @Field2, Field3 = @Field3, Rank = @Rank
WHERE (ListItemID = @ListItemID)
end
else
begin
INSERT INTO BasicListItem
(Field1, Field2, Field3, PageType, SitePageItemID, Rank)
VALUES (@Field1,@Field2,@Field3,@PageType,@SitePageItemID,@Rank)
end
RETURN
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
|
-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Dec 10, 2019 at 06:52 PM
-- Server version: 10.3.16-MariaDB
-- PHP Version: 7.3.8
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `pgms`
--
-- --------------------------------------------------------
--
-- Table structure for table `api_keys`
--
CREATE TABLE `api_keys` (
`id` bigint(20) UNSIGNED NOT NULL,
`api_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `api_keys`
--
INSERT INTO `api_keys` (`id`, `api_key`, `created_at`, `updated_at`) VALUES
(1, 'ojaiodjai121313112', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `catagories`
--
CREATE TABLE `catagories` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `catagories`
--
INSERT INTO `catagories` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'Vehicle', '2019-12-09 09:00:40', '2019-12-09 09:00:40'),
(2, 'Food', '2019-12-09 09:01:19', '2019-12-09 09:01:19'),
(3, 'Animal', '2019-12-09 09:01:38', '2019-12-09 09:01:38');
-- --------------------------------------------------------
--
-- Table structure for table `galleries`
--
CREATE TABLE `galleries` (
`id` bigint(20) UNSIGNED NOT NULL,
`u_id` bigint(20) NOT NULL,
`l_id` bigint(20) NOT NULL,
`a_id` bigint(20) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `galleries`
--
INSERT INTO `galleries` (`id`, `u_id`, `l_id`, `a_id`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 1, NULL, '2019-12-10 09:32:21');
-- --------------------------------------------------------
--
-- Table structure for table `gallery_images`
--
CREATE TABLE `gallery_images` (
`id` bigint(20) UNSIGNED NOT NULL,
`g_id` bigint(20) NOT NULL,
`i_id` bigint(20) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `gallery_images`
--
INSERT INTO `gallery_images` (`id`, `g_id`, `i_id`, `created_at`, `updated_at`) VALUES
(41, 1, 1, '2019-12-10 11:23:36', '2019-12-10 11:23:36'),
(42, 1, 2, '2019-12-10 11:23:36', '2019-12-10 11:23:36'),
(43, 1, 4, '2019-12-10 11:23:36', '2019-12-10 11:23:36');
-- --------------------------------------------------------
--
-- Table structure for table `imgs`
--
CREATE TABLE `imgs` (
`id` bigint(20) UNSIGNED NOT NULL,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`desc` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`catagory` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`subCatagory` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`u_id` bigint(20) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `imgs`
--
INSERT INTO `imgs` (`id`, `title`, `desc`, `catagory`, `subCatagory`, `path`, `u_id`, `created_at`, `updated_at`) VALUES
(1, 'cyber truck', 'Image', '1', '1', 'uploads/1575992200.jpg', 1, '2019-12-09 12:29:47', '2019-12-10 09:36:40'),
(2, 'download.jpg', 'Image', '1', '1', 'uploads/157591618769901373.jpg', 1, '2019-12-09 12:29:47', '2019-12-09 12:29:47'),
(3, 'front-left-side-47.jpg', 'Image', '1', '1', 'uploads/1575976384377424753.jpg', 1, '2019-12-10 05:13:04', '2019-12-10 05:13:04'),
(4, 'boat-insurance-1-1-300x300.jpg', 'Image', '1', '2', 'uploads/15759769952082540521.jpg', 1, '2019-12-10 05:23:15', '2019-12-10 05:23:15'),
(5, 'eelex-6500-x-shore-electric-boat-plymouth-england-uk_sq-a-300x300.jpg', 'Image', '1', '2', 'uploads/1575976995851489739.jpg', 1, '2019-12-10 05:23:15', '2019-12-10 05:23:15'),
(6, 'images (1).jpg', 'Image', '3', '7', 'uploads/15759987911284291254.jpg', 1, '2019-12-10 11:26:31', '2019-12-10 11:26:31'),
(7, 'images.jpg', 'Image', '3', '7', 'uploads/15759987911785311856.jpg', 1, '2019-12-10 11:26:31', '2019-12-10 11:26:31'),
(8, 'images (2).jpg', 'Image', '3', '8', 'uploads/15759988011578762554.jpg', 1, '2019-12-10 11:26:41', '2019-12-10 11:26:41');
-- --------------------------------------------------------
--
-- Table structure for table `layouts`
--
CREATE TABLE `layouts` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `layouts`
--
INSERT INTO `layouts` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'Regular', '2019-12-09 13:18:50', '2019-12-09 13:18:50'),
(2, 'Mosaic', '2019-12-09 13:19:05', '2019-12-09 13:19:05');
-- --------------------------------------------------------
--
-- Table structure for table `layout_images`
--
CREATE TABLE `layout_images` (
`id` bigint(20) UNSIGNED NOT NULL,
`u_id` bigint(20) NOT NULL,
`i_id` bigint(20) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2019_12_03_120105_create_catagories_table', 1),
(3, '2019_12_03_120500_create_sub_catagories_table', 1),
(4, '2019_12_03_125603_create_layouts_table', 1),
(6, '2019_12_06_062449_create_imgs_table', 1),
(7, '2019_12_04_001926_create_layout_images_table', 2),
(9, '2019_12_09_195452_create_gallery_images_table', 4),
(10, '2019_12_09_183628_create_galleries_table', 5),
(11, '2019_12_10_063442_create_api_keys_table', 6);
-- --------------------------------------------------------
--
-- Table structure for table `sub_catagories`
--
CREATE TABLE `sub_catagories` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`c_id` bigint(20) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `sub_catagories`
--
INSERT INTO `sub_catagories` (`id`, `name`, `c_id`, `created_at`, `updated_at`) VALUES
(1, 'Car', 1, '2019-12-09 09:02:46', '2019-12-09 09:02:46'),
(2, 'Boat', 1, '2019-12-09 09:03:12', '2019-12-09 09:03:12'),
(3, 'Truck', 1, '2019-12-09 09:03:28', '2019-12-09 09:03:28'),
(4, 'Burger', 2, '2019-12-09 09:04:05', '2019-12-09 09:04:05'),
(5, 'Pizza', 2, '2019-12-09 09:04:18', '2019-12-09 09:04:18'),
(6, 'Curry', 2, '2019-12-09 09:04:54', '2019-12-09 09:04:54'),
(7, 'Dog', 3, '2019-12-09 09:05:09', '2019-12-09 09:05:09'),
(8, 'Cat', 3, '2019-12-09 09:05:30', '2019-12-09 09:05:30'),
(9, 'Tiger', 3, '2019-12-09 09:05:47', '2019-12-09 09:05:47');
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`username` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `name`, `username`, `password`, `type`, `created_at`, `updated_at`) VALUES
(1, 'Antonin', 'anto', '<PASSWORD>', '1', '2019-12-09 09:07:21', '2019-12-09 09:07:21'),
(2, 'Ani', 'ani', '<PASSWORD>', '2', '2019-12-09 11:50:22', '2019-12-09 11:50:22');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `api_keys`
--
ALTER TABLE `api_keys`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `catagories`
--
ALTER TABLE `catagories`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `galleries`
--
ALTER TABLE `galleries`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `gallery_images`
--
ALTER TABLE `gallery_images`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `imgs`
--
ALTER TABLE `imgs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `layouts`
--
ALTER TABLE `layouts`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `layout_images`
--
ALTER TABLE `layout_images`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `sub_catagories`
--
ALTER TABLE `sub_catagories`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `users_username_unique` (`username`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `api_keys`
--
ALTER TABLE `api_keys`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `catagories`
--
ALTER TABLE `catagories`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `galleries`
--
ALTER TABLE `galleries`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `gallery_images`
--
ALTER TABLE `gallery_images`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;
--
-- AUTO_INCREMENT for table `imgs`
--
ALTER TABLE `imgs`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `layouts`
--
ALTER TABLE `layouts`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `layout_images`
--
ALTER TABLE `layout_images`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT for table `sub_catagories`
--
ALTER TABLE `sub_catagories`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
COMMIT;
/*!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 */;
|
<reponame>pradeepkumarcm-egov/DIGIT-Dev
Insert into egw_status (ID,MODULETYPE,DESCRIPTION,LASTMODIFIEDDATE,CODE,ORDER_ID) values (nextval('seq_egw_status'),'Contractor','Active',now(),'Active',1);
Insert into egw_status (ID,MODULETYPE,DESCRIPTION,LASTMODIFIEDDATE,CODE,ORDER_ID) values (nextval('seq_egw_status'),'Contractor','InActive',now(),'InActive',2);
|
drop table if exists user_info;
drop table if exists flyway_schema_history;
drop table if exists welcome;
|
CREATE TABLE [Sales].[Customers](
[CustomerID] [int] NOT NULL,
[CustomerName] [nvarchar](100) COLLATE Latin1_General_100_CI_AS NOT NULL,
[BillToCustomerID] [int] NOT NULL,
[CustomerCategoryID] [int] NOT NULL,
[BuyingGroupID] [int] NULL,
[PrimaryContactPersonID] [int] NOT NULL,
[AlternateContactPersonID] [int] NULL,
[DeliveryMethodID] [int] NOT NULL,
[DeliveryCityID] [int] NOT NULL,
[PostalCityID] [int] NOT NULL,
[CreditLimit] [decimal](18, 2) NULL,
[AccountOpenedDate] [date] NOT NULL,
[StandardDiscountPercentage] [decimal](18, 3) NOT NULL,
[IsStatementSent] [bit] NOT NULL,
[IsOnCreditHold] [bit] NOT NULL,
[PaymentDays] [int] NOT NULL,
[PhoneNumber] [nvarchar](20) COLLATE Latin1_General_100_CI_AS NOT NULL,
[FaxNumber] [nvarchar](20) COLLATE Latin1_General_100_CI_AS NOT NULL,
[DeliveryRun] [nvarchar](5) COLLATE Latin1_General_100_CI_AS NULL,
[RunPosition] [nvarchar](5) COLLATE Latin1_General_100_CI_AS NULL,
[WebsiteURL] [nvarchar](256) COLLATE Latin1_General_100_CI_AS NOT NULL,
[DeliveryAddressLine1] [nvarchar](60) COLLATE Latin1_General_100_CI_AS NOT NULL,
[DeliveryAddressLine2] [nvarchar](60) COLLATE Latin1_General_100_CI_AS NULL,
[DeliveryPostalCode] [nvarchar](10) COLLATE Latin1_General_100_CI_AS NOT NULL,
[DeliveryLocation] [geography] NULL,
[PostalAddressLine1] [nvarchar](60) COLLATE Latin1_General_100_CI_AS NOT NULL,
[PostalAddressLine2] [nvarchar](60) COLLATE Latin1_General_100_CI_AS NULL,
[PostalPostalCode] [nvarchar](10) COLLATE Latin1_General_100_CI_AS NOT NULL,
[LastEditedBy] [int] NOT NULL,
[ValidFrom] [datetime2](7) GENERATED ALWAYS AS ROW START NOT NULL,
[ValidTo] [datetime2](7) GENERATED ALWAYS AS ROW END NOT NULL,
CONSTRAINT [PK_Sales_Customers] PRIMARY KEY CLUSTERED
(
[CustomerID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [USERDATA],
CONSTRAINT [UQ_Sales_Customers_CustomerName] UNIQUE NONCLUSTERED
(
[CustomerName] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [USERDATA],
PERIOD FOR SYSTEM_TIME ([ValidFrom], [ValidTo])
) ON [USERDATA] TEXTIMAGE_ON [USERDATA]
WITH
(
SYSTEM_VERSIONING = ON ( HISTORY_TABLE = [Sales].[Customers_Archive] )
)
GO
ALTER TABLE [Sales].[Customers] WITH CHECK ADD CONSTRAINT [FK_Sales_Customers_AlternateContactPersonID_Application_People] FOREIGN KEY([AlternateContactPersonID])
REFERENCES [Application].[People] ([PersonID])
GO
ALTER TABLE [Sales].[Customers] CHECK CONSTRAINT [FK_Sales_Customers_AlternateContactPersonID_Application_People]
GO
ALTER TABLE [Sales].[Customers] WITH CHECK ADD CONSTRAINT [FK_Sales_Customers_Application_People] FOREIGN KEY([LastEditedBy])
REFERENCES [Application].[People] ([PersonID])
GO
ALTER TABLE [Sales].[Customers] CHECK CONSTRAINT [FK_Sales_Customers_Application_People]
GO
ALTER TABLE [Sales].[Customers] WITH CHECK ADD CONSTRAINT [FK_Sales_Customers_BillToCustomerID_Sales_Customers] FOREIGN KEY([BillToCustomerID])
REFERENCES [Sales].[Customers] ([CustomerID])
GO
ALTER TABLE [Sales].[Customers] CHECK CONSTRAINT [FK_Sales_Customers_BillToCustomerID_Sales_Customers]
GO
ALTER TABLE [Sales].[Customers] WITH CHECK ADD CONSTRAINT [FK_Sales_Customers_BuyingGroupID_Sales_BuyingGroups] FOREIGN KEY([BuyingGroupID])
REFERENCES [Sales].[BuyingGroups] ([BuyingGroupID])
GO
ALTER TABLE [Sales].[Customers] CHECK CONSTRAINT [FK_Sales_Customers_BuyingGroupID_Sales_BuyingGroups]
GO
ALTER TABLE [Sales].[Customers] WITH CHECK ADD CONSTRAINT [FK_Sales_Customers_CustomerCategoryID_Sales_CustomerCategories] FOREIGN KEY([CustomerCategoryID])
REFERENCES [Sales].[CustomerCategories] ([CustomerCategoryID])
GO
ALTER TABLE [Sales].[Customers] CHECK CONSTRAINT [FK_Sales_Customers_CustomerCategoryID_Sales_CustomerCategories]
GO
ALTER TABLE [Sales].[Customers] WITH CHECK ADD CONSTRAINT [FK_Sales_Customers_DeliveryCityID_Application_Cities] FOREIGN KEY([DeliveryCityID])
REFERENCES [Application].[Cities] ([CityID])
GO
ALTER TABLE [Sales].[Customers] CHECK CONSTRAINT [FK_Sales_Customers_DeliveryCityID_Application_Cities]
GO
ALTER TABLE [Sales].[Customers] WITH CHECK ADD CONSTRAINT [FK_Sales_Customers_DeliveryMethodID_Application_DeliveryMethods] FOREIGN KEY([DeliveryMethodID])
REFERENCES [Application].[DeliveryMethods] ([DeliveryMethodID])
GO
ALTER TABLE [Sales].[Customers] CHECK CONSTRAINT [FK_Sales_Customers_DeliveryMethodID_Application_DeliveryMethods]
GO
ALTER TABLE [Sales].[Customers] WITH CHECK ADD CONSTRAINT [FK_Sales_Customers_PostalCityID_Application_Cities] FOREIGN KEY([PostalCityID])
REFERENCES [Application].[Cities] ([CityID])
GO
ALTER TABLE [Sales].[Customers] CHECK CONSTRAINT [FK_Sales_Customers_PostalCityID_Application_Cities]
GO
ALTER TABLE [Sales].[Customers] WITH CHECK ADD CONSTRAINT [FK_Sales_Customers_PrimaryContactPersonID_Application_People] FOREIGN KEY([PrimaryContactPersonID])
REFERENCES [Application].[People] ([PersonID])
GO
ALTER TABLE [Sales].[Customers] CHECK CONSTRAINT [FK_Sales_Customers_PrimaryContactPersonID_Application_People]
GO
ALTER TABLE [Sales].[Customers] ADD CONSTRAINT [DF_Sales_Customers_CustomerID] DEFAULT (NEXT VALUE FOR [Sequences].[CustomerID]) FOR [CustomerID]
GO
/****** Object: Index [FK_Sales_Customers_AlternateContactPersonID] Script Date: 10/06/2020 18:14:17 ******/
CREATE NONCLUSTERED INDEX [FK_Sales_Customers_AlternateContactPersonID] ON [Sales].[Customers]
(
[AlternateContactPersonID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [USERDATA]
GO
/****** Object: Index [FK_Sales_Customers_BuyingGroupID] Script Date: 10/06/2020 18:14:17 ******/
CREATE NONCLUSTERED INDEX [FK_Sales_Customers_BuyingGroupID] ON [Sales].[Customers]
(
[BuyingGroupID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [USERDATA]
GO
/****** Object: Index [FK_Sales_Customers_CustomerCategoryID] Script Date: 10/06/2020 18:14:17 ******/
CREATE NONCLUSTERED INDEX [FK_Sales_Customers_CustomerCategoryID] ON [Sales].[Customers]
(
[CustomerCategoryID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [USERDATA]
GO
/****** Object: Index [FK_Sales_Customers_DeliveryCityID] Script Date: 10/06/2020 18:14:17 ******/
CREATE NONCLUSTERED INDEX [FK_Sales_Customers_DeliveryCityID] ON [Sales].[Customers]
(
[DeliveryCityID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [USERDATA]
GO
/****** Object: Index [FK_Sales_Customers_DeliveryMethodID] Script Date: 10/06/2020 18:14:17 ******/
CREATE NONCLUSTERED INDEX [FK_Sales_Customers_DeliveryMethodID] ON [Sales].[Customers]
(
[DeliveryMethodID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [USERDATA]
GO
/****** Object: Index [FK_Sales_Customers_PostalCityID] Script Date: 10/06/2020 18:14:17 ******/
CREATE NONCLUSTERED INDEX [FK_Sales_Customers_PostalCityID] ON [Sales].[Customers]
(
[PostalCityID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [USERDATA]
GO
/****** Object: Index [FK_Sales_Customers_PrimaryContactPersonID] Script Date: 10/06/2020 18:14:17 ******/
CREATE NONCLUSTERED INDEX [FK_Sales_Customers_PrimaryContactPersonID] ON [Sales].[Customers]
(
[PrimaryContactPersonID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [USERDATA]
GO
/****** Object: Index [IX_Sales_Customers_Perf_20160301_06] Script Date: 10/06/2020 18:14:17 ******/
CREATE NONCLUSTERED INDEX [IX_Sales_Customers_Perf_20160301_06] ON [Sales].[Customers]
(
[IsOnCreditHold] ASC,
[CustomerID] ASC,
[BillToCustomerID] ASC
)
INCLUDE([PrimaryContactPersonID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [USERDATA]
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Numeric ID used for reference to a customer within the database' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'CustomerID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Customer''s full name (usually a trading name)' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'CustomerName'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Customer that this is billed to (usually the same customer but can be another parent company)' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'BillToCustomerID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Customer''s category' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'CustomerCategoryID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Customer''s buying group (optional)' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'BuyingGroupID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Primary contact' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'PrimaryContactPersonID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Alternate contact' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'AlternateContactPersonID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Standard delivery method for stock items sent to this customer' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'DeliveryMethodID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'ID of the delivery city for this address' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'DeliveryCityID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'ID of the postal city for this address' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'PostalCityID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Credit limit for this customer (NULL if unlimited)' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'CreditLimit'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Date this customer account was opened' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'AccountOpenedDate'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Standard discount offered to this customer' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'StandardDiscountPercentage'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Is a statement sent to this customer? (Or do they just pay on each invoice?)' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'IsStatementSent'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Is this customer on credit hold? (Prevents further deliveries to this customer)' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'IsOnCreditHold'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Number of days for payment of an invoice (ie payment terms)' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'PaymentDays'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Phone number' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'PhoneNumber'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Fax number ' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'FaxNumber'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Normal delivery run for this customer' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'DeliveryRun'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Normal position in the delivery run for this customer' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'RunPosition'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'URL for the website for this customer' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'WebsiteURL'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'First delivery address line for the customer' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'DeliveryAddressLine1'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Second delivery address line for the customer' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'DeliveryAddressLine2'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Delivery postal code for the customer' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'DeliveryPostalCode'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Geographic location for the customer''s office/warehouse' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'DeliveryLocation'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'First postal address line for the customer' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'PostalAddressLine1'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Second postal address line for the customer' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'PostalAddressLine2'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Postal code for the customer when sending by mail' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'COLUMN',@level2name=N'PostalPostalCode'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Auto-created to support a foreign key' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'INDEX',@level2name=N'FK_Sales_Customers_AlternateContactPersonID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Auto-created to support a foreign key' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'INDEX',@level2name=N'FK_Sales_Customers_BuyingGroupID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Auto-created to support a foreign key' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'INDEX',@level2name=N'FK_Sales_Customers_CustomerCategoryID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Auto-created to support a foreign key' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'INDEX',@level2name=N'FK_Sales_Customers_DeliveryCityID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Auto-created to support a foreign key' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'INDEX',@level2name=N'FK_Sales_Customers_DeliveryMethodID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Auto-created to support a foreign key' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'INDEX',@level2name=N'FK_Sales_Customers_PostalCityID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Auto-created to support a foreign key' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'INDEX',@level2name=N'FK_Sales_Customers_PrimaryContactPersonID'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Improves performance of order picking and invoicing' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers', @level2type=N'INDEX',@level2name=N'IX_Sales_Customers_Perf_20160301_06'
GO
EXEC sys.sp_addextendedproperty @name=N'Description', @value=N'Main entity tables for customers (organizations or individuals)' , @level0type=N'SCHEMA',@level0name=N'Sales', @level1type=N'TABLE',@level1name=N'Customers'
|
<reponame>rhomicom-systems-tech-gh/Rhomicom-DB-Scripts<gh_stars>1-10
/* Formatted on 10/6/2014 4:29:07 PM (QP5 v5.126.903.23003) */
-- FUNCTION: SCM.GET_HGST_COST_PRICE(BIGINT)
-- DROP FUNCTION SCM.GET_HGST_COST_PRICE(BIGINT);
CREATE OR REPLACE FUNCTION APLAPPS.GET_HGST_COST_PRICE (P_ITMID NUMBER)
RETURN NUMBER
AS
L_RESULT NUMBER := 0.00;
BEGIN
SELECT TBL1.CPRICE
INTO L_RESULT
FROM ( SELECT NVL (C.COST_PRICE, 0) CPRICE
FROM INV.INV_CONSGMT_RCPT_DET C
WHERE (C.ITM_ID = P_ITMID)
ORDER BY C.CONSGMT_ID DESC) TBL1
WHERE ROWNUM = 1;
RETURN NVL (L_RESULT, 0);
END;
|
INSERT INTO foo VALUES ('This is shard 0');
|
<filename>src/test/resources/sql/select/00be91fc.sql
-- file:collate.icu.utf8.sql ln:71 expect:true
SELECT a, b FROM collate_test4 ORDER BY b
|
-- file:numeric_big.sql ln:283 expect:true
INSERT INTO num_exp_div VALUES (6,1,'.000000550624150700285432940805295709861455424264970126953321538967550091614148982212874391026630805836518138806917934859138493583812313778188030836027246840794439412443826640206464415527687555214009725107630387889854278497875708390050387195108441635824296563108288712340902423706104029452615686971019125750530034798026103476074158922893374911891438688457439945897348811702908216883650280617098402133628688982793791562476980709924382381505517834196446365877784931355599480881104446907801805570471686295270927836995181422963320376948188855989986414581755633425437161760674162177776773597848142496583128607548351599750592863590334617838124741567654525843413232313914310487355539260264225486180000012813397807525203822863232682089295055713257835007742845010741137213301116647610033909062369843750685396196342928455')
|
create database columnstore
go
use columnstore
go
drop table staging
go
-- create staging table
Create table staging (
accountkey int not null,
accountdescription nvarchar (50),
accounttype nvarchar(50),
AccountCodeAlternatekey int)
set nocount ON
go
-- load data into staging table
declare @loop int
declare @accountdescription varchar(50)
declare @accountkey int
declare @accounttype varchar(50)
declare @accountcode int
select @loop = 0
begin tran
while (@loop < 100000)
begin
select @accountkey = @loop
select @accountdescription = 'accountdesc ' + convert(varchar(20), @accountkey)
select @accounttype = 'accounttype ' + convert(varchar(20), @accountkey)
select @accountcode = cast (rand()*10000000 as int)
insert into staging values (@accountkey, @accountdescription, @accounttype, @AccountCode)
select @loop = @loop + 1
end
commit
select count(*) from staging
go
drop table ncci_target, ncci_target_delay
go
dbcc tracestatus
create table ncci_target (
accountkey int not null,
accountdescription nvarchar (50),
accounttype nvarchar(50),
AccountCodeAlternatekey int)
create clustered index idx_ci_ncci_target on ncci_target (accountkey)
create nonclustered columnstore index idxncci_ncci_target on
ncci_target (accountkey, accountdescription, accounttype, accountcodealternatekey)
with (compression_delay= 0)
-- create another table with the delay of 30 seconds
create table ncci_target_delay (
accountkey int not null,
accountdescription nvarchar (50),
accounttype nvarchar(50),
AccountCodeAlternatekey int)
create clustered index idx_ci_ncci_target_delay on ncci_target_delay (accountkey)
create nonclustered columnstore index idxncci_ncci_target_delay on
ncci_target_delay (accountkey, accountdescription, accounttype, accountcodealternatekey)
with (compression_delay= 30)
--look at catalog view
select object_name(object_id), name, type_desc, has_filter, compression_delay
from sys.indexes where object_id = object_id ('ncci_target') or object_id=object_id('ncci_target_delay')
--load data into NCCI
-- takes around 2 minute
insert into ncci_target select * from staging
insert into ncci_target_delay select * from staging
go 12
-- look at rowgroups
select object_name(object_id), *
from sys.dm_db_column_store_row_group_physical_stats
where object_id = object_id ('ncci_target') or object_id=object_id('ncci_target_delay')
-- manual
alter index idxncci_ncci_target on ncci_target reorganize with (COMPRESS_ALL_ROW_GROUPS = ON)
-- Note, you can change compression delay just as a metadata operation
alter index idxncci_ncci_target on ncci_target set (compression_delay=30)
--++++++++++++++++++++++++++++++++++
-- Memory Optimized Table
--++++++++++++++++++++++++++
drop table dbo.t_colstor_hk
-- create a memopt table
CREATE TABLE dbo.t_colstor_hk (
accountkey int not null,
accountdescription nvarchar (50),
accounttype nvarchar(50),
unitsold int,
CONSTRAINT [pk_t_colstor_hk] PRIMARY KEY NONCLUSTERED HASH (accountkey) WITH (BUCKET_COUNT = 10000000)--,
-- index t_colstor_hk_cci clustered columnstore with (compression_delay=70)
) WITH (MEMORY_OPTIMIZED = ON, DURABILITY = SCHEMA_AND_DATA)
go
--you can add index after creating HK table (New in SQL 2016)
alter table t_colstor_hk add index t_colstor_hk_cci clustered columnstore with (compression_delay=60)
select object_name(object_id), name, type_desc, has_filter, compression_delay
from sys.indexes where object_id = object_id ('t_colstor_hk')
|
-- phpMyAdmin SQL Dump
-- version 4.6.4
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Sep 24, 2016 at 04:14
-- Server version: 5.6.21
-- PHP Version: 5.5.19
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `taurus`
--
-- --------------------------------------------------------
--
-- Table structure for table `absensi`
--
CREATE TABLE `absensi` (
`id` int(11) NOT NULL,
`dosen_mata_kuliah_id` int(11) NOT NULL,
`laboratorium_id` int(11) NOT NULL,
`waktu_mulai` datetime NOT NULL,
`durasi` int(11) NOT NULL COMMENT 'dalam menit',
`waktu_selesai` datetime NOT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_by` int(11) NOT NULL,
`updated_by` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `absensi`
--
INSERT INTO `absensi` (`id`, `dosen_mata_kuliah_id`, `laboratorium_id`, `waktu_mulai`, `durasi`, `waktu_selesai`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(19, 1, 2, '2016-09-01 12:49:00', 100, '2016-09-01 14:28:00', '2016-09-01 12:48:16', '2016-09-01 05:48:16', 115, 0),
(20, 1, 2, '2016-09-05 17:08:00', 100, '2016-09-01 18:47:00', '2016-09-01 17:07:44', '2016-09-07 19:01:57', 115, 0),
(22, 1, 2, '2016-09-07 19:17:00', 100, '2016-09-01 20:56:00', '2016-09-01 19:16:38', '2016-09-07 19:02:05', 115, 0),
(23, 2, 2, '2016-09-09 00:30:00', 400, '2016-09-09 07:10:00', '2016-09-08 22:36:08', '2016-09-08 17:31:29', 116, 116);
-- --------------------------------------------------------
--
-- Table structure for table `absensi_mahasiswa`
--
CREATE TABLE `absensi_mahasiswa` (
`id` int(11) NOT NULL,
`absensi_id` int(11) NOT NULL,
`mahasiswa_id` int(11) NOT NULL,
`waktu_masuk` datetime NOT NULL,
`waktu_keluar` datetime DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_by` int(11) DEFAULT NULL,
`updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `absensi_mahasiswa`
--
INSERT INTO `absensi_mahasiswa` (`id`, `absensi_id`, `mahasiswa_id`, `waktu_masuk`, `waktu_keluar`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(36, 19, 9, '2016-09-01 12:55:39', NULL, '2016-09-01 12:55:39', '2016-09-01 05:55:39', NULL, NULL),
(37, 19, 10, '2016-09-01 12:55:41', NULL, '2016-09-01 12:55:41', '2016-09-01 05:55:41', NULL, NULL),
(38, 19, 12, '2016-09-01 12:55:44', NULL, '2016-09-01 12:55:44', '2016-09-01 05:55:44', NULL, NULL),
(39, 20, 11, '2016-09-01 17:08:17', '2016-09-01 18:17:56', '2016-09-01 17:08:17', '2016-09-01 11:17:56', NULL, NULL),
(40, 20, 13, '2016-09-01 17:08:25', '2016-09-01 18:16:29', '2016-09-01 17:08:25', '2016-09-01 11:16:29', NULL, NULL),
(41, 22, 9, '2016-09-01 19:17:14', '2016-09-01 19:38:11', '2016-09-01 19:17:14', '2016-09-01 12:38:11', NULL, NULL),
(42, 22, 10, '2016-09-01 19:18:07', '2016-09-01 19:38:41', '2016-09-01 19:18:07', '2016-09-01 12:38:41', NULL, NULL),
(43, 22, 13, '2016-09-01 19:18:38', '2016-09-01 19:38:37', '2016-09-01 19:18:38', '2016-09-01 12:38:37', NULL, NULL),
(44, 22, 12, '2016-09-01 19:25:02', NULL, '2016-09-01 19:25:02', '2016-09-01 12:25:02', NULL, NULL),
(45, 22, 11, '2016-09-01 19:31:56', NULL, '2016-09-01 19:31:56', '2016-09-01 12:31:56', NULL, NULL),
(46, 23, 9, '2016-09-09 00:31:43', NULL, '2016-09-09 00:31:43', '2016-09-08 17:31:43', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `dosen`
--
CREATE TABLE `dosen` (
`id` int(11) NOT NULL,
`nip` varchar(20) NOT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_by` int(11) NOT NULL,
`updated_by` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `dosen`
--
INSERT INTO `dosen` (`id`, `nip`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(115, '10109333', '2016-08-25 21:42:52', '2016-08-25 14:42:52', 1, 0),
(116, '10108522', '2016-08-25 21:43:47', '2016-08-25 14:43:47', 1, 0);
-- --------------------------------------------------------
--
-- Table structure for table `dosen_mata_kuliah`
--
CREATE TABLE `dosen_mata_kuliah` (
`id` int(11) NOT NULL,
`dosen_id` int(11) NOT NULL,
`mata_kuliah_id` int(11) NOT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_by` int(11) NOT NULL,
`updated_by` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='dosen mengajar mata kuliah';
--
-- Dumping data for table `dosen_mata_kuliah`
--
INSERT INTO `dosen_mata_kuliah` (`id`, `dosen_id`, `mata_kuliah_id`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(1, 115, 2, '2016-08-25 21:45:37', '2016-08-25 14:45:37', 1, 0),
(2, 116, 1, '2016-08-25 21:45:43', '2016-08-25 14:45:43', 1, 0);
-- --------------------------------------------------------
--
-- Table structure for table `groups`
--
CREATE TABLE `groups` (
`id` mediumint(8) UNSIGNED NOT NULL,
`name` varchar(20) NOT NULL,
`description` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `groups`
--
INSERT INTO `groups` (`id`, `name`, `description`) VALUES
(1, 'admin', 'Administrator'),
(2, 'dosen', 'Dosen'),
(3, 'mahasiswa', 'Mahasiswa');
-- --------------------------------------------------------
--
-- Table structure for table `laboratorium`
--
CREATE TABLE `laboratorium` (
`id` int(11) NOT NULL,
`nama_laboratorium` varchar(100) NOT NULL,
`ip_address` varchar(16) NOT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_by` int(11) NOT NULL,
`updated_by` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `laboratorium`
--
INSERT INTO `laboratorium` (`id`, `nama_laboratorium`, `ip_address`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(2, 'Telekomunikasi', '127.0.0.1', '2016-08-25 21:44:23', '2016-08-30 14:11:29', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `login_attempts`
--
CREATE TABLE `login_attempts` (
`id` mediumint(8) UNSIGNED NOT NULL,
`ip_address` varchar(16) NOT NULL,
`login` varchar(100) DEFAULT NULL,
`time` int(11) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `mahasiswa`
--
CREATE TABLE `mahasiswa` (
`id` int(11) NOT NULL,
`nim` varchar(20) NOT NULL,
`kode_rfid` int(10) UNSIGNED ZEROFILL DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_by` int(11) NOT NULL,
`updated_by` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `mahasiswa`
--
INSERT INTO `mahasiswa` (`id`, `nim`, `kode_rfid`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(9, '1300316', 0002055848, '2016-08-25 21:35:41', '2016-09-01 12:13:12', 1, 1),
(10, '1300506', 0008569586, '2016-08-25 21:35:41', '2016-08-28 18:09:03', 1, 1),
(11, '1300858', 0008574702, '2016-08-25 21:35:41', '2016-08-28 18:09:10', 1, 1),
(12, '1301422', 0008579197, '2016-08-25 21:35:41', '2016-08-28 17:55:43', 1, 1),
(13, '1301502', 0008618587, '2016-08-25 21:35:41', '2016-08-28 17:55:53', 1, 1),
(14, '1301528', NULL, '2016-08-25 21:35:41', '2016-08-28 18:07:45', 1, 1),
(15, '1301540', NULL, '2016-08-25 21:35:41', '2016-08-28 17:51:58', 1, 0),
(16, '1301636', NULL, '2016-08-25 21:35:41', '2016-08-28 18:09:26', 1, 1),
(17, '1301644', NULL, '2016-08-25 21:35:41', '2016-08-28 17:51:58', 1, 0),
(18, '1301688', NULL, '2016-08-25 21:35:42', '2016-08-28 17:51:58', 1, 0),
(19, '1301702', NULL, '2016-08-25 21:35:42', '2016-08-28 17:51:58', 1, 0),
(20, '1301754', NULL, '2016-08-25 21:35:42', '2016-08-28 17:51:58', 1, 0),
(21, '1301836', NULL, '2016-08-25 21:35:42', '2016-08-28 17:51:58', 1, 0),
(22, '1301872', NULL, '2016-08-25 21:35:42', '2016-08-28 17:51:58', 1, 0),
(23, '1301924', NULL, '2016-08-25 21:35:42', '2016-08-28 17:51:58', 1, 0),
(24, '1302022', NULL, '2016-08-25 21:35:42', '2016-08-28 18:09:38', 1, 1),
(25, '1302072', NULL, '2016-08-25 21:35:42', '2016-08-28 18:11:06', 1, 1),
(26, '1303560', NULL, '2016-08-25 21:35:42', '2016-08-28 18:12:10', 1, 1),
(27, '1303582', NULL, '2016-08-25 21:35:43', '2016-08-28 17:51:58', 1, 0),
(28, '1303984', NULL, '2016-08-25 21:35:43', '2016-08-28 17:51:58', 1, 0),
(29, '1304072', NULL, '2016-08-25 21:35:43', '2016-08-28 17:51:58', 1, 0),
(30, '1304138', NULL, '2016-08-25 21:35:43', '2016-08-28 17:51:58', 1, 0),
(31, '1304386', NULL, '2016-08-25 21:35:43', '2016-08-28 18:12:20', 1, 1),
(32, '1304566', NULL, '2016-08-25 21:35:43', '2016-08-28 18:12:28', 1, 1),
(33, '1304694', NULL, '2016-08-25 21:35:44', '2016-08-28 17:51:58', 1, 0),
(34, '1304698', NULL, '2016-08-25 21:35:44', '2016-08-28 18:12:39', 1, 1),
(35, '1304810', NULL, '2016-08-25 21:35:44', '2016-08-28 18:12:46', 1, 1),
(36, '1305154', NULL, '2016-08-25 21:35:44', '2016-08-28 17:51:58', 1, 0),
(37, '1305232', NULL, '2016-08-25 21:35:44', '2016-08-28 17:51:58', 1, 0),
(38, '1305348', NULL, '2016-08-25 21:35:44', '2016-08-28 17:51:58', 1, 0),
(39, '1305478', NULL, '2016-08-25 21:35:45', '2016-08-28 17:51:58', 1, 0),
(40, '1305808', NULL, '2016-08-25 21:35:45', '2016-08-28 18:13:10', 1, 1),
(41, '1306108', NULL, '2016-08-25 21:35:45', '2016-08-28 18:13:16', 1, 1),
(42, '1306122', NULL, '2016-08-25 21:35:45', '2016-08-28 17:51:58', 1, 0),
(43, '1306150', NULL, '2016-08-25 21:35:46', '2016-08-28 17:51:58', 1, 0),
(44, '1306644', NULL, '2016-08-25 21:35:46', '2016-08-28 17:51:58', 1, 0),
(45, '1306686', NULL, '2016-08-25 21:35:46', '2016-08-28 17:51:58', 1, 0),
(46, '1306984', NULL, '2016-08-25 21:35:46', '2016-08-28 17:51:58', 1, 0),
(47, '1307050', NULL, '2016-08-25 21:35:47', '2016-08-28 18:13:29', 1, 1),
(48, '1307640', NULL, '2016-08-25 21:35:47', '2016-08-28 17:51:58', 1, 0),
(49, '1307762', NULL, '2016-08-25 21:35:47', '2016-08-28 17:51:58', 1, 0),
(50, '1304884', NULL, '2016-08-25 21:35:47', '2016-08-28 17:51:58', 1, 0),
(51, '1304886', NULL, '2016-08-25 21:35:48', '2016-08-28 18:12:52', 1, 1),
(52, '1304888', NULL, '2016-08-25 21:35:48', '2016-08-28 17:51:58', 1, 0),
(53, '1304890', NULL, '2016-08-25 21:35:48', '2016-08-28 17:51:58', 1, 0),
(54, '1304924', NULL, '2016-08-25 21:35:49', '2016-08-28 18:13:01', 1, 1),
(55, '1307440', NULL, '2016-08-25 21:35:49', '2016-08-28 18:13:46', 1, 1),
(86, '1400047', NULL, '2016-08-25 21:40:55', '2016-08-28 17:51:58', 1, 0),
(87, '1400275', NULL, '2016-08-25 21:40:55', '2016-08-28 18:13:57', 1, 1),
(88, '1400576', NULL, '2016-08-25 21:40:55', '2016-08-28 18:14:04', 1, 1),
(89, '1400717', NULL, '2016-08-25 21:40:56', '2016-08-28 18:14:12', 1, 1),
(90, '1400833', NULL, '2016-08-25 21:40:56', '2016-08-28 18:14:19', 1, 1),
(91, '1400975', NULL, '2016-08-25 21:40:56', '2016-08-28 17:51:58', 1, 0),
(92, '1401162', NULL, '2016-08-25 21:40:56', '2016-08-28 17:51:58', 1, 0),
(93, '1401407', NULL, '2016-08-25 21:40:56', '2016-08-28 17:51:58', 1, 0),
(94, '1401535', NULL, '2016-08-25 21:40:56', '2016-08-28 17:51:58', 1, 0),
(95, '1401687', NULL, '2016-08-25 21:40:56', '2016-08-28 17:51:58', 1, 0),
(96, '1401970', NULL, '2016-08-25 21:40:56', '2016-08-28 17:51:58', 1, 0),
(97, '1403121', NULL, '2016-08-25 21:40:56', '2016-08-28 18:14:31', 1, 1),
(98, '1403141', NULL, '2016-08-25 21:40:56', '2016-08-28 18:14:38', 1, 1),
(99, '1403506', NULL, '2016-08-25 21:40:57', '2016-08-28 17:51:58', 1, 0),
(100, '1403899', NULL, '2016-08-25 21:40:57', '2016-08-28 17:51:58', 1, 0),
(101, '1404245', NULL, '2016-08-25 21:40:57', '2016-08-28 18:14:45', 1, 1),
(102, '1404660', NULL, '2016-08-25 21:40:57', '2016-08-28 17:51:58', 1, 0),
(103, '1404662', NULL, '2016-08-25 21:40:57', '2016-08-28 17:51:58', 1, 0),
(104, '1404663', NULL, '2016-08-25 21:40:57', '2016-08-28 17:51:58', 1, 0),
(105, '1404793', NULL, '2016-08-25 21:40:57', '2016-08-28 18:14:57', 1, 1),
(106, '1405018', NULL, '2016-08-25 21:40:57', '2016-08-28 18:15:03', 1, 1),
(107, '1405891', NULL, '2016-08-25 21:40:57', '2016-08-28 18:15:11', 1, 1),
(108, '1406141', NULL, '2016-08-25 21:40:57', '2016-08-28 17:51:58', 1, 0),
(109, '1406409', NULL, '2016-08-25 21:40:57', '2016-08-28 18:15:24', 1, 1),
(110, '1407024', NULL, '2016-08-25 21:40:57', '2016-08-28 17:51:58', 1, 0),
(111, '1407271', NULL, '2016-08-25 21:40:57', '2016-08-28 18:15:32', 1, 1),
(112, '1407275', NULL, '2016-08-25 21:40:57', '2016-08-28 18:15:40', 1, 1),
(113, '1407289', NULL, '2016-08-25 21:40:58', '2016-08-28 17:51:58', 1, 0),
(117, '1234', NULL, '2016-09-01 19:11:04', '2016-09-01 12:11:04', 1, 0);
-- --------------------------------------------------------
--
-- Table structure for table `mahasiswa_rfid`
--
CREATE TABLE `mahasiswa_rfid` (
`id` int(11) NOT NULL,
`rfid_id` int(11) NOT NULL,
`mahasiswa_id` int(11) NOT NULL,
`is_active` tinyint(1) NOT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_by` int(11) NOT NULL,
`updated_by` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='rfid mewakili siswa';
--
-- Dumping data for table `mahasiswa_rfid`
--
INSERT INTO `mahasiswa_rfid` (`id`, `rfid_id`, `mahasiswa_id`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(2, 2, 9, 0, '2016-08-26 10:40:48', '2016-08-26 03:40:48', 1, 0),
(3, 2, 11, 0, '2016-08-26 17:56:01', '2016-08-26 10:56:01', 1, 0),
(4, 2, 10, 0, '2016-08-26 17:57:27', '2016-08-26 10:57:27', 1, 0);
-- --------------------------------------------------------
--
-- Table structure for table `mata_kuliah`
--
CREATE TABLE `mata_kuliah` (
`id` int(11) NOT NULL,
`nama_mata_kuliah` varchar(100) NOT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_by` int(11) NOT NULL,
`updated_by` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `mata_kuliah`
--
INSERT INTO `mata_kuliah` (`id`, `nama_mata_kuliah`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(1, 'Praktikum Sistem Saluran Transmisi', '2016-08-25 21:44:51', '2016-09-01 06:03:28', 0, 0),
(2, 'Praktikum Sistem Komunikasi Digital', '2016-08-25 21:45:12', '2016-09-01 06:03:32', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `migrations`
--
CREATE TABLE `migrations` (
`version` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `migrations`
--
INSERT INTO `migrations` (`version`) VALUES
(2);
-- --------------------------------------------------------
--
-- Table structure for table `rfid`
--
CREATE TABLE `rfid` (
`id` int(11) NOT NULL,
`kode_rfid` int(10) UNSIGNED ZEROFILL NOT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_by` int(11) NOT NULL,
`updated_by` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `rfid`
--
INSERT INTO `rfid` (`id`, `kode_rfid`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(1, 0008574702, '2016-08-25 23:09:05', '2016-08-25 16:09:05', 0, 0),
(2, 0002055848, '2016-08-26 08:51:17', '2016-08-26 01:51:17', 1, 0),
(3, 0008579197, '2016-08-26 18:15:41', '2016-08-26 11:15:41', 1, 0),
(4, 0008618587, '2016-08-26 18:15:46', '2016-08-26 11:15:46', 1, 0),
(5, 0008569586, '2016-08-26 18:16:00', '2016-08-26 11:16:00', 1, 0);
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` int(11) NOT NULL,
`ip_address` varchar(16) NOT NULL,
`username` varchar(100) NOT NULL,
`password` varchar(80) NOT NULL,
`salt` varchar(40) NOT NULL,
`email` varchar(100) NOT NULL,
`activation_code` varchar(40) DEFAULT NULL,
`forgotten_password_code` varchar(40) DEFAULT NULL,
`forgotten_password_time` int(11) UNSIGNED DEFAULT NULL,
`remember_code` varchar(40) DEFAULT NULL,
`created_on` int(11) UNSIGNED NOT NULL,
`last_login` int(11) UNSIGNED DEFAULT NULL,
`active` tinyint(1) UNSIGNED DEFAULT NULL,
`name` varchar(100) NOT NULL,
`gender` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `ip_address`, `username`, `password`, `salt`, `email`, `activation_code`, `forgotten_password_code`, `forgotten_password_time`, `remember_code`, `created_on`, `last_login`, `active`, `name`, `gender`) VALUES
(1, '127.0.0.1', 'administrator', <PASSWORD>', '', '<EMAIL>', '', NULL, NULL, NULL, 1268889823, 1473339311, 1, 'Admin', 'laki-laki'),
(8, '', '1300316', '1300316', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(9, '', '1300316', '1300316', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(10, '', '1300506', '1300506', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(11, '', '1300858', '1300858', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(12, '', '1301422', '1301422', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(13, '', '1301502', '1301502', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(14, '', '1301528', '1301528', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(15, '', '1301540', '1301540', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(16, '', '1301636', '1301636', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(17, '', '1301644', '1301644', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(18, '', '1301688', '1301688', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(19, '', '1301702', '1301702', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, 'NURKHALIM', 'laki-laki'),
(20, '', '1301754', '1301754', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(21, '', '1301836', '1301836', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(22, '', '1301872', '1301872', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(23, '', '1301924', '1301924', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(24, '', '1302022', '1302022', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(25, '', '1302072', '1302072', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(26, '', '1303560', '1303560', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(27, '', '1303582', '1303582', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(28, '', '1303984', '1303984', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(29, '', '1304072', '1304072', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(30, '', '1304138', '1304138', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(31, '', '1304386', '1304386', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(32, '', '1304566', '1304566', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(33, '', '1304694', '1304694', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(34, '', '1304698', '1304698', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(35, '', '1304810', '1304810', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(36, '', '1305154', '1305154', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(37, '', '1305232', '1305232', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, 'CARTIM', 'laki-laki'),
(38, '', '1305348', '1305348', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, 'WAROH', 'laki-laki'),
(39, '', '1305478', '1305478', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(40, '', '1305808', '1305808', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(41, '', '1306108', '1306108', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(42, '', '1306122', '1306122', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, 'MARDINA', 'laki-laki'),
(43, '', '1306150', '1306150', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(44, '', '1306644', '1306644', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(45, '', '1306686', '1306686', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(46, '', '1306984', '1306984', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(47, '', '1307050', '1307050', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(48, '', '1307640', '1307640', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, 'MUNASIR', 'laki-laki'),
(49, '', '1307762', '1307762', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(50, '', '1304884', '1304884', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(51, '', '1304886', '1304886', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(52, '', '1304888', '1304888', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(53, '', '1304890', '1304890', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, 'AFRIZAL', 'laki-laki'),
(54, '', '1304924', '1304924', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(55, '', '1307440', '1307440', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(86, '', '1400047', '1400047', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(87, '', '1400275', '1400275', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(88, '', '1400576', '1400576', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(89, '', '1400717', '1400717', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(90, '', '1400833', '1400833', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(91, '', '1400975', '1400975', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(92, '', '1401162', '1401162', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, 'Jonathan', 'laki-laki'),
(93, '', '1401407', '1401407', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(94, '', '1401535', '1401535', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(95, '', '1401687', '1401687', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(96, '', '1401970', '1401970', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(97, '', '1403121', '1403121', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(98, '', '1403141', '1403141', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(99, '', '1403506', '1403506', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(100, '', '1403899', '1403899', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(101, '', '1404245', '1404245', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(102, '', '1404660', '1404660', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(103, '', '1404662', '1404662', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(104, '', '1404663', '1404663', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(105, '', '1404793', '1404793', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(106, '', '1405018', '1405018', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, 'Karwati', 'perempuan'),
(107, '', '1405891', '1405891', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(108, '', '1406141', '1406141', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(109, '', '1406409', '1406409', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(110, '', '1407024', '1407024', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(111, '', '1407271', '1407271', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(112, '', '1407275', '1407275', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'perempuan'),
(113, '', '1407289', '1407289', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1268889823, NULL, 1, '<NAME>', 'laki-laki'),
(115, '127.0.0.1', '10109333', '$2y$08$0H.cjItSYUjAsVRYClmtkOjqFIonO9OWJvMGHp2ibBiA.gjSux6TK', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1472136172, 1473350184, 1, 'TOMMI HARIYADI, MT', 'laki-laki'),
(116, '127.0.0.1', '10108522', '$2y$08$B9QZ7NG7cvyMK.V5evRX3uxIPI3s57hfzpBqk0zD6KF6fbqylkjo2', '', '101085<EMAIL>', NULL, NULL, NULL, NULL, 1472136227, 1473355845, 1, '<NAME>, ST, M.T', 'laki-laki'),
(117, '127.0.0.1', '1234', '$2y$08$Y9C1Os1ZxKipSoywukWEbefncf67hV.T7kQeQdmeOdB3NxKMqVftm', '', '<EMAIL>', NULL, NULL, NULL, NULL, 1472731864, NULL, 1, 'demo', 'laki-laki');
-- --------------------------------------------------------
--
-- Table structure for table `users_groups`
--
CREATE TABLE `users_groups` (
`id` mediumint(8) UNSIGNED NOT NULL,
`user_id` mediumint(8) UNSIGNED NOT NULL,
`group_id` mediumint(8) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `users_groups`
--
INSERT INTO `users_groups` (`id`, `user_id`, `group_id`) VALUES
(8, 115, 2),
(9, 116, 2),
(10, 117, 3),
(11, 1, 1);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `absensi`
--
ALTER TABLE `absensi`
ADD PRIMARY KEY (`id`),
ADD KEY `id_dosen_mata_kuliah` (`dosen_mata_kuliah_id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`),
ADD KEY `id_laboratorium` (`laboratorium_id`);
--
-- Indexes for table `absensi_mahasiswa`
--
ALTER TABLE `absensi_mahasiswa`
ADD PRIMARY KEY (`id`),
ADD KEY `id_absensi` (`absensi_id`),
ADD KEY `id_rfid_mahasiswa` (`mahasiswa_id`);
--
-- Indexes for table `dosen`
--
ALTER TABLE `dosen`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`);
--
-- Indexes for table `dosen_mata_kuliah`
--
ALTER TABLE `dosen_mata_kuliah`
ADD PRIMARY KEY (`id`),
ADD KEY `id_dosen` (`dosen_id`),
ADD KEY `id_mata_kuliah` (`mata_kuliah_id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`);
--
-- Indexes for table `groups`
--
ALTER TABLE `groups`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `laboratorium`
--
ALTER TABLE `laboratorium`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `ip_address` (`ip_address`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`);
--
-- Indexes for table `login_attempts`
--
ALTER TABLE `login_attempts`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `mahasiswa`
--
ALTER TABLE `mahasiswa`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `nim` (`nim`),
ADD UNIQUE KEY `kode_rfid` (`kode_rfid`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`);
--
-- Indexes for table `mahasiswa_rfid`
--
ALTER TABLE `mahasiswa_rfid`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`),
ADD KEY `id_rfid` (`rfid_id`),
ADD KEY `id_mahasiswa` (`mahasiswa_id`);
--
-- Indexes for table `mata_kuliah`
--
ALTER TABLE `mata_kuliah`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`);
--
-- Indexes for table `rfid`
--
ALTER TABLE `rfid`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `kode_rfid` (`kode_rfid`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `users_groups`
--
ALTER TABLE `users_groups`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `absensi`
--
ALTER TABLE `absensi`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
--
-- AUTO_INCREMENT for table `absensi_mahasiswa`
--
ALTER TABLE `absensi_mahasiswa`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;
--
-- AUTO_INCREMENT for table `dosen_mata_kuliah`
--
ALTER TABLE `dosen_mata_kuliah`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `groups`
--
ALTER TABLE `groups`
MODIFY `id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `laboratorium`
--
ALTER TABLE `laboratorium`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `login_attempts`
--
ALTER TABLE `login_attempts`
MODIFY `id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `mahasiswa_rfid`
--
ALTER TABLE `mahasiswa_rfid`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `mata_kuliah`
--
ALTER TABLE `mata_kuliah`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `rfid`
--
ALTER TABLE `rfid`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=118;
--
-- AUTO_INCREMENT for table `users_groups`
--
ALTER TABLE `users_groups`
MODIFY `id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `absensi`
--
ALTER TABLE `absensi`
ADD CONSTRAINT `absensi_ibfk_1` FOREIGN KEY (`dosen_mata_kuliah_id`) REFERENCES `dosen_mata_kuliah` (`id`);
--
-- Constraints for table `absensi_mahasiswa`
--
ALTER TABLE `absensi_mahasiswa`
ADD CONSTRAINT `absensi_mahasiswa_ibfk_1` FOREIGN KEY (`absensi_id`) REFERENCES `absensi` (`id`),
ADD CONSTRAINT `absensi_mahasiswa_ibfk_2` FOREIGN KEY (`mahasiswa_id`) REFERENCES `mahasiswa` (`id`);
--
-- Constraints for table `dosen`
--
ALTER TABLE `dosen`
ADD CONSTRAINT `dosen_ibfk_1` FOREIGN KEY (`id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `dosen_mata_kuliah`
--
ALTER TABLE `dosen_mata_kuliah`
ADD CONSTRAINT `dosen_mata_kuliah_ibfk_2` FOREIGN KEY (`mata_kuliah_id`) REFERENCES `mata_kuliah` (`id`);
--
-- Constraints for table `mahasiswa`
--
ALTER TABLE `mahasiswa`
ADD CONSTRAINT `mahasiswa_ibfk_1` FOREIGN KEY (`id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `mahasiswa_rfid`
--
ALTER TABLE `mahasiswa_rfid`
ADD CONSTRAINT `mahasiswa_rfid_ibfk_1` FOREIGN KEY (`rfid_id`) REFERENCES `rfid` (`id`),
ADD CONSTRAINT `mahasiswa_rfid_ibfk_2` FOREIGN KEY (`mahasiswa_id`) REFERENCES `mahasiswa` (`id`);
/*!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 */;
|
/*
SQLyog Professional v12.5.1 (64 bit)
MySQL - 10.1.37-MariaDB : Database - mylife
*********************************************************************
*/
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!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 */;
CREATE DATABASE /*!32312 IF NOT EXISTS*/`mylife` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `mylife`;
/*Table structure for table `datamasuk` */
DROP TABLE IF EXISTS `datamasuk`;
CREATE TABLE `datamasuk` (
`nim` decimal(20,0) DEFAULT NULL,
`nama` varchar(100) DEFAULT NULL,
`prodi` varchar(100) DEFAULT NULL,
`DTKeluar` datetime DEFAULT NULL,
`DTMasuk` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*Data for the table `datamasuk` */
insert into `datamasuk`(`nim`,`nama`,`prodi`,`DTKeluar`,`DTMasuk`) values
(372016611515,'<NAME>','Teknik Informatika','2018-11-13 17:21:47','2018-11-16 17:22:42'),
(372016611515,'<NAME>','Teknik Informatika','2018-11-16 21:03:47','2018-11-16 21:04:04'),
(372016611502,'<NAME>','Teknik Informatika','2019-05-10 09:51:43','2019-05-10 09:52:48');
/*Table structure for table `keluar` */
DROP TABLE IF EXISTS `keluar`;
CREATE TABLE `keluar` (
`nim` decimal(20,0) NOT NULL,
`nama` varchar(100) DEFAULT NULL,
`prodi` varchar(100) DEFAULT NULL,
`DTKeluar` datetime DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`nim`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*Data for the table `keluar` */
/*Table structure for table `log` */
DROP TABLE IF EXISTS `log`;
CREATE TABLE `log` (
`nim` decimal(20,0) DEFAULT NULL,
`nama` varchar(50) DEFAULT NULL,
`aktivitas` varchar(50) DEFAULT NULL,
`waktu` datetime DEFAULT CURRENT_TIMESTAMP,
`keterangan` varchar(50) DEFAULT '-'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*Data for the table `log` */
insert into `log`(`nim`,`nama`,`aktivitas`,`waktu`,`keterangan`) values
(372016611515,'Hisnu Al-Muajahidin','keluar kampus','2018-11-16 17:21:47','-'),
(372016611515,'Hisnu Al-Muajahidin','masuk kampus','2018-11-16 17:22:45','3 overday'),
(372016611503,'Elsa Septiani','keluar kampus','2018-11-16 20:59:47','-'),
(372016611515,'Hisnu Al-Muajahidin','keluar kampus','2018-11-16 21:03:47','-'),
(372016611502,'<NAME>','keluar kampus','2019-05-10 09:51:43','-');
/*Table structure for table `mahasiswa` */
DROP TABLE IF EXISTS `mahasiswa`;
CREATE TABLE `mahasiswa` (
`nim` decimal(20,0) NOT NULL,
`nama` varchar(50) DEFAULT NULL,
`prodi` varchar(50) DEFAULT NULL,
`filefoto` varchar(50) DEFAULT 'user.png',
`phone` varchar(20) DEFAULT NULL,
PRIMARY KEY (`nim`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*Data for the table `mahasiswa` */
insert into `mahasiswa`(`nim`,`nama`,`prodi`,`filefoto`,`phone`) values
(372016211143,'<NAME>','Studi Agama-Agama','user.png','081818181552'),
(372016611502,'<NAME>','Teknik Informatika','badrus.jpg','081552552552'),
(372016611503,'<NAME>','Agroteknolgi','user.png','081818181553'),
(372016611515,'<NAME>','Teknik Informatika','user.png','082228829680');
/*Table structure for table `telad_an` */
DROP TABLE IF EXISTS `telad_an`;
CREATE TABLE `telad_an` (
`nim` decimal(20,0) DEFAULT NULL,
`jenis` varchar(20) DEFAULT NULL,
`waktu` datetime DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*Data for the table `telad_an` */
/* Trigger structure for table `keluar` */
DELIMITER $$
/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `log_keluar` */$$
/*!50003 CREATE */ /*!50017 DEFINER = 'root'@'localhost' */ /*!50003 TRIGGER `log_keluar` BEFORE INSERT ON `keluar` FOR EACH ROW
begin
insert into `log` set nim = new.nim, nama=new.nama, aktivitas='keluar kampus';
end */$$
DELIMITER ;
/* Trigger structure for table `keluar` */
DELIMITER $$
/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `datamasuk` */$$
/*!50003 CREATE */ /*!50017 DEFINER = 'root'@'localhost' */ /*!50003 TRIGGER `datamasuk` BEFORE DELETE ON `keluar` FOR EACH ROW
begin
insert into datamasuk set nim = old.nim, nama=old.nama, prodi=old.prodi, DTKeluar=old.DTKeluar, DTMasuk=now();
end */$$
DELIMITER ;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
<reponame>RedGuy12/tsql-class
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
SET NOCOUNT ON;
SET ANSI_NULLS ON;
SET QUOTED_IDENTIFIER ON;
USE AP;
SELECT
DISTINCT
Vendors1.VendorName,
Vendors1.VendorCity,
Vendors1.VendorState
FROM
Vendors AS Vendors1 JOIN Vendors AS Vendors2
ON (Vendors1.VendorCity = Vendors2.VendorCity) AND (Vendors1.VendorState = Vendors2.VendorState) AND (Vendors1.VendorID != Vendors2.VendorID)
ORDER BY Vendors1.VendorState,Vendors1.VendorCity;
|
/*
Source Server : mySQL
Source Server Type : MySQL
Source Host : localhost:3306
Source Schema : academy
*/
-- USERS
DROP TABLE IF EXISTS users;
CREATE TABLE users (
_id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
email VARCHAR(100) UNIQUE NOT NULL,
password VARCHAR(255) NOT NULL,
email_confirmed BOOLEAN DEFAULT false,
full_name VARCHAR(50) DEFAULT 'user name',
birthday DATE,
phone VARCHAR(20),
address text,
avatar_url text,
role INT DEFAULT 0,
rf_token varchar(200),
create_at DATETIME DEFAULT NOW(),
update_at DATETIME DEFAULT NOW(),
PRIMARY KEY (_id)
) ENGINE = MyISAM AUTO_INCREMENT = 1;
-- CATEGORIES
DROP TABLE IF EXISTS categories;
CREATE TABLE categories (
_id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
name VARCHAR(50) NOT NULL DEFAULT 'category name',
create_at DATETIME DEFAULT NOW(),
update_at DATETIME DEFAULT NOW(),
PRIMARY KEY (_id)
) ENGINE = MyISAM AUTO_INCREMENT = 1;
-- PRODUCTS
DROP TABLE IF EXISTS products;
CREATE TABLE products (
_id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
name VARCHAR(255)NOT NULL DEFAULT 'category name',
user_id INT(11) NOT NULL,
category_id INT(11) NOT NULL,
url_image text,
short_description text,
full_description text,
status BOOLEAN DEFAULT false,
score INT NOT NULL DEFAULT 0,
number_reviews INT NOT NULL DEFAULT 0,
number_students INT NOT NULL DEFAULT 0,
create_at DATETIME DEFAULT NOW(),
update_at DATETIME DEFAULT NOW(),
url_driver text,
PRIMARY KEY (_id)
) ENGINE = MyISAM AUTO_INCREMENT = 1;
-- VIDEOS
DROP TABLE IF EXISTS videos;
CREATE TABLE videos (
_id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
name VARCHAR(255) NOT NULL DEFAULT 'video name',
product_id INT(11) NOT NULL,
chap_number INT NOT NULL DEFAULT 0,
url text,
description text,
create_at DATETIME DEFAULT NOW(),
update_at DATETIME DEFAULT NOW(),
PRIMARY KEY (_id)
) ENGINE = MyISAM AUTO_INCREMENT = 1;
-- REVIEWS
DROP TABLE IF EXISTS reviews;
CREATE TABLE reviews (
_id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
user_id INT(11) NOT NULL,
product_id INT(11) NOT NULL,
content VARCHAR(255) NOT NULL,
score INT NOT NULL,
create_at DATETIME DEFAULT NOW(),
update_at DATETIME DEFAULT NOW(),
PRIMARY KEY (_id)
) ENGINE = MyISAM AUTO_INCREMENT = 1;
-- WATCH_LISTS
DROP TABLE IF EXISTS watch_lists;
CREATE TABLE watch_lists (
_id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
user_id INT(11) NOT NULL,
product_id INT(11) NOT NULL,
create_at DATETIME DEFAULT NOW(),
update_at DATETIME DEFAULT NOW(),
PRIMARY KEY (_id)
) ENGINE = MyISAM AUTO_INCREMENT = 1;
-- REGISTERED_LISTS
DROP TABLE IF EXISTS registered_lists;
CREATE TABLE registered_lists (
_id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
user_id INT(11) NOT NULL,
product_id INT(11) NOT NULL,
video_pause_id INT(11),
create_at DATETIME DEFAULT NOW(),
update_at DATETIME DEFAULT NOW(),
PRIMARY KEY (_id)
) ENGINE = MyISAM AUTO_INCREMENT = 1;
-- ----
ALTER TABLE products
ADD CONSTRAINT fk_product_category
FOREIGN KEY (category_id) REFERENCES categories(_id) ON DELETE CASCADE;
ALTER TABLE products
ADD CONSTRAINT fk_product_user
FOREIGN KEY (user_id) REFERENCES users(_id) ON DELETE CASCADE;
-- ----
ALTER TABLE videos
ADD CONSTRAINT fk_video_product
FOREIGN KEY (product_id) REFERENCES products(_id) ON DELETE CASCADE;
-- ----
ALTER TABLE reviews
ADD CONSTRAINT fk_review_user
FOREIGN KEY (user_id) REFERENCES users(_id) ON DELETE CASCADE;
ALTER TABLE reviews
ADD CONSTRAINT fk_review_product
FOREIGN KEY (product_id) REFERENCES products(_id) ON DELETE CASCADE;
-- ----
ALTER TABLE watch_lists
ADD CONSTRAINT fk_watch_list_user
FOREIGN KEY (user_id) REFERENCES users(_id) ON DELETE CASCADE;
ALTER TABLE watch_lists
ADD CONSTRAINT fk_watch_list_product
FOREIGN KEY (product_id) REFERENCES products(_id) ON DELETE CASCADE;
-- ----
ALTER TABLE registered_lists
ADD CONSTRAINT fk_registered_list_user
FOREIGN KEY (user_id) REFERENCES users(_id) ON DELETE CASCADE;
ALTER TABLE registered_lists
ADD CONSTRAINT fk_registered_list_product
FOREIGN KEY (product_id) REFERENCES products(_id) ON DELETE CASCADE;
ALTER TABLE users ADD COLUMN deleted BOOLEAN DEFAULT 0;
ALTER TABLE products ADD COLUMN deleted BOOLEAN DEFAULT 0;
-- BEGIN;
-- INSERT INTO products VALUES(1, 'Khóa Học Tiếng Anh Cơ Bản','Cải thiện tiếng anh nhanh chóng', 'Khóa học sẽ giúp bạn khắc phục tất cả khó khăn ngay ban đầu, khơi nguồn niềm đam mê với TIẾNG ANH. Khóa học cho bạn biết được cách học tiếng Anh đúng cách. Các bạn sẽ được nhập vai vào các tình huống tiếng Anh giao tiếp hết sức thú vị thực tế hàng ngày.', 1500000, 1, 83),
-- (2, 'Khóa học tiếng anh Nâng cao', '14 1/2 Carat Created Pink Sapphire Sterling Silver Bracelet w/ Diamond Accents', '<P><STRONG>Tiếng Anh có khoảng 750.000 từ vựng. Nhưng thực ra, nếu bạn nắm được 3000 từ thông dụng nhất, bạn có thể thành thạo 4 kỹ năng tiếng anh mà nhiều người hằng mong đợi. Khóa học sẽ giúp bạn hệ thống lại những kiến thức vốn có của mình một cách khoa học và giúp bạn nắm chắc 4 kỹ năng quan trọng của tiếng anh.</STRONG></P>\r\n<UL>\r\n <LI>Loại hàng: Hàng trong nước</LI>\r\n</UL>\r\n', 300000, 1, 64),
-- (3, 'Khóa Học Tiếng Anh Dành Cho người đi làm', 'Nâng cao thu nhập nếu học giỏi tiếng anh', '<P>Bạn phải suy nghĩ, lắp ghép và phản xạ khá chậm khi tương tác bằng tiếng Anh? Bạn thiếu tự tin và bối rối khi tương tác trong môi trường xã giao đẳng cấp, kinh doanh quốc tế ? Khóa học sẽ giúp bạn phát âm chuẩn, phản xạ nhanh, tự tin giao tiếp tiếng Anh ở bất kì nơi nào có người nói tiếng Anh. </P>\r\n<UL>\r\n <LI>Kiểu sản phẩm: Khóa học</LI>\r\n <LI>Thể loại:Sách dạy tiếng anh</LI>\r\n <LI>Hình thức học: Online</LI>\r\n <LI>Đơn giá: còn thuộc vào VIP</LI>\r\n</UL>\r\n', 1600000000, 1, 86) ,
-- (4, 'Lập trình C/C++', 'Giáo viên được các học viên bình chọn xuất xắc', '<P>Khóa học giúp trang bị cho học viên các kỹ năng lập trình được minh hoạ cụ thể bằng ngôn ngữ lập trình C/C++ từ cơ bản đến nâng cao. Đây là khóa học tạo tiền đề tốt cho việc tiếp cận phương pháp lập trình hướng đối tượng, một phương pháp lập trình cần phải có của một lập trình viên.<BR>\r\nKết hợp việc dạy song song hai ngôn ngữ C/C++ giúp hiểu rõ hơn về lập trình</P>\r\n<UL>\r\n <LI>Nhà cung cấp: <NAME></LI>\r\n <LI>Nhà Xuất bản: Hảo </LI>\r\n <LI>Dạy theo giáo trình USA</LI>\r\n</UL>\r\n', 42000000, 2, 63),
-- (5, 'Lập trình java', 'Hướng Dẫn Tạo Ứng dụng java basic với Database', '<P>Khóa học cung cấp trọn bộ kiến thức lập trình Java, cung cấp kiến thức để tiếp cận lập trình Android, có khả năng tiếp tục phát triển phần mềm Java nâng cao: Swing, kết nối cơ sở dữ liệu,…<BR>\r\Giúp hiểu rõ hơn về lập trình</P>\r\n<UL>\r\n <LI>Nhà cung cấp: <NAME></LI>\r\n <LI>Nhà Xuất bản: Hảo </LI>\r\n <LI>Dạy theo giáo trình USA</LI>\r\n</UL>\r\n', 2900000, 2, 0),
-- (6, 'Lập Trình PHP', 'Demo bằng môt web bán hàng thực tế', '<UL>\r\n <LI>Khóa học sẽ giúp bạn thành thạo lập trình Backend cho website, cách tư duy lập trình theo hướng Model - View - Controller <~~ đây là vấn đề rất quan trọng trong lập trình hiện đại Tự làm một số phần mềm quản lý cho riêng mình </LI>\r\n <LI>Xuất xứ: Tp Hồ Chí Minh</LI>\r\n</UL>\r\n', 180000, 2, 62),
-- (7, 'Lập Trình Python', 'Áp dụng công nghệ hiện đại', '<UL>\r\n <LI>Khóa học sẽ cung cấp nội dung đầy đủ và kỹ càng nhất về ngôn ngữ lập trình Python để từ đó bạn có thể áp dụng Python vào các công việc bạn muốn hướng tới hoặc tạo thêm nhiều cơ hội việc làm cho bạn. </LI>\r\n <LI>Xuất xứ: Tp Hồ Chí Minh</LI>\r\n</UL>\r\n' , 2800000, 2, 15),
-- (8, 'Lập Trình C#', 'DEMO bằng app quản lý phòng nét', '<UL>\r\n <LI>Khóa học cung cấp trọn bộ kiến thức cơ bản của lập trình C# , học viên có thể tạo ra một ứng dụng C# hoàn chỉnh sau khi hoàn thành khóa học </LI>\r\n <LI>Xuất xứ: Tp Hồ Chí Minh</LI>\r\n</UL>\r\n', 270000, 2, 74),
-- (9, 'Cách bắt chuyện người khác', 'Cách kinh nghiệm được cách người giỏi về lĩnh vực giao tiếp lưu lại', 'Bạn đang khó khăn trong việc tiếp cận hay bắt chuyện với người khác? Đừng lo lắng, khóa học sẽ giúp bạn xóa bỏ ngay mọi khó khăn trên cùng với việc thực hành trực tiếp với nhiều giảng viên chuyên nghiệp ', 2400000, 3, 43),(10, 'Cách Lắng nghe', 'Giúp bạn được người khác chú ý', '<UL>\r\n <LI> Khuynh hướng ánh kim có thể thể hiện trên vàng, bạc, đỏ tía, xanh biển, vàng tím, trắng và đen.</LI>\r\n <LI>Một số biến tấu mang tính vui nhộn là vàng chanh, màu hoa vân anh và ngọc lam; trong đó hoàng kim và nhũ bạc khá phổ biến.</LI>\r\n <LI>Phong cách: Diềm đăng ten, rủ xuống theo chiều thẳng đứng, nhiều lớp, cổ chẻ sâu, eo chít cao tới ngực... được biến tấu tùy theo mỗi nhà thiết kế.</LI>\r\n</UL>\r\n', 2800000, 3, 80),
-- (11, 'Cách ứng xử khi bị chê', 'Kinh nghiệm từ các người nổi tiếng', '<UL>\r\n <LI>Khóa học sẽ giúp các bạn hiểu chính xác được những gì bạn cần làm để chiếm được niềm tin, lòng yêu mến của người khác. Bạn sẽ biết cách ứng xử trong giao tiếp với từng tình huống giao tiếp, cần sử dụng những cách thể hiện, cách ứng xử, hành động, ánh mắt để khiến người khách ấn tượng tốt</LI>\r\n <LI>Số lượng buổi học:30</LI>\r\n <LI>Thời Gian:45p</LI>\r\n <LI>Hình thực học: OnlineLI>\r\n <LI>Giá bán có thể thay đổi tùy theo trọng lượng và giá vàng của từng thời điểm.</LI>\r\n</UL>\r\n', 250000, 3, 88),(12, 'Dạy con đúng cách', 'Được bác sĩ tự vấn trực tiếp khi tham gia khóa học', '<UL>\r\n <LI>Hành xử đúng đắn với con cái</LI>\r\n <LI>Số lượng buổi học:30</LI>\r\n <LI>Thời Gian:45p</LI>\r\n <LI>Hình thực học: OnlineLI>\r\n <LI>Giá bán có thể thay đổi tùy theo trọng lượng và giá vàng của từng thời điểm.</LI>\r\n</UL>\r\n', 120000, 3, 61),(13, 'Cách bắt chuyện với khách hàng mới', 'Tạo không khí quen thuộc khi bắt chuyện với người lạ', '<P>Những đường cong tuyệt đẹp sẽ càng được phô bày khi diện các thiết kế này.</P>\r\n<UL>\r\n <LI>Nét cắt táo bạo ở ngực giúp bạn gái thêm phần quyến rũ, ngay cả khi không có trang sức nào trên người.</LI>\r\n <LI>Đầm hai dây thật điệu đà với nơ xinh trước ngực nhưng trông bạn vẫn toát lên vẻ tinh nghịch và bụi bặm nhờ thiết kế đầm bí độc đáo cùng sắc màu sẫm.</LI>\r\n <LI>Hãng sản xuất: NEM</LI>\r\n <LI>Kích cỡ : Tất cả các kích cỡ</LI>\r\n <LI>Kiểu dáng : Quây/Ống</LI>\r\n <LI>Chất liệu : Satin</LI>\r\n <LI>Màu : đen, đỏ</LI>\r\n <LI>Xuất xứ : Việt Nam</LI>\r\n</UL>\r\n', 2600000, 4, 92),
-- (14, 'Cách Ứng xử khi bị khách hàng chê mắc', 'Phương pháp chia nhỏ giá thành SP', 'Bạn đã bao bị khách hàng sản phẩm của mình mắc chưa? Sau khi hoàn thành khóa học này bạn sẽ sớm làm chủ được cuộc giao tiếp với bấ kỳ đối phương nào, tăng sự tự tin và chinh phục được cuộc giao tiếp một cách thật thông minh, tinh tế và khéo léo!<UL>\r\n <LI>Lấy cảm tỉnh từ lần đầu gặp mặt</LI>\r\n <LI>Số lượng buổi học:30</LI>\r\n <LI>Thời Gian:45p</LI>\r\n <LI>Hình thực học: OnlineLI>\r\n <LI>Giá bán có thể thay đổi tùy theo trọng lượng và giá vàng của từng thời điểm.</LI>\r\n</UL>\r\n', 1200000, 4, 0),
-- (15, 'Người khách Hàng tiềm năng', 'Khách hàng tiềm năng khi gặp lần đầu tiên', 'Nghệ thuật giao tiếp sẽ giúp bạn mở thêm nhiều mối quan hệ một cách thông minh, tinh tế, làm tăng giá trị sâu sắc hay tạo sự hấp dẫn cho chính bản thân bạn trong tất cả các cuộc giao tiếp, khiến đối phương phải cảm thấy hấp dẫn, thú vị cũng như nể phục.<UL>\r\n <LI>Lấy cảm tỉnh từ lần đầu gặp mặt</LI>\r\n <LI>Số lượng buổi học:30</LI>\r\n <LI>Thời Gian:45p</LI>\r\n <LI>Hình thực học: OnlineLI>\r\n <LI>Giá bán có thể thay đổi tùy theo trọng lượng và giá vàng của từng thời điểm.</LI>\r\n</UL>\r\n', 1925000, 4, 22),
-- (16, 'Kĩ năng seller chuyên nghiệp', 'Tăng trình độ bán hàng từ cơ bản đến nâng cao', '<UL>\r\n <LI>Camera mega pixel : 2 mega pixel</LI>\r\n <LI>Bộ nhớ trong : 16 - 31 mb</LI>\r\n <LI>Chức năng : quay phim, ghi âm, nghe đài FM</LI>\r\n <LI>Hỗ trợ: Bluetooth, thẻ nhớ nài, nhạc MP3 <br/></LI>\r\n <LI>Trọng lượng (g) : 124g</LI>\r\n <LI>Kích thước (mm) : 109 x 53 x 21.8 mm</LI>\r\n <LI>Ngôn ngữ : Có tiếng việt</LI>\r\n <LI>Hệ điều hành: Symbian OS 8.1</LI>\r\n</UL>\r\n', 3200000, 4, 81),
-- (17, 'Khóa học Photoshop', 'Kĩ năng thiết kế chuyên nghiệp với PTS', '<UL>\r\n <LI>Bạn đã bao giờ bị choáng ngợp bởi những poster "độc và ngầu" của các designer chuyên nghiệp?</LI>\r\n <LI>CBạn khao khát tạo ra bức ảnh đẹp, thể hiện phong cách riêng mình? Thật đơn giản để hiện thực hóa mong ước bằng phần mềm Photoshop.</LI>\r\n <LI>Khóa học sẽ giúp bạn biết cách sử dụng các công cụ, tính năng trong Photoshop; từ đó bạn sẽ tự tay chỉnh sửa được những bức ảnh trở nên sống động, sáng tạo theo ý thích riêng, cùng với hiệu ứng chữ đẹp mắt….</LI>\r\n</UL>\r\n', 1820000, 5, 33),
-- (18, 'Khóa Học AI', 'Sử dụng thành thạo AI sau 1 tuần', '<UL>\r\n <LI>Bạn mong muốn trở thành nhà thiết kế chuyên nghiệp? Hay tự tay sáng tạo những bức hình, ý tưởng mới lạ, đẹp mắt, không thể bỏ qua phần mềm đồ họa Ai.</LI>\r\n <LI>Khóa học Adobe Illustrator từ cơ bản đến nâng cao sẽ giúp bạn từ chưa biết gì trở thành “master” về Ai.</LI>\r\n <LI>bạn có thể tự do thể hiện ý tưởng, tạo logo, icons, poster, banner, thậm chí là vẽ hoạt hình, vẽ bản đồ, in ấn tùy chỉnh màu sắc….</LI>\r\n ', 3400000, 5, 10),
-- (19, 'Khóa học Premiere', 'Dựng video theo ý tưởng của bản thân bạn', '<UL>\r\n <LI>Bạn là người yêu làm phim, muốn theo đuổi nghề làm phim chuyên nghiệp hay mục đích sử dụng làm phim marketing cho doanh nghiệp thì khóa học này là dành cho bạn.</LI>\r\n <LI>Khóa học trang bị đầy đủ những kiến thức cơ bản, giúp bạn có nền tảng vững vàng với nghề dựng phim chuyên nghiệp.</LI>\r\n <LI>Khóa học cô đọng, xúc tích, dễ hiểu, áp dụng được ngay kiến thức vào công việc, tiết kiệm thời gian học và làm nhanh chóng.</LI>\r\n</UL>\r\n', 1820000, 5, 17),
-- (20, 'Khóa Học vẽ 3D', 'Dựng những mô hình chuyện nghiệp', '<UL>\r\n <LI>Bạn muốn tạo ra những sản phẩm 3D nhưng lại không có kiến thức về mảng này?</LI>\r\n <LI>Bạn là người hiện đại, không muốn vi phạm bản quyền, không muốn sử dụng các phần mềm bẻ khóa</LI>\r\n <LI>Hãy tham giá khóa học ngay bây giờ để được cung cấp các kiến thức về thiết kế những mô hình 3D nhé</LI>\r\n</UL>\r\n', 540000, 5, 0),
-- (21, 'Dạy Cách tôn trọng người khác', 'Nâng cao nhận thức của người trưởng thành', '<UL>\r\n <LI>Khi muốn thể hiện sự tôn trọng, bạn cần đặt bản thân vào vị trí của người khác và cư xử sao cho họ thấy được sự quan tâm của bạn</LI>\r\n <LI>Khóa học sẽ cung cấp cho bạn các kĩ năng giao tiếp, ứng xử để lắng nghe và phản hồi sáng suốt để tôn trọng người khác và để người khác tôn trọng mình</LI>\r\n</UL>\r\n', 300000, 6, 74),
-- (22, 'Phong cách sống của người thành công', 'Kinh nghiệm từ những người nổi tiếng và thành công', '<UL>\r\n <LI>Có bao giờ bạn tự đặt câu hỏi tại sao nhiều người quá thành công trong sự nghiệp và đời sống? Liệu đó có phải là may mắn?</LI>\r\n <LI>May mắn chỉ là góp một phần nhỏ trong sự thành công của họ mà thôi, Khóa học sẽ chỉ ra cho bạn những phẩm chất tạo nên sự khác biệt của người thành công.</LI>\r\n</UL>\r\n', 290000, 6, 30),
-- (23, 'Sống để không cảm thấy uổng phí', 'Tìm ra những trãi nghiệm của bản thân', '<P><STRONG>Thông tin khóa học</STRONG></P>\r\n<UL>\r\n <LI>Có những việc làm khiến cho chúng ta rất hứng thú và dành rất nhiều thời gian cho nó, nhưng bạn lại nhầm vì chợt nhận ra ngày lại qua ngày bạn hình thành những thói quen đó sẽ khiến bạn tiếc đứt ruột vì đã lãng phí tuổi trẻ của chính mình.</LI>\r\n <LI>Khóa học sẽ cung cấp cho bạn những điều cần phải thay đổi ngay lập tức để thấy cuộc sống ý nghĩa hơn</LI>\r\n </UL>\r\n', 3600000, 6, 5),
-- (24, 'Hãy cảm ơn thay vì xin lỗi', 'Những bài học quý giá rút ra từ lời cảm ơn và xin lỗi', '<P><STRONG>Thông tin khóa học</STRONG></P>\r\n<UL>\r\n <LI>Chúng ta vẫn thường xin lỗi vì những sai lầm của bản thân, cho rằng điều đó thể hiện phép lịch sự tối thiểu. Tuy nhiên, sự thật hoàn toàn khác hẳn!</LI>\r\n <LI>Thật ra con người thích được công nhận và trân trọng lòng tốt hay sự kiên nhẫn của họ hơn là nghe "Tôi xin lỗi" cả trăm lần.</LI>\r\n <LI>Khóa học sẽ giúp bạn nhận ra trong một số trường hợp "cảm ơn bạn" sẽ có tác dụng hơn "tôi xin lỗi"</LI>\r\n</UL>\r\n', 14900000, 6, 22),
-- (25, 'CK010', 'Độc đáo, sang trọng', '<UL>\r\n <LI>Kiểu dáng nam tính và độc đáo, những thiết kế dưới đây đáp ứng được mọi yêu cần khó tính nhất của người sở hữu.</LI>\r\n <LI>Những hạt kim cương sẽ giúp người đeo nó tăng thêm phần sành điệu</LI>\r\n <LI>Không chỉ có kiểu dáng truyền thống chỉ có một hạt kim cương ở giữa, các nhà thiết kế đã tạo những những chiếc nhẫn vô cùng độc đáo và tinh tế.</LI>\r\n <LI>Tuy nhiên, giá của đồ trang sức này thì chỉ có dân chơi mới có thể kham được</LI>\r\n</UL>\r\n', 2147483647, 7, 52),
-- (26, 'CK009', 'Nữ tính - đầy quí phái', '<UL>\r\n <LI>Để sở hữu một chiếc nhẫn kim cương lấp lánh trên tay, bạn phải là người chịu chi và sành điệu.</LI>\r\n <LI>Với sự kết hợp khéo léo và độc đáo giữa kim cương và Saphia, Ruby... những chiếc nhẫn càng trở nên giá trị</LI>\r\n <LI>Nhà sản xuất: Torrini</LI>\r\n</UL>\r\n<P>Cái này rất phù hợp cho bạn khi tặng nàng</P>\r\n', 1850000000, 7, 11),
-- (27, 'CK007', 'Sự kết hợp khéo léo, độc đáo', '<UL>\r\n <LI>Để sở hữu một chiếc nhẫn kim cương lấp lánh trên tay, bạn phải là người chịu chi và sành điệu.</LI>\r\n <LI>Với sự kết hợp khéo léo và độc đáo giữa kim cương và Saphia, Ruby... những chiếc nhẫn càng trở nên giá trị</LI>\r\n <LI>Nhà sản xuất: Torrini</LI>\r\n</UL>\r\n<P>Cái này rất phù hợp cho bạn khi tặng nàng</P>\r\n', 2147483647, 7, 28),
-- (28, 'CK005', 'Tinh xảo - sang trọng', '<UL>\r\n <LI>Kim cương luôn là đồ trang sức thể hiện đẳng cấp của người sử dụng.</LI>\r\n <LI>Không phải nói nhiều về những kiểu nhẫn dưới đây, chỉ có thể gói gọn trong cụm từ: tinh xảo và sang trọng</LI>\r\n <LI>Thông tin nhà sản xuất: Torrini</LI>\r\n <LI>Thông tin chi tiết: Cái này rất phù hợp cho bạn khi tặng nàng</LI>\r\n</UL>\r\n', 1800000000, 7, 29),
-- (29, 'NV01TT', 'Tinh tế đến không ngờ', '<UL>\r\n <LI>Tinh xảo và sang trọng</LI>\r\n <LI>Thông tin nhà sản xuất: Torrini</LI>\r\n <LI>Không chỉ có kiểu dáng truyền thống chỉ có một hạt kim cương ở giữa, các nhà thiết kế đã tạo những những chiếc nhẫn vô cùng độc đáo và tinh tế.</LI>\r\n <LI>Tuy nhiên, giá của đồ trang sức này thì chỉ có dân chơi mới có thể kham được</LI>\r\n</UL>\r\n', 500000000, 7, 49),
-- (30, 'Motorola W377', 'Nữ tính - trẻ trung', '<UL>\r\n <LI>General: 2G Network, GSM 900 / 1800 / 1900</LI>\r\n <LI>Size: 99 x 45 x 18.6 mm, 73 cc</LI>\r\n <LI>Weight: 95 g</LI>\r\n <LI>Display: type TFT, 65K colors</LI>\r\n <LI>Size: 128 x 160 pixels, 28 x 35 mm</LI>\r\n</UL>\r\n', 2400000, 7, 0),
-- (31, 'Ngữ Pháp Tiếng anh thông dụng', 'Tài liệu đạt chuẩn quốc tế', '<UL>\r\n <LI>Khóa học cung cấp cho bạn kiến thức toàn bộ về Ngữ pháp tiếng Anh cơ bản</LI>\r\n <LI>Khóa học là các bài giảng ngắn gọn, xúc tích, mang tính ứng dụng cao. Sau mỗi phần giảng về lí thuyết đều có bài tập đi kèm, giúp bạn hiểu và áp dụng được ngay. </LI>\r\n</UL>\r\n', 300000, 1, 74);
-- commit;
|
<reponame>kinglong198404/kl<filename>klcms-provider/src/main/resources/db/klcms-scheme.sql
/*
Navicat MySQL Data Transfer
Source Server : klfront
Source Server Version : 50726
Source Host : www.klfront.com:3306
Source Database : klcms
Target Server Type : MYSQL
Target Server Version : 50726
File Encoding : 65001
Date: 2019-07-21 23:22:54
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for article
-- ----------------------------
DROP TABLE IF EXISTS `article`;
CREATE TABLE `article` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`title` varchar(64) DEFAULT NULL,
`keyword` varchar(512) DEFAULT NULL,
`content` text NOT NULL COMMENT 'Html内容',
`text` text COMMENT '文本内容',
`category_id` varchar(16) NOT NULL,
`author` varchar(32) DEFAULT NULL,
`create_time` datetime NOT NULL,
`page_view` int(11) NOT NULL DEFAULT '0',
`sort` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `Title` (`title`)
) ENGINE=MyISAM AUTO_INCREMENT=256 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for category
-- ----------------------------
DROP TABLE IF EXISTS `category`;
CREATE TABLE `category` (
`id` varchar(16) NOT NULL,
`pid` varchar(8) DEFAULT '0' COMMENT '父级Id',
`name` varchar(32) NOT NULL,
`icon` varchar(32) DEFAULT NULL,
`remark` varchar(512) DEFAULT NULL,
`sort` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for dept
-- ----------------------------
DROP TABLE IF EXISTS `dept`;
CREATE TABLE `dept` (
`deptno` int(11) NOT NULL,
`dname` varchar(32) DEFAULT NULL,
`db_source` varchar(32) DEFAULT NULL,
PRIMARY KEY (`deptno`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for user
-- ----------------------------
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(32) NOT NULL,
`nickname` varchar(32) DEFAULT NULL,
`password` varchar(64) NOT NULL,
`email` varchar(32) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for website
-- ----------------------------
DROP TABLE IF EXISTS `website`;
CREATE TABLE `website` (
`id` int(11) NOT NULL,
`text` varchar(64) NOT NULL COMMENT '站点名称',
`link` varchar(128) NOT NULL COMMENT '网站链接',
`desc` varchar(128) DEFAULT NULL COMMENT '网站描述',
`sort` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
<filename>src/main/resources/db/migration/V2__Init_data.sql
insert into LINKS_TO_BE_PROCESSED(link)values('https://sina.cn')
|
<filename>app/Common/Custom/dbinit/data_files.sql
DROP TABLE IF EXISTS <--db-prefix-->data_files;
CREATE TABLE `<--db-prefix-->data_files` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`uptime` int(10) unsigned NOT NULL DEFAULT '0',
`dir` char(6) NOT NULL,
`path` char(40) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `uptime` (`uptime`),
KEY `dir` (`dir`),
KEY `path` (`path`)
) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8;
INSERT INTO `<--db-prefix-->data_files` VALUES
('1','1429287563','image','201504/18/58763_lPCY_1069.jpg'),
('2','1429292008','image','201504/18/63208_nvLT_7733.jpg'),
('8','1429294999','image','201504/18/66199_Lljz_9332.jpg'),
('51','1429450171','image','201504/19/48571_IvJQ_4623.png'),
('52','1429450204','image','201504/19/48604_TSsv_6001.png'),
('40','1429302703','image','201504/18/73903_uise_3350.png'),
('9','1429295294','image','201504/18/66494_ZHIk_5322.jpg'),
('10','1429295525','image','201504/18/66725_YkgS_4582.jpg'),
('11','1429295583','image','201504/18/66783_pkFb_1297.jpg'),
('12','1429295663','image','201504/18/66863_TlwV_3898.jpg'),
('13','1429295701','image','201504/18/66901_JakO_5621.jpg'),
('14','1429295701','image','201504/18/66901_rRnF_9284.jpg'),
('15','1429295732','image','201504/18/66932_NCau_2769.jpg'),
('16','1429295761','image','201504/18/66961_GoUn_4239.jpg'),
('17','1429295789','image','201504/18/66989_LueA_8129.jpg'),
('18','1429295927','image','201504/18/67127_JDxZ_4687.png'),
('19','1429296131','image','201504/18/67331_akeC_6911.png'),
('39','1429302620','image','201504/18/73820_EFmd_8714.png'),
('38','1429302559','image','201504/18/73759_mDJd_9908.png'),
('37','1429302530','image','201504/18/73730_iHRe_5330.png'),
('36','1429302499','image','201504/18/73699_CnaL_1332.png'),
('35','1429302426','image','201504/18/73626_Mdzg_6386.png'),
('34','1429302426','image','201504/18/73626_kMmd_8906.png'),
('33','1429300749','image','201504/18/71949_nMQP_7254.png'),
('27','1429296247','image','201504/18/67447_Xxhn_9726.png'),
('28','1429296460','image','201504/18/67660_PlHk_3667.png'),
('29','1429296540','image','201504/18/67740_XJbt_7173.png'),
('30','1429296702','image','201504/18/67902_iEQW_4278.png'),
('31','1429296803','image','201504/18/68003_mzAM_7323.png'),
('32','1429296894','image','201504/18/68094_Mlzb_7150.png'),
('41','1429302768','image','201504/18/73968_dIYb_1520.png'),
('42','1429302768','image','201504/18/73968_xoEC_7550.png'),
('50','1429450160','image','201504/19/48560_HVLI_4666.png'),
('49','1429450105','image','201504/19/48505_cFJz_3727.png');
|
<reponame>nullvariable/frontity
-- MySQL dump 10.13 Distrib 8.0.21, for Linux (x86_64)
--
-- Host: localhost Database: wordpress
-- ------------------------------------------------------
-- Server version 8.0.21
/*!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 */;
/*!50503 SET NAMES utf8mb4 */;
/*!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 `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int NOT NULL DEFAULT '0',
`comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
`comment_parent` bigint unsigned NOT NULL DEFAULT '0',
`user_id` bigint unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','<EMAIL>','https://wordpress.org/','','2020-08-20 01:31:05','2020-08-20 01:31:05','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
`link_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint unsigned NOT NULL DEFAULT '1',
`link_rating` int NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ms_snippets`
--
DROP TABLE IF EXISTS `wp_ms_snippets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ms_snippets` (
`id` bigint NOT NULL AUTO_INCREMENT,
`name` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`code` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`tags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`scope` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'global',
`priority` smallint NOT NULL DEFAULT '10',
`active` tinyint(1) NOT NULL DEFAULT '0',
`modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ms_snippets`
--
LOCK TABLES `wp_ms_snippets` WRITE;
/*!40000 ALTER TABLE `wp_ms_snippets` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ms_snippets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
`option_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=229 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://localhost:8080','yes'),(2,'home','http://localhost:8080','yes'),(3,'blogname','Test WP Site','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','<EMAIL>','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','<EMAIL>','yes'),(16,'mailserver_pass','password','<PASSWORD>'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:110:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:33:\"movie/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"movie/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"movie/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"movie/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"movie/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"movie/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"movie/([^/]+)/embed/?$\";s:38:\"index.php?movie=$matches[1]&embed=true\";s:26:\"movie/([^/]+)/trackback/?$\";s:32:\"index.php?movie=$matches[1]&tb=1\";s:34:\"movie/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?movie=$matches[1]&paged=$matches[2]\";s:41:\"movie/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?movie=$matches[1]&cpage=$matches[2]\";s:30:\"movie/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?movie=$matches[1]&page=$matches[2]\";s:22:\"movie/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"movie/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"movie/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"movie/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"movie/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"movie/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:2:{i:1;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:2;s:56:\"frontity-embedded-proof-of-concept/frontity-embedded.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','twentytwenty','yes'),(41,'stylesheet','twentytwenty','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','48748','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','posts','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:0:{}','yes'),(78,'widget_rss','a:0:{}','yes'),(79,'uninstall_plugins','a:0:{}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','0','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1629852009','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'initial_db_version','48748','yes'),(96,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(97,'fresh_site','0','yes'),(98,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:8:{i:1597887070;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1597887071;a:4:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1597887075;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1597887080;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1597887135;a:1:{s:28:\"wp_update_comment_type_batch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1597973470;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1613163176;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','yes'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'_transient_doing_cron','1615575179.1779539585113525390625','yes'),(115,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:7:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.7.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.7-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.7-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.7\";s:7:\"version\";s:3:\"5.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.7.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.7-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.7-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.7\";s:7:\"version\";s:3:\"5.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.2\";s:7:\"version\";s:5:\"5.6.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.5.3-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-rollback-1.zip\";}s:7:\"current\";s:5:\"5.5.3\";s:7:\"version\";s:5:\"5.5.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:5:\"5.5.1\";s:9:\"new_files\";s:0:\"\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.2-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.5.2-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.2-rollback-1.zip\";}s:7:\"current\";s:5:\"5.5.2\";s:7:\"version\";s:5:\"5.5.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:5:\"5.5.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1615575050;s:15:\"version_checked\";s:5:\"5.5.1\";s:12:\"translations\";a:0:{}}','no'),(119,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1615575051;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:12:\"twentytwenty\";s:3:\"1.5\";}s:8:\"response\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.0.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(120,'_site_transient_timeout_browser_3773a79517e2693d955d2f0b58cdf4cb','1598491879','no'),(121,'_site_transient_browser_3773a79517e2693d955d2f0b58cdf4cb','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"84.0.4147.125\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(124,'can_compress_scripts','0','no'),(125,'_site_transient_timeout_community-events-30e720000059423698b7c573bc776aad','1597930281','no'),(126,'_site_transient_community-events-30e720000059423698b7c573bc776aad','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"172.25.0.0\";}s:6:\"events\";a:2:{i:0;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:54:\"Discussion Group: Intro to Gutenberg Block Development\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/272503390/\";s:6:\"meetup\";s:15:\"Learn WordPress\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2020-08-20 06:00:00\";s:8:\"end_date\";s:19:\"2020-08-20 07:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.779998779297;s:9:\"longitude\";d:-122.41999816895;}}i:1;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:35:\"WordCamp Minneapolis, Minnesota USA\";s:3:\"url\";s:38:\"https://minneapolis.wordcamp.org/2020/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-08-21 13:45:00\";s:8:\"end_date\";s:19:\"2020-08-21 13:45:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:44.977753;s:9:\"longitude\";d:-93.2650108;}}}}','no'),(137,'recently_activated','a:1:{s:31:\"code-snippets/code-snippets.php\";i:1600693137;}','yes'),(138,'_site_transient_timeout_available_translations','1597903831','no'),(139,'_site_transient_available_translations','a:122:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-14 06:20:07\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-19 14:49:24\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.5/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.15\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.15/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"5.3.3\";s:7:\"updated\";s:19:\"2020-01-22 10:57:09\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.3/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"4.8.14\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.8.14/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 06:57:24\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-17 11:59:40\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-19 13:34:55\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.5/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"5.3.4\";s:7:\"updated\";s:19:\"2020-06-11 08:59:48\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.4/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 09:20:42\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.5/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-08-04 08:37:35\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 09:33:32\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 09:34:34\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.5/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-12 07:19:45\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.5/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-12 07:19:06\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-11 15:15:37\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-11 22:04:48\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.5/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-13 18:04:27\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 06:40:18\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-12 23:01:02\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-03-31 22:29:33\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 06:06:12\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-13 13:34:47\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.5/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-20 01:07:40\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 20:42:40\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-23 23:51:44\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 07:55:25\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-23 16:46:04\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-11-12 04:43:11\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 06:06:31\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 04:59:30\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 14:08:53\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 20:01:39\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.5/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-19 12:25:42\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 04:54:35\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.5/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-19 19:10:16\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-19 08:57:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-25 08:39:33\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-11 23:53:53\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-17 13:09:48\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-19 21:50:33\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.5/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 13:37:40\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.5/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-03 10:58:08\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-14 11:06:32\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-19 20:17:15\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-15 00:46:34\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.5/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-30 07:54:16\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-19 11:17:32\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.5/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 07:34:10\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.3/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:6:\"4.9.15\";s:7:\"updated\";s:19:\"2019-12-04 12:22:34\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.15/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರೆಸಿ\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"5.3.4\";s:7:\"updated\";s:19:\"2020-07-29 06:09:28\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.4/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.9.9\";s:7:\"updated\";s:19:\"2018-12-18 14:32:44\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.9/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"5.2.7\";s:7:\"updated\";s:19:\"2020-07-14 08:45:32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.7/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-14 08:34:14\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-08 12:57:25\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.8.14\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.14/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"4.9.15\";s:7:\"updated\";s:19:\"2018-08-31 11:57:07\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.15/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 10:59:39\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-17 12:32:51\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-19 20:56:35\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 07:06:32\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.4.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"5.3.3\";s:7:\"updated\";s:19:\"2020-01-01 08:53:00\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.3/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-11 14:14:54\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 12:07:24\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-01 11:09:51\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-17 20:36:39\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-17 20:36:50\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.5/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-19 12:14:50\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-19 16:39:19\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:3:\"5.3\";s:7:\"updated\";s:19:\"2019-11-12 04:37:38\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.3/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-14 13:57:15\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-17 05:58:17\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.5/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 10:42:56\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-12 14:55:13\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 06:59:06\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"5.2.6\";s:7:\"updated\";s:19:\"2019-10-22 00:19:41\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.6/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-04 18:21:20\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-12 09:24:05\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 09:57:39\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.5/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"5.1.6\";s:7:\"updated\";s:19:\"2020-04-09 10:48:08\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.6/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:6:\"5.0.10\";s:7:\"updated\";s:19:\"2019-01-23 12:32:40\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.0.10/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-13 09:29:34\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2020-08-18 22:19:56\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.5/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-08-03 03:32:27\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"5.3.3\";s:7:\"updated\";s:19:\"2020-03-08 12:12:22\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.3/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(146,'cptui_new_install','false','yes'),(147,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1600682047','no'),(148,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4721;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:4360;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2683;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2564;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1974;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1821;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1804;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1489;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1488;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1482;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1457;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1453;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1442;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1306;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1222;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1204;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1155;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1134;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1103;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1012;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:901;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:898;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:884;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:881;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:808;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:801;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:793;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:782;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:774;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:753;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:748;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:725;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:718;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:703;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:701;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:685;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:663;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:663;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:656;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:650;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:635;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:635;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:611;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:601;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:589;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:583;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:581;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:578;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:562;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:558;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:557;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:556;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:551;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:551;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:542;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:532;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:532;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:524;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:521;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:520;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:517;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:505;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:496;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:491;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:482;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:479;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:477;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:464;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:455;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:441;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:440;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:439;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:438;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:432;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:429;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:424;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:423;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:422;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:416;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:415;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:414;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:412;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:402;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:398;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:398;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:392;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:386;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:384;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:379;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:379;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:377;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:375;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:373;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:366;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:360;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:356;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:348;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:344;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:343;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:341;}}','no'),(150,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1615575050;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(151,'code_snippets_version','2.14.0','yes'),(152,'code_snippets_settings','a:3:{s:7:\"general\";a:6:{s:19:\"activate_by_default\";b:1;s:21:\"snippet_scope_enabled\";b:1;s:11:\"enable_tags\";b:1;s:18:\"enable_description\";b:1;s:13:\"disable_prism\";b:0;s:18:\"complete_uninstall\";b:0;}s:18:\"description_editor\";a:3:{s:4:\"rows\";i:5;s:12:\"use_full_mce\";b:0;s:13:\"media_buttons\";b:0;}s:6:\"editor\";a:8:{s:5:\"theme\";s:7:\"default\";s:16:\"indent_with_tabs\";b:1;s:8:\"tab_size\";i:4;s:11:\"indent_unit\";i:4;s:10:\"wrap_lines\";b:1;s:12:\"line_numbers\";b:1;s:19:\"auto_close_brackets\";b:1;s:27:\"highlight_selection_matches\";b:1;}}','yes'),(153,'recently_activated_snippets','a:1:{i:6;i:1600693103;}','yes'),(156,'_site_transient_timeout_browser_8c240d12ab4fc38e0a7158ca0b600c58','1601471418','no'),(157,'_site_transient_browser_8c240d12ab4fc38e0a7158ca0b600c58','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"85.0.4183.121\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(158,'_site_transient_timeout_php_check_e26e33de4a278e301580d402dcb3d659','1601471419','no'),(159,'_site_transient_php_check_e26e33de4a278e301580d402dcb3d659','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(174,'_site_transient_timeout_community-events-03439e947169b36a93ee8c20324432d6','1600978321','no'),(175,'_site_transient_community-events-03439e947169b36a93ee8c20324432d6','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"172.20.0.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:13:\"WordCamp Lima\";s:3:\"url\";s:31:\"https://lima.wordcamp.org/2020/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-09-25 15:00:00\";s:8:\"end_date\";s:19:\"2020-09-26 00:00:00\";s:20:\"start_unix_timestamp\";i:1601064000;s:18:\"end_unix_timestamp\";i:1601096400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"PE\";s:8:\"latitude\";d:-12.0463731;s:9:\"longitude\";d:-77.042754;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Escuelas con WordPress: ¿Sensei o LearnDash?\";s:3:\"url\";s:70:\"https://www.meetup.com/Torrelodones-WordPress-Meetup/events/273453234/\";s:6:\"meetup\";s:29:\"Torrelodones WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/Torrelodones-WordPress-Meetup/\";s:4:\"date\";s:19:\"2020-10-14 18:00:00\";s:8:\"end_date\";s:19:\"2020-10-14 20:00:00\";s:20:\"start_unix_timestamp\";i:1602691200;s:18:\"end_unix_timestamp\";i:1602698400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"ES\";s:8:\"latitude\";d:40.590000152588;s:9:\"longitude\";d:-3.9400000572205;}}}}','no'),(186,'cptui_post_types','a:1:{s:5:\"movie\";a:30:{s:4:\"name\";s:5:\"movie\";s:5:\"label\";s:6:\"Movies\";s:14:\"singular_label\";s:5:\"Movie\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:6:\"movies\";s:21:\"rest_controller_class\";s:0:\"\";s:11:\"has_archive\";s:5:\"false\";s:18:\"has_archive_string\";s:0:\"\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:9:\"revisions\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:29:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";}s:15:\"custom_supports\";s:0:\"\";}}','yes'),(193,'theme_mods_twentytwenty','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(197,'_site_transient_timeout_browser_fd04435bf7acf88b7532ca403b8b997e','1613767925','no'),(198,'_site_transient_browser_fd04435bf7acf88b7532ca403b8b997e','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"88.0.4324.150\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(199,'_site_transient_timeout_php_check_dfc1ea61a768032146a7035f8bd1d77a','1613767926','no'),(200,'_site_transient_php_check_dfc1ea61a768032146a7035f8bd1d77a','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(201,'_site_transient_timeout_community-events-bf177db4cdd8a3d4c99b4463854de2bd','1613206327','no'),(202,'_site_transient_community-events-bf177db4cdd8a3d4c99b4463854de2bd','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"172.19.0.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:55:\"Watch Party + Discussion group: Intro to Block Patterns\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/276244371/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-02-18 20:00:00\";s:8:\"end_date\";s:19:\"2021-02-18 21:00:00\";s:20:\"start_unix_timestamp\";i:1613707200;s:18:\"end_unix_timestamp\";i:1613710800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.779998779297;s:9:\"longitude\";d:-122.41999816895;}}}}','no'),(203,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1613206328','no'),(204,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News – – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Feb 2021 21:15:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.7-beta2-50295\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.7 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Feb 2021 20:42:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9688\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:335:\"WordPress 5.7 Beta 2 is now available for testing! 🗣 This software is still in development, so it’s not recommended to run this version on a production site. Consider setting up a test site to play with it. You can test the WordPress 5.7 Beta 2 in two ways: Install/activate the WordPress Beta Tester plugin (select […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5291:\"\n<p>WordPress 5.7 Beta 2 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong> so it’s not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 2 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta2.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>four weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">Beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F03%2F2021..02%2F10%2F2021&milestone=5.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">38</a> bugs have been fixed. Here is a summary of some of the included changes:</p>\n\n\n\n<ul><li>Italicized text has been removed to improve accessibility and readability (<a href=\"https://core.trac.wordpress.org/ticket/47327\">#47326</a>)</li><li>Pause any playing media when closing the the media modal (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/48562\">#48562</a>)</li><li>Add Content-Security-Policy script loaders (<a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/39941\" target=\"_blank\">#39941</a>)</li><li>Several fixes for the Twenty Twenty-One theme (<a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/50454\" target=\"_blank\">#50454</a>, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/52432\">#52432</a>, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/52433\">#52433</a>, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/52473\">#52473</a>, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/52477\">#52477</a>, <a href=\"https://core.trac.wordpress.org/ticket/52374\">#52374</a>)</li><li>Gutenberg editor support for custom spacing (<a href=\"https://core.trac.wordpress.org/ticket/51760\">#51760</a>)</li><li>Resolved Menu UI issues on medium-large screen sizes (<a href=\"https://core.trac.wordpress.org/ticket/49576\">#49576</a>)</li><li>Admin UI color palette: ensure that all interactive elements have an appropriate contrast ratio (<a href=\"https://core.trac.wordpress.org/ticket/52402\">#52402</a>)</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..02%2F09%2F2021&milestone=5.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">157 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>, <a style=\"font-style: italic\" href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/francina/\">@francina</a> and <a href=\"https://profiles.wordpress.org/desrosj/\">@desrosj</a> for your peer revisions!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"People of WordPress: <NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/02/people-of-wordpress-pooja-derashri/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Feb 2021 23:10:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"ContributorStory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9652\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"<NAME> shares the story of how she went from being an introverted girl from a small village in India to becoming a developer, thanks to the WordPress community. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10697:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories that are lesser-known.</em></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"331\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/02/pic1.jpg?resize=632%2C331&ssl=1\" alt=\"Pooja standing in a banner "I\'m a WordPress fan"\" class=\"wp-image-9719\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/02/pic1.jpg?resize=1024%2C536&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/02/pic1.jpg?resize=300%2C157&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/02/pic1.jpg?resize=768%2C402&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/02/pic1.jpg?w=1200&ssl=1 1200w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><NAME> shares the story of how she went from being an introvert from a small village in India to becoming a developer and working on international projects, thanks to the WordPress community. </p>\n\n\n\n<p>As her interest grew, Pooja started following some WordPress-based groups on Facebook, where she first heard about conference-style WordPress events known as WordCamps. She later joined her first WordCamp in Ahmedabad, India. This three day event in 2017 opened up a new world—the WordPress community—and what would become a life changing moment. “WordCamp Ahmedabad has one of the best WordPress communities in India,” she said, “and everyone, including organizers and attendees were so humble and welcoming.”</p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2021/02/pooja600x600.jpg?w=500&ssl=1\" alt=\"\" class=\"wp-image-9654\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/02/pooja600x600.jpg?w=600&ssl=1 600w, https://i0.wp.com/wordpress.org/news/files/2021/02/pooja600x600.jpg?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/02/pooja600x600.jpg?resize=150%2C150&ssl=1 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2><strong>The thirst for learning</strong></h2>\n\n\n\n<p>A fascination with how things worked and a desire never stop learning were traits that shone through in Pooja from a young age. She moved from Banera, a rural village in India, to a nearby city, where she lived with her uncle while completing her higher education. With her enthusiasm for learning, she decided to become an engineer. When thinking back on that time she says, “Being from a rural background, people in my village tended not to be keen on the idea of sending their girl child to another city for further studies. Fortunately, that was not the case for me because my parents were immensely supportive of me and my interests. They’ve always encouraged me to believe in myself and fulfill my dreams. With their support, I pursued my engineering in electronics and communication.”</p>\n\n\n\n<h2><strong>Discovering the opportunities in web development </strong></h2>\n\n\n\n<p>On completing her engineering training, Pooja was not sure what to do next. One of her friends suggested that she should explore web development. The idea intrigued her, and she sought out learning resources to study. She also secured an internship as a PHP Developer to give herself the chance to learn alongside professionals in the field.</p>\n\n\n\n<h2><strong>Getting started with WordPress</strong></h2>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>“I found WordPress surpassed other platforms. The vast knowledge base made it easy for me to learn.” – Pooja</strong></p></blockquote>\n\n\n\n<p>This internship led Pooja to her first job where she discovered a range of content management systems. Her view of the opportunities offered by these systems changed when the manager assigned her a small project using the WordPress platform. </p>\n\n\n\n<p>She recalls: “I found WordPress surpassed other platforms I had worked on earlier. The vast knowledge base made it easy for me to learn.” She soon became comfortable managing WordPress, working with plugins and themes, and wanted to learn it more in-depth.</p>\n\n\n\n<p>Pooja soon joined WPVibes as its first team member. Being part of a new startup gave her a lot of experience and a chance to be involved in new processes. As the company expanded they started providing custom plugin development services per the client’s requirement and created some free and paid plugins. Pooja said, “We found it very exciting and productive. Today, we are a team of 10.”</p>\n\n\n\n<h2><strong>Encouragement from the WordPress community</strong></h2>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Contributing to WordPress increases your knowledge</strong></p></blockquote>\n\n\n\n<p>At the event, she was able to listen to speakers from India and abroad, many of whom shared their journey with WordPress and how it had changed their lives. “One of the most inspiring sessions was by <NAME>ansal,” she said. “He talked about contributing to WordPress and giving back to the community. He also explained how contributing to WordPress can help you to enhance your knowledge. It inspired me to contribute to WordPress.”</p>\n\n\n\n<p>The WordPress community of Ahmedabad continued to inspire Pooja and her husband <NAME>, and they later started a Meetup group in their home city of Ajmer as part of their contribution to the community. They continue to be involved in supporting local users through the <a href=\"https://www.meetup.com/ajmer-wordpress-meetup/\">Ajmer Meetup</a>.</p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img src=\"https://lh5.googleusercontent.com/KmA8iDgGrRar_cgD2jp2ThrzPxuzGTSI7SWkxDdHKyN4p2iNoj0e-VdOxO0xa1TtH56Uci9wEfYYfnW8DYji8c1HuaI7L-xhNqXyXt_kdchWtVxe_PnSea2knlWhP_O7qqG0Quju\" alt=\"Pooja with a WordCamp Ahmedabad badge\" width=\"500\" /></figure>\n\n\n\n<p>At the next WordCamp Pooja attended, she joined its contributor day, which brings users together to give back to the open source platform and global community. Most of the contributors she met were interested in giving time to the WordPress CMS. She decided to venture into a different path and took her first steps by joining the WordPress TV group, where you can explore videos from WordPress events across the world. She also discovered the joy of translating into her local language, and is a <a href=\"https://make.wordpress.org/polyglots/\">Polyglot</a> contributor for the Hindi language.</p>\n\n\n\n<p>In 2019, she was selected as a volunteer for WordCamp Asia in Bangkok, Thailand, and it became an impetus to become even more involved with the community. She was very excited about this role, and to be part of her first WordCamp outside India. Sadly, due to the global COVID pandemic, the event had to be cancelled. Her enthusiasm has not diminished and she is eagerly waiting to support in-person WordCamps in the future and meet even more members of the global community.</p>\n\n\n\n<p>Her determination to be part of making WordPress and sharing skills has only increased, which has led to contribute to the WordPress Training team. This team manages lesson plans and prepares content to support people who are training others to use WordPress. The team recently joined a few other teams to <a href=\"https://wordpress.org/news/2020/12/introducing-learn-wordpress/\">launch Learn WordPress</a>, which brings learning materials together for users of all levels, and Pooja contributed to two different teams during the project.</p>\n\n\n\n<h2><strong>Message to the WordPress Community</strong></h2>\n\n\n\n<p>Pooja is eager to share her belief in the power for good in the WordPress community. “There is a huge community to help you with your learning, so start learning and try to give back to the community. It doesn’t matter if you are not comfortable with programming, there are many different ways in which you can contribute.” </p>\n\n\n\n<p>“What I have learned in my life is that it doesn’t matter from where you came and what background you have. All that matters is your hard work and positive attitude towards life.”</p>\n\n\n\n<p>Read more stories in the <a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p><em>Thanks to <NAME> (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and <NAME> (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) for writing this story, and to <NAME> (<a href=\"https://profiles.wordpress.org/sthakor/\">@sthakor</a>), <NAME> (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), <NAME> (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), <NAME> (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>), <NAME> (<a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>), <NAME> (<a href=\'https://profiles.wordpress.org/vimes1984/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>vimes1984</a>), <NAME> (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), and <NAME> (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>) for work on the series this month. Thank you also to <NAME> (<a href=\'https://profiles.wordpress.org/webtechpooja/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webtechpooja</a>) for sharing her #ContributorStory.</em></p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\" style=\"flex-basis:100%\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:27% auto\"><figure class=\"wp-block-media-text__media\"><img src=\"https://lh4.googleusercontent.com/E9y8t1dTqeOylNc4mkC0KeQfmCisFLy4790Idt2DY<KEY>\" alt=\"HeroPress logo\" /></figure><div class=\"wp-block-media-text__content\">\n<p><em>This post is based on an article originally published on HeroPress.com, an initiative focused around people in the WordPress community created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em><NAME></em></a><em>.</em></p>\n</div></div>\n</div>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:468:\"WordPress 5.6.1 is now available! This maintenance release features 20 bug fixes as well as 7 issues fixed for the block editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade. You can download WordPress 5.6.1 directly, or visit the Dashboard → Updates screen and click Update Now. If your sites support automatic background updates, they’ve already started the update process. WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8347:\"\n<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">20 bug fixes</a> as well as 7 issues fixed for the block editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong> Dashboard → Updates</strong> screen and click <strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be <a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">list on Trac</a>, read the <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a> post, or visit the <a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> and <a href=\'https://profiles.wordpress.org/whyisjake/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>whyisjake</a>. Thanks to <a href=\'https://profiles.wordpress.org/metalandcoffee/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>metalandcoffee</a> and <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> for running bug scrubs, <a href=\'https://profiles.wordpress.org/planningwrite/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>planningwrite</a> and <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/azaozz/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/antpb/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/talldanwp/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ocean90/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mista-flo/\"><NAME>AR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/helen/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/iandunn/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/whyisjake/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\"><NAME> (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/desrosj/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\"><NAME>-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/clorith/\"><NAME>.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/maxpertici/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/melchoyce/\"><NAME>oyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mukesh27/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\"><NAME>lla</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/noisysocks/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\"><NAME>mo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/slaffik/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/tanvirul/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/skithund/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/arcangelini/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\"><NAME></a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9574\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: January 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/02/the-month-in-wordpress-january-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 15:01:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:382:\"For WordPress, 2021 started on a high note. Read on to learn about updates from last month.  WordPress release updates WordPress project executive director — <NAME> (@chanthaboune) shared big picture goals for WordPress in 2021. Highlights include shipping  Full Site Editing  — first on the Gutenberg plugin in April 2021  and later in core […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>er R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11651:\"\n<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — <NAME> (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping Full Site Editing — first on the Gutenberg plugin in April 2021 and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read. </li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>. </li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out. </li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>. </p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience – you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li><NAME> (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast – which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.7 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Feb 2021 22:31:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"WordPress 5.7 Beta 1 is now available for testing! 🗣 This software is still in development, so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.7 Beta 1 in two ways: Install/activate the WordPress Beta Tester […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7908:\"\n<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong> so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br>Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end. </p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br>Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS. Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br>This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br>jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br>The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and <a href=\"https://make.wordpress.org/core/2021/02/05/whats-new-in-gutenberg-9-9-5-february/\">9.9</a>.</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..02%2F03%2F2021&milestone=5.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, and <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> for your peer revisions and <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br>Each day, one small step<br>It’s the little things…</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:69:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Thelma Mutete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jan 2021 16:40:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"ContributorStory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:13:\"Web developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9518\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"From writing her first line of code when she was 16, <NAME> knew she wanted to work in IT. She shares her journey in web development and her discovery of WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8707:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&ssl=1\" alt=\"<NAME> at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?w=667&ssl=1 667w, https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=200%2C300&ssl=1 200w\" sizes=\"(max-width: 500px) 100vw, 500px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened. </p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked. </p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too! </p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers. </p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\"><NAME></a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with <NAME> who works in digital marketing and is active in the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020. At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to <NAME> (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) and <NAME> (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), <NAME> (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), <NAME> (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), <NAME> (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), <NAME> (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), <NAME> (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), and <NAME> (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>). Thank you to <NAME> (<a href=\'https://profiles.wordpress.org/thelmachido/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em><NAME></em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: December 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2021/01/the-month-in-wordpress-december-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jan 2021 10:55:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9508\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more! WordPress 5.6 is here The latest major WordPress release, version 5.6 “Simone”, came out on December 8. The release ships […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11612:\"\n<p>We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 is here</h2>\n\n\n\n<p>The latest major WordPress release,<a href=\"https://wordpress.org/news/2020/12/simone/\"> version 5.6</a> “Simone”, came out on December 8. The release ships with a new default theme called <a href=\"https://wordpress.org/themes/twentytwentyone/\">Twenty Twenty One</a>. It offers a host of features, including:</p>\n\n\n\n<ul><li>Greater layout flexibility</li><li>More block patterns</li><li>Video captioning support</li><li>Auto-updates</li><li>Beta-compatibility for PHP 8.0</li><li>Application password support for the REST API</li><li>Updates to jQuery</li></ul>\n\n\n\n<p>In addition, WordPress 5.6 is now available in 55 languages. You can find more information about the release in the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">field guide</a>, and you can update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it directly from WordPress.org. A total of 605 people hailing from 57 different countries contributed to the development of WordPress 5.6. <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> has <a href=\"https://jeanbaptisteaudras.com/en/2020/12/wordpress-5-6-core-stats-contributions-by-country-company/\">compiled many more stats like that</a>, showing what a tremendous group effort this was—they’re well worth a read!</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core team blog</a> to learn the <a href=\"https://make.wordpress.org/core/2020/12/21/wordpress-5-7-planning-roundup/\">latest on WordPress 5.7</a>, which is <a href=\"https://wordpress.org/about/roadmap/\">slated to be out by March 9, 2021</a>. The Core team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 a.m.</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 p.m.</a> UTC.</p>\n\n\n\n<h2>Watch the State of the Word 2020 recording</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/\">State of the Word 2020</a>, the annual keynote address delivered by WordPress co-founder <NAME>, was streamed online for the first time on December 17. It was followed by a live Q&A from community members all across the world. You can find the stream recording on <a href=\"https://www.youtube.com/watch?v=QI3qCoiuG3w\">YouTube</a>, <a href=\"https://www.facebook.com/WordPress/videos/1281447442248369\">Facebook</a>, and <a href=\"https://twitter.com/i/broadcasts/1dRKZNvnrmdKB\">Twitter</a>. The <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word/\">State of the Word</a> video and the <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word-qa/\">Q&A session</a> are also available on WordPress.tv. </p>\n\n\n\n<h2>Learn WordPress has launched</h2>\n\n\n\n<p>Learn WordPress, a new free, on-demand WordPress learning resource, launched officially on December 15. It offers <a href=\"https://learn.wordpress.org/workshops/\">workshops</a>, <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a>, quizzes, and <a href=\"https://learn.wordpress.org/courses/\">courses</a> for anyone interested in publishing with, building for, or contributing to WordPress. WordPress enthusiasts can also <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a> focused on specific topics to learn with and from each other.</p>\n\n\n\n<p>Want to participate in Learn WordPress? <a href=\"https://learn.wordpress.org/contribute/\">Here are four ways you can do so</a>! Additionally, contributors have <a href=\"https://make.wordpress.org/training/2020/12/03/learn-wordpress-blue-sky-thinking/\">launched a discussion</a> on the future of <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>—feel free to share your thoughts in the comments. To help promote Learn WordPress, check out the <a href=\"https://make.wordpress.org/marketing/\">Marketing Team</a>’s <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">materials</a>, which detail a <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">range of fun and creative ways</a> to share this new resource.</p>\n\n\n\n<h2>Give feedback on the Full Site Editing project</h2>\n\n\n\n<p>Contributor teams have kicked off the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing (FSE) outreach program</a> for anyone who is building or maintaining a WordPress site so that they can give feedback on the upcoming <a href=\"https://make.wordpress.org/design/handbook/focuses/full-site-editing/\">FSE feature</a> that will be part of Gutenberg Phase 2. Your feedback will go a long way in improving FSE user flows. To participate, <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">check out the initial testing call</a> on the <a href=\"https://make.wordpress.org/test/\">Make/Test blog</a> and join the <a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a> Slack channel.<br><br>Want to follow updates on the FSE project? Check out <a href=\"https://make.wordpress.org/core/2020/05/20/ways-to-keep-up-with-full-site-editing-fse/\">this blog post</a>. You can find <a href=\"https://make.wordpress.org/core/2020/12/10/status-check-site-editing-and-customization/\">2020 updates to the FSE project</a> in the Make/Core blog.</p>\n\n\n\n<h2>BuddyPress 7.0 “Filippi” and 7.10 are now available</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">BuddyPress version 7.0</a> went live on December 9. Its features include: </p>\n\n\n\n<ul><li>New administration screens to manage Member and Group Types</li><li>New BP blocks for posts and pages</li><li>A default profile image for network sites</li><li>Improved BuddyPress Noveau support for the Twenty Twenty One theme. </li></ul>\n\n\n\n<p>A BuddyPress maintenance release (<a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">version 7.1</a>) launched on December 21. </p>\n\n\n\n<p>Want to provide feedback or suggestions for BuddyPress? Share your comments on the announcement posts for <a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">7.0</a> or <a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">7.1</a>. If you find a bug, please report it in the <a href=\"https://buddypress.org/support/\">support forums</a>. </p>\n\n\n\n<h2>Gutenberg 9.5 and 9.6 released</h2>\n\n\n\n<p>The Core team launched <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">version 9.5</a> and <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a> of Gutenberg last month. Both versions include several improvements to FSE flows, bug fixes, and feature upgrades. Version 9.5 introduces features like full height alignment and support for font sizes in the code block. Version 9.6 includes features like the ability to drag blocks from the inserter and a vertical layout for buttons. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Community team <a href=\"https://make.wordpress.org/community/2020/12/01/discussion-how-can-the-wordpress-community-return-to-hosting-safe-in-person-events/\">kicked off a discussion</a> about what the WordPress Community can do to host safe, in-person events again, in light of the continuing pandemic. </li><li>The Polyglots team published its <a href=\"https://make.wordpress.org/polyglots/2020/12/30/polyglots-team-end-of-year-post-2020/\">end-of-year post</a>, along with the <a href=\"https://make.wordpress.org/polyglots/author/evarlese/\">results of its 2020 translator survey</a>.</li><li><a href=\"https://sevilla.wordcamp.org/2020/\">WordCamp Sevilla 2020</a> was held online from December 26-29. You can catch the recorded livestream playback on <a href=\"https://www.youtube.com/c/wordpresssevilla/live\">YouTube</a>. Videos of the event will <a href=\"https://wordpress.tv/event/wordcamp-sevilla-2020/\">soon be available on WordPress.tv</a>.</li><li>WordPress project executive director <a href=\"https://profiles.wordpress.org/chanthaboune/\"><NAME></a> and project co-founder <a href=\"https://profiles.wordpress.org/matt/\"><NAME></a> will be jointly hosting <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">quarterly office and listening hours</a> in 2021. Sign-ups for the <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">first ones in January 2021</a> are almost filled up.</li><li>The Core team <a href=\"https://make.wordpress.org/core/2020/12/02/wp-notify-project-review/\">published updates</a> on the <a href=\"https://make.wordpress.org/core/tag/feature-notifications/\">WP Notify project</a>, which seeks to <a href=\"https://make.wordpress.org/core/2019/08/05/feature-project-proposal-wp-notify/\">improve the notifications system</a> in WordPress Core.</li><li>The Support team <a href=\"https://make.wordpress.org/support/2020/12/handling-potential-jquery-issues-in-wordpress-5-6/\">published a post</a> detailing jQuery issues in WordPress 5.6.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India Online 2021</a> will be held over three weekends between January 30 and February 14. There will be workshops, a contributor event, and sessions (in that order). The calls for <a href=\"https://india.wordcamp.org/2021/call-for-sponsors/\">sponsors</a>, <a href=\"https://india.wordcamp.org/2021/call-for-workshops/\">workshop presenters</a>, <a href=\"https://india.wordcamp.org/2021/call-for-contributor-team-leads/\">contributor team leads</a>, and <a href=\"https://india.wordcamp.org/2021/call-for-volunteers/\">volunteers</a> are now open. Don’t forget to grab your <a href=\"https://india.wordcamp.org/2021/tickets/\">free tickets</a>!</li><li>The Documentation team <a href=\"https://make.wordpress.org/docs/2020/12/01/external-linking-policy-1st-review-of-plugin-developer-handbook/\">shared a first review</a> of its <a href=\"https://make.wordpress.org/docs/tag/external-linking-policy/\">external linking policy</a>. It is using the <a href=\"https://developer.wordpress.org/plugins/\">plugin developer handbook</a> as a test.</li></ul>\n\n\n\n<p><br><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9508\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Introducing Learn WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2020/12/introducing-learn-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2020 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"learnwordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"learnwp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9444\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"Learn WordPress is a learning resource providing workshops, quizzes, courses, and lesson plans to help you to do more with WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10336:\"\n<p><strong><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a learning resource providing workshops, quizzes, courses, lesson plans, and discussion groups so that anyone, from beginners to advanced users, can learn to do more with WordPress. Learning how to use, build for, and contribute to WordPress is essential for anyone wanting to dive deeper into the software and its community. </strong></p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Learn WordPress</a></div>\n</div>\n\n\n\n<p>This cross-team initiative is part of the WordPress.org network and features content from contributors from the global community. It will be updated weekly and will help connect new and existing WordPress users with the broader community while they learn.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"331\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=632%2C331&ssl=1\" alt=\"\" class=\"wp-image-9457\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1024%2C537&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=300%2C157&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=768%2C403&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1536%2C806&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1700&ssl=1 1700w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>What can you learn about WordPress?</h2>\n\n\n\n<p>On Learn WordPress you can find a range of material and opportunities to use at the time which works for you.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/workshops/\"><strong>Workshops</strong></a> are practical, skills-based videos that show viewers how to do new things with WordPress, whether you publish, manage, develop with, or contribute to WordPress. Most workshops include quizzes for you to test your newly gained knowledge.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/discussion-groups/\"><strong>Discussion groups</strong></a> provide an opportunity for further collaborative learning with participants meeting together to discuss the workshop content – they take place online, either in video calls or Slack and accommodate all time zones.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/lesson-plans/\"><strong>Lesson plans</strong></a> are guides for facilitators to use while presenting at events or within educational environments. Facilitators will find learning objectives (telling people what they are going to learn), any prerequisite skills, assets such as screenshots and slide decks, and learning assessments. </p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/courses/\"><strong>Courses</strong></a> are a series of interconnected lesson plans to be presented by a facilitator that will strategically focus on defined learning outcomes. Participants can go through these courses individually or as part of a group. After completing the learning, attendees should be able to apply their skills in the real world.</p>\n\n\n\n<p>In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent&listType=playlist&list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<p><a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\">Why you should use Learn WordPress</a> – videos from our community.</p>\n\n\n\n<h2>How can you get involved?</h2>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Start learning today!</a></div>\n</div>\n\n\n\n<p>Learn WordPress is an open-source platform available for anyone to contribute content in any areas mentioned above. <a href=\"https://learn.wordpress.org/contribute/\">Find out more about how you can get involved</a> with this initiative.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">Take part in our fun promotion campaigns</a> on social and with your local community.</p>\n\n\n\n<p><em>Hundreds of people spanning a number of years have contributed to the development of learning materials. Thanks to everyone who worked so hard to make Learn WordPress a reality. </em></p>\n\n\n\n<p><strong><em>Particular thanks to</em></strong>:</p>\n\n\n\n<p><strong><em>Training:</em></strong><em> <a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a>, <a href=\'https://profiles.wordpress.org/azhiyadev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azhiyadev</a>, <a href=\'https://profiles.wordpress.org/geheren/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geheren</a>, <a href=\'https://profiles.wordpress.org/webtechpooja/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webtechpooja</a>, <a href=\'https://profiles.wordpress.org/jessecowens/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jessecowens</a>, <a href=\'https://profiles.wordpress.org/onealtr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>onealtr</a>, <a href=\'https://profiles.wordpress.org/rastaban/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rastaban</a>, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a>, <a href=\'https://profiles.wordpress.org/manzwebdesigns/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>manzwebdesigns</a></em><br><strong><em>Meta: </em></strong><em><a href=\'https://profiles.wordpress.org/coreymckrill/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>coreymckrill</a>, <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a>, <em><a href=\'https://profiles.wordpress.org/jonoaldersonwp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jonoaldersonwp</a></em></em><br><strong><em>Community:</em></strong><em> <a href=\'https://profiles.wordpress.org/hlashbrooke/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hlashbrooke</a>, <a href=\'https://profiles.wordpress.org/camikaos/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>camikaos</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a>, <a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a>, <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a>, <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a>, <a href=\'https://profiles.wordpress.org/rmarks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmarks</a>, <a href=\'https://profiles.wordpress.org/sippis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sippis</a></em><br><strong><em>Marketing: </em></strong><em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>, <a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>, <a href=\'https://profiles.wordpress.org/marks99/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marks99</a>, <em><a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a></em></em>, <em><a href=\'https://profiles.wordpress.org/antialiasfactory/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>antialiasfactory</a>, <a href=\'https://profiles.wordpress.org/herculespekkas/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>herculespekkas</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a></em><br><strong><em>Design:</em></strong><em> <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a> </em></p>\n\n\n\n<p><em>For a fuller list of the contributors who have been involved in training and Learn WordPress, visit <a href=\"https://make.wordpress.org/community/2020/08/12/learn-wordpress-is-live/\">the initial beta launch post</a>. Thanks to everyone who has been involved to date and will be in the future. </em></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tag/learnwordpress\">#LearnWordPress</a> <a href=\"https://learn.wordpress.org/tag/learnwp\">#LearnWP</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9444\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 5.6 “Simone”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2020/12/simone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2020 19:46:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9325\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"Meet Simone, our latest and greatest WordPress release. Named for the legendary performer <NAME>. Fire up a playlist with her best work and read on to discover what WordPress 5.6 has in store for you. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:66206:\"\n<p>Meet Simone, our latest and greatest WordPress release. Named for the legendary performer <NAME>, who is known for tunes like “Feeling Good”, “Young, Gifted and Black”, and “Four Women”. Fire up a playlist with her best work and read on to discover what we have in store for you. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"633\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=632%2C633&ssl=1\" alt=\"WordPress 5.6 Simone with a photo of <NAME>\" class=\"wp-image-9416\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=1022%2C1024&ssl=1 1022w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=300%2C300&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=150%2C150&ssl=1 150w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=768%2C769&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">Welcome to WordPress 5.6</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">Sharing your stories has never been easier.</h3>\n</div></div>\n\n\n\n<p>WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"234\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=632%2C234&ssl=1\" alt=\"colored circles\" class=\"wp-image-9346\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=1024%2C379&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=300%2C111&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=768%2C284&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Greater layout flexibility</h3>\n\n\n\n<p>Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!</p>\n\n\n\n<h3>More block patterns</h3>\n\n\n\n<p>In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.</p>\n\n\n\n<h3>Better video captioning</h3>\n\n\n\n<p>To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"120\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=632%2C120&ssl=1\" alt=\"black vertical line\" class=\"wp-image-9347\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=1024%2C194&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=300%2C57&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=768%2C146&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Twenty Twenty-One is here!</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"714\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=632%2C714&ssl=1\" alt=\"Examples of block patterns available in Twenty Twenty-One.\" class=\"wp-image-9426\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=907%2C1024&ssl=1 907w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=266%2C300&ssl=1 266w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=768%2C867&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1360%2C1536&ssl=1 1360w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1814%2C2048&ssl=1 1814w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1975&ssl=1 1975w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine. </p>\n\n\n\n<p>What’s more, this default theme puts accessibility at the heart of your website. It conforms to the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">WordPress accessibility-ready guidelines</a> and addresses several more specialized standards from the <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!</p>\n\n\n\n<h3>A rainbow of soft pastels</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"167\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=632%2C167&ssl=1\" alt=\"A mobile screenshot of each included color palette in Twenty Twenty-One, going in ROYGBIV order.\" class=\"wp-image-9424\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1024%2C270&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=300%2C79&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=768%2C202&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1536%2C405&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=2048%2C540&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!</p>\n\n\n\n<p>Need more flexibility than that? You can also choose your own color palette from the color picker.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"151\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=632%2C151&ssl=1\" alt=\"colored circles\" class=\"wp-image-9351\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=1024%2C245&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=300%2C72&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=768%2C183&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Improvements for everyone</h2>\n\n\n\n<h3>Expanding auto-updates</h3>\n\n\n\n<p>For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.</p>\n\n\n\n<h3>Accessibility Statement </h3>\n\n\n\n<p>Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">feature plugin</a> includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions. </p>\n\n\n\n<h3>Built-in Patterns</h3>\n\n\n\n<p>If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"185\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=632%2C185&ssl=1\" alt=\"colored and textured rectangles\" class=\"wp-image-9352\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=1024%2C300&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=300%2C88&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=768%2C225&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>For developers</h2>\n\n\n\n<h3>REST API authentication with Application Passwords</h3>\n\n\n\n<p>Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do. </p>\n\n\n\n<h3>More PHP 8 support</h3>\n\n\n\n<p>5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">read the PHP 8 developer note</a>.</p>\n\n\n\n<h3>jQuery</h3>\n\n\n\n<p>Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, <a href=\"https://wordpress.org/plugins/wp-jquery-update-test/\">run the update test plugin to check your sites for errors</a> ahead of time. </p>\n\n\n\n<p>If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">the jQuery Migrate plugin</a>.</p>\n\n\n\n<h3>Check out the Field Guide</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">Read about the latest version of WordPress in this guide.</a> It highlights developer notes for each change in the release. </p>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">“It’s a new day, it’s a new life for me….and I’m feeling good.”</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">~<NAME></h3>\n</div></div>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.6 release comes to you from an all-women and non-binary identifying release squad: </p>\n\n\n\n<ul><li><strong>Release Lead:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>). Cohort: <NAME> (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and <NAME> (<a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a>).</li><li><strong>Release Coordinator:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/thewebprincess/\">@thewebprincess</a>). Cohort: <NAME> (<a href=\"https://profiles.wordpress.org/thelmachido/\">@thelmachido</a>) and <NAME> (<a href=\"https://profiles.wordpress.org/laurora/\">@laurora</a>).</li><li><strong>Triage Lead:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>). </li><li><strong>Core Tech Lead:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/helen/\">@helen</a>). Cohort: <NAME> (<a href=\"https://profiles.wordpress.org/amykamala/\">@amykamala</a>) and <NAME> (<a href=\"https://profiles.wordpress.org/metalandcoffee/\">@metalandcoffee</a>).</li><li><strong>Editor Tech Lead:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a>). Cohort: <NAME> (<a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>), <NAME> (<a href=\"https://profiles.wordpress.org/anchenlr/\">@anchenlr</a>), and <NAME> (<a href=\"https://profiles.wordpress.org/rebasaurus/\">@rebasaurus</a>).</li><li><strong>Design Leads:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>) and <NAME> (<a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a>). Cohort: <NAME> (<a href=\"https://profiles.wordpress.org/anyssa/\">@anyssa</a>), <NAME> (<a href=\"https://profiles.wordpress.org/estelaris/\">@estelaris</a>), Tracy Apps (<a href=\"https://profiles.wordpress.org/tray/\">@tray</a>), and <NAME> (<a href=\"https://profiles.wordpress.org/eringoblog/\">@eringoblog</a>).</li><li><strong>Design Tech Lead:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/shital-patel/\">@shital-patel</a>).</li><li><strong>Accessibility Lead:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricke<strong>r</strong></a>). Cohort: <NAME> (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>).</li><li><strong>Marketing & Communications Leads:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and <NAME> (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>). Cohort: <NAME> (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>), <NAME> (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), <NAME> (<a href=\"https://profiles.wordpress.org/oglekler/\">@ogleckler</a>), <NAME> (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), <NAME> (<a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a>), <NAME> (<a href=\"https://profiles.wordpress.org/bmcdede/\">@bmcdede</a>), and <NAME> (<a href=\"https://profiles.wordpress.org/afshanadiya/\">@afshanadiya</a>).</li><li><strong>Documentation Lead: </strong><NAME> (<a href=\"https://profiles.wordpress.org/sncoker/\">@sncoker</a>). Cohort: <NAME> (<a href=\"https://profiles.wordpress.org/daisyo/\">@DaisyO</a>), <NAME> (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), <NAME> (<a href=\"https://profiles.wordpress.org/planningwrite/\">@planningwrite</a>).</li><li><strong>Documentation Review Lead:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/m_butcher/\">@m_butcher</a>). Cohort: <NAME> (<a href=\"https://profiles.wordpress.org/jainnidhi/\">@jainnidhi</a>), <NAME> (<a href=\"https://wordpress.org/support/users/newyorkerlaura/\">@newyorkerlaura</a>).</li><li><strong>Default Theme Design Lead:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/melchoyce/\">@melchoyce</a>). Cohort: <NAME> (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>).</li><li><strong>Default Theme Development Lead:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/poena/\">@poena</a>). Cohort: <NAME> (<a href=\"https://profiles.wordpress.org/ryelle/\">@ryelle</a>) and <NAME> (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Default Theme Wrangler:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Test Lead:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>). Cohort: <NAME> (<a href=\"https://profiles.wordpress.org/alliennimmons/\">@alliennimmons</a>).</li><li><strong>Support Lead:</strong> <NAME> (<a href=\"https://profiles.wordpress.org/bethannon1/\">@bethannon1</a>).</li></ul>\n\n\n\n<p>As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/zgrkaralar/\">Özgür KARALAR</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich/\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jorbin/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/pokhriyal/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adriandegrafreak/\">Adrián de Grafreak</a>, <a href=\"https://profiles.wordpress.org/adriantirusli/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a>, <a href=\"https://profiles.wordpress.org/chaion07/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/elgameel/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ajensen/\">ajensen</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/atachibana/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/aktasfatih/\">aktasfatih</a>, <a href=\"https://profiles.wordpress.org/aljullu/\"><NAME>é Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/akirk/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/cawa-93/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ajlende/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/viper007bond/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/alexstandiford/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/alliennimmons/\">Allie Nimmons</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/amolv/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/amykamala/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/anandau14/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/anchenlr/\"><NAME>oux</a>, <a href=\"https://profiles.wordpress.org/anlino/\"><NAME>én</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">André Maneiro</a>, <a href=\"https://profiles.wordpress.org/afercia/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/baicusandrei/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/andraganescu/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/aduth/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/nacin/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/azaozz/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/andystitt829/\"><NAME>itt</a>, <a href=\"https://profiles.wordpress.org/akissz/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/angelasjin/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/annezazu/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/antpb/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ahortin/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/antonlukin/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/antonisme/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/anuj2/\">anuj2</a>, <a href=\"https://profiles.wordpress.org/anyssa/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/archduck/\">archduck</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\"><NAME>athopoulos</a>, <a href=\"https://profiles.wordpress.org/arippberger/\">arippberger</a>, <a href=\"https://profiles.wordpress.org/arjendejong/\">arjendejong</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Ar<NAME> Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/akkspro/\"><NAME>war</a>, <a href=\"https://profiles.wordpress.org/asvinballoo/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/tacitonic/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/austyfrosty/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/austin880625/\">austin880625</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayesh/\">ayesh</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/beafialho/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/benmeredithgmailcom/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/kau-boy/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/bethannon1/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/bethsoderberg/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/hareshlive/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/bhautikvirani/\">bhautikvirani</a>, <a href=\"https://profiles.wordpress.org/bananastalktome/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/birgire/\"><NAME> (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boldgrid/\">BoldGrid</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ibdz/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/kraftbj/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/bpayton/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/bmcdede/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/bmillersw/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/brentswisher/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/brianhenryie/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/brianhogg/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\"><NAME>asir</a>, <a href=\"https://profiles.wordpress.org/icaleb/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/calin/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/cvoell/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/campusboy1987/\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/carolinegeven/\">Caroline</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chadreitsma/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/cguntur/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/cpapazoglou/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/alexandec/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/ctmartin0/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/christophherr/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/vimes1984/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/cfinke/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claudiulodro/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/cranewest/\">cranewest</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/ctmartin/\">ctmartin</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">Dávid Szabó</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/talldanwp/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mte90/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a>, <a href=\"https://profiles.wordpress.org/dantahoua/\">dantahoua</a>, <a href=\"https://profiles.wordpress.org/dkotter/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/dmchale/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/davilera/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/davidanderson/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/dgwyer/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/dlh/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/dshanske/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/get_dave/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/davidjlaietta/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/davisshaver/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32 (profiles)</a>, <a href=\"https://profiles.wordpress.org/p00ya/\">Dean</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\"><NAME>ani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris (Demetris Kikizas)</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/denisco/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/valendesigns/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/designer023/\">Designer023</a>, <a href=\"https://profiles.wordpress.org/dfenton/\">dfenton</a>, <a href=\"https://profiles.wordpress.org/dharm1025/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/dharmin16/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/dhruvin/\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/dhulwells/\">Dhul Wells</a>, <a href=\"https://profiles.wordpress.org/dietpawel/\">dietpawel</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">D<NAME>heda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a>, <a href=\"https://profiles.wordpress.org/dogwithblog/\">dogwithblog</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donsony/\">donsony</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Do<NAME></a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. <NAME></a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/elrae/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ediamin/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ellatrix/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/elmastudio/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/enej/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\"><NAME>ánchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/erikjandelange/\">erikjandelange</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/eringoblog/\">eringoblog</a>, <a href=\"https://profiles.wordpress.org/eroraghav/\">eroraghav</a>, <a href=\"https://profiles.wordpress.org/estelaris/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/thegp/\">EugeneBos</a>, <a href=\"https://profiles.wordpress.org/circlecube/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/dyrer/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\"><NAME>ägy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/felipeelia/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/flixos90/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ferkho/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mista-flo/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/flymike/\">flymike</a>, <a href=\"https://profiles.wordpress.org/francina/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/frank-klein/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyc40/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/garyj/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/pento/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/subscriptiongroup/\">George</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a>, <a href=\"https://profiles.wordpress.org/gziolo/\"><NAME>ółkowski</a>, <a href=\"https://profiles.wordpress.org/guidooffermans/\">guidooffermans</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/isharis/\">Haris Zulfiqar</a>, <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helen/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/henrywright/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hoasi/\">HoaSi</a>, <a href=\"https://profiles.wordpress.org/hongnizzle/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/iandunn/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/gsayed786/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\"><NAME> Korchi</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jamescollins/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/macmanx/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jameskoster/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jnylen0/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jamesros161/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janthiel/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jaredcobb/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jaswrks/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/madtownlems/\"><NAME> (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/audrasjb/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jeffmatson/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jffng/\"><NAME>ng</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a>, <a href=\"https://profiles.wordpress.org/jellypixel/\">jellypixel</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jeslen/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/luminuu/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jfoulquier/\">jfoulquier</a>, <a href=\"https://profiles.wordpress.org/jimyaghi/\">jimyaghi</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/joedolson/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/joemcgill/\"><NAME>ill</a>, <a href=\"https://profiles.wordpress.org/joelyoder/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/joelclimbsthings/\">joelclimbsthings</a>, <a href=\"https://profiles.wordpress.org/joen/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/johannadevos/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/johnbillion/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/johnny5/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jb510/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/psykro/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/desrosj/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/joseaneto/\">joseaneto</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshlevinson/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/shelob9/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a>, <a href=\"https://profiles.wordpress.org/tai/\">JOTAKI, Taisuke</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/justinahinon/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/karthikbhatb/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/kelsu02/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/kellybleck/\">kellybleck</a>, <a href=\"https://profiles.wordpress.org/kellylawrence/\">kellylawrence</a>, <a href=\"https://profiles.wordpress.org/khag7/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/kipperlenny/\">Kipperlenny</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/kburgoine/\"><NAME>ine</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjbenk/\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kj<NAME>igstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/komagain/\">komagain</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Kon<NAME></a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/latifi/\">latifi</a>, <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a>, <a href=\"https://profiles.wordpress.org/laurora/\">La<NAME>elson</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/leutrimh/\">Leutrim Husaj</a>, <a href=\"https://profiles.wordpress.org/limera1n/\">lim3ra</a>, <a href=\"https://profiles.wordpress.org/lpointet/\">Lionel Pointet</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/llizard/\">llizard</a>, <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/_luigi/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/lumne/\">Lumne</a>, <a href=\"https://profiles.wordpress.org/mager19/\">mager19</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/akramipro/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/shamimmoeen/\"><NAME> Main</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/manzwebdesigns/\">manzwebdesigns</a>, <a href=\"https://profiles.wordpress.org/mkaz/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/chaton666/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/tyxla/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/clorith/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/markjaquith/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/markparnell/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/marks99/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mapk/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/markshep/\">markshep</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/marybaum/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/wetah/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/imath/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/matveb/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/matt/\"><NAME>weg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mattoperry/\">mattoperry</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/megphillips91/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/meher/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/melchoyce/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/mgrenierfarmmedia/\">mgrenierfarmmedia</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mbabker/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/tw2113/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/m_butcher/\"><NAME>-Jones</a>, <a href=\"https://profiles.wordpress.org/michelleames/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mcsf/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mikelopez/\">mikelopez</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/eemitch/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mmarco9/\">mmarco9</a>, <a href=\"https://profiles.wordpress.org/batmoo/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/monikarao/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mopsyd/\">mopsyd</a>, <a href=\"https://profiles.wordpress.org/morganestes/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/gwendydd/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/man4toman/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/musicaljoeker/\">musicaljoeker</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/n5hzr/\">n5hzr</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/navanathbhosale/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/lcyh78/\"><NAME> (lcyh78)</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/arealnobrainer/\">Netravnen</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikolam/\">Nikola</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/njbrown/\">njbrown</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/noahshrader/\">noahshrader</a>, <a href=\"https://profiles.wordpress.org/nourma/\">nourma</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Ol<NAME></a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/oolleegg55/\">oolleegg55</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovenall/\">ovenall</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jhonqwerty/\">pabloselin</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\"><NAME>ne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\"><NAME>iron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\"><NAME>iber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/pschrottky/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\"><NAME>ça</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pekz0r/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/psmits1567/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/pierlo/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/pishmishy/\">pishmishy</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/prashanttholia/\">prashanttholia</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/rajanit2000/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\"><NAME>aev</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redstar504/\">redstar504</a>, <a href=\"https://profiles.wordpress.org/regankhadgi/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/renehermi/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">ribaricplusplus</a>, <a href=\"https://profiles.wordpress.org/richtabor/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/kreppar/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\"><NAME>mo</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roikles/\">roikles</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\"><NAME>ers</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">R<NAME></a>, <a href=\"https://profiles.wordpress.org/rmccue/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/welcher/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/saeedfard/\">Sa<NAME>ard</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sswebster/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/otto42/\"><NAME> (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/saqibameen/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sarahricker/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sawanoboly/\">sawanoboly</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/l3rady/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/senning/\">Senning</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/yakimun/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/sncoker/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/shital-patel/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/shramee/\">shramee</a>, <a href=\"https://profiles.wordpress.org/sresok/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/slaffik/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/stulab/\">Stéphane Treilhou</a>, <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/garubi/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sterndata/\"><NAME> (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sudoshreyansh/\">sudoshreyansh</a>, <a href=\"https://profiles.wordpress.org/smub/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/techboyg5/\">techboyg5</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/thelmachido/\">Thelma Mutete</a>, <a href=\"https://profiles.wordpress.org/thib3113/\">thib3113</a>, <a href=\"https://profiles.wordpress.org/thijsvanloef/\">thijsvanloef</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/thomaslhotta/\">thomaslhotta</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/hedgefield/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sippis/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-<NAME>ellner)</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/itowhid06/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/tray/\">tracy apps</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, <a href=\"https://profiles.wordpress.org/treibstoff/\">treibstoff</a>, <a href=\"https://profiles.wordpress.org/trisha_cornelius/\">Trisha Cornelius</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/tzafrir/\">tzafrir</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/uxkai/\">uxkai</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/contact-banker/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/ravivaddweb/\">vidhiaddweb</a>, <a href=\"https://profiles.wordpress.org/vinayakanivase/\">Vinayak Anivase</a>, <a href=\"https://profiles.wordpress.org/vinita29/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/usestrict/\">Vinny</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | <NAME></a>, <a href=\"https://profiles.wordpress.org/webmigrates/\">Webmigrates Technologies</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/yoavf/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/yscik/\">yscik</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Y<NAME>d</a>, and <a href=\"https://profiles.wordpress.org/zebulan/\"><NAME>ill</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9325\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"State of the Word 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Dec 2020 22:55:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9296\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"State of the Word will be streamed on Facebook, YouTube, and Twitter on Thursday, Dec 17th, 2020 at 1600 UTC.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1225:\"\n<p>State of the Word is an annual keynote address delivered by the project co-founder, <NAME>. Catch this year’s keynote in the video below!</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed/QI3qCoiuG3w?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<h3>New to State of the Word?</h3>\n\n\n\n<p>If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 – WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 – WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 12 Feb 2021 20:52:07 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 11 Feb 2021 21:15:42 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20200501142607\";}','no'),(205,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1613206328','no'),(206,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1613163128','no'),(207,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1613206329','no'),(208,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Design Lab Releases Artpop, a Block-Ready WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111904\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/design-lab-releases-artpop-a-block-ready-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=design-lab-releases-artpop-a-block-ready-wordpress-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4950:\"<p class=\"has-drop-cap\">Perhaps the fates have stepped in to prove a point. After I wrote a 2,000-word piece on the <a href=\"https://wptavern.com/upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era\">lack of quality themes</a> in the theme directory, they decided to send a message. Not once, but twice this week, a new WordPress theme has managed to catch my eye. My rational mind knows that it was just a weird twist of timing, but I am not discounting the supernatural.</p>\n\n\n\n<p>Design Lab’s sixth theme, <a href=\"https://wordpress.org/themes/artpop/\">Artpop</a>, went live in the theme directory this week. It is marketed as a block-ready WordPress theme for blogs, portfolios, businesses, and WooCommerce shops. For the most part, it has a clean and open design that provides users a lot of wiggle room to build out pages with the block editor.</p>\n\n\n\n<p>Simplicity is the name of the game, and Artpop has it in spades. It adds just enough small touches to make some elements pop. Of course, I am a fan of the blockquote style, which is one area that theme authors can leave their signature:</p>\n\n\n\n<img />Blockquote design.\n\n\n\n<p>The theme is not without a few design issues. The typography does not lend itself well to long-form content, despite being pushed as a blogging theme. With a 760px-wide content area and 16px font-size, comfortable reading is thrown out the window. Sure, it looks good in <a href=\"https://www.designlabthemes.com/preview/artpop/\">the demo</a>, but it is not practical in the real world.</p>\n\n\n\n<p>Where the theme gets things right is its coverage of block styles. End-users can put together custom layouts that do not look broken. After two years of the block editor being in core, this should be the <em>standard</em> experience with all themes, but I cannot stress how much it isn’t.</p>\n\n\n\n<p>I even recreated the <a href=\"https://demo.designlabthemes.com/artpop-pro/homepage-creative/\">“creative” homepage design</a> that ships with the pro version of the theme to see how easy it was. If you would rather work with premade layouts, the <a href=\"https://www.designlabthemes.com/artpop-pro-wordpress-theme/\">upgrade</a> is a mere $30. However, if you know your way around the block editor, you can definitely build the layouts yourself.</p>\n\n\n\n<img />Editing creative-style Artpop Pro homepage design.\n\n\n\n<p>This is the direction that theme design should be going. Provide all the capabilities in the free product. Upsell the added value of having all these extra layouts/patterns premade and available at the click of the button.</p>\n\n\n\n<p>By default, the homepage displays a five-post grid. A large featured post sits in the middle while the others are aligned on either side of it. This unique layout was what immediately drew me into the theme.</p>\n\n\n\n<img />Grid-style featured posts.\n\n\n\n<p>Users can also choose a carousel of featured posts instead of the grid via the customizer. I am typically not a fan of slider-like sections. However, carousels, where it is clear there are extra posts to view, are sometimes an exception to the rule.</p>\n\n\n\n<img />Carousel-style featured posts.\n\n\n\n<p>After working with block-based themes and the site editor so much over the past few months, these customizer settings feel ancient — both from a developer and end-user viewpoint. It reminds me to applaud theme authors for the years of work they have put into non-optimal systems. There will be a day when adding these types of layouts do not require nearly as much effort.</p>\n\n\n\n<p>The one annoyance with the homepage options is that the theme author created a separate “Homepage” panel, which can easily be confused with the existing core “Homepage Settings” section. There is no good reason to not combine these two and free up some room in the customizer.</p>\n\n\n\n<p>I would also like to see just a general cleanup of the theme’s customizer integration. The theme does not have many options, but it has nearly a dozen top-level sections, consuming precious real estate in the customizer.</p>\n\n\n\n<p>The biggest downside to the theme is that it adds a customizer control that prints “Try Artpop Pro / Need more options?” to every section it adds. This is in addition to its two top-level upsell sections. The thing that makes it worse, however, is that it is broken. The “Try Artpop Pro” text is meant to be linked, but the theme has a bug that outputs the text followed by a broken link tag, which is only visible in the source code.</p>\n\n\n\n<p>There really is no need for 10 upsell links in the customizer, even if eight of them are broken. The theme is nice enough on its own. The links just degrade it.</p>\n\n\n\n<p>Aside from a few annoyances, the theme is worth exploring for those in the market for something new. While it is a freemium product, users can get a lot of mileage out of it without upgrading.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Feb 2021 18:49:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Elementor to Roll Out Significant Pricing Hike for New Customers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111909\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/elementor-to-roll-out-significant-pricing-hike-for-new-customers?utm_source=rss&utm_medium=rss&utm_campaign=elementor-to-roll-out-significant-pricing-hike-for-new-customers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5799:\"<p>Earlier this week, Elementor <a href=\"https://elementor.com/blog/announcing-new-pro-plans/\">announced</a> a significant pricing hike coming in March 2021 for new customers: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>On March 9th, 2021, Elementor will be adding new Studio and Agency Pro subscription plans and adapting the Expert plan, to best accommodate users’ growing needs. These changes will only apply to new purchases. <strong>If you’re on an existing active subscription plan, nothing changes for you.</strong></p></blockquote>\n\n\n\n<p>The most radical change is coming to the Expert plan, which previously offered 1,000 sites for $199/year. The plan has been pared back to support 25 sites. Users who need support for 1,000 websites will need to purchase the Agency plan at $999/year, a 400% increase on the price for what was previously offered under the Expert plan.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Elementor emphasized that customers with an existing active subscription will not be affected by the pricing changes. The company is also giving customers a chance to purchase the current Expert plan ($199/year for 1,000 sites) before it is discontinued before March 9, 2021. Existing customers on the Expert plan have the option to upgrade to the Agency plan at a 50% discount (valid from March 9, 2021 until June 9, 2021).</p>\n\n\n\n<p>Over the past 48 hours, Elementor’s announcement has received 270 comments primarily from disgruntled customers. Some of them are opposed to the pricing hikes and others are unclear about what it means for their subscriptions long term. Elementor representatives’ responses to questions on renewal have been studiously unclear.</p>\n\n\n\n<p>One customer points out that the announcement does not explicitly say that existing subscriptions will retain the legacy pricing past the end of the billing period for this year. It does not state that existing active subscriptions will remain at the same price indefinitely, nor does it specify a term after which the pricing will go up. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Elementor Evangelist <NAME>, head of the company’s web creator program, has left the question regarding renewals open, saying he “cannot see into the future.” Customers were left wondering whether the lack of clarity on the future of renewals is a foreshadowing of prices going up after the current billing year. </p>\n\n\n\n<p>“No one can predict the future, and offering a lifetime price guarantee is irresponsible for any future-facing company,” Pines told the Tavern. “What we can guarantee for sure is the extent to which we value user loyalty. This is why they have never experienced any price change in 4.5 years. We value our users’ trust, and have taken every step to ensure that our loyal users’ active subscriptions are not affected.”</p>\n\n\n\n<p>The company has not confirmed whether existing active subscriptions will be guaranteed the lower pricing forever and reserves the right to eliminate legacy pricing at any point in the future. </p>\n\n\n\n<p>In the announcement, Pines said the pricing model for Elementor Pro has hardly changed since it was introduced in 2016 and that it is time to update it to best accommodate customers’ evolving needs. Elementor is now installed on more than 7 million websites and caters to a wide community of users with varying levels of expertise. The new plans have access to 24/7 live chat support and a handful of other benefits, but many customers participating in the comments said they do not require chat support.</p>\n\n\n\n<p>The upcoming pricing hike has heightened tensions for customers who feel the dramatic increase is unjustified for the software in its current state. They cited usability issues, persistent bugs, and performance problems that remain unfixed. Additional support features do not make the higher prices more compelling for this segment of the company’s customers.</p>\n\n\n\n<p>Some who were disturbed by the radical price increase called for the company to consider creating a middle ground offering for the updated Expert tier.</p>\n\n\n\n<p>“I agree that 1,000 websites for $199 is low,” one customer commented. “Many small people will never create 1,000 websites. What bothers me is $199 for 25. Would it be more reasonable if it was $199 for 50, to have some middle ground? Or maybe you do not want the little people around any more.”</p>\n\n\n\n<p>A handful of customers commenting were unfazed, noting that anyone who builds 1,000 websites using Elementor and cannot afford $1 per work order should reconsider their business model.</p>\n\n\n\n<p>Pricing changes can be a major source of friction for existing customers, as GitLab recently discovered when <a href=\"https://wptavern.com/gitlab-drops-bronze-starter-tier-in-pricing-update\">dropping its Bronze/Starter Tier</a> and imposing a 5x price increase on those features in a higher tier. Although the immediate impact of pricing increases will primarily hit new customers, it’s the existing customers who have been paying for subscriptions for years who have the strongest opinions on the changes. </p>\n\n\n\n<p>Raising prices to introduce more value for customers or to account for the increased support burden is a natural evolution for companies that experience rapid growth over a short period of time. Getting existing customers to lock in their auto-renewals by offering legacy pricing is also a strategy for ensuring a more predictable financial future for the company. But Elementor’s lack of clarity regarding term length for the discounted renewal pricing is the primary reason for all the agitation in the comments on the announcement.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Feb 2021 04:58:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: WP Feedback Rebrands To Atarim, Moves To a Full SaaS Model\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110579\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/wp-feedback-rebrands-to-atarim-moves-to-a-full-saas-model?utm_source=rss&utm_medium=rss&utm_campaign=wp-feedback-rebrands-to-atarim-moves-to-a-full-saas-model\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5872:\"<p class=\"has-drop-cap\">Earlier this week, WP Feedback founder <NAME> announced the company was <a href=\"https://atarim.io/blog/introducing-atarim/\">changing its brand to Atarim</a>. After 18 months since its launch, it would also be moving toward a complete Saas (Software as a Service) model.</p>\n\n\n\n<p>WP Feedback was created as a standalone plugin. The goal was to provide a visual feedback tool that agencies and developers could use to communicate with clients rather than spending time deciphering unclear emails, chat messages, and phone calls.</p>\n\n\n\n<p>“Starting as a freelancer and then an agency owner myself, it was always a huge pain to get clients to provide me with the content and design feedback I needed,” said Peleg. “And this led to us building a tool for us that worked extremely well with our workflow, which led to the decision to take this to the market.”</p>\n\n\n\n<p>However, over time, the product evolved into something bigger.</p>\n\n\n\n<p>“As we started gaining traction, I always kept a pulse on our users (now with over 5,000 freelancers and agencies), and it became clear that a standalone plugin, while it did do the trick, was simply not enough — especially for those that manage multiple websites and clients at the same time,” said Peleg. “It solved a huge part of the problem, but not the workflow in its entirety. There was a clear demand for us to build a centralized area to gather all feedback so we then created our Agency Dashboard — a cloud-based application that allowed our users to gather all the requests from different clients and websites to manage them in a single place.”</p>\n\n\n\n<p>Peleg said the Agency Dashboard revealed a more complex problem in the industry. Agencies were patching together several different tools to provide various aspects of their services. These tools were leading to unnecessary friction and slowing down jobs, often adding weeks of additional time.</p>\n\n\n\n<p>The team tackled more than they had initially bargained for. In 18 months, they added over 150 features to the WP Feedback platform. Peleg said the project has helped agencies and developers reduce between 50% and 80% of the previous time delivering projects and supporting clients.</p>\n\n\n\n<p>In 2020, the WP Feedback’s users marked over 100,000 tasks as complete. Peleg calculates this has saved the industry over five years of unnecessary back and forth.</p>\n\n\n\n<p>“The name WP FeedBack continued to position us as what version 1.0 was — a basic visual feedback plugin,” he said. “So along with version 2.0 that is releasing this week, I decided it’s a great opportunity to revamp the whole experience with a rebrand, repositioning, and a whole bunch of new ways that users can use our software to improve their lives.”</p>\n\n\n\n<p>Peleg said that nothing is really changing for existing customers other than having access to more tools. It should be a smooth transition for them. The goal now is to attract new customers.</p>\n\n\n\n<p>“I also hope that this transition will allow our industry to see the new reality we’re creating for delivering website projects and why it’s insane that a 5-6 days project still takes 6-8 weeks to complete,” he said.</p>\n\n\n\n<h2>How the Service Works</h2>\n\n\n\n<img />Atarim Agency Dashboard.\n\n\n\n<p class=\"has-drop-cap\">There are two sides to Atarim. One is a client-interface plugin installed on each project website; the other is the Agency Dashboard.</p>\n\n\n\n<p>“The plugin’s role is to provide a simple experience for clients to provide the content you need, approve the designs and request ongoing support,” said Peleg. “Allowing to visually click any part of the website (including in the wp-admin screens) and just leave a comment. The agency will get an automated screenshot, the screen size, browser version, and a button that will take them directly to the request, logged in, with one click.”</p>\n\n\n\n<p>Freelancers or agencies work from within the Agency Dashboard. This serves as a central location for all of the work that happens around client websites.</p>\n\n\n\n<p>Technically, WP Feedback has already been a SaaS product with an accompanying plugin since launching its central dashboard early in the product’s history. Version 2.0 completes the transition from a plugin to a full-on SaaS. Feedback and other data are no longer saved to the client websites. Instead, they are hosted via Atarim.</p>\n\n\n\n<p>“Over time, we noticed that it created unwanted bloat to the websites that were using our tools extensively, so off-loading all the data and loading it from our side, was the natural route,” said Peleg. “But since this is how the platform was initially built, this was a massive undertaking that I’m very happy that we finally completed.”</p>\n\n\n\n<p>The client-interface plugin is built for WordPress. However, the technology stack behind the new Atarim Agency Dashboard is on Laravel and React. The team thought it would be the best framework for speed and to work with as the company continues to scale.</p>\n\n\n\n<p>“I’ve been using WordPress myself for more than a decade — so it really comes naturally to me by now,” said Peleg. “The SaaS world is a different animal.”</p>\n\n\n\n<p>“One of the biggest challenges was transitioning everything we have built, to be pulled from the cloud as opposed to being stored locally on the client’s site. The ‘cloud migration’ project, as we called it internally, has been a year-long endeavor that, whilst it was developed constantly, was pushed back by our need to support our existing users, our growth, COVID-19, and all the other fires that happen when you’re running a startup.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Feb 2021 21:54:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: People of WordPress: <NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/02/people-of-wordpress-pooja-derashri/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9544:\"<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories that are lesser-known.</em></p>\n\n\n\n<img width=\"632\" height=\"331\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/02/pic1.jpg?resize=632%2C331&ssl=1\" alt=\"Pooja standing in a banner \" />\n\n\n\n<p><NAME> shares the story of how she went from being an introvert from a small village in India to becoming a developer and working on international projects, thanks to the WordPress community. </p>\n\n\n\n<p>As her interest grew, Pooja started following some WordPress-based groups on Facebook, where she first heard about conference-style WordPress events known as WordCamps. She later joined her first WordCamp in Ahmedabad, India. This three day event in 2017 opened up a new world—the WordPress community—and what would become a life changing moment. “WordCamp Ahmedabad has one of the best WordPress communities in India,” she said, “and everyone, including organizers and attendees were so humble and welcoming.”</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2021/02/pooja600x600.jpg?w=500&ssl=1\" alt=\"\" class=\"wp-image-9654\" />\n\n\n\n<h2><strong>The thirst for learning</strong></h2>\n\n\n\n<p>A fascination with how things worked and a desire never stop learning were traits that shone through in Pooja from a young age. She moved from Banera, a rural village in India, to a nearby city, where she lived with her uncle while completing her higher education. With her enthusiasm for learning, she decided to become an engineer. When thinking back on that time she says, “Being from a rural background, people in my village tended not to be keen on the idea of sending their girl child to another city for further studies. Fortunately, that was not the case for me because my parents were immensely supportive of me and my interests. They’ve always encouraged me to believe in myself and fulfill my dreams. With their support, I pursued my engineering in electronics and communication.”</p>\n\n\n\n<h2><strong>Discovering the opportunities in web development </strong></h2>\n\n\n\n<p>On completing her engineering training, Pooja was not sure what to do next. One of her friends suggested that she should explore web development. The idea intrigued her, and she sought out learning resources to study. She also secured an internship as a PHP Developer to give herself the chance to learn alongside professionals in the field.</p>\n\n\n\n<h2><strong>Getting started with WordPress</strong></h2>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>“I found WordPress surpassed other platforms. The vast knowledge base made it easy for me to learn.” – Pooja</strong></p></blockquote>\n\n\n\n<p>This internship led Pooja to her first job where she discovered a range of content management systems. Her view of the opportunities offered by these systems changed when the manager assigned her a small project using the WordPress platform. </p>\n\n\n\n<p>She recalls: “I found WordPress surpassed other platforms I had worked on earlier. The vast knowledge base made it easy for me to learn.” She soon became comfortable managing WordPress, working with plugins and themes, and wanted to learn it more in-depth.</p>\n\n\n\n<p>Pooja soon joined WPVibes as its first team member. Being part of a new startup gave her a lot of experience and a chance to be involved in new processes. As the company expanded they started providing custom plugin development services per the client’s requirement and created some free and paid plugins. Pooja said, “We found it very exciting and productive. Today, we are a team of 10.”</p>\n\n\n\n<h2><strong>Encouragement from the WordPress community</strong></h2>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Contributing to WordPress increases your knowledge</strong></p></blockquote>\n\n\n\n<p>At the event, she was able to listen to speakers from India and abroad, many of whom shared their journey with WordPress and how it had changed their lives. “One of the most inspiring sessions was by <NAME>,” she said. “He talked about contributing to WordPress and giving back to the community. He also explained how contributing to WordPress can help you to enhance your knowledge. It inspired me to contribute to WordPress.”</p>\n\n\n\n<p>The WordPress community of Ahmedabad continued to inspire Pooja and her husband <NAME>, and they later started a Meetup group in their home city of Ajmer as part of their contribution to the community. They continue to be involved in supporting local users through the <a href=\"https://www.meetup.com/ajmer-wordpress-meetup/\">Ajmer Meetup</a>.</p>\n\n\n\n<img src=\"https://lh5.googleusercontent.com/KmA8iDgGrRar_cgD2jp2ThrzPxuzGTSI7SWkxDdHKyN4p2iNoj0e-VdOxO0xa1TtH56Uci9wEfYYfnW8DYji8c1HuaI7L-xhNqXyXt_kdchWtVxe_PnSea2knlWhP_O7qqG0Quju\" alt=\"Pooja with a WordCamp Ahmedabad badge\" width=\"500\" />\n\n\n\n<p>At the next WordCamp Pooja attended, she joined its contributor day, which brings users together to give back to the open source platform and global community. Most of the contributors she met were interested in giving time to the WordPress CMS. She decided to venture into a different path and took her first steps by joining the WordPress TV group, where you can explore videos from WordPress events across the world. She also discovered the joy of translating into her local language, and is a <a href=\"https://make.wordpress.org/polyglots/\">Polyglot</a> contributor for the Hindi language.</p>\n\n\n\n<p>In 2019, she was selected as a volunteer for WordCamp Asia in Bangkok, Thailand, and it became an impetus to become even more involved with the community. She was very excited about this role, and to be part of her first WordCamp outside India. Sadly, due to the global COVID pandemic, the event had to be cancelled. Her enthusiasm has not diminished and she is eagerly waiting to support in-person WordCamps in the future and meet even more members of the global community.</p>\n\n\n\n<p>Her determination to be part of making WordPress and sharing skills has only increased, which has led to contribute to the WordPress Training team. This team manages lesson plans and prepares content to support people who are training others to use WordPress. The team recently joined a few other teams to <a href=\"https://wordpress.org/news/2020/12/introducing-learn-wordpress/\">launch Learn WordPress</a>, which brings learning materials together for users of all levels, and Pooja contributed to two different teams during the project.</p>\n\n\n\n<h2><strong>Message to the WordPress Community</strong></h2>\n\n\n\n<p>Pooja is eager to share her belief in the power for good in the WordPress community. “There is a huge community to help you with your learning, so start learning and try to give back to the community. It doesn’t matter if you are not comfortable with programming, there are many different ways in which you can contribute.” </p>\n\n\n\n<p>“What I have learned in my life is that it doesn’t matter from where you came and what background you have. All that matters is your hard work and positive attitude towards life.”</p>\n\n\n\n<p>Read more stories in the <a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p><em>Thanks to <NAME> (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and <NAME> (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>) for writing this story, and to <NAME> (<a href=\"https://profiles.wordpress.org/sthakor/\">@sthakor</a>), <NAME> (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), <NAME> (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), <NAME> (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>), <NAME> (<a href=\"https://profiles.wordpress.org/oglekler/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>oglekler</a>), <NAME> (<a href=\"https://profiles.wordpress.org/vimes1984/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>vimes1984</a>), <NAME> (<a href=\"https://profiles.wordpress.org/lmurillom/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lmurillom</a>), and <NAME> (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>) for work on the series this month. Thank you also to <NAME> (<a href=\"https://profiles.wordpress.org/webtechpooja/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webtechpooja</a>) for sharing her #ContributorStory.</em></p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><img src=\"https://lh4.googleusercontent.com/E9y8t1dTqeOylNc4mkC0KeQfmCisFLy4790Idt2DYwWdKSEwCh7RlsAmTcnRYuTb7jqXzwtYVjPRsXDVTh_HREDUWAbB-sOOXuC7HEZR-uEeV046dl8X3eU9kG6fpIXkRn0SbDcT\" alt=\"HeroPress logo\" /><div class=\"wp-block-media-text__content\">\n<p><em>This post is based on an article originally published on HeroPress.com, an initiative focused around people in the WordPress community created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em><NAME></em></a><em>.</em></p>\n</div></div>\n</div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Feb 2021 21:30:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WordPress Passes 40% Market Share of Alexa Top 10 Million Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111831\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/wordpress-passes-40-market-share-of-alexa-top-10-million-websites?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-passes-40-market-share-of-alexa-top-10-million-websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3647:\"<p>WordPress has passed 40% market share of all websites, up from 35.4% in January 2020, as measured by <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">W3Techs</a>. These numbers are derived from the <a href=\"https://www.alexa.com/\">Alexa</a> top 10 million websites, along with the <a href=\"https://tranco-list.eu/\">Tranco</a> top 1 million list. By W3Techs’ estimates, every two minutes, another top 10m site starts using WordPress. </p>\n\n\n\n<p>Among the <a href=\"https://w3techs.com/technologies/breakdown/cm-wordpress/ranking\">top 1,000 sites</a>, WordPress’ market share is even higher at 51.8%, and captures a staggering 66.2% for new sites. In tracking the growth rate over the past 10 years, W3Techs shows WordPress sloping steadily upwards.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p> <NAME>, CEO of W3Techs parent company Q-Success, <a href=\"https://w3techs.com/blog/entry/40_percent_of_the_web_uses_wordpress\">explained</a> the reasons behind this methodology:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The reason why we don’t count all the websites, is because there are so many domains that are unused or used for dubious purposes. We want to exclude the many millions of parked domains, spam sites and sites that simply have no real content. We are convinced that including all trash domains would make our statistics a lot less useful, as millions of them just run some software stack that auto-generates useless content.</p></blockquote>\n\n\n\n<p>In order to measure the “meaningful web,” W3Techs’ methodology excludes sites with default content pages displayed by Apache, Plesk, and cPanel, expired domains, and account suspended pages. It also excludes sites with the default WordPress message (<em>“Hello world! Welcome to WordPress. This is your first post. Edit or delete it, then start writing!”</em>).</p>\n\n\n\n<p>In January, <a href=\"https://w3techs.com/technologies/comparison/cm-drupal,cm-squarespace,cm-wix\">Squarespace overtook Drupal and Wix</a> to become the 4th most popular CMS with 2.5% market share, trailing Joomla (3.4%), Shopify (5.3%), and WordPress (64.3%). Although most open source CMS’s are now in a gradual decline with proprietary competitors rising, WordPress remains a beacon of free software that continues to sustain its incredible growth. </p>\n\n\n\n<p>In a time when some projects are abandoning open source principles when convenient for their business models, WordPress’ success has proven that an unwavering commitment to user freedoms does not have to be at odds with a thriving commercial ecosystem. These user freedoms are fiercely protected by the project’s leadership and passionate community of contributors. As a result, WordPress’ GPL licensing now underpins a multi-billion dollar economy of services, hosting companies, and entrepreneurs who have built their livelihoods using WordPress. </p>\n\n\n\n<p>Every year I wonder when the project’s growth might slow down, but end up refreshing W3Techs’ site obsessively for a week in anticipation of another major milestone, as WordPress hovered at 39.9%. Naysayers love to claim that hordes of people will stop using WordPress when major, ambitious changes are proposed. But if W3Techs’ growth tracking is any indication, new website creators and those climbing the ranks to the Alexa top 10 million have not yet gotten tired of being greeted by the message: <em>“Hello world! Welcome to WordPress. This is your first post. Edit or delete it, then start writing!”</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Feb 2021 04:38:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"WPTavern: GoDaddy Launches the Hub, a New Site, Project, and Client Management Experience for Web Professionals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111717\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:261:\"https://wptavern.com/godaddy-launches-the-hub-a-new-site-project-and-client-management-experience-for-web-professionals?utm_source=rss&utm_medium=rss&utm_campaign=godaddy-launches-the-hub-a-new-site-project-and-client-management-experience-for-web-professionals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5308:\"<img />\n\n\n\n<p class=\"has-drop-cap\">On Monday, GoDaddy officially <a href=\"https://www.godaddy.com/garage/what-is-new-godaddy-pro/\">launched the Hub by GoDaddy Pro</a>, a dashboard that brings together all of its products, pro-specific tools, and solutions. The experience is geared toward website developers and designers, creating a central location to manage their client work.</p>\n\n\n\n<p>GoDaddy Pro is not a new service by GoDaddy. The hosting company launched its <a href=\"https://www.godaddy.com/garage/introducing-the-godaddy-pro-beta/\">initial beta in 2015</a>. However, GoDaddy Pro is now offering a fresh experience powered by the Hub. According to <NAME>, the Global Field Marketing Sr. Manager at GoDaddy, the Hub is being built in collaboration with real-world web designers and developers from their Customer Advisory Board.</p>\n\n\n\n<p>The Hub is at <a href=\"https://hub.godaddy.com\">hub.godaddy.com</a>. Existing GoDaddy Pro users can opt-in to the new Hub experience. However, they may continue using the legacy experience at <a href=\"https://pro.godaddy.com\">pro.godaddy.com</a>. They can also jump between both as needed. Eventually, the Hub will completely replace the legacy experience.</p>\n\n\n\n<img />The Hub home screen.\n\n\n\n<p>“You can manage all your client projects, sites, and GoDaddy products from within the Hub,” said Warner. “Your clients’ WordPress sites don’t have to be hosted at GoDaddy. The Hub works with all web hosts. You can run one-click WordPress updates, security checks, backups, and other bulk site maintenance work within the Hub. We’ve seen users save an average of three hours per month, per site.”</p>\n\n\n\n<p>The Hub allows web developers to access their clients’ GoDaddy products without needing to pass around credentials. Developers can also send a pre-loaded shopping cart or purchase products on their clients’ behalf.</p>\n\n\n\n<p>“This makes it easier, and faster, to get a new project up and running,” said Warner. “You don’t have to worry about your client buying the wrong hosting plan or domain. Project management is integrated into the Hub, so you can keep track of client communications and ensure you’re delivering projects on time.”</p>\n\n\n\n<p>Part of this journey began when GoDaddy acquired ManageWP and brought its team over in 2016. The <a href=\"https://wptavern.com/godaddy-acquires-wordpress-site-management-service-managewp\">acquisition was anything but popular</a> at the time.</p>\n\n\n\n<p>“We built the first version of our GoDaddy Pro site management tools on top of ManageWP Orion,” said Warner. “We added new GoDaddy-specific features, like allowing clients to grant delegated access to manage their GoDaddy products. We also included some premium addons for free on GoDaddy-hosted websites. Just like with ManageWP, sites managed in the Hub can be hosted anywhere, not just at GoDaddy.”</p>\n\n\n\n<p>The Hub has an interface that feels more Average Joe than tech savant. I half expected to see call-to-action buttons littering the screen, funneling users to every conceivable GoDaddy product, but none were found. Expectations from the GoDaddy of 10 years ago still linger and die hard. However, the company continues to move beyond its old reputation with its free tools and more recent willingness to give back to the open-source community, including its contribution to <a href=\"https://wordpress.org/five-for-the-future/pledge/godaddy/\">Five for the Future</a>.</p>\n\n\n\n<img />Running a site security check.\n\n\n\n<p>“My goal in joining GoDaddy in 2018 was, and still is, to continue my participation in the WordPress and wider web designer and developer (WD&D) communities in order to listen and return feedback internally on how we can best support freelancers in starting, growing, and streamlining their businesses,” said Warner. “GoDaddy Pro (the legacy tool) already existed when I joined GoDaddy, and my mission was to spread the word and offer suggested enhancements based on real-world conversations with freelancers and their specific needs.”</p>\n\n\n\n<p>Creating clients, projects, and sites from within the interface is simple. Performance and security checks went well for the one site I have connected. The tests seemed to be spot on in comparison to other tools I have used.</p>\n\n\n\n<img />Site performance check.\n\n\n\n<p>GoDaddy Pro membership is free. However, the Hub will have premium site <a href=\"https://www.godaddy.com/help/premium-site-maintenance-tools-in-the-hub-40384\">maintenance tools in the future</a>. Automated security checks, performance checks, backups, and uptime monitoring are currently free. There is no timetable on when they will be behind a paywall. Some of the premium features will have a downgraded free option when the switch is flipped.</p>\n\n\n\n<p>“While some adjacent programs (e.g. GoDaddy Reseller program, Pro subscription) may have associated costs or fees, GoDaddy Pro’s integrated project management, site management, and client management tools are free,” said Warner.</p>\n\n\n\n<p>The commitment to offering the management tools for free is undoubtedly a good thing. Thus far, I like what I am seeing with the new Hub experience.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Feb 2021 22:31:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Gatsby Launches New WordPress Integration, Expanding Support for Headless Architecture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111778\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:235:\"https://wptavern.com/gatsby-launches-new-wordpress-integration-expanding-support-for-headless-architecture?utm_source=rss&utm_medium=rss&utm_campaign=gatsby-launches-new-wordpress-integration-expanding-support-for-headless-architecture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4035:\"<p>The <a href=\"https://www.gatsbyjs.com/plugins/gatsby-source-wordpress/\">Gatsby source WordPress plugin</a>, Gatsby Cloud’s official WordPress integration, has been marked stable as of v4 and has been released to the public. The plugin sources data from WordPress for headless setups that use Gatsby on the frontend. It is a complete rewrite of Gatsby’s previous source plugin and works in combination with the <a href=\"https://wordpress.org/plugins/wp-gatsby/\">WPGatsby</a> plugin to integrate content preview and incremental builds from Gatsby Cloud. </p>\n\n\n\n<p>After going into public beta last year, the new source plugin was updated to enable the following: </p>\n\n\n\n<ul><li>Users add a WPGraphQL-enabled endpoint to gain access to WordPress content in Gatsby’s data layer for use in React templates</li><li>Optimizes links and images within the content HTML with gatsby-image and gatsby-link</li><li>Restricts image processing and optimization to images referenced in published content, so large media libraries don’t slow down build times</li><li>Automatically enables access to data from <a href=\"https://www.wpgraphql.com/extensions\">any WPGraphQL extension</a>, integrating the site with other WordPress plugins</li></ul>\n\n\n\n<p>WPGraphQL is required as part of the setup. It turns any site into a GraphQL server, making the content easier to fetch. For the past 18 months, Gatsby has supported the development and maintenance of WPGraphQL to a stable 1.0 release. WP Engine recently hired its maintainer, <NAME>, to continue funding the project and <a href=\"https://wptavern.com/wp-engine-invests-in-headless-wordpress-hires-wpgraphql-maintainer\">expand on its own headless WordPress initiatives</a>. This ensures that WPGraphQL will continue to have a strong future for use in decoupled projects. </p>\n\n\n\n<p>“During the beta period, we were excited to see developer teams we admire adopt the Gatsby WordPress integration for their projects,” Gatsby marketing manager <NAME> said. “Teams from Facebook, Bluehost, and Apollo used Gatsby’s WordPress integration to create accessible, scalable, and easy-to-update web experiences.” All of these sites and more were using Gatsby + WPGraphQL in production before the new Gatsby Source WordPress plugin was officially stable, so it has been tested extensively during the beta period.</p>\n\n\n\n<p>The rewritten plugin is better at bridging the gap to make Gatsby frontends less of a trade-off for developers who are working with editorial teams. It <a href=\"https://twitter.com/tylbar/status/1359228717533302790\">improves build times</a> to be <a href=\"https://willit.build/details/type/blog/source/wordpress/page-count/4096\">under 10 seconds</a> for medium-sized sites. </p>\n\n\n\n<p>The complexity of editing and rebuilding Gatsby sites has been one of the chief deterrents for content creators adopting headless architecture. It imposes a more complicated workflow that the Gatsby Cloud product is designed to fix. This is how Gatsby monetizes its WordPress integration – by making the workflow more like what traditional WordPress provides out of the box.</p>\n\n\n\n<p>In recruiting potential headless customers, Gatsby emphasized the lower hosting costs of its stack. <a href=\"https://gatsbyjs.com/pricing/\">Gatsby Cloud</a> is free for small, personal sites but limits users to 100 Real-Time Edits/month. In fact, all of the commercial plans have upper limits on the number of editors and how many times users can perform real-time edits. </p>\n\n\n\n<p>Decoupled architecture still falls squarely within the realm of developers. Gatsby’s Cloud product is one way that developers who choose Gatsby for the frontend can make their sites more user-friendly for editorial teams. Developers who are interested in exploring the new integration can get a quick start by checking out <a href=\"https://github.com/gatsbyjs/gatsby-starter-wordpress-blog\">Gatsby’s official WordPress starter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Feb 2021 23:52:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Embed Any URL Into WordPress With the Bookmark Card Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111798\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/embed-any-url-into-wordpress-with-the-bookmark-card-block?utm_source=rss&utm_medium=rss&utm_campaign=embed-any-url-into-wordpress-with-the-bookmark-card-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4117:\"<p class=\"has-drop-cap\"><NAME>’s <a href=\"https://wordpress.org/plugins/bookmark-card/\">Bookmark Card</a> block is the sort of simple plugin that is easy to overlook. It is one of those plugins that suffers from the lack of block discoverability in WordPress at the moment. Like many other one-off blocks, you don’t know you need it until you need it.</p>\n\n\n\n<p>The plugin is essentially an embed block, but it is not specific to one website or service like Twitter and YouTube. Instead, it allows users to add a “card” for any URL in their content.</p>\n\n\n\n<p>Mamadashvili has previously worked as a developer on several blocks for the Sorta Brilliant brand, which sported some of my <a href=\"https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins\">favorite block-related plugins</a>, such as <a href=\"https://wptavern.com/emoji-conbini-and-the-case-for-a-block-enhancements-directory\">Emoji Conbini</a>. Unfortunately, those plugins are no longer in the WordPress directory at the request of the owner, <NAME>.</p>\n\n\n\n<p>However, Mamadashvili has continued building separately. Yesterday, he launched <a href=\"https://wordpress.org/plugins/toggles/\">Toggles</a>, a block for creating FAQs, hiding spoilers, and adding simple accordion elements..</p>\n\n\n\n<p>I have had his Bookmark Card block literally <em>bookmarked</em> for a few months, just now finally giving it the overdue trial run that it deserves.</p>\n\n\n\n<p>The name of the plugin brings me back a few years. There was once a time when bookmarks were a common feature of the web. Entire sites were dedicated to managing them, and some people created their own bookmark pages on their WordPress sites. Some were mere blogrolls. Others were more advanced galleries with images. Even the “link” post format archive in WordPress has served as a bookmark system.</p>\n\n\n\n<p>The idea of bookmarks is about preserving pieces of the web that interests us. So, I opened my dusty old recipe folder in Chrome and started putting together a recipes page for fun, hoping for some inspiration in my culinary pursuits.</p>\n\n\n\n<img />Horizontal-style Bookmark Card blocks.\n\n\n\n<p>I enjoy this recipe page a lot more than the plain links hidden away in my Google bookmarks. I suppose I could get even more creative and break everything down by category on different pages.</p>\n\n\n\n<p>The Bookmark Card block currently ships with two styles. The horizontal style, shown above, places the image to the right of the card content. The default style, shown below, adds the image at the top. Users can also try combinations with other blocks for unique looks, such as adding cards to the Columns block.</p>\n\n\n\n<img />Columns of Bookmark Card blocks.\n\n\n\n<p>The plugin can be useful in many contexts. Users can add URLs that are not supported via the regular embed blocks. They may also enjoy the shared card style for all of their embedded links.</p>\n\n\n\n<h2>Future Ideas for the Plugin</h2>\n\n\n\n<p class=\"has-drop-cap\">The simplicity of Bookmark Card is part of its allure. However, it is also overly simple in some respects. The only option it provides is the choice between a vertical and horizontal card style. This limits its potential, especially if the default design does not match the user’s theme.</p>\n\n\n\n<p>The plugin does not need a plethora of options. However, it could use some basics. Text and background colors are a must. Base typography options, such as selecting the font size, would be nice-to-have features. Integration with the Gutenberg plugin’s newer border-radius component would work well with this type of block. Like all blocks I test or use, I also ask that plugin developers add support for wide and full-width alignments.</p>\n\n\n\n<p>A few additional styles or layout options would help. For example, a horizontal style that moves the image to the left of the card content would be a good option.</p>\n\n\n\n<p>The plugin, which is currently at version 1.0, is a good starting point. However, it could be much better with just a handful of extras in future updates.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Feb 2021 22:50:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 5.7 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5026:\"<p>WordPress 5.7 Beta 2 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong> so it’s not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 2 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta2.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>four weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">Beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F03%2F2021..02%2F10%2F2021&milestone=5.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">38</a> bugs have been fixed. Here is a summary of some of the included changes:</p>\n\n\n\n<ul><li>Italicized text has been removed to improve accessibility and readability (<a href=\"https://core.trac.wordpress.org/ticket/47327\">#47326</a>)</li><li>Pause any playing media when closing the the media modal (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/48562\">#48562</a>)</li><li>Add Content-Security-Policy script loaders (<a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/39941\" target=\"_blank\">#39941</a>)</li><li>Several fixes for the Twenty Twenty-One theme (<a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/50454\" target=\"_blank\">#50454</a>, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/52432\">#52432</a>, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/52433\">#52433</a>, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/52473\">#52473</a>, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/52477\">#52477</a>, <a href=\"https://core.trac.wordpress.org/ticket/52374\">#52374</a>)</li><li>Gutenberg editor support for custom spacing (<a href=\"https://core.trac.wordpress.org/ticket/51760\">#51760</a>)</li><li>Resolved Menu UI issues on medium-large screen sizes (<a href=\"https://core.trac.wordpress.org/ticket/49576\">#49576</a>)</li><li>Admin UI color palette: ensure that all interactive elements have an appropriate contrast ratio (<a href=\"https://core.trac.wordpress.org/ticket/52402\">#52402</a>)</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..02%2F09%2F2021&milestone=5.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">157 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/francina/\">@francina</a> and <a href=\"https://profiles.wordpress.org/desrosj/\">@desrosj</a> for your peer revisions!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Feb 2021 20:42:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"E<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WP Engine Invests in Headless WordPress, Hires WPGraphQL Maintainer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111362\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/wp-engine-invests-in-headless-wordpress-hires-wpgraphql-maintainer?utm_source=rss&utm_medium=rss&utm_campaign=wp-engine-invests-in-headless-wordpress-hires-wpgraphql-maintainer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4404:\"<p>WP Engine is deepening its investment in headless WordPress with the creation of a new team dedicated to furthering the technology developers rely on when opting for this architecture. The company has <a href=\"https://www.wpgraphql.com/2021/02/07/whats-next-for-wpgraphql/\">hired WPGraphQL creator and maintainer <NAME></a> as part of this new team and will be investing in more engineers and other roles to support decoupled setups.</p>\n\n\n\n<p>For the past 18 months, Gatsby has funded Bahl’s time on WPGraphQL’s maintenance and development. During that time, the project had <a href=\"https://github.com/wp-graphql/wp-graphql/releases\">53 releases</a>, went from ~15,000 installs reported on Packagist.org to <a href=\"https://packagist.org/packages/wp-graphql/wp-graphql\">more than 85,000</a>, and launched the <a href=\"https://wordpress.org/plugins/wp-graphql/\">plugin</a> on WordPress.org with more than 8,000 installs active today and a 5-star average rating. The community around the project is also growing and has contributed more than 30 plugins to the library of <a href=\"https://wpgraphql.com/extensions/\">WPGraphQL extensions</a>.</p>\n\n\n\n<p>“Gatsby’s investment in WPGraphQL signaled that it wasn’t just a hobby project, but was solving real problems for real users, and users should have confidence using it in their projects,” Bahl said.</p>\n\n\n\n<p>After Gatsby started transitioning Bahl to work more on other Gatsby integrations, such as Contentful and Shopify, it translated into less time to work on WordPress and WPGraphQL. This prompted him to seek out another employer where he could prioritize working on headless WordPress.</p>\n\n\n\n<p>“I feel right now is a unique time in history where more investment in WordPress as a headless CMS can change the future of WordPress,” Bahl said. “I believe WordPress is now more respected as a viable option for a headless CMS and that with the momentum of WPGraphQL, technologies like Gatsby, NextJS, and others, I need to spend <em>more</em> time focusing on WPGraphQL and headless WordPress, and not less time.”</p>\n\n\n\n<p>Bahl found WP Engine at the right time and will be focusing on maintaining WPGraphQL and working on wider headless WordPress initiatives.</p>\n\n\n\n<p>“We’re going to be investing in headless WordPress, both in expanding our existing business as well as giving back to the community, as we have done for the past eleven years,” WP Engine founder and CTO <NAME> said.</p>\n\n\n\n<p>“We’re already seeing some customers moving to headless. While we don’t see the majority of WordPress sites doing that anytime soon, we do want to invest in those who are.”</p>\n\n\n\n<p>In the meantime, WP Engine is creating a <a href=\"https://github.com/wpengine/headless-framework\">Headless WordPress Framework</a> that is in the early stages of development. The framework uses WPGraphQL and provides a plugin, a set of npm packages, and guides for creating headless WordPress sites using <a href=\"https://nextjs.org/\">Next.js</a>.</p>\n\n\n\n<p>“GraphQL as a protocol offers a lot of advantages over REST, which is why it is being used so much, even by players outside of WordPress, like Gatsby,” Cohen said. “GraphQL includes type-safe schemas, is more discoverable, is easier to federate, and because it allows the clients so much flexibility in what data it wants (and does not want), it often results in fewer back-and-forth calls between client and server, while reducing the data being transferred to only that which the client actually needs. Because of the advantages of GraphQL, we believe a mature GraphQL API for WordPress will empower developers and site owners to move faster and with more confidence when they choose to go headless with WordPress.”</p>\n\n\n\n<p>Bahl said WP Engine’s investment in headless WordPress isn’t limited to him continuing work on WPGraphQL. The company plans to hire more engineers for projects aimed at reducing the friction that developers and businesses experience when using WordPress as a headless CMS.</p>\n\n\n\n<p>“I believe that WP Engine’s investment in this space will allow WPGraphQL to grow and mature faster than ever before, as I will be part of a larger team working to make WordPress the best it can be,” Bahl said.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Feb 2021 23:22:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Rough Pixels Releases Empt Lite, a Block-Supported Freemium WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111721\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"https://wptavern.com/rough-pixels-releases-empt-lite-a-block-supported-freemium-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=rough-pixels-releases-empt-lite-a-block-supported-freemium-wordpress-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6419:\"<img />Single post view.\n\n\n\n<p class=\"has-drop-cap\">Empt Lite, the latest theme by Rough Pixels, <a href=\"https://wordpress.org/themes/empt-lite/\">landed in the WordPress theme directory</a> today. Like most of the company’s prior work, the design is on par with the best free themes currently available.</p>\n\n\n\n<p>I have come to disregard that <em>icky</em> feeling whenever I see “Lite” attached to a theme name, at least when it falls under the Rough Pixels brand. The company does not deal in the <a href=\"https://wptavern.com/upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era\">stripped-down lite themes</a> I wrote about a couple of weeks ago. Empt Lite is one of those rare themes that does not downgrade the experience with the free version. Most additional features in the <a href=\"https://www.roughpixels.com/wordpress-themes/empt/\">pro version</a> seem to be value-adds for users who need something extra. There is almost an honesty to it. Users can get a feel for the theme quality before deciding to hand over money for the commercial version.</p>\n\n\n\n<p>Some pro features probably do not make sense as an upsell in the long run. WordPress’s upcoming Full Site Editing (FSE) could make them obsolete. For example, an option for customizing archive titles will be easy to accomplish in the site editor. An “about me” widget will not be a great upsell a year from now. However, custom patterns for an “about me” section might make more sense.</p>\n\n\n\n<p>This is assuming the theme developer goes down the block-based theme path in the months to come. Looking at theme releases in 2021 needs to be done with an eye toward how they might function in an FSE world. This includes what freemium-based theme companies are upselling. Some will likely need to change tactics in time.</p>\n\n\n\n<p>The one missing feature that I would like to see Rough Pixels include in this theme and others is custom block patterns. They are already covering all of their bases with block editor styles. Now that patterns have been in WordPress since version 5.5, it is time to keep building on the work already in place. This is also an opportunity to transition toward <a href=\"https://wptavern.com/block-system-will-create-more-commercial-opportunities-for-wordpress-theme-authors\">selling design-based upgrades</a>. Put together some custom pattern packages and see what type of feedback customers provide.</p>\n\n\n\n<h2>Theme Features</h2>\n\n\n\n<p class=\"has-drop-cap\">In essence, Empt Lite is mostly a standard blogging theme. Where it shines is its support of the block editor.</p>\n\n\n\n<img />Wide-aligned Cover block.\n\n\n\n<p>One of the surest signs of a theme author doing their due diligence with block styles is to test a full-aligned Cover block with text afterward. If the text butts against the Cover, the theme probably has numerous other issues. If there is spacing between the two, the theme author likely took the time to test almost all WordPress blocks in various scenarios. <em>I promise you this test works 90% of the time.</em> Empt Lite passed this test and my entire block-testing suite with ease.</p>\n\n\n\n<p>The feature that immediately caught my eye was the gallery-style blog layout. Rather than the typical top-aligned or masonry-type grids, the theme employs an offset style reminiscent of the Twenty Twenty-One theme’s image and gallery patterns. The effect is achieved by using varying featured image orientations, which the theme aligns to the middle. It is a break from the monotony of typical layouts.</p>\n\n\n\n<img />Offset, gallery-style layout.\n\n\n\n<p>This gallery style does require that every post have a featured image. Posts without them simply disappear from the blog and archive pages, but not completely. These posts leave empty gaps, throwing off the layout. Their titles appear when hovering over seemingly-random spots on the page. There is also an empty <code><figure></code> tag in the source code. These are obviously bugs. If the theme author wants to support posts without featured images, the easiest solution would be to add a fallback.</p>\n\n\n\n<p>Users who love to customize their theme and make it their own will find enough theme options to whet their appetites. Whether it is colors and typography or post meta and the nine sidebars, the theme has settings to cover it. Outside of the gallery blog layout, none of the customizer options seemed groundbreaking.</p>\n\n\n\n<p>If anything, I look forward to the day when theme authors do not have to build all of these options and relegate them to the site editor. Rough Pixels and others put so much custom code behind the customizer that it feels like a waste of development hours in the long term. FSE cannot get here soon enough.</p>\n\n\n\n<p>The theme has a few noticeable issues, but they are relatively trivial.</p>\n\n\n\n<p>The mouse cursor is set to “pointer” when hovering a post featured image, even when that image is not linked. <em>Yes, I unsuccessfully attempted to click a featured image multiple times, wondering why it was doing nothing.</em></p>\n\n\n\n<p>The wide-layout for single posts provides plenty of breathing room for custom layouts. However, the default font-size, set to 17px, is too small for comfortable long-form reading. There is an option to customize the size, but it applies to the text across the entire site and not just the post content on single views. Making it larger creates the opposite problem on non-single pages. When a project is billed as a blog theme, words-per-line matter. Nailing the typography is a must, even when it is on an alternative layout option. Outside of this one case, the theme gets the defaults right.</p>\n\n\n\n<p>The default quote style can make the text tough to read. The quote icon in the background bleeds too much into the foreground. I love the style; the color just needs to be dialed back while letting the text take center stage. The theme provides an option for changing the blockquote icon’s color. I suggest tinkering with it.</p>\n\n\n\n<img />Blockquote style.\n\n\n\n<p>Overall, this is one of the better themes to land in the WordPress theme directory in the past few months. Recreating the <a href=\"https://demos.roughpixels.com/empt-lite/\">theme’s demo</a> requires almost no fuss. The typography is on-point for a blogging theme, and it works well with the block editor.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Feb 2021 22:47:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: Parse.ly & Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=53692\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2021/02/parse-ly-automattic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2030:\"<p>Excited to <a href=\"https://blog.parse.ly/post/9995/wpvip-acquisition/\">welcome Parse.ly</a> to the <a href=\"https://automattic.com/\">Automattic</a> family, in an acquisition that’s closing today. They’ll be <a href=\"https://wpvip.com/2021/02/08/parsely-acquisition/\">joining our enterprise group, WPVIP</a>. The deal has been nicely covered in <a href=\"https://www.wsj.com/articles/wordpress-vip-buying-content-analytics-firm-parse-ly-11612788609\">the Wall Street Journal</a> and <a href=\"https://www.axios.com/wordpress-vip-acquiring-content-analytics-company-parsely-f4b9cc5f-55a9-49db-a8c5-dd3759b7e8e9.html\">Axios</a>. As a bonus, here’s Parse.ly co-founder <NAME>’s <a href=\"https://ma.tt/2012/09/future-of-work/#comment-568316\">first comment on this blog</a>, in 2012.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Great article, Matt. I wrote about this on my blog — Fully Distributed Teams: Are They Viable?</p><p><a href=\"http://www.pixelmonkey.org/2012/05/14/distributed-teams\">http://www.pixelmonkey.org/2012/05/14/distributed-teams</a></p><p>In it, I drew the distinction between “horizontally scaled” teams, in which physical offices are connected to remote workers via satellite (home or commercial) offices, and “fully distributed” teams where, as you said, “the creative center and soul of the organization on the internet, and not in an office.”</p><p>At Parse.ly, we’re only a couple years old but have been operating on the distributed team model, with ~13 fully distributed employees, and it’s working well. Always glad to hear stories about how Automattic has scaled it to 10X our size.</p><p>And, likewise, we blow some of our office space savings on camaraderie-building retreats; our most recent one was in New York, see [<a href=\"http://www.flickr.com/photos/amontalenti/sets/72157629938809778/\">here</a>] and [<a href=\"http://www.flickr.com/photos/amontalenti/sets/72157630060466656/\">here</a>.]</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Feb 2021 17:58:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111628\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:303:\"https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7460:\"<p class=\"has-drop-cap\">Version 9.9 of the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a> landed earlier today. While it includes several minor UI improvements, the biggest user-facing change is the inclusion of icon and background color options for the Social Links block. Theme authors can now add support for rounded image borders. They are also faced with a breaking change to their theme JSON files.</p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing\">WordPress 5.7 Beta 1 </a>was released earlier this week. The final 5.7 release will include features from Gutenberg 9.9 back down to 9.3. Only bug fixes from upcoming plugin updates should be ported into WordPress during the rest of the development cycle.</p>\n\n\n\n<p>The development team squashed over 30 bugs in the latest plugin update. It also includes several enhancements and API updates. Plugin developers can now <a href=\"https://github.com/WordPress/gutenberg/pull/28482\">override the block category</a> when registering variations, which should help with discoverability.</p>\n\n\n\n<p>Full Site Editing and other experimental work continued as usual. One item that theme authors should keep an eye on is the initial groundwork for additional <a href=\"https://github.com/WordPress/gutenberg/pull/28049\">border options</a>. The experimental feature for adding border colors, styles, and widths for blocks has long been on the wish list of many. I expect that the team will start slowly rolling out block support and a UI in coming versions.</p>\n\n\n\n<h2>Color Options for Social Links</h2>\n\n\n\n<img />Icon and background colors for Social Links.\n\n\n\n<p class=\"has-drop-cap\">Users can now <a href=\"https://github.com/WordPress/gutenberg/issues/21605\">change the icon color and background</a> in the Social Links block. This change allows the user to customize the colors for all icons in the links list. The “logos only” block style does not support a background color.</p>\n\n\n\n<p>The missing piece is the ability to set individual icon colors and their hover colors. One of the use cases in theme design is to provide a solid-colored group of icons that change to the brand colors on hover or focus. The only way to do this from the user’s end is via individual icon color options. Even the ability to set the icon hover color for the entire block is still unavailable.</p>\n\n\n\n<p>Branding guidelines were <a href=\"https://github.com/WordPress/gutenberg/issues/21605#issuecomment-629318653\">mentioned as a concern</a> with the current color options, but that concern is outside the scope of WordPress’s responsibility (see <a href=\"https://github.com/WordPress/gutenberg/pull/21900#issuecomment-624307120\">longer analysis regarding logos</a>). Many brands also have alternate colors they allow, which are not possible to use without icon-specific colors.</p>\n\n\n\n<p>Setting the background and text color for all icons at once is a step in the right direction, but the block editor is still not matching what theme authors are doing in traditional theme design. These missing features are blockers for the eventual adoption of Full Site Editing.</p>\n\n\n\n<h2>Rounded Border Support for Themes</h2>\n\n\n\n<img />Border radius setting for the Image block.\n\n\n\n<p class=\"has-drop-cap\">Theme authors can now <a href=\"https://github.com/WordPress/gutenberg/pull/27667\">opt into border-radius support</a> for images. Support comes in two forms. One is a setting to allow end-users to customize the border-radius via the block options sidebar. The second is setting a default border-radius value for all images.</p>\n\n\n\n<p>The Gutenberg team first added border-radius support to the Group block in <a href=\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\">version 9.8</a>. Currently, only the Group and Image blocks support the feature.</p>\n\n\n\n<p>The following theme JSON code will add settings and styles support. Note the new format change, which is covered in the next section.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n \"settings\": {\n \"core/image\": {\n \"border\": {\n \"customRadius\": true\n }\n }\n },\n \"styles\": {\n \"core/image\": {\n \"border\" : {\n \"radius\": \"10px\"\n }\n }\n }\n}</code></pre>\n\n\n\n<h2>New Theme JSON File Format</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.9 introduces two breaking changes to the <code>experimental-theme.json</code> file, which will eventually be renamed to <code>theme.json</code> once it is out of the experimental stage. This file allows theme authors to configure custom styles and settings for the block system. Any themes currently using the pre-9.9 format will need to be updated.</p>\n\n\n\n<p>The first change makes <code>settings</code> and <code>styles</code> <a href=\"https://github.com/WordPress/gutenberg/pull/28110\">top-level keys in the file</a>. The second change <a href=\"https://github.com/WordPress/gutenberg/pull/28533\">renames and splits</a> the <code>global</code> key to <code>defaults</code> and <code>root</code>. <code>defaults</code> deal with default values and styles while <code>root</code> handles the site root block.</p>\n\n\n\n<p><NAME> wrote a <a href=\"https://make.wordpress.org/themes/2021/02/04/gutenberg-9-9-new-json-structure-for-theme-json-files/\">tutorial for theme authors</a> to update their themes on the Make Themes blog.</p>\n\n\n\n<p>“The rationale for this change is that the use cases for theme.json have grown beyond initially considered, and the vision is now being able to absorb a lot of things that themes declare at the moment via other means,” wrote Andrés Maneiro, the creator of both tickets. “Some examples are registering (and translate?) custom templates, declare theme metadata that is currently stored in the stylesheet, declare stylesheet paths, etc.”</p>\n\n\n\n<p>He also shared a vision of what the format might look like:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n \"name\": \"TwentyTwentyOne\",\n \"description\": \"...\",\n \"customTemplates\": ...,\n \"textDomain\": ...,\n \"version\": 1,\n \"settings\": {\n \"global\": { ... },\n \"core/paragraph\": { ... }\n },\n \"styles\": {\n \"global\": { ... },\n \"core/paragraph\": { ... }\n }\n}</code></pre>\n\n\n\n<p>For users, this data might not make much sense. However, any theme author should be able to recognize the significance of potentially moving metadata that is currently stored in their theme’s <code>style.css</code> through a non-standard system that WordPress has used for ages. Eventually moving that data to a standard format, JSON, would give WordPress flexibility to shed some of its legacy baggage.</p>\n\n\n\n<p>WordPress themes currently have a hard requirement of including a <code>style.css</code> file. We could well be on our way to building WordPress themes that have no need for a stylesheet at all. The future of FSE is likely one in which CSS is all handled through the Global Styles system with the theme’s default values set via the <code>theme.json</code> file. If a theme has no styles, it does not make sense to hold onto the <code>style.css</code> file.</p>\n\n\n\n<p>However, this change is not merely limited to that possibility. The new format is cleaner and better prepared for future additions.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Feb 2021 21:53:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:173:\"https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&utm_medium=rss&utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4464:\"<p><a href=\"https://newspack.pub/\">Newspack</a>, a project funded by the Google News initiative and WordPress.com, has published a <a href=\"https://raindrop.io/collection/11158847\">showcase</a> of 60 news sites running on the platform. WordPress.com <a href=\"https://wptavern.com/wordpress-com-secures-2-4-million-in-funding-from-google-and-partners-to-build-a-publishing-platform-for-news-organizations\">announced</a> its plans to build the Newspack CMS two years ago and successfully signed on more than 50 sites in the first year. The cloud-based platform is open source and highly customized to generate revenue for small to medium-sized publications.</p>\n\n\n\n<p>Early adopters include the <a href=\"https://austinweeklynews.com/\">Austin Weekly News</a>, <a href=\"https://mississippitoday.org/\">Mississippi Today</a>, <a href=\"https://hongkongfp.com/\">Hong Kong Free Press</a>, <a href=\"https://oklahomawatch.org/\">Oklahoma Watch</a>, <a rel=\"noreferrer noopener\" href=\"https://bangordailynews.com/\" target=\"_blank\">Bangor Daily News</a>, <a rel=\"noreferrer noopener\" href=\"https://oaklandside.org/\" target=\"_blank\">The Oaklandside</a>, and many other watchdog publications serving their communities with vital local news coverage. </p>\n\n\n\n<p>The <a href=\"https://raindrop.io/collection/11158847\">showcase</a> was created using the Raindrop bookmark manager, which allows viewers to search for a specific site and see all the various homepages at a glance. The diversity of the publications is striking, but clicking through to their websites it’s clear that most of them share an intimate connection with their communities that might otherwise have evaporated in the <a href=\"https://wptavern.com/finding-wordpress-in-the-post-print-news-era\">post-print news era</a>. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Newspack stands out as an affordable, open source alternative to proprietary systems. Publishers generally pay <a href=\"https://newspack.pub/pricing/\">$500-$2,000/month</a> using a sliding scale based on their annual revenue. The <a href=\"https://newspack.pub/2019/08/12/see-the-revenue-generation-features-of-newspack-in-action/\">tools</a> they are given are open and designed to help create economically sustainable journalism. It’s not surprising that a community has sprung up around the product, as small publishers share many of the same issues. A dedicated Slack workspace. facilitates conversation and collaboration for more than 150 editors, designers, product and business people who are all using the same building blocks to run their publications.</p>\n\n\n\n<p>In 2020, thirteen Newspack publications were awarded <a href=\"https://newspack.pub/2020/05/07/newspack-publishers-earn-share-of-covid-19-relief-package/\">a total of more than $1 million in grants</a> from the Facebook Journalism Program’s relief effort for local news due to Covid-19. Publishing online at a low cost on WordPress has helped many of these publications weather the pandemic, instead of being forced to consolidate or shutter. </p>\n\n\n\n<p>In May, 2020, analysts from <a href=\"https://fundjournalism.org/\">News Revenue Hub</a> published a <a href=\"https://fundjournalism.org/2020/05/26/hub-report-several-sites-are-now-on-newspack-hows-that-going/?utm_source=dlvr.it&utm_medium=twitter\">study</a> examining how Newspack-powered newsrooms are interacting with WordPress. A few key findings showed that Newspack users may require more assistance in managing their sites, which leverage the block editor and come with more than 50 pre-configured plugins:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The role of Newspack in reducing or replacing the need for website management-related technical resources is unclear, and depends greatly on an individual newsroom’s technical knowledge and resources.</p><p>Potential improvements going forward should focus on providing deeper, more standardized education and documentation to broad groups of users.</p></blockquote>\n\n\n\n<p>The report concluded that “Newspack has established itself as a valuable tool for newsrooms, as well as a valuable method for building sites collaboratively,” but warns that the project may face challenges in scaling the hands-on support that pilot newsrooms received in the early stages. More revenue-generating features are still being developed but overall participating newsrooms had a high rate of satisfaction with the platform.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Feb 2021 06:38:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111325\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:241:\"https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&utm_medium=rss&utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5176:\"<img />GitHub output of Theme Review Action.\n\n\n\n<p class=\"has-drop-cap\">Automation. It is one of those dreams in the minds of many reviewers from the Themes Team. If there was a tool to take care of 90% of the issues, the team could focus on the 10% not easily found by automated scripts.</p>\n\n\n\n<p>Enter the <a href=\"https://github.com/WordPress/theme-review-action\">Theme Review Action</a> project. <NAME>, a WordPress Meta team contributor, put out a <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">call for testing and feedback </a>of the new project on Monday.</p>\n\n\n\n<p>“If we could combine some of the existing code analysis tools, automate away some of the manual testing and open them up to more development workflows, could we improve theme quality, alleviate pressure on manual testing, and speed up the theme review process?” asked Dufresne.</p>\n\n\n\n<p>The project currently runs several test suites, including the current <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check</a> plugin. Theme authors can run the texts by running the NPX command in their theme folder, adding it as an action on GitHub, or cloning and running it locally. Running via NPX is not currently supported on Windows.</p>\n\n\n\n<p>Right now, theme authors are needed. Regardless of whether you are building themes for the directory, clients, third-party marketplaces, or a theme shop, this is an opportunity to give back to WordPress. It is also an opportunity to improve the tools that you could benefit from as a theme developer in the long term. Automated theme tests help the entire theme ecosystem.</p>\n\n\n\n<p>“Theme authors need to be open to this and understand that it is not all about requirements,” said <NAME>, a Themes Team representative. “It is about improving theme quality.”</p>\n\n\n\n<p>The project was, in part, informed by a Themes Team <a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">proposal in early 2020</a>. Denis Žoljom identified three problems the team was fighting against:</p>\n\n\n\n<ul><li>People don’t like to read requirements or handbooks.</li><li>Some of the issues that are popping up are repetitive and could be caught automatically.</li><li>Reviewing themes in Trac is really cumbersome.</li></ul>\n\n\n\n<p>The proposal’s focus was on moving reviews to GitHub, focusing on the third point. However, the Theme Review Action project could be the start of handling one or more issues.</p>\n\n\n\n<p>The obvious solution is that the project can be automated. However, because the Theme Review Action project can be set as a GitHub Action, it leaves room for the team’s GitHub review proposal.</p>\n\n\n\n<p>“Two things I mentioned to Steve — and these are my opinions –, is that we need checks that run on theme upload and on live themes, and we need a long-term solution,” said Nymark. “There have been attempts to automate testing before that have not been followed through, and without a plan for how the tool will be used, I am worried about spending time on it.”</p>\n\n\n\n<p>The team had hoped that the <a href=\"https://make.wordpress.org/themes/handbook/theme-sniffer/\">Theme Sniffer</a> project would lead to more automation at one point. It is hard to get hopes up after previous goals never came to fruition.</p>\n\n\n\n<p>“I too have a similar concern where the project might not get enough adoption to make it to .ORG checking, and that is one of the reasons (other than just being super busy) that I haven’t been able to prioritize looking at [Theme Review Action],” said Themes Team rep <NAME>ton.</p>\n\n\n\n<p>While the team and some theme authors still use the Theme Sniffer, the UI leaves a lot to be desired. Nymark pointed out that it was hard for theme authors to distinguish between the baseline requirements and recommendations.</p>\n\n\n\n<p>“To display messages from automated tools that are not strictly requirements is very difficult to get right,” she said. “For example, if a tool started reporting CSS linting errors for the WordPress CSS coding standards, many people would find that too opinionated and limiting.”</p>\n\n\n\n<p>Theme authors, the group that reaps the most financial and reputational benefits from the theme directory, have often been reluctant to chip in. Few companies spare an employee to perform reviews or work on tools that developers and the team need. Calls for testing, feedback, and discussion often go unanswered, leaving a select few to do the lion’s share of the work. For this project to be successful and not feel like something foisted upon them down the road, theme developers need to be in the mix.</p>\n\n\n\n<p>In the <a href=\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\">first episode</a> of the WP Briefing podcast, WordPress Executive Director <NAME> talked about focusing on automation as one of this year’s goals. If there is one team that could use such tools, it would be the Themes Team.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Feb 2021 22:51:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"WPTavern: New Report Estimates WordPress’ Market Share of US Higher Education Institution Websites at 40.8%\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:255:\"https://wptavern.com/new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8?utm_source=rss&utm_medium=rss&utm_campaign=new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2613:\"<p>A new <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html\">report</a> from eQAfy, a company that collects and analyzes data about higher education websites, has benchmarked which content management systems US institutions are using. The report is a snapshot of data from December 2020, sourced from the <a href=\"https://nces.ed.gov/\">National Center for Education Statistics</a> <a href=\"https://nces.ed.gov/ipeds/\">IPEDS database</a>. After scanning a list of 4,000 active institutions, EQAfy’s headless browser was able to detect the CMS for 3,359 homepages (83.8%).</p>\n\n\n\n<p>A market leading group of 12 content management systems made up 90% of the homepages eQAfy detected, including four open source solutions and eight proprietary solutions. WordPress captures 40.8% of the market, followed by Drupal at 19.1%, as measured across all institution types (public, private for profit, and private non-profit), levels (2-year and 4-year), and sizes.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordPress’ estimated market share for public institutions came in at 27%, and is much higher in the private for-profit institutions category at 55%. </p>\n\n\n\n<p>Looking at 2-year public higher education institutions by student population, WordPress falls to #3 at just 18.3%. Drupal leads the pack in that category with 29.2%, and proprietary CMS’s take up the rest of the market. WordPress does much better in the category of 4-year private for-profit higher education institutions, capturing a staggering 75% of the market.</p>\n\n\n\n<p>When examining CMS suppliers for institutions by size, WordPress is the overall market leader but does far better in the smallest institutional size categories, with waning dominance in the large to very large categories.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html#table-10-2-year-private-non-profit-institutions\">report</a> has more interesting data comparisons across different categories if you want to dig deeper. It’s important to note that eQAfy only collected the main websites for these institutions, which may not be representative of the CMS that powers the schools’ ancillary websites. They are often created using a combination of platforms. This report covers only which CMS the schools preferred to use for the face of their institutions.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Feb 2021 04:48:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: FSE and WordPress Themes: What Does the MVP Look Like?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111262\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/fse-and-wordpress-themes-what-does-the-mvp-look-like?utm_source=rss&utm_medium=rss&utm_campaign=fse-and-wordpress-themes-what-does-the-mvp-look-like\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8894:\"<p class=\"has-drop-cap\"><NAME>, the Executive Director of WordPress, <a href=\"https://make.wordpress.org/core/2021/02/01/full-site-editing-and-themes-where-things-are/\">posted a follow-up</a> to her <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">outline of the upcoming year</a>. Questions mounted about what a minimum viable product (MVP) looked like for Full Site Editing (FSE), which is expected to be ready in the Gutenberg plugin in April. The core team is also shooting for a June launch of FSE in WordPress when it ships WordPress 5.8.</p>\n\n\n\n<p>These seem like lofty goals, but members of the WordPress development and business community were left asking, “What is an MVP for FSE?” This is not a new question. Whether it is the swift pace of development, a communication breakdown, or so much of the project being hidden behind layer upon layer of GitHub issues, it can be hard to follow. There is no big webpage that spells out each step in minute detail of where the project is going. Information can sometimes feel scattered. This can give pause to third-party developers and business owners who need to know what to expect to update their products.</p>\n\n\n\n<p><NAME>, the CPO of Yoast, <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/#comment-4975\">voiced his frustration</a> with the process in the comments. We later discussed this in more detail.</p>\n\n\n\n<p>“I think FSE will change what a theme is, and, if it gets executed properly, will make it far easier to build a theme, as themes will be much smaller,” he said. “That brings the burden onto the community to come up with reliable methods of styling though, and conventions on class names or similar, to make styling work everywhere. I currently don’t understand what is even considered as MVP for Full Site Editing, nor do I see any discussions about how it’ll work with themes not purpose built for it, and that worries me.”</p>\n\n\n\n<p>He shares some of the same concerns as others in the community who feel like there is no process in place for an MVP.</p>\n\n\n\n<p>“And there is no such thing,” he said. “Vision without execution is just hallucination.”</p>\n\n\n\n<p>Chomphosy said that she was aware of the interconnectedness. “I also see that the information we have published isn’t in a tidy and followable post that would help people make good decisions on behalf of 39% of the web,” she said.</p>\n\n\n\n<p>She pointed to a <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">ticket that lists six (now seven) milestones</a>. Each of those milestones, when taken together, represent where FSE needs to be for an MVP.</p>\n\n\n\n<p>“Together they outline an architecture that allows the expression of a full theme using blocks and an editor capable of customizing that theme,” she wrote. “<strong>The MVP should make it possible to build a version of the Twenty Twenty-One theme, using only blocks, without any coding knowledge.</strong>“</p>\n\n\n\n<p>The following is a breakdown of the milestones that need to reach completion before we see the first version of FSE land in WordPress:</p>\n\n\n\n<h2>Milestone 1: Infrastructure and UI</h2>\n\n\n\n<p>Perhaps the most crucial part of FSE is a <a href=\"https://github.com/WordPress/gutenberg/issues/24818\">workable site editor</a>. Merging the WordPress templating system into a cohesive UI is the foundation of the project. The underlying infrastructure handles how templates and template parts work. At this point, this foundation is in a reliable spot. It is all the features that build upon it that need more work. This milestone also includes getting the site-editing interface in place and handling multi-entity saving.</p>\n\n\n\n<p>The final leg of the milestone allows users to <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">edit templates</a> from within the post editor, effectively switching between content and design editing. The FSE Outreach Program recently <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">tested this feature</a> to garner feedback after Gutenberg 9.6.</p>\n\n\n\n<h2>Milestone 2: Browsing</h2>\n\n\n\n<p>This milestone covers all of the work for <a href=\"https://github.com/WordPress/gutenberg/issues/24552\">navigating the UI</a> of the site editor. There are many moving parts, such as switching between pages, templates, template parts, global styles, and more. Users must know which element they are working on.</p>\n\n\n\n<p>This is the only milestone marked as completed. However, there is an open ticket for exploring the idea of a <a href=\"https://github.com/WordPress/gutenberg/issues/23328\">“browsing” mode</a> alongside the edit and select modes.</p>\n\n\n\n<h2>Milestone 3: Styling</h2>\n\n\n\n<p>For the most part, this milestone centers on the upcoming Global Styles system. The <a href=\"https://github.com/WordPress/gutenberg/issues/20331\">system creates a hierarchy</a> of how styles are applied to blocks from theme defaults to global user modifications, down to per-block style options.</p>\n\n\n\n<p>While much of the work is complete for an MVP, there are dozens of feature tickets in the backlog. This is also an area where the block system is years behind third-party page builders. Expect to see long-term feature additions based on post-launch feedback.</p>\n\n\n\n<h2>Milestone 4: Theme Blocks</h2>\n\n\n\n<p>Theme authors should keep a close eye on this ticket. The only way that block-based themes become a reality for most theme developers is if all <a href=\"https://github.com/WordPress/gutenberg/issues/22724\">template tags have a corresponding block</a> in the site editor. Or, at least if the most-used template tags do. Some of these functions are no longer applicable in the block editor. Theme developers should make sure they have the blocks they need to recreate anything they are building today.</p>\n\n\n\n<p>Admittedly, I am sad to see that blocks for Bookmarks/Links are unlikely to be moving forward. While the feature is deprecated, I am still nostalgic about the good ol’ blogroll days. Maybe this would be best left a plugin. A revival of the <a href=\"https://wordpress.org/plugins/link-manager/\">Link Manager</a> plugin could be in order.</p>\n\n\n\n<h2>Milestone 5: Query Block</h2>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/24762\">Query block</a> and its corresponding Loop block are, in some ways, the most essential pieces of Full Site Editing. They handle what posts are loaded and how they are displayed. The feature is one of the more complex puzzles to solve. The Gutenberg development team has continued iterating on it for months, and it is now at a good baseline. However, it has miles to go before it can seriously handle all the things that theme authors need to do with it.</p>\n\n\n\n<p>Right now, the Query block only handles a handful of options for customizing the query. The team needs to determine what controls should be available in the sidebar for end-users and integrate the blocks with patterns for different types of post-list displays.</p>\n\n\n\n<h2>Milestone 6: Navigation Block</h2>\n\n\n\n<p>Aside from the Query block, Navigation is the only other block that requires <a href=\"https://github.com/WordPress/gutenberg/issues/27593\">its own milestone</a>. Navigation menu issues have plagued the WordPress project for well over a decade. It is one of the hardest things to get right. While nav menus in WordPress today are generally easy to work with, their design is not customizable by the end-user. The output is wholly at the theme author’s discretion. Catering to the array of possible menu designs theme authors might want and making it customizable for the end-user is likely one of the toughest problems for the Gutenberg project.</p>\n\n\n\n<p>There are at least a couple of dozen sub-tickets that need contributors. Even then, it could be several versions later before the Navigation block is ready for the more complex patterns used in some themes today.</p>\n\n\n\n<h2>Milestone 7: Gradual Adoption</h2>\n\n\n\n<p>After the first six milestones representing the MVP are completed, WordPress needs a way to allow end-users and theme authors to gradually adopt FSE. Primarily, this would be a mix of block-based templates and traditional PHP-based templates. Developers should be allowed to update their themes without changing them wholesale, potentially leaving segments of their user base behind.</p>\n\n\n\n<p>Block-based widgets and navigation screens also fall under this milestone. Both features were punted to future releases after failing to land in 2020. However, these will be stepping stones for users who are not quite ready to switch to FSE or are unable to because of their theme.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 22:55:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8265:\"<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">20 bug fixes</a> as well as 7 issues fixed for the block editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong> Dashboard → Updates</strong> screen and click <strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be <a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">list on Trac</a>, read the <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a> post, or visit the <a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/whyisjake/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>whyisjake</a>. Thanks to <a href=\"https://profiles.wordpress.org/metalandcoffee/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>metalandcoffee</a> and <a href=\"https://profiles.wordpress.org/hellofromtonya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellofromtonya</a> for running bug scrubs, <a href=\"https://profiles.wordpress.org/planningwrite/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>planningwrite</a> and <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/azaozz/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/antpb/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/talldanwp/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ocean90/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Fl<NAME></a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/helen/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/iandunn/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Is<NAME>ison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Is<NAME>i</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\"><NAME>lock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\"><NAME> (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/johnbillion/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/desrosj/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/kevin940726/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/ryelle/\"><NAME>-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/xkon/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/clorith/\"><NAME>.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/mukesh27/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/noisysocks/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/slaffik/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">T<NAME>ima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/skithund/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/arcangelini/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\"><NAME></a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: WordPress 5.7 Beta 1 Is Ready for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111333\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-beta-1-is-ready-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3105:\"<p><a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> was released this week on schedule and is ready for wider testing. This release will introduce <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, dozens of bug fixes, and versions 9.3 – 9.9 of the Gutenberg plugin. </p>\n\n\n\n<p>A few of the highlights expected in 5.7 include the following: </p>\n\n\n\n<ul><li><strong>Lazy-load iframes</strong>: When WordPress 5.4 added lazy loading for images, contributors discussed extending this to iframes as well. Now that the <code>loading</code> attribute on <code>iframe</code> tags has been added to the HTML standard, it will be supported in core in 5.7. </li><li><strong>Streamlined migration from HTTP to HTTPS</strong>: WordPress can now detect if a user’s hosting environment supports HTTPS and <a href=\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\">enables a one-click update process</a>, handling mixed content rewrites where possible. </li><li><strong>Standardize colors used in WP-Admin CSS to a single palette</strong>: WordPress is <a href=\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way\">implementing a CSS custom properties system</a> that will make it easier to add custom color schemes.</li><li><strong>Ongoing cleanup after update to jQuery 3.5.1</strong></li><li><strong>New Robots API</strong>: <a href=\"https://core.trac.wordpress.org/changeset/49992\">This new API</a> allows developers to centrally manage the content of the <code>robots</code> meta tag injected into the page, and includes a setting to toggle whether search engines are allowed to display large media from the site. By default, a <code>max-image-preview:large</code> robots directive which will be injected into the <code>robots</code> meta tag based on the new setting.</li></ul>\n\n\n\n<p>These features need testing, along with the host of updates rolling over from the Gutenberg plugin. The editor is getting the most visible enhancements in 5.7, with features like dragging blocks and block patterns from the inserter into the canvas, major improvements to the buttons block, new social icons, and much more.</p>\n\n\n\n<p>The official release is expected in just under five weeks on March 9, 2021. Testing is a critical part of the process for making WordPress better with each update. The easiest way to get in on that is to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (set to the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream), or download and install the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a> of the beta version.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 18:54:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordPress.org blog: The Month in WordPress: January 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/02/the-month-in-wordpress-january-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11649:\"<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — <NAME> (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping Full Site Editing — first on the Gutenberg plugin in April 2021 and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read. </li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>. </li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out. </li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>. </p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience – you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li><NAME> (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast – which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 15:01:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"HeroPress: Discover Where You Belong\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3469\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://heropress.com/essays/discover-where-you-belong/#utm_source=rss&utm_medium=rss&utm_campaign=discover-where-you-belong\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7102:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/020221-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I discovered that the way forward was to create spaces for others.\" /><p>My path to WordPress is, like so many stories, a twisty road lined with both struggle and good fortune. And yet, when I reflect on what led me here, it simply comes down to the common threads that bind us together as a community: the desire to make meaningful connections, the ability to do amazing things together, and the very human comfort that comes with knowing that I belong here.</p>\n<h3>It starts here</h3>\n<p>Just before I made my way into this world, my parents immigrated from Taipei, Taiwan to San Diego, USA. Growing up, I held a level of pride in being first generation which warred against a long list of discomforts that, as a kid, I couldn’t fully comprehend. That unlike my school mates, I rarely saw my extended family. That my English didn’t sound like that of my Californian friends, nor did my Mandarin mirror my Taiwanese cousins’. That cultural norms at friends’ homes were diametric experiences from my home.</p>\n<p>I realize that this sounds like I had a challenging, confusing childhood, but I assure you that I had a good time growing up. My folks are loving and made sure I had opportunities whenever possible. I always have had wonderful friends who generously share their lives and love my quirks. And, I have a brother who, despite being far smarter than I will ever be, still puts up with my big sister act.</p>\n<p>My point is that, it was painfully clear to me where I couldn’t fit in. Like many third culture kids, my perplexing cultural foundation had a profound impact on my values, and created importance around the concept of belonging, something I still hold to this day, and which pushed me along my way to WordPress.</p>\n<h3>The twisty road</h3>\n<p>I was terrible at college. I had no sense of what I wanted to do with my life, and drifted from major to major until I found myself entirely broke and rudderless. It was 2010, and with minimal job experience and 45 credits short of a degree, I desperately applied for jobs, taking the first that offered me a full time position.</p>\n<p>It was a pivotal moment in my life. The job gave me purpose, and I actually felt like I was good at something for a change. I worked closely with my boss and mentor, a highly regarded commercial real estate advisor with a warm heart and penchant for dad jokes. What set him apart was his belief in community values: the importance of education, humility, empathy, good stewardship, qualities that made him a respected leader in many circles. Over the ensuing years, I would finish my degree. But the lessons that meant the most were learned by following my mentor’s example, and would later translate well to open source leadership.</p>\n<p>Meanwhile, I began volunteering with renewed passion: sorting clothes at homeless shelters, working on literacy programs, teaching English at the library, serving meals, maintaining trails, building homes. I fund raised and coordinated volunteer events. Eventually, I joined advisory boards and committees of a few nonprofits, and became enamored of the strategic, thoughtful work that came with these roles.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/HfH-Nicaragua.jpg\"><img /></a>Building homes in Estelí, Nicaragua. One of my favorite volunteer memories!\n<p>Ideas around positive change and impact through community initiatives blossomed in my mind. Driven by strongly held values, I continued to help and was welcomed at every turn. I learned that it was people who could create spaces in which anyone, everyone could belong and add value by virtue of being a unique, enthusiastic human being. I wanted to create these spaces.</p>\n<h3>Finding WordPress</h3>\n<p>Now, it is a true story that I also found my way to WordPress through my partner, and that WordPress brought us together. We met through a mutual friend, and when I realized that he could build me a website, I asked him to do so for work. Arguably, one of my first experiences with WordPress could be described either as sharing what my site required with my developer, or innocently flirting with my future partner. The joke I like to tease him with is that I needed someone to maintain the site, so I married him.</p>\n<p>The other truth was that, after eight years of volunteering and lessons in leadership, my passion had turned to community building. I wanted a career in creating sustainable communities where people were openly welcomed, and members tangibly feel that they belong and experience joy in their participation.</p>\n<p>Simultaneously, working with my WordPress site also reinforced my sense of belonging to something bigger. Despite not having any technical background (y’all, my degree is in English), I was able to not just publish with WordPress, but have a functional site that worked incredibly well for my purposes. I saw WordPress as a way for anyone to have a voice online, and as a result, I was also drawn to the idea of creating these tools that non-developers, like myself, could use in an increasingly online world.</p>\n<p>By that point, my WordPress developer had become my fiancé, and he once again suggested a WordPress-based solution, this time for my career needs. Just before we married, he forwarded a job opportunity with Automattic as a sponsored community organizer within the WordPress open source project. It was a perfect match.</p>\n<p>And that is how, in 2018, after going through the standard Automattic interview process (another story that I’m happy to share with anyone interested) I found myself a community organizer for the WordPress Project.</p>\n<h3>Where do we go now?</h3>\n<p>I’ve only been in my current role for two and a half years, but during this time, my belief in the power of resilient communities has only grown, fortified by supporting meetup and WordCamp organizers, bolstered by working on diversity initiatives, and humbled by opportunities to serve teams as their lead, mentor, or member. I’ve met and worked with so many phenomenal community members, full of passion and creativity, and have loved every minute of what we do together.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/WCUS-2019.jpg\"><img /></a>The WordCamp US 2019 team. I miss you all so much!\n<p>More than anything, what excites me the most is that we still have so much more we can achieve together. Personally, I also still have much to learn, about community growth, about WordPress, and about every individual who seeks to add WordPress to their story.</p>\n<p>In seeking out where I belong, I found WordPress, and I discovered that the way forward was to create spaces for others – I invite you to do that with me.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/discover-where-you-belong/\">Discover Where You Belong</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 07:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Compounding Ice\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=53641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2021/02/compounding-ice/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1899:\"<p>I learned something novel about how the ice age happened from this <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">Freakishly Strong Base post by <NAME></a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The prevailing idea before [Wladimir] Köppen was that ice ages occur when the earth’s tilt supercharges the wrath of cold winters. Köppen showed that wasn’t the case. Instead, moderately cool summers are the culprit.</p><p>It begins when a summer never gets warm enough to melt the previous winter’s snow. The leftover ice base makes it easier for snow to accumulate the following winter, which increases the odds of snow sticking around in the following summer, which attracts even more accumulation the following winter. Perpetual snow reflects more of the sun’s rays, which exacerbates cooling, which brings more snowfall, and on and on.</p><p>You start with a thin layer of snow left over from a cool summer that no one pays much attention to, and after a few tens of thousands of years the entire earth is covered in miles-thick ice.</p></blockquote>\n\n\n\n<p>Fascinating! The blog goes on to apply the idea to that strong base, accumulating a bit at a time, to investing and business. The power of compounding seems appropriate to share on <a href=\"https://www.aboutamazon.com/news/company-news/email-from-jeff-bezos-to-employees\">the day <NAME> announced his retirement</a>.</p>\n\n\n\n<p>I’ll leave you with one of my favorite quotes from <NAME>, which is also how the <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">article ends</a>: </p>\n\n\n\n<blockquote><p>‘The first rule of compounding: never interrupt it unnecessarily.’</p><cite><NAME></cite></blockquote>\n\n\n\n<p><em>The iceberg photo is one <a href=\"https://ma.tt/2011/08/glacier/\">I took near Svalbard in 2011</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 01:44:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 5.7 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7694:\"<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong> so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br />Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end. </p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br />Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS. Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br />This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br />jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br />The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and <a href=\"https://make.wordpress.org/core/2021/02/05/whats-new-in-gutenberg-9-9-5-february/\">9.9</a>.</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..02%2F03%2F2021&milestone=5.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a>, and <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> for your peer revisions and <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, and <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br />Each day, one small step<br />It’s the little things…</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Feb 2021 22:31:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Skinning the WordPress Admin, CSS Custom Properties on the Way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111327\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way?utm_source=rss&utm_medium=rss&utm_campaign=skinning-the-wordpress-admin-css-custom-properties-on-the-way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4912:\"<p class=\"has-drop-cap\">Using CSS custom properties for the WordPress admin color scheme system is listed for the WordPress 5.7 milestone. It feels low-key enough that most would pass it over as a simple upgrade to keep up with the times. However, this feature can create ripples that spread and benefit the ecosystem in the years to come.</p>\n\n\n\n<p><NAME>, a front-end developer at Human Made, announced the <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">introduction of CSS custom properties</a> for the WordPress admin. The initial work landed in a ticket for <a href=\"https://core.trac.wordpress.org/ticket/49999\">iterating on the admin color schemes</a>. The first stage reduced the color palette from 199 colors down to 99, creating a more reasonable list to work from.</p>\n\n\n\n<img /><a href=\"https://codepen.io/ryelle/full/WNGVEjw\">WordPress color palette</a> by <NAME>.\n\n\n\n<p>The second stage will look at how to implement a CSS custom properties system that makes sense. That means doing the dreaded work of <em>naming things</em>. The Core CSS team is currently looking for feedback on how to best handle property names going forward and are open to alternative implementation suggestions.</p>\n\n\n\n<p>Once custom properties are in place, the new system could open a world of possibilities in the long term.</p>\n\n\n\n<h2>Thinking Ahead</h2>\n\n\n\n<p class=\"has-drop-cap\">My hopes of having WordPress admin themes have lived and died on each piece of news around custom color schemes, imaginative mockups, and the general hype of projects that never lived up to their promise. I may well be getting my hopes up again.</p>\n\n\n\n<p>Developers have been able to register custom admin color schemes since WordPress 2.5, but it was never an ideal system.</p>\n\n\n\n<p>One of my favorite plugins is <a href=\"https://wordpress.org/plugins/admin-color-schemes/\">Admin Color Schemes</a>, which is maintained by designers from the core WordPress team. It adds several schemes for users to choose from.</p>\n\n\n\n<img />Cruise scheme from the Admin Color Schemes plugin.\n\n\n\n<p>Sass, which is used to generate the admin color schemes in core today, has simplified the process. However, third-party developers still need to make sure their custom schemes remain updated between WordPress versions. The system is not built to protect against future compatibility issues.</p>\n\n\n\n<p>CSS custom properties change the game. With their widespread use and compatibility with modern browsers, custom admin theming — at least color scheming — is much more of a reality.</p>\n\n\n\n<p>I have not been this excited about the possibility of something new since Tung Do released his <a href=\"https://wptavern.com/dp-dashboard-an-alternative-wordpress-admin-design\">short-lived DP Dashboard plugin</a> in 2013. Now, a few days shy of eight years since its initial beta testing phase, I once again have some hope.</p>\n\n\n\n<img />Original beta design of the DP Dashboard plugin.\n\n\n\n<p>Given the little wisdom I have accumulated over the years, I now see that completely custom admin themes never led to the right path. I am happy we never went down it. Administration UIs need to work consistently for users and adapt to changes over time. Custom themes were a maintenance nightmare every time WordPress added a feature. However, a system built on CSS custom properties means that customizations do not break — or break far less often — as the software’s UI evolves.</p>\n\n\n\n<p>While the focus right now is on color schemes, nothing is stopping WordPress from moving onto other features in the future. It is possible to set up a global styles system for designers to skin the admin in all kinds of interesting ways without breaking anything. Minor options like the border-radius of buttons, font-family choices, or heading font-sizes would be easy to roll in over time.</p>\n\n\n\n<p>As the block system continues to replace parts of the WordPress admin, custom admin skins will be far easier to maintain. Because everything in the block system is built as a component, it better future-proofs against back-compatibility issues.</p>\n\n\n\n<p>There is a long and winding path toward a feature-complete admin skinning system. However, it is not outside the realm of possibility.</p>\n\n\n\n<p>I look forward to the day when theme authors can easily roll out admin designs that match the front end. Perhaps integration with the block system’s <code>theme.json</code> is a possibility. I would not mind seeing a separate admin theme directory in the future either. The use case may be too niche at this point, but it never hurts to keep the idea in the back of everyone’s mind.</p>\n\n\n\n<p>If nothing else, the move to custom properties lets the team clean up the admin CSS and makes it easier to add custom color schemes. That is a win for the WordPress project.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Feb 2021 22:16:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WordPress 5.7 Will Make It Easier to Migrate From HTTP to HTTPS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111377\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2593:\"<p>The next major release of WordPress will make it much easier for users to <a href=\"https://core.trac.wordpress.org/changeset/50131\">migrate their sites from HTTP to HTTPS</a>. It introduces new capabilities to detect if the user’s hosting environment has support for HTTPS and provides a one-click update process, handling mixed content rewrites where possible.</p>\n\n\n\n<p>“A major pain point in WordPress has been the migration of a WordPress site from HTTP to HTTPS: While changing the Site Address and WordPress Address to use HTTPS is trivial, updating references to the old URLs in existing content is not,” WordPress Core Committer <NAME> said in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> proposing the feature. “It cannot be accomplished within core UI and requires use of more advanced tools, such as WP-CLI or plugins like Better Search Replace, which is a no-go for most users.”</p>\n\n\n\n<p>In WordPress 5.6, there is no clear guidance in the Site Health screen about how to migrate to HTTPS, even though it shows as an issue. The user would need to learn more about how to update it manually, starting with changing the site URLs. </p>\n\n\n\n<p>In WordPress 5.7, if HTTPS is supported, the Site Health Status screen will notify users and guide them with a new button that updates the site with a single click. It also migrates the site content on the fly to use HTTPS for URLs. Arntz recorded a video demo of the update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This change also comes with new environment variables and filters that allow hosting providers to change the URLs linked in the HTTPS status check in Site Health, so they can more effectively manage it for their customers’ hosting options. This is similar to how hosts can modify URLs for updating the PHP version, which has had a positive impact on getting sites running on supported versions of PHP.</p>\n\n\n\n<p>It’s important to note that the streamlined HTTP to HTTPS migration in 5.7 does not handle updating content in the database. Also, if a site’s URLs are controlled by constants, the update is not possible to complete automatically. In these instances, the HTTPS status check on the Site Health screen will inform the user why the site would need to be manually updated.</p>\n\n\n\n<p>More technical details are available in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> and<a href=\"https://core.trac.wordpress.org/changeset/50131\"> commit message</a>, and a dev note should be forthcoming.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Feb 2021 19:08:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: Block Manager Redesign Coming Soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111349\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://wptavern.com/block-manager-redesign-coming-soon?utm_source=rss&utm_medium=rss&utm_campaign=block-manager-redesign-coming-soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4379:\"<p>WordPress’ block management interface was <a href=\"https://wptavern.com/gutenberg-5-3-introduces-block-management-adds-nesting-to-the-cover-block\">introduced in Gutenberg 5.3</a>, released in March 2019, and is due for an update. In case you haven’t explored the editor’s Tools menu, the block manager setting allows you to select which blocks will be shown or hidden in the block inserter.</p>\n\n\n\n<p>Last week, Automattic engineer <NAME> opened a new issue in the Gutenberg repository for tracking <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">block manager enhancements</a>. A few planned enhancements are already on deck, including moving the block manager into the Preferences Modal, redesigning it to use panels, and adding support for <a href=\"https://github.com/WordPress/gutenberg/issues/27708\">toggling block variations</a> on and off.</p>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/pull/28329\">updated Preferences Modal</a> is expected in the <a href=\"https://github.com/WordPress/gutenberg/milestone/141\">Gutenberg 9.9</a> milestone, which will be included in WordPress 5.7. (Gutenberg versions 9.3 – 9.9 will be rolled into the release.) Moving the block manager into its future home inside the Preferences modal will be completed in a follow-up PR, since it needs to be refactored to use the panels design. Tsekouras shared a gif of the design plan for this update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/ccaOScZFCHe\"><img src=\"https://cldup.com/AlD8gnb5Wn.gif\" alt=\"Block manager update\" width=\"3002\" height=\"2288\" /></a>\n</div>\n\n\n\n<p>In the discussion on the tracking issue, <NAME> requested that the updated block manager also include information about how many times each particular block is used on the site. She <a href=\"https://github.com/WordPress/gutenberg/issues/28572?mc_cid=e944847429&mc_eid=68ffa9a210#issuecomment-770220305\">described</a> a common scenario where this feature could be helpful:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We recently took a site live were multiple team members collaborated designing the site and adding content, each aiming for the best outcome with blocks.</p><p>Some installed additional blocks from plugins to test and provide options or just do a proof of concept.</p><p>Before we took the site live, we noticed there are now 148 blocks available over 4 additional plugins + core.</p><p>We now have no way to find out which blocks were used over 40 pages and posts. I looked at a few Block managers plugins and none seems to be able to provide an answer to a fairly basic question:<br />Which blocks did we actually use throughout the site?</p><p>We would need the information to decide on which plugin can we safely uninstall.and which should we keep.</p><p>A revamp of Block managers could – and should- provide an answer.</p></blockquote>\n\n\n\n<div class=\"wp-block-image\"><img />An example of instances displayed in the Find My Blocks plugin</div>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> plugin, created by <NAME>, offers a more advanced version of what Pauli-Haack is requesting. It has its own dedicated settings page for displaying a list of the block types in use on the site, along with the number of times each has been used, posts/pages where the blocks are in use, if it is a reusable block, a nested block, and much more information. Pauli-Haack suggests the block manager simply show the number of instances where the block is in use.</p>\n\n\n\n<p>As the block editor becomes more widely adopted, it is going to become imperative for users to be able to see, at a glance, the number of instances where a block is in use. Right now, even those who adopted the block editor right away haven’t been using it for more than a few years. Long term, after years of adding blocks, people are going to need more information when managing them, and they may not know about utility plugins like Find My Blocks. </p>\n\n\n\n<p>Discussion is still open on the topic Pauli-Haack raised regarding block manager enhancements. You can subscribe to the new block manager enhancements <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">tracking issue</a> if you want to follow the progress on updates coming in the next few months.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Feb 2021 04:14:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WordPress Launches WP Briefing Podcast, Episodes Expected Every 2 Weeks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111330\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5097:\"<p class=\"has-drop-cap\">True to its name, the <a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">first WP Briefing podcast</a> lasted just over 12 minutes. <NAME>, the Executive Director of WordPress, jump-started the second month of 2021 with a show that should arrive on the our doorstep every two weeks. With what seems to be overwhelming <a href=\"https://twitter.com/WordPress/status/1356271101559656453\">positive support on Twitter,</a> the podcast was welcomed by the WordPress community.</p>\n\n\n\n<p>This will be different from many other podcasts in the WordPress ecosystem. It will not cater specifically to a developer audience. Chomphosy also said there would be no hot-takes <a href=\"https://twitter.com/JosephaHaden/status/1356277030921244672\">on Twitter</a>. “Just bite-sized chunks about the WordPress OSS project and the how/why around what it does.”</p>\n\n\n\n<p>The show promises to be short. And, because it will only come around every fortnight, it gives people time to keep up to date at their leisure.</p>\n\n\n\n<p>“You can think of this as a sort of WordPress appreciation for any level — and honestly, all levels of WordPress awareness,” said Chomphosy of the podcast’s purpose. “Bite-sized insights into what makes it all work. “</p>\n\n\n\n<p>Chomphosy will be running the show every couple of weeks and plans to follow a specific format of three segments:</p>\n\n\n\n<ol><li>An easy-to-digest overview of a cool WP philosophy.</li><li>A highlight of a community success story or a noteworthy contributor.</li><li>A small list of big things to know about (or do) in the coming weeks.</li></ol>\n\n\n\n<p>Guest speakers may join the show from time to time to cover specific topics when their expertise is warranted.</p>\n\n\n\n<p>A common theme in the past few years, particularly as the pace of block development has quickened, is that many people find it hard to keep up with the project. Even those who are neck-deep in WordPress development can feel a little lost at times. A podcast built on the idea of keeping the community in the loop may even be a bit overdue.</p>\n\n\n\n<p>“It’s been on my list of needs since late 2017, but hasn’t been my highest priority during that time,” said Chomphosy. “It’s been years since WordPress has been small enough for any single, part-time contributor to keep track of what’s next. Contributors across the project are doing excellent work to communicate efficiently about the work we’re all focused on, but it never hurts to lend some clarification where possible.”</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/seriously-simple-podcasting/\">Seriously Simple Podcasting</a> plugin currently powers the podcast. The plugin is developed by Castos, which is a podcasting host and analytics service. It has over 20,000 active installs and a 4.8-star rating.</p>\n\n\n\n<p>Chomphosy said they chose Seriously Simple Podcasting because the WP Briefing crew was already familiar with it. “I didn’t want to ask folks to learn an entirely new software while we’re still working out the process.”</p>\n\n\n\n<p>The first episode focused on an introduction to WP Briefing. The overview segment covered three trends in action from Matt Mullenweg’s <a href=\"https://wptavern.com/state-of-the-word-2020-wordpress-moves-toward-full-site-editing\">State of the Word 2020</a> address. <NAME> was this week’s success story after sharing how he “blindly” chose a career in freelance web development and is still going strong after 15 years (<em>congrats, Dave!</em>). Chomphosy wrapped up the podcast with notes on Full Site Editing, <a href=\"https://wptavern.com/learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans\">Learn WordPress</a>, and automation tools to help contributor teams.</p>\n\n\n\n<p>It is definitely worth a listen if you can spare a few minutes. I am excited to see where this project goes in the future and see how it helps keep more of the community in <em>the loop</em>.</p>\n\n\n\n<p>If I had one feature request, it would be for the development team to put the podcast player in the WordPress embed, which is easy enough to do with a custom embed template. This would let bloggers embed the show on their pages and share it with more people.</p>\n\n\n\n<p>However, there may be ways to embed it via third-party services down the road. “It just went live and we’re working on getting it listed everywhere,” said Automattician <NAME> in response to <a href=\"https://twitter.com/gkurushin/status/1356273579273428995\">whether it would be on Google Podcasts or Spotify</a>. “Hopefully it’ll be showing up shortly.”</p>\n\n\n\n<p><strong>Update:</strong> the embed now includes the audio player:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">Welcome to your WP Briefing</a></blockquote>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Feb 2021 21:52:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Upsells, Barriers, and the End/Beginning of the Quality $free Themes Era\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"https://wptavern.com/upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era?utm_source=rss&utm_medium=rss&utm_campaign=upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14535:\"<blockquote class=\"wp-block-quote\"><p>The WordPress.org theme directory is becoming little more than a crippleware distributor. I suppose it was inevitable given its reach, which can be worth $1,000s/month for theme authors.</p><cite><NAME> <a href=\"https://twitter.com/justintadlock/status/1147472529113698311\">via Twitter</a></cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">As I think back on that tweet from 2019, I realize how unfair it was to refer to the themes coming into the directory as “crippleware.” At the time, I was a part of the Themes Team (formerly the Theme Review Team). However, there were real cases of crippleware submitted to the directory when I wrote that.</p>\n\n\n\n<p>To define crippleware: some themes blocked core WordPress features and made them available via the “pro” versions. It was one of the more blatant abuses of the free themes directory I had seen for a profit.</p>\n\n\n\n<p>However, the term does not represent the majority of themes submitted. Most of what we see today are “lite” themes. Some of them are well-designed themes that provide value to end-users at no cost. Others are stripped-down versions of what you would typically see from a starter theme. While they are fully functional — the Themes Team’s rules have been strict on this requirement — the real value of the theme is in the upsell.</p>\n\n\n\n<p>This is not the start of an anti-commercial theme rant. When WordPress developers and agencies are successful, it benefits the whole ecosystem. But, how do we balance that with providing value — which is subjective, I know — to the free theme directory? How do we transition the theme directory to something flowing with more artistic or even experimental ideas?</p>\n\n\n\n<h2>Guidelines and Stumbling Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\"><NAME>, WordPress co-founder and project lead, posted the following on the Post Status Slack <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1610310645240600\">two weeks ago</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The .org theme directory is particularly bad when you compare it to any half-decent commercial theme marketing page, or the designs available on other site building services or Themeforest directories. The .org theme directory rules and update mechanism have driven out creative contributions, it’s largely crowded out by upsell motived contributions.</p></blockquote>\n\n\n\n<p>There is a lot to unpack in his statement. I agree with most of it. The Themes Team agrees with at least some of it. However, its members lack direct control over the system outside of the guidelines.</p>\n\n\n\n<p>“I actually agree with this in a sense,” said Themes Team rep <NAME>. “Creativity has not prospered in the directory, and I think a large part of it is the barrier of entry. ‘Don’t do bad things’ is the overarching guideline for the theme directory, but that can be viewed very subjectively. If it were the only guideline we would see a lot of things that might not be best suited here. If we want to encourage creativity then more freedom to express it would likely be a good way to start bringing it back. However, it can be hard to know where the line should be placed.”</p>\n\n\n\n<p>The team sometimes gets pulled in two different directions. When the project lead asks for things to be more open, many members rally around that idea. On the other hand, the call for <a href=\"https://wptavern.com/why-accessibility-matters-for-wordpress-themes-and-their-users\">stricter accessibility requirements</a>, for example, are popular with others in the community. It is a choice between two ends of the spectrum that are tough to pull together as the gatekeepers to the official directory.</p>\n\n\n\n<p>“Why couldn’t it be more like the plugin directory?” asked Mullenweg. “That has all the same potential issues and has been working pretty well. I’d like it to work just like the plugin directory, with direct access for authors, and most reviews being post-review vs. pre-review.”</p>\n\n\n\n<p>The Themes Team is not against the idea. More than anything, they just need the help to make any significant change.</p>\n\n\n\n<p>“Having the themes directory work like the plugins directory would be great!” said Themes Team rep <NAME>. “And, in fact, it’s something we’ve all been asking for years, but there are many technical challenges because they are built fundamentally differently. Plugin authors have access to their plugin’s SVN while themes don’t. Theme reviews are public while plugin reviews are private and closed. There would need to be lots of changes in systems and meta. Not to mention that, as far as I know, plugins don’t do post-reviews, they do pre-reviews the first time a plugin is uploaded and post-reviews for updates (which is exactly what happens in themes too).”</p>\n\n\n\n<p>The team has created tickets, asked for help, and have generally awaited a champion to push innovative ideas — or any ideas — forward. <em><a href=\"https://meta.trac.wordpress.org/ticket/215\">Seven-year-old ticket</a> to support the standard readme files available to plugins?</em> No takers as of yet. <em><a href=\"https://meta.trac.wordpress.org/ticket/5504\">Allowing block-based themes</a> to be uploaded?</em> Maybe we can make that happen sometime soon.</p>\n\n\n\n<p>The guidelines are likely less crippling than the outdated Trac review system, uploading ZIP files for updates (which Mullenweg mentioned), the limitation of a <code>style.css</code> header for the theme description, and the lackluster theme previewer.</p>\n\n\n\n<img />Theme review system on Trac.\n\n\n\n<p>For the most part, nearly every guideline has been put in place in hindsight. The team finds consistent abuse or issues and course-corrects.</p>\n\n\n\n<p>“I don’t think that Matt’s idea of a creative theme is a theme that is not secure or not compatible with GPL,” said team repo <NAME>. “Creativity is not limited by being asked to sanitize options. It is not limited by making sure that your theme can be translated. If the reviewers saw creative, beautiful themes that lacked in some other aspect like basic accessibility, then the team could help explain to the theme author what kind of changes are necessary. But that is not the kind of themes that are being submitted.”</p>\n\n\n\n<h2>Financial Incentive</h2>\n\n\n\n<p class=\"has-drop-cap\">In the mid-2000s, the average theme developer could get away with building an entire theme on a lazy weekend afternoon. WordPress was far less complicated. Theme development was not a race to the bottom, bundling every feature imaginable.</p>\n\n\n\n<p>Today, we live in the era of the multi-purpose theme. To soar to the top of the popular list, most themes need to handle everything from being the online face of a pizza restaurant to masonry grids for artist portfolios. They also either need good luck, name recognition, or good marketing. That is the reality for the average theme developers trying to make a name for themselves.</p>\n\n\n\n<p>It makes for boring themes in a free theme directory. If the theme author has any financial motivation behind creating a WordPress theme, they need to bundle the <em>nicer</em> features into a paid package.</p>\n\n\n\n<p>As <NAME> wrote in his piece for Speckyboy, <a href=\"https://speckyboy.com/are-high-quality-free-wordpress-themes-a-thing-of-the-past/\">Are High-Quality Free WordPress Themes a Thing of the Past?</a>, “Money changed the equation.”</p>\n\n\n\n<p>There is not much incentive to push a free theme out to the directory just for fun. Most themers are spending a month or more of their time in today’s ecosystem to build a theme. The days of the weekend-afternoon project seem all but gone.</p>\n\n\n\n<p>Even releasing a theme to give back can often be a letdown. There is little chance of any name recognition as the developer’s creation is swamped by the hordes of lite themes in control of the directory. There is no way for unknown players to get any exposure through the directory except in the brief moments their theme lands in the latest themes list. It is that one make-or-break moment that could potentially help best the algorithm and slip into the nearly unattainable popular list.</p>\n\n\n\n<p>In comparison to Themeforest, the WordPress.org directory is lacking. Themeforest is inviting to users because it provides the backend tools for theme authors to market their themes. They can load up custom demos, provide screenshots, use a modern categorization system, and provide all sorts of extra data to end-users. They’re in the business of selling a product to users. </p>\n\n\n\n<img />WordPress themes on ThemeForest\n\n\n\n<p>While WordPress.org may be free, it should still be selling the promise of a beautiful website to its users. I have always said it, the themes available on WordPress.org are the face of WordPress.</p>\n\n\n\n<p>Users deserve better. Theme authors deserve better tools to make it happen.</p>\n\n\n\n<p>Even with better tools and a better-designed directory in place, there is no guarantee of an uptick of creative contributions or a better overall balance that keeps pure upsells in check.</p>\n\n\n\n<p>“I think that due to the reach a theme or plugin that becomes popular quickly commands, monetization is a necessity to be able to properly ‘support’ such an endeavor,” said <NAME>, CPO of Yoast, in response to Mullenweg’s statement on Post Stats. “I think the community also ‘demands’ a certain stability and a certain level of support that is simply unfeasible to expect from any non paid contributor. Because WordPress.org has no way of doing that monetization ‘on platform,’ this is what you end up with.”</p>\n\n\n\n<p>He also argued that something akin to an app store would make things like the “balkanization from non-G-based site builders” less attractive to theme authors. Such a store has little or no chance of becoming a reality.</p>\n\n\n\n<p>“I think we first need to agree on what the theme directory should be,” he said. “We need a ‘mission statement,’ of sorts. And I think we probably need less control than we currently have, be much more like the plugin directory. But if we have a vision of what it should be, then we could work towards that.”</p>\n\n\n\n<p>There is an opportunity to turn things around. Full Site Editing will leave ample room for releasing creative, fully-featured themes with upsells. There is plenty of reason to be excited about pattern design and template packs, <a href=\"https://wptavern.com/block-system-will-create-more-commercial-opportunities-for-wordpress-theme-authors\">better value-adds</a> for theme authors who want to upsell. The problem is going to be getting authors to abandon traditional themes and explore new terrain.</p>\n\n\n\n<h2>Changes Are Coming, Maybe, Hopefully</h2>\n\n\n\n<img />Popular listing on the WordPress theme directory.\n\n\n\n<p class=\"has-drop-cap\">For some, this is a song and dance they already know the lyrics and steps to. It is a years-long conversation that has netted little in return.</p>\n\n\n\n<p>However, the WordPress.org theme directory may be forced to change one way or another. Block-based themes are not arriving in some distant future; they are knocking at the door. Full Site Editing is slated to <a href=\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\">land in WordPress 5.8</a> this June.</p>\n\n\n\n<p>With this change, the WordPress.org theme directory needs to be prepared. Even with a move today, it will be a mad scramble to get systems ready in a handful of months. If waiting for the last minute, it is just asking for chaos. Block-based themes should already be <a href=\"https://meta.trac.wordpress.org/ticket/5504\">allowed to be uploaded</a>, for example.</p>\n\n\n\n<p>As we saw earlier this week, Automattic launched its <a href=\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\">Blank Canvas</a> theme. It is designed to work on single-page websites. It does not support commenting out of the box, which is a requirement for inclusion into the official directory.</p>\n\n\n\n<p>Block-based themes will forever change the system. In the past, traditional themes needed to cover all their bases, integrating with every front-end feature of WordPress. In the future, that is not necessarily the case. Because everything will be built from blocks and users will have direct access to customize those blocks, a theme has no need to cover everything. The user can add and remove features at their leisure. The review guidelines need to be molded for this future.</p>\n\n\n\n<p>Full Site Editing almost seems purpose-built for outside-the-box theme designers. Whether it is a simple, one-page wedding invitation or an author’s book landing page, there are more possibilities upcoming than there ever were in the past. And, these things will be far easier to build on the theme-design side of things. It will remove a lot of burden from developers and from the Themes Team during reviews.</p>\n\n\n\n<p>“Regarding the FSE themes: to be honest all my hopes are there,” said Stathopoulos. “They are very different, and it’s a fresh start for the repository. New theme paradigm, a different set of rules (with of course some overlap for basic things), and a new way of doing things and thinking about themes. However, if they are presented in the same way in the same repo we have now, then nothing will change. the theme repo <em>needs</em> to change, and there’s no way around that. But that’s a decision that will have to be made from the WordPress leadership and implemented by meta.”</p>\n\n\n\n<p>As always, I remain optimistic about the future of WordPress themes, hoping for the ushering in of a new era. I get the sense that the Themes Team shares some of that enthusiasm, at least cautiously so. More than anything, they need the community, particularly theme authors, to chip in and shape that vision of what the WordPress theme directory should be.</p>\n\n\n\n<p>Perhaps today, the stars are nearing alignment. Mullenweg plans to chat with the team and gather feedback in the coming weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jan 2021 22:53:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: GitLab Drops Bronze/Starter Tier in Pricing Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111219\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"https://wptavern.com/gitlab-drops-bronze-starter-tier-in-pricing-update?utm_source=rss&utm_medium=rss&utm_campaign=gitlab-drops-bronze-starter-tier-in-pricing-update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5745:\"<p>This week GitLab <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announced</a> a pricing change that eliminates its Bronze/Starter tier in favor of a three-tier subscription model. The Starter tier, previously offered at $4/month, included features like single-team project management, next day business support, and 2,000 CI/CD minutes.</p>\n\n\n\n<img />GitLab Pricing prior to Jan 26, 2021 Update\n\n\n\n<p>GitLab’s updated <a href=\"https://about.gitlab.com/pricing/\">pricing</a> page shows the benefits that were included in the Starter plan are now only available in the Premium tier at a 5x price increase, introducing a larger gap between free accounts and paying customers. The change specifically impacts those who were happy to pay for a few extras but don’t need the full array of premium features.</p>\n\n\n\n<img />\n\n\n\n<p>GitLab is offering to transition customers at a discount, where existing customers have the option to renew at the current price for an additional year or upgrade to Premium at a discount. The company also makes a case for the free tier, which it says includes 89% of the features in Bronze/Starter, with 450 new features added last year. </p>\n\n\n\n<p>“The Bronze/Starter tier does not meet the <a href=\"https://www.investopedia.com/terms/h/hurdlerate.asp\">hurdle rate</a> that GitLab expects from a tier and is limiting us from investing to improve GitLab for all customers,” GitLab co-founder and CEO <NAME> said. “Ending availability of the Bronze/Starter tier will help us accelerate development on customers’ priority needs such as improving usability, availability, performance, and delivering enterprise-grade security and compliance.”</p>\n\n\n\n<p>It makes sense that GitLab is turning its attention to factors like “hurdle rate,” as Sijbrandij told <a href=\"https://www.cnbc.com/2021/01/15/gitlab-ceo-eyes-public-market-after-secondary-valued-it-at-6-billion-.html\">CNBC</a> that he’s still looking to take the company public after a late 2020 employee share sale, which valued the company at $6 billion. GitLab passed $150 million in annual recurring revenue in 2020, but is tightening up its subscription model as the company tailors commercial offerings for those who need DevOps features.</p>\n\n\n\n<p>GitLab did not share the pricing update announcement on Twitter, perhaps in anticipation of how controversial it would be. The company posted the link in the <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923\">GitLab forums</a> where customers expressed disappointment in the change.</p>\n\n\n\n<p>“We are currently paying Bronze level because there are some features that we find interesting,” <NAME> said. He specifically referenced issue weights, iterations, multiple issue assignees, and issue dependencies.</p>\n\n\n\n<p>“These features are now in the premium level. We were not interested in the previous ‘silver’ level. On the long term, this is basically a 5 times price increase. Being a vocal supporter of GitLab in my company, <strong>I am not happy about this, at all</strong>.”</p>\n\n\n\n<p>One customer said the change “feels like a bit of a kick in the teeth,” while another noted that GitLab’s mid-tier offering costs just one dollar less than <a href=\"https://github.com/pricing\">GitHub’s enterprise plan</a>. Many of GitLab’s existing Starter tier customers have a large number of users who are not developers and do not have access to code or pipeline features. They are supporting staff who check bug reports or project management teams that create issues. Without the ability to pay per user role, upgrading every seat in the team to Premium doesn’t make sense for these types of use cases. </p>\n\n\n\n<p>Customers who had recently convinced their organizations to go with GitLab, along with those who have invested time developing processes around the Starter tier features, are some of the most vocal opponents to the change. Some <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923/42\">found the announcement off-putting</a>, as it made it seem like paying Starter plan customers were actually costing GitLab money, requiring the tier to be eliminated. Many expressed that they only signed up for the tier to support GitLab and that they only used a handful of the features.</p>\n\n\n\n<p>“It’s worth pointing out that you say that ‘many Bronze/Starter customers adopted Gitlab just for source code management,’ – yes – that’s exactly what we use Gitlab for,” one customer said. “We don’t use CI, Issue Tracking, or any other features offered even in the free version, but we do want to have a couple of the SCM features offered in the Bronze/Starter tier. Do you really think that customers like us that are only looking for SCM are going to pay more for unnecessary features?”</p>\n\n\n\n<p>The GitLab employees in the thread seemed ready to defend the decision against the onslaught of criticism. While a few said they will take customers’ concerns and feedback under consideration, most were prepared to assure critics that the decision was made “through extensive research,” which likely leaves those most affected further alienated, if the 5x cost increase didn’t already make the decision for them. Bronze/Starter tier customers who are still examining their options can find the various transition paths in the pricing change <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announcement</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jan 2021 19:16:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WordPress Foundation: do_action hackathons and open-source workshops in 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpressfoundation.org/?p=172229\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6654:\"<p>In 2020, we saw do_action events and open-source workshops move online. Around the world, community members organized 5 do_action hackathons (<a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">4 of which were online</a>) and a handful of <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">open-source workshops</a> last year. In moving these events online, community organizers not only brought their WordPress community closer together, but they were also able to make a positive impact on their local or regional community in an exceptionally-difficult year. </p>\n\n\n\n<p>Seeing this impact, we would like to help more organizers host even more of these online charity hackathons (do_action events) and Introduction to Open Source workshops in 2021. This post shares more information for community organizers who would like to organize do_action events in 2021.</p>\n\n\n\n<h3>do_action charity hackathons</h3>\n\n\n\n<p>Based on feedback from the community members, <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">do_action events so far have been quite impactful</a> in how they bring participants together to help non-profits establish an online presence, something all the more significant in 2021. Here is how we plan to support do_action events in 2021:</p>\n\n\n\n<ul><li><strong>Improving the online do_action event documentation: </strong>The community team is currently working on revamping the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/organising-an-online-do_action-event/\">documentation for online do_action events</a> to include tips on remote collaboration, using collaboration tools, remote project management etc. Additionally, we will be reaching out to past do_action organizers to share recaps and help share task lists to help organizers get used to the online event format. </li><li><strong>Sponsored accounts:</strong> Organizers can reserve and use <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">Community-sponsored Zoom Pro accounts</a> for their events. </li><li><strong>Countrywide do_action events: </strong>There were <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">a few countrywide do_action</a> events in 2020. More regional/countrywide events are encouraged. </li><li><strong>Linking do_action events with WordCamps and mentoring: </strong>Since WordCamps are also online, organizers can organize do_action events in tandem with their online WordCamps, for more impact. Similarly, new do_action organizers will get mentoring from past organizers/mentors/community deputies.</li><li><strong>Technology changes: </strong>The following changes will be implemented on the doaction.org website in 2021 to support our organizers in a better way: <ul><li>doaction.org to Google Workspace / G Suite (so that organizers can use custom emails – get access to a branded Google Workspace account) – <em>Due March 2021</em></li><li>Doaction.org will be modified to support multiple event dates. – <em>Due June 2021</em></li><li>The do_action application will be moved to doaction.org.- <em>Due June 2021</em></li></ul></li></ul>\n\n\n\n<p>Does all of this sound exciting? If you would like to organize a do_action event in your locality, please <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">send in your application through this form</a>! Community deputies will get back to you shortly to take it forward.</p>\n\n\n\n<h3>Introduction to Open-source workshops</h3>\n\n\n\n<p>Introduction to Open Source workshops help spread knowledge and understanding of the open web and open source. They have also been instrumental in onboarding new contributors to WordPress. With the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> workshops on<a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\"> Introduction to Open-source</a>, meetup groups could host a watch party of the recorded workshop or <a href=\"https://make.wordpress.org/community/2020/12/08/tuesday-trainings-how-to-organize-a-successful-discussion-group/\">organize a discussion group</a>. Here’s how community members can organize open-source workshops in 2021. </p>\n\n\n\n<ul><li>Community members can now host <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source workshop</a> discussion groups in the <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">Learn WordPress meetup group</a>. If you would like to host a discussion group for a global audience, please <a href=\"https://learn.wordpress.org/discussion-groups/\">apply to become a discussion group leader</a>.</li><li><a href=\"https://github.com/wptrainingteam/what-is-open-source\">Lesson</a> <a href=\"https://github.com/wptrainingteam/what-you-can-do-with-wordpress\">plans</a> for the Introduction to Open-source workshops are available! Any meetup group can plan their open-source workshop based on the lesson plans. </li><li>Meetup groups worldwide are also encouraged to<a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\"> organize an Introduction to WordPress watch party + discussion group</a> (based on the Learn WordPress workshop on <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source</a>) as part of their meetup (it does not need any prior approval). </li></ul>\n\n\n\n<p>Organizers can feature these workshops and discussion groups in the WordPress Foundation blogs by <a href=\"https://make.wordpress.org/community/contact/\">reaching out to the community team</a>. Since open-source workshops are online, there is no cost involved in organizing them, but organizers can always <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">request paid zoom accounts for their event</a>. </p>\n\n\n\n<p>The WordPress community has the power to uplift and empower people across the world by organizing these events. Our community organizers have already done stellar work in 2020, despite the challenges posed by the COVID-19 pandemic. As we step into 2021, we look forward to supporting and seeing what organizers do with these online events to help their communities!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jan 2021 12:55:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: WP Lookout Lets WordPress Users Track and Receive Notifications for Their Preferred Plugins and Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108062\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:269:\"https://wptavern.com/wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes?utm_source=rss&utm_medium=rss&utm_campaign=wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8074:\"<p class=\"has-drop-cap\"><em>Should WordPress notify users of plugin ownership changes?</em> That was the question that <NAME> asked two months ago. WP Tavern readers seemed to think it was a good idea, at least those who commented on our <a href=\"https://wptavern.com/should-wordpress-notify-users-of-plugin-ownership-changes\">coverage of it</a>. However, the original <a href=\"https://meta.trac.wordpress.org/ticket/5509\">Trac ticket</a> has not seen any movement since.</p>\n\n\n\n<p>There are real technical issues with automating the process. A change of ownership does not necessarily equate to a change of the plugin author. This is often the case when someone acquires a company and maintains the brand.</p>\n\n\n\n<p>Tracking such changes does not necessarily need to go through WordPress. <NAME> built a service called <a href=\"https://wplookout.com/\">WP Lookout</a> that notifies users of such changes and much more. It has also been available since August of 2020.</p>\n\n\n\n<p>“WP Lookout watches for interesting changes to the WordPress themes and plugins that someone cares about,” said Hardie. “I created WP Lookout for professional WordPress developers, consultants, and site managers who want to stay more informed about the plugins and themes that they (and their clients) depend on.”</p>\n\n\n\n<p>While WP Lookout faces the same challenges with plugin ownership changes, it does have an advantage. It also <a href=\"https://wplookout.com/2020/12/tracking-mentions-in-wordpress-news/\">tracks WordPress news organizations</a>, including WP Tavern and <a href=\"https://poststatus.com/\">Post Status</a>. Even if the ownership change is not reflected on the plugin’s WordPress.org page, the story may be picked up in the news.</p>\n\n\n\n<p>Hardie launched the news-tracking feature in early December 2020. It includes the <a href=\"https://www.wordfence.com/blog/category/vulnerabilities/\">Wordfence vulnerabilities blog</a> and <a href=\"https://ithemes.com/category/wordpress-vulnerability-roundup/\">iThemes vulnerabilities roundup blog</a> as a part of the service’s security notification system. The service also scans change logs for keywords related to security.</p>\n\n\n\n<p>Notifications do not stop there. The WP Lookout tracks plugin, theme, and core WordPress updates. It also supports several commercial plugins such as Advanced Custom Fields Pro, Gravity Forms, and WP Rocket.</p>\n\n\n\n<p>“When we first decide to use a theme or plugin on a WordPress site, we hopefully research it thoroughly — code quality, ratings, support responsiveness, new release history, speed of security fixes, and so on — but once it’s installed it’s easy to neglect those important bits of ‘health’ information over time,” said Hardie. “Auto-updates are great from many perspectives, but I think anyone who has had to manage and troubleshoot a non-trivial WordPress site over time knows that it’s also important to stay aware of, for example, what’s happening in the change log or whether ownership of a plugin has changed hands. But nobody wants to log in to wp-admin on a bunch of sites every week to gather that info.”</p>\n\n\n\n<p>Hardie said WP Lookout will always have a robust free option for people who just want a daily email notification for a handful of plugins and themes. However, there are paid tiers for customers to access more features. They allow users to track more plugins and themes and get immediate alerts through email, RSS, Slack, or custom webhooks.</p>\n\n\n\n<p>“The middle tier supports up to 50 themes/plugins, immediate email notifications, and a personalized RSS feed,” he said. “The Builder tier supports up to 200 themes/plugins and adds in Slack and custom webhook support along with the option to just get security-related notifications. With more real-world user feedback, we may adjust what’s in each tier over time.”</p>\n\n\n\n<p>All users get access to the Builder tier for a few weeks after signing up. After that, they must subscribe or stick with the free tier features.</p>\n\n\n\n<h2>How the Service Works</h2>\n\n\n\n<img />Single plugin tracking history.\n\n\n\n<p class=\"has-drop-cap\">WP Lookout allows users to search for and add a tracker for individual plugins. The service primarily relies on the public WordPress.org API for getting plugin and theme data. This is the same system that WordPress uses to check to see if updates are available.</p>\n\n\n\n<p>“But it also goes beyond what the API offers,” said Hardie. “For example, there’s no standard yet for theme authors to provide .ORG theme change logs, and so that information doesn’t show up when you go to update a theme in wp-admin; you’d have to go poking around in Trac or source files to find it. So WP Lookout follows the trail to the change log details and <a href=\"https://wplookout.com/2020/08/wordpress-theme-changelog-details/\">puts that right in front of you</a>.”</p>\n\n\n\n<img />Active plugin trackers.\n\n\n\n<p>There is also a <a href=\"https://wordpress.org/plugins/wp-lookout/\">WP Lookout plugin</a> available in the plugin directory. It uses an API key, which users can get from the WP Lookout website. The plugin then lets the WP Lookout service know what plugins and themes are installed and adds them as trackers. Using the plugin is far more efficient than manually adding individual plugins and themes.</p>\n\n\n\n<p>For plugins and themes that are not on WordPress.org, the service uses custom update APIs provided by the third-party developers. If that is not sufficient, it uses webpage scraping. For news sources, it parses RSS feeds.</p>\n\n\n\n<p>“It’s been interesting to see the wide variety of ways that WordPress theme and plugin authors do or don’t manage and present data publicly about their products,” said Hardie. “Some have API endpoints that return the same level of detail as the .ORG API, others have change log/version documents generated by some internal tools, and still others don’t bother doing much at all. I think an argument could be made to standardize on something here for the long-run to help boost the culture of keeping software updated, even/especially if it eventually makes the need for a tool like WP Lookout obsolete.”</p>\n\n\n\n<h2>The Future of WP Lookout</h2>\n\n\n\n<p class=\"has-drop-cap\">Hardie has no plans of sitting on what he has already built. One of the next goals is regularly adding new themes and plugins that are not on WordPress.org. This will mean connecting with development teams and figuring out how users can get notifications of things that often have no public APIs. The lack of standardization in the space could be a tough hurdle to jump.</p>\n\n\n\n<p>“I have a long list of features I’m planning to add, including things like integrating tracking GitHub repo releases, bringing some helpful data points from WP Lookout into the wp-admin interface, WordPress Packagist integration, allowing per-tracker Slack channel configurations, better internationalization, and better handling of change logs that theme/plugin authors chose to maintain outside of their .org code repositories,” he said.</p>\n\n\n\n<p>Hardie does not want to get too far ahead of himself with feature ideas. He said he is excited to get more feedback from users about what they find useful. Currently, there are 80 users, which is publicly available data. WP Lookout maintains an <a href=\"https://wplookout.com/open/\">open data and financial transparency page</a>.</p>\n\n\n\n<p>“Despite having paid options for more advanced users, I mostly think of this as a service I want to operate for the WordPress community, and I’ll always have a robust set of free functionality,” he said. “I’m also committed to participation in Five for the Future, bringing what I’ve learned here back into improvements that might benefit all WordPress users, whether they take advantage of WP Lookout or not.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Jan 2021 21:56:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: ElasticPress.io Service Considers Next Move after Elasticsearch Abandons Open Source Licensing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:253:\"https://wptavern.com/elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing?utm_source=rss&utm_medium=rss&utm_campaign=elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6933:\"<p>Elastic, makers of the search and analytic engine <a rel=\"noreferrer noopener\" href=\"https://www.elastic.co/what-is/elasticsearch\" target=\"_blank\">Elasticsearch</a>, have re-licensed its core product so that it is no longer open source. The company is moving new versions of both Kibana and Elasticsearch from the <a rel=\"noreferrer noopener\" href=\"https://www.apache.org/licenses/LICENSE-2.0\" target=\"_blank\">Apache 2.0-license</a> to be dual-licensed under the <a rel=\"noreferrer noopener\" href=\"https://www.mongodb.com/licensing/server-side-public-license\" target=\"_blank\">Server Side Public License (SSPL)</a> and the <a rel=\"noreferrer noopener\" href=\"https://github.com/elastic/elasticsearch/blob/0d8aa7527e242fbda9d84867ab8bc955758eebce/licenses/ELASTIC-LICENSE.txt\" target=\"_blank\">Elastic License</a>, which do not meet the <a href=\"https://opensource.org/osd\">Open Source Definition</a>. </p>\n\n\n\n<p>In a post titled “<a href=\"https://www.elastic.co/blog/why-license-change-AWS\">Amazon: NOT OK – why we had to change Elastic licensing</a>,” Elastic blames Amazon for the license change:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our license change is aimed at preventing companies from taking our Elasticsearch and Kibana products and providing them directly as a service without collaborating with us.</p><p>Our license change comes after years of what we believe to be Amazon/AWS misleading and confusing the community – enough is enough.</p></blockquote>\n\n\n\n<p>Elastic claims AWS’s behavior has “forced” the company to abandon its open source licensing, citing examples of what they perceive to be “ethically challenged behavior.” In 2019, Amazon created an Open Distro for Elasticsearch, and Elastic claims they used code copied by a third party from their commercial code, further dividing the community.</p>\n\n\n\n<p>As a result of the license change, Amazon <a href=\"https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch/\">announced</a> its intention to officially fork Elasticsearch and Kibana, with plans to roll the forks into its Open Distro distributions:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our forks of Elasticsearch and Kibana will be based on the latest ALv2-licensed codebases, version 7.10. We will publish new GitHub repositories in the next few weeks. In time, both will be included in the existing Open Distro distributions, replacing the ALv2 builds provided by Elastic. We’re in this for the long haul, and will work in a way that fosters healthy and sustainable open source practices—including implementing shared project governance with a community of contributors.</p></blockquote>\n\n\n\n<p>The Open Source Initiative (OSI) <a href=\"https://opensource.org/node/1099\">reacted</a> to the news of the license change, calling the SSPL a “fauxpen” source license:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Fauxpen source licenses allow a user to view the source code but do not allow other highly important rights protected by the <a href=\"https://opensource.org/osd\">Open Source Definition</a>, such as the right to make use of the program for any field of endeavor. By design, and as explained by <a href=\"https://www.elastic.co/blog/licensing-change\">the most recent adopter</a>, Elastic, in a post it unironically titled “<a href=\"https://www.elastic.co/blog/licensing-change\">Doubling Down on Open</a>,” Elastic says that it now can “restrict cloud service providers from offering our software as a service” in violation of OSD6. Elastic didn’t double down, it threw its cards in.</p></blockquote>\n\n\n\n<p>Elastic’s license changes may affect a few companies in the WordPress ecosystem that are redistributing Elasticsearch as a commercial offering. <a href=\"https://10up.com/\">10up</a>, creators of <a href=\"https://wordpress.org/plugins/elasticpress/\">ElasticPress</a>, by far the most popular Elasticsearch plugin for WordPress, also runs the <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a> SaaS platform. More than 6,000 sites are using the open source plugin, but the company said these users will not be affected.</p>\n\n\n\n<p>“No matter what this won’t affect the EP plugin,” 10up vice president of engineering <NAME> said. “I would say the news is definitely discouraging and not a great look for Elastic.”</p>\n\n\n\n<p>10up <a href=\"https://wptavern.com/10up-unveils-elasticpress-io-elasticsearch-as-a-service-for-wordpress-sites\">launched</a> ElasticPress.io in 2017 and Lovett says it has become “an active part of the business with a plethora of customers,” and continues to grow. The company is currently seeking legal advice on how Elasticsearch’s licensing change will affect the ElasticPress.io service. Since previous versions of Elasticsearch remain open source, the company has time to figure out a new way forward.</p>\n\n\n\n<p>“Right now we really don’t know what’s going to happen,” Lovett said. “There is no rush for us to upgrade <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a> to Elasticsearch 7.11+ so we have plenty of time to decide how to address the issue.”</p>\n\n\n\n<p>Lovett confirmed that 10up is considering using the Amazon fork as an option but has not made a decision on the matter yet.</p>\n\n\n\n<p>“I will say this does affect the end user in a way that they may end up having to choose between different flavors of Elasticserarch,” Lovett said.<br /><br />“For example, you may need to decide if you want the official Elastic distribution or if you want to go with AWS’s fork.”</p>\n\n\n\n<p>Unfortunately, for businesses that built services on top of redistributing the previously open source Elasticsearch, Elastic’s creators have gone back on <a href=\"https://web.archive.org/web/20200120104750/https:/www.elastic.co/what-is/open-x-pack\">the promise they made in 2018</a> to never change the license of any of the Apache 2.0 code of Elasticsearch, Kibana, Beats, and Logstash projects. As a consequence, Amazon has emerged as the one to drive the truly open source option for Elasticsearch and Kibana for the future.</p>\n\n\n\n<p>“Elastic’s relicensing is not evidence of any failure of the open source licensing model or a gap in open source licenses,” the OSI board of directors stated in a recent <a href=\"https://opensource.org/node/1099\">post</a> on the matter. “It is simply that Elastic’s current business model is inconsistent with what open source licenses are designed to do. Its current business desires are what proprietary licenses (which includes source available) are designed for.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Jan 2021 20:25:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Automattic Launches the Blank Canvas WordPress Theme for Building Single-Page Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110986\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:237:\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites?utm_source=rss&utm_medium=rss&utm_campaign=automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7389:\"<img />Split Screen pattern from Blank Canvas.\n\n\n\n<p class=\"has-drop-cap\">On Monday, Automattic <a href=\"https://wordpress.com/blog/2021/01/25/building-single-page-websites-on-wordpress-com/\">announced its Blank Canvas theme</a> on WordPress.com. The goal is to allow end-users to build single-page websites, such as an “about me” or product landing page.</p>\n\n\n\n<p>Blank Canvas is a child theme of <a href=\"https://wptavern.com/exploring-seedlet-automattics-block-first-wordpress-theme\">Seedlet</a>, which Automattic’s <a href=\"https://themeshaper.com/about/\">Theme Team</a> has been using as a launchpad. One example is its recently-released <a href=\"https://wptavern.com/automattic-releases-spearhead-a-seedlet-child-theme-aimed-at-podcasters-and-content-creators\">Spearhead</a> child theme. It also provided the foundational work for the recent Twenty Twenty-One default WordPress theme.</p>\n\n\n\n<p>One-page themes are nothing new. Theme builders have been releasing them for years in various forms.</p>\n\n\n\n<p>“We’ve been working on block patterns a lot lately, and it became clear that many of the single-page websites we come across daily — collections of links, newsletter signups, etc. — are basically just simple block patterns sitting on an otherwise blank page,” said <NAME>, the lead developer on the theme. “That being the case, it seemed like WordPress should be able to power these sorts of single-page sites pretty easily. Blank Canvas is an attempt to try that out.”</p>\n\n\n\n<p>WordPress is not the ideal platform for the majority of one-page sites. Doing so includes setting up a database, installing the software, and keeping everything updated. The admin interface is not well-suited to those types of sites. WordPress is a content management system. One page is not enough content to need a full-blown CMS to manage. There simply is little upside for the average user to go through the hassle of doing this on even the cheapest of shared hosting.</p>\n\n\n\n<p>However, if you have a network where someone else, such as WordPress.com, takes out all the hassle of maintaining the backend and when it does not cost you a dime, WordPress suddenly makes more sense. It becomes an ideal platform for these types of sites.</p>\n\n\n\n<p>Frankly, I do not know why they have not pushed this concept sooner. <NAME> has made a go of it with Leeflets in the past. Since then, he and <NAME> have taken that idea further and launched <a href=\"https://wptavern.com/landing-kit-for-wordpress-maps-any-post-or-page-to-a-custom-domain\">WP Landing Kit</a>, which builds on the same concept of creating multiple single-page landing sites from one WordPress installation.</p>\n\n\n\n<p>In some respects, Blank Canvas offers a glimpse into Full Site Editing. It is almost a stepping stone or a small yet limited preview of things to come. The theme puts the entire design process into a single page and a single editor. Eventually, this will be extended to the whole website.</p>\n\n\n\n<p>“I think that’s a great way to think about it,” said Reigstad. “Full Site Editing is coming soon, but in the meantime, Blank Canvas lets you do just a little bit more with Gutenberg than you could before.”</p>\n\n\n\n<h2>About the Theme</h2>\n\n\n\n<p class=\"has-drop-cap\">The theme is called <strong>Blank</strong> Canvas for a reason. Its <a href=\"https://blankcanvasdemo.wordpress.com/\">demo page</a> is literally a blank screen with a footer message. The idea is that the end-user designs their homepage — or their entire site in the case of a single-page website — via the block editor.</p>\n\n\n\n<p>For those who need a starting point, the theme comes packaged with six block patterns:</p>\n\n\n\n<ul><li>About Me</li><li>Links</li><li>Invitation</li><li>Split Screen</li><li>Card</li><li>Email Signup</li></ul>\n\n\n\n<img />Invitation block pattern.\n\n\n\n<p>Self-hosted WordPress users can install the theme too. It is currently awaiting review for the theme directory, but they can snag the ZIP file or SVN link from its <a href=\"https://themes.trac.wordpress.org/ticket/94482\">Trac ticket</a>. For those giving it a test, be sure to disable the title and tagline via the customizer so they do not appear on the front end. That is assuming you want to use the theme as intended. It will also work as a more traditional theme because the Seedlet parent theme covers all the necessary features.</p>\n\n\n\n<p>There are differences between the theme on WordPress.com and that submitted to the WordPress.org theme directory. The .ORG version has only four block patterns. The .COM version includes an additional Card pattern, which integrates with Automattic’s Layout Grid plugin. The Email Signup pattern needs Jetpack’s form feature.</p>\n\n\n\n<p>Simple conditional checks for Layout Grid or Jetpack before registering the patterns would suffice for users with those plugins installed. “That’s planned,” said Reigstad of adding the missing patterns, “but we just didn’t implement it yet.”</p>\n\n\n\n<img />Email Signup block pattern.\n\n\n\n<p>WordPress.com users have something else to look forward to. In November, the service <a href=\"https://wptavern.com/wordpress-com-drops-over-100-block-patterns-carving-a-path-the-design-community-should-follow\">launched over 100 patterns</a>. “One of the nice things is that there are already a lot of patterns out there that seem ready-made for single-page websites,” said Reigstad.</p>\n\n\n\n<p>He did say the team is working on bundling more patterns in the future. These may include more “link in bio” designs that expand on the one already in the theme today.</p>\n\n\n\n<h2>Pioneering Block-Friendly Themes</h2>\n\n\n\n<p class=\"has-drop-cap\">Several of the ideas available in this theme seemed to have started from the WordPress <a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments repository</a>. It features block patterns similar in scope to the <a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">Carrd-like theme</a> Reigstad built last October.</p>\n\n\n\n<p>“In general, building block-based themes helped redefine our idea of what a theme needed to be,” he said. “We’d tended to think of a theme as a complicated piece of software that accounts for every scenario you throw at it: a blog, custom post types, category pages, search pages, the 404 page, etc.”</p>\n\n\n\n<p>Reigstad said that the block-based themes paradigm has forced the Theme Team to start small. Because Full Site Editing is still in flux, its features not ready, the team has built proof-of-concept themes with limited functionality.</p>\n\n\n\n<p>“The possibilities for block-based themes have grown considerably since then (as shown by TT1 Blocks, Q, Block-based Bosco, and others), but the early constraints helped spark ideas like that Carrd-inspired theme,” he said. “It turned out that you could build a pretty useful site with just a handful of blocks.</p>\n\n\n\n<p>“That mindset definitely informed Blank Canvas — we started small, with just the functionality someone would need to build a single-page site. Since it’s based on a full-featured theme (Seedlet), you can grow with it too.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jan 2021 22:11:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: Plugin Team Draws a Line: Plugins Must Not Change WordPress’ Default Automatic Update Settings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=111034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:249:\"https://wptavern.com/plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings?utm_source=rss&utm_medium=rss&utm_campaign=plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3110:\"<p>WordPress’ plugin team has published a <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">statement</a> regarding plugins making changes to users’ update services: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Unless your plugin has the <em>purpose</em> of managing updates, you <strong>must not</strong> change the defaults of WordPress’ update settings.</p><p>You <em>may</em> offer a feature to auto-update, but it has to honor the core settings. This means if someone has set their site to “Never update any of my plugins or themes” you are not to change those for them unless they opt-in and request it.</p></blockquote>\n\n\n\n<p>The statement was prompted by plugins overstepping this boundary, which, up until recently, has simply been understood but not explicitly forbidden. <NAME> said the practice “destroys the faith users have in you to not break their sites.” It also reflects poorly on WordPress as a whole when plugin authors abuse core features to serve their own interests.</p>\n\n\n\n<p>“Sadly, this happened recently to a well used plugin, and the fallout has been pretty bad,” Epstein said. </p>\n\n\n\n<p>She did not identify the plugin in question, but one particular incident that happened last month bears a strong likeness to this description. On December 21, 2020, the <a href=\"https://wptavern.com/all-in-one-seo-plugin-turns-on-automatic-updates-without-notifying-users-removes-functionality-in-latest-release\">All in One SEO plugin turned on automatic updates without notifying its users</a>, aside from a short, ambiguous note in the changelog.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>All in One SEO was active on more than 2 million WordPress sites when it rolled out this update. Many users were frustrated to discover that their sites had been updated without permission, despite having auto updates turned off for the plugin. The plugin’s developers removed the auto updates wrapper functionality from the plugin earlier this month, in favor of letting WordPress handle updates.</p>\n\n\n\n<p>After this incident, those who were affected were left with questions. Should WordPress allow this practice? Should plugin developers be required to place a notice in the dashboard if they are going to flip automatic updates on? While many users are willing to trust WordPress core to do automatic updates in a safe way, some are not willing to extend that trust to plugin developers, whose quality of updates vary widely. The plugin team offering guidance and communication on this matter was absolutely necessary to deter aggressive plugin developers from destroying what is still a fragile trust in automatic updates.</p>\n\n\n\n<p>“At this time, we have no plans to spell this out in a guideline,” Epstein said. “We do currently, regularly flag plugins that go outside their dictated (self defined) boundaries, and this is not a change. Please, respect your users.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jan 2021 20:43:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: Jetpack Launches Customer Research Project to Improve the Plugin and Reduce User Frustration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:249:\"https://wptavern.com/jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6244:\"<p>Jetpack’s Design and Research Team is <a href=\"https://automattic.design/2021/01/26/were-all-ears/\">launching a new customer research panel</a> as part of an ongoing effort to collect feedback in advance of launching new features. They are allocating one day every month to talk with users:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It’s a small step toward an important goal of better understanding what our users need, seeing and hearing first hand where they are frustrated, and learning how Jetpack can work better for them.</p><p>The relationship benefits both sides. Our customers enjoy a sneak preview of features coming down the roadmap, and are empowered to help shape the product’s future. And our design slash research team sees first hand, how our products perform with real folks using them.</p></blockquote>\n\n\n\n<p>Jetpack is recruiting customers for 45-minute long interviews on Zoom where they will preview some new designs and talk about proposed product improvements that are already in the works. In exchange, participants receive a $25 Amazon gift card. </p>\n\n\n\n<p>This outreach effort may help in easing the periodic friction between Automattic and the larger WordPress community, which tends to emerge like pop-up storms on social media and quickly dissipate, but not without taxing onlookers’ good will. Although Jetpack is active on more than 5 million sites, and is marketed as “the most popular WordPress plugin for just about everything,” its team occasionally seems out of touch with users.</p>\n\n\n\n<p>One recent example of this happened when <NAME> drew attention to the wording for the Jetpack Scan upsells that appear on the plugins page in the admin. Specifically, people took issue with the claim that “adding plugins can expose your site to security risks.” While this is true, participants in the resulting heated discussion said it implies that Jetpack, the plugin that claims to do “just about everything,” is the only safe plugin. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Everyone: WordPress is amazing because you can use plugins! <br />Jetpack: Careful, it\'s a scary place that WordPress repo is.<br />Everyone: Didn\'t you come from .org? <br />Jetpack: Just buy my protection plan. <a href=\"https://t.co/5oqbsroqSA\">pic.twitter.com/5oqbsroqSA</a></p>— I podcast a lot🎙 (@mattmedeiros) <a href=\"https://twitter.com/mattmedeiros/status/1352275821763948550?ref_src=twsrc%5Etfw\">January 21, 2021</a></blockquote>\n</div>\n\n\n\n<p>Some perceived it to be in violation of <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard\">#11 of the Plugin Directory guidelines</a>, which states that plugins should not hijack the admin dashboard. The guideline also recommends avoiding advertising in the admin “as it is generally ineffective,” as well as frustrating for users who are not looking for additional complications while solving problems.</p>\n\n\n\n<p>This particular case was resolved after Automattic product designer <NAME> took the community feedback to his team. They <a href=\"https://twitter.com/jeffgolenski/status/1352417067849428993\">updated the advertisement</a> to be less fear-inspiring regarding the WordPress plugin ecosystem.</p>\n\n\n\n<p>In another potent example of disconnect from the larger community, <a href=\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results\">Jetpack 7.1 quietly introduced suggestions to the plugin search screen</a>. The update artificially inserted a search result into the first plugin card slot, identifying the corresponding Jetpack feature if one was available. Jetpack’s module placement in the results subtly implied that other plugins were inferior options to its existing modules. Some of the modules advertised required an upgrade. The UI did not make it clear that the artificial search result was not coming from the plugin directory’s algorithm. The Jetpack team claimed that it was designed to be a notice but its implementation was virtually indistinguishable from an advertisement.</p>\n\n\n\n<p>In a later release, Jetpack <a href=\"https://wptavern.com/jetpack-7-2-1-removes-promotions-for-paid-upgrades-from-the-search-screen\">removed all feature suggestions that previously advertised upgrades</a>, characterizing the mistake as “an error in judgment.” This kind of misstep could have easily been avoided if the feature had been presented to actual users in advance. User researchers could have asked, “How would you like it if we put some of our paid upgrades in the top search spot when you are searching for a new plugin?” </p>\n\n\n\n<p>Historically, the company has had a few rocky launches where it seemed some product teams did not consider the community’s perception in their marketing approaches. Most recently, this was evident in the launch of WordPress.com’s new <a href=\"https://wptavern.com/wordpress-com-rattles-freelancer-community-with-new-website-building-service-launch\">website building service</a>, which failed to include important information, i.e. that the intention was to refer business out. </p>\n\n\n\n<p>The new customer research panel is a strategic move for Automattic and should allow the company to avoid a lot more frustration and miscommunication around Jetpack. It could also be valuable as a means of testing potential marketing angles, beyond just specific features the team is developing.</p>\n\n\n\n<p>“When you have a team continually connecting with their customers, you find that they start to become internal ambassadors for the users, helping to weave the user’s voice into product and design conversations throughout the entire product design process.” Automattic UX/Product Designer <NAME> said in the announcment.</p>\n\n\n\n<p>If you want to help the Jetpack team realize these goals and become ambassadors for their users, visit the plugin’s <a href=\"https://jetpackresearch.blog/\">user research blog</a> and sign up to participate in upcoming interviews. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jan 2021 02:33:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: WP Buffs Finalizes First Acquisition, Purchases WP EZI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110796\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"https://wptavern.com/wp-buffs-finalizes-first-acquisition-purchases-wp-ezi?utm_source=rss&utm_medium=rss&utm_campaign=wp-buffs-finalizes-first-acquisition-purchases-wp-ezi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6915:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Earlier today, WP Buffs <a href=\"https://wpbuffs.com/wp-ezi-acqusition/\">announced that it had acquired WP EZI</a>, a WordPress maintenance and support service. It was a five-figure acquisition for 64 active subscriptions and 343 total customers. <NAME>, the former owner of WP EZI, is <a href=\"https://wpezi.com/joining-wp-buffs/\">stepping away from the project</a>.</p>\n\n\n\n<p>WP Buffs offers 24/7 WordPress website management. Its team works directly with website owners and startups. They also work with white-label partners in the WordPress space. Agencies, freelancers, and hosting companies resell the WP Buffs subscription services instead of hiring a global team of their own.</p>\n\n\n\n<p>This is the first acquisition for the company and was done through their new <a href=\"https://wpbuffs.com/acquisitions/\">Business Acquisition Unit</a>.</p>\n\n\n\n<p>For WP EZI users, nothing should change about how they use the service. “The day-to-day of the folks at WP EZI (aside from Paul) will continue unchanged as they’ve all decided to stay on board and are excited for this new chapter of the business,” said <NAME>, the Founder and CEO of WP Buffs. “For the time being, they will continue to function as team members of WP EZI, although they’ll, of course, be given a warm welcome as new members of the WP Buffs family.”</p>\n\n\n\n<p>At the moment, none of the pre-acquisition WP Buffs staff will move over to any WP EZI projects or vice versa. The two brands will remain separate.</p>\n\n\n\n<p>“Mostly, this is for current WP EZI subscription clients, as keeping them happy and unbothered is our top priority,” said Howard.</p>\n\n\n\n<p>One change coming to WP EZI is that it will no longer offer new care plan subscriptions. The goal is to send those leads to WP Buffs. WP EZI will continue serving current care plan customers and handle one-off projects.</p>\n\n\n\n<p>“The strength of WP Buffs is in our strong systems and scalable business model of selling and executing on subscription services,” said Howard. “That’s why we’ll continue to accept new care plans there and send all one-time requests to WP EZI. They have experience with this business model, so we’re going to keep that team doing the work they’ve proved to be strong at.”</p>\n\n\n\n<p>Howard did not give much away in terms of long-term changes. He said that while they are mulling over some ideas, their priorities were a peaceful transition for WP EZI clients and learning from and helping the current team.</p>\n\n\n\n<p>“Most of the benefits for WP Buffs come from acquiring an already profitable business and client base,” he said. “Furthermore, the acquisition allows us to funnel care plan leads into WP Buffs and more one-time work into WP EZI. These silos will allow each team to be more efficient since they’ll be able to focus on their areas of strength.”</p>\n\n\n\n<h2>On Acquisitions and Growth</h2>\n\n\n\n<p class=\"has-drop-cap\">On the low end, the deal was likely at least mid to upper-five figures. We know that it was a five-figure acquisition. There were 64 active customers with an $87 per month subscription or more. This also assumes a consistent active subscription count for the last year or so. This is speculation but should provide some low ballpark numbers for others looking to sell a WordPress-related business.</p>\n\n\n\n<p>While Howard did not provide an exact figure, his company provided far more information than is typical of business acquisitions in the WordPress ecosystem. Often, these deals are made only with an agreement that neither party share the sale price. The transparency from WP Buffs should come as a breath of fresh air to other small business owners. It can be overwhelming venturing into a first acquisition from either end.</p>\n\n\n\n<p>One of his goals is to be transparent with how WP Buffs is run. His <a href=\"https://wpbuffs.com/2020-year-in-review/\">2020 year in review</a> post is lengthy, but he does not hold back on mistakes and successes. It provides a lot of insight that other business owners can learn from.</p>\n\n\n\n<p>Howard has some experience scaling businesses beyond that $10,000 – $15,000 monthly recurring revenue (MRR) spot, which is where some small businesses begin to plateau. I asked him to share his experience with other business owners.</p>\n\n\n\n<p>“WP Buffs now does $100,000+ MRR,” he said. “That means we don’t have the same issues as a care plan company at the scale of WP EZI — and if we do, we can pay to make those challenges go away.”</p>\n\n\n\n<p>With WP Buffs now in control of the WP EZI brand, they can dedicate funding where needed and use their leadership and management where needed. Because their team has been here before, it should provide the experience to push past any hurdles.</p>\n\n\n\n<p>“The reality here is just an economics of scale,” said Howard. “‘Bigger’ companies can simply flex a little more muscle to get rid of roadblocks. Plus, they have more financial flexibility to experiment and get things wrong to find that one thing that makes the difference when it comes to growth.”</p>\n\n\n\n<p>He wrapped up his advice by saying that businesses should focus on their subscription metrics:</p>\n\n\n\n<ul><li>Develop 1-2 predictable, lead acquisition channels and grow those (increase MRR growth from new sales).</li><li>Get a ton of client feedback and make fast adjustments to keep them happy (lower churn).</li><li>From the client feedback, implement new features, offerings, value to current clients so they’ll stay with you longer and tell others about you (increase expansion revenue and lifetime value).</li></ul>\n\n\n\n<p>“One basic piece of advice is it’s never too early to start thinking about selling, even if it’s not on your roadmap,” said Howard. “Whether you ever want to sell your business or not, the things that make the kind of business people want to purchase are the same things that simply make it a good business, so why not do them?”</p>\n\n\n\n<p>Howard and Tselekidis had an <a href=\"https://wpmrr.com/podcast/paul-kidis-wp-ezi/\">open and honest conversation</a> about the acquisition on the WPMRR podcast. Some of it is personal, but it provides a glimpse behind the curtain of a WordPress business sale.</p>\n\n\n\n<p>Tselekidis talked about spreading himself too thin among his various projects in the podcast. After a self-analysis and reevaluating his interests, he decided to find a new home for WP EZI. This will allow him to focus on and pursue other goals. “It’s time to move on; like it’s my time,” he said of continuing work that he was not as passionate about. “I don’t want to do a disservice by my clients.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jan 2021 21:41:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Revue Joins Twitter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:591:\"<p>Very excited to share the <a href=\"https://blog.twitter.com/en_us/topics/company/2021/making-twitter-a-better-home-for-writers.html\">news that Revue is joining Twitter</a>. I’m a huge fan of the idea of better newsletters and <a href=\"https://automattic.com\">Automattic</a> was the largest investor in <a href=\"https://www.getrevue.co/\">Revue</a>. I’m looking forward to seeing what the very talented team will do as part of the Twitter network. Also many thanks to <a href=\"https://kk.org\"><NAME></a> and <a href=\"https://om.co\">Om</a> for introducing me to Revue early on. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jan 2021 18:43:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WordPress Roadmap Update: Full-Site Editing Targeted for 5.8 Release in June 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110884\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:225:\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3700:\"<p>WordPress core contributors are pushing forward on an ambitious plan to land full-site editing in core before the end of the year. <NAME>, the open source project’s executive director, published an <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">updated roadmap</a> for 2021 that aims to get an MVP of full-site editing (FSE) in the Gutenberg plugin by April, 2021. FSE v1 would then be on track for shipping with WordPress 5.8, which is anticipated in June, 2021.</p>\n\n\n\n<table><tbody><tr><th>5.7 </th><td>April 2021 – <strong>MVP for FSE in Gutenberg plugin</strong></td></tr><tr><th>5.8</th><td>June 2021 – <strong> v1 in Core</strong></td></tr></tbody></table>\n\n\n\n<p>Chomphosy defined the scope of FSE as “the ability to edit all elements of a site using Gutenberg blocks” and said it will include “all in-progress features designed to help existing users transition to Gutenberg as well.”</p>\n\n\n\n<p>When asked what would be considered an MVP of full-site editing, Chomphosy pointed to <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">a GitHub issue</a> that contributors are using for tracking all the milestones associated with the project. Part of the infrastructure and UI is marked as complete, as well as browsing between pages, templates, and template parts. Styling, theme blocks, the query block, and the navigation block still need more work. More progress may have been made but the tracking issue has not been updated since December 19, 2020. </p>\n\n\n\n<p>Dipping into the <a href=\"https://make.wordpress.org/core/2021/01/22/editor-chat-summary-20th-january-2021/\">notes</a> from the recent editor meetings shows a steady stream of FSE improvements, which presumably will coalesce into an MVP in approximately five weeks. Chomphosy’s announcement avoided explicit promises regarding what features are expected at that time. </p>\n\n\n\n<p>Related projects like the widgets and navigation block editors have new dedicated Slack channels for those interested in following and contributing: </p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01D71823PB\" target=\"_blank\">#feature-widgets-block-editor</a></li><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01KDAZJMQ9\" target=\"_blank\">#feature-navigation-block-editor</a></li></ul>\n\n\n\n<p>If you have questions about where FSE is headed, an upcoming Gutenberg Times Live Q&A episode titled “<em>Updates on WordPress Site-Editor (FSE) and Themes</em>” will feature a panel of people who are actively contributing in these areas. It includes <NAME>, author of <a href=\"https://fullsiteediting.com/\">a course on full site editing and block based themes</a>, <NAME>, core contributor and author of the first block-based theme in the repository, and <NAME>, who is managing the FSE outreach experiment. </p>\n\n\n\n<p>The episode will air live on Friday, January 29th, 2021, at 11AM EST, hosted by <NAME>, curator of the <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a>. <a href=\"https://us02web.zoom.us/webinar/register/9716061492351/WN_vtNXZ0zTTs2S0S98X0Y9og\">Registration</a> for the event is free. Pauli-Haack plans to cover all the latest updates on full-site editing, block-based themes, and global styles. The panel will also touch on the navigation and widget screens, as well as what features will most likely land in WordPress 5.7. Viewers can bring questions and participate via Zoom and YouTube live. The episode will be recorded and shared afterwards with a transcript and resources.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jan 2021 03:16:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Jump-Start a Year’s Worth of Content via the Launch With Words Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/jump-start-a-years-worth-of-content-via-the-launch-with-words-plugin?utm_source=rss&utm_medium=rss&utm_campaign=jump-start-a-years-worth-of-content-via-the-launch-with-words-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8435:\"<p class=\"has-drop-cap\">On Sunday, <NAME> announced her latest project, <a href=\"http://launchwithwords.com\">Launch With Words</a>. In collaboration with <NAME>, who performed the development work, they built a plugin that helps clients jump-start routine, monthly blog posts. In the future, there will be premium “content packs” that include content for various industries.</p>\n\n\n\n<p>The Launch With Words plugin is essentially a JSON importer for blog posts. The plugin itself is simple. However, the idea is what makes this plugin special.</p>\n\n\n\n<p>“The audience is small business owners,” said Willard. “So many of us in the WordPress ecosystem are overeducated. We are annoyed that clients don’t know how to do X, Y, and Z. But that’s not their job; it’s ours.”</p>\n\n\n\n<p>Willard wrote starter content for both the Twenty Nineteen and Twenty Twenty default WordPress themes. She said it occurred to her that theme starter content is great, but why was no one tackling this for blog posts?</p>\n\n\n\n<p>“This plugin comes from something I’ve been saying to friends for years, ‘launch with words; get paid faster,\'” she said. “<em>Lorem ipsum</em> is such a pain. Seriously. As someone who partners with WordPress agencies and freelancers to write copy for website launches, placeholder text is my nemesis.”</p>\n\n\n\n<p>Willard <a href=\"https://bridgetwillard.com/\">runs her own business</a>, which offers social media management, copywriting, consulting, and business coaching. She is a marketing consultant who has been writing for the web since 2001.</p>\n\n\n\n<p>“I was a secretary by trade with a background in accounts receivables and collections,” she said. “After I earned my teaching credential, I spent a year teaching junior high and high school math before I realized I didn’t like parents. But hey, that bachelor’s degree isn’t wasted. I decided to go back to office work and landed in accounting (hello, algebra). I excelled in accounts receivable and collections but was at the top of my salary range.”</p>\n\n\n\n<p>She left the construction industry in 2015 and began working for an advertising agency. During this time, she helped build the GiveWP brand. She also led the WordPress Marketing Team for two years.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Importing content with the Launch With Words plugin.\n\n\n\n<p class=\"has-drop-cap\">Launch With Words simply imports content. On its own, it does nothing else. Willard provides a downloadable JSON file via the Launch With Words website. This “<a href=\"https://bridgetwillard.com/downloads/launch-with-words-starter-content-pack/\">starter pack</a>” is available for free to everyone. It includes 12 draft blog posts to keep users blogging on their site for the next year.</p>\n\n\n\n<p>While it is geared toward freelancers and agencies working with small business owners, anyone can use the plugin and starter pack. If you are having trouble pushing out content regularly, the monthly prompts could be the injection you need to get the creative juices flowing.</p>\n\n\n\n<p>Each draft post includes a topic theme, topic type, and blog checklist. The topic theme is centered on usual events or holidays that match the month of the year. For example, the following is the theme for May:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Topic Theme: Summer is around the corner and, if your business is seasonal, you may have a bit of extra time or be swamped. It generally depends on your sales cycle.</p><p>This is a great time to go to your inspiration journal and look for a case study that can be written. Get the content published before people start going on vacations and forget about hiring a small business.</p></blockquote>\n\n\n\n<p>Just pull up each month’s draft post, follow the topic, and go from there.</p>\n\n\n\n<img />Draft blog post for December.\n\n\n\n<p>Willard says that the plugin builds off the services she offers. “This plugin absolutely solves the repeated issues I encounter with people — namely, ‘What do I write about?\'”</p>\n\n\n\n<p>She has not started using the Launch With Words plugin with her clients yet. In the past, she has used the <a href=\"https://bit.ly/BridgetWebQuestions\">Website Content Questionnaire</a>, a tool she built that others can copy to their Google Drive for free.</p>\n\n\n\n<p>“What makes web copy great is having a bit of the backstory about people,” she said. “What makes them different? Do they like hockey? Did they start working in fast food? Are they building sites for the healthcare industry?”</p>\n\n\n\n<h2>Premium Content Packs</h2>\n\n\n\n<p class=\"has-drop-cap\">Willard will begin offering premium content packs soon. Each will come with 12 fully-written blog post drafts for each month of the year, catering to specific industries. She plans to launch these individual packs at $497.</p>\n\n\n\n<p>“I get asked how I come up with prices often,” she said. “Because I look at websites and products and SaaS services constantly, pricing is now intuitive to me. It’s pretty easy for a developer or a small business to throw down $500 knowing it will give them content for a year. It’s a crazy low price. I’m not a fan of the word ‘cheap.’ But this is buying in bulk. This is the Costco model.”</p>\n\n\n\n<p>The blog posts should range between 300 and 500 words, a service in which Willard would generally charge $200.</p>\n\n\n\n<p>“Anyone can tweak the copy to localize it or make it their own,” she said. “Before you ask, the only thing worse than duplicate content is no content. It’s not novel to offer content; what’s novel is to offer content that lives in a blog post. It’s not an RSS feed from a syndication service that you can’t edit. It’s amazing how much franchises pay for boring content to distribute to their networks. Any business should have access to quality content that they can localize.”</p>\n\n\n\n<p>One has to wonder how Willard could pace herself and produce quality content for these premium packs. However, she is no stranger to the writing process. She has published several books, writing four in the past year.</p>\n\n\n\n<p>“I write to teach,” she said. “If you boil my essence down, I am a teacher. A few people have encouraged me to publish books. I have two Christian-based books out on Amazon that I did on Lulu.com, but it was so painful, I didn’t bother.”</p>\n\n\n\n<p>It was not until she talked with <NAME>, a business coach in the WordPress space, at WordCamp Seattle in 2019 that she decided to give things another go. He introduced her to Kindle Direct Publishing, a driving factor behind her more recent publishing success.</p>\n\n\n\n<p>“So I took a blog series idea, ‘Dysfunctional Love Songs,’ and wrote and published that book in April as my COVID project. In October, ‘Keys to Being Social,’ my life’s work was published. ‘The Definitive Guide to Twitter Marketing’ was written on a Sunday in January. My fourth book, ‘How to Market Your WordPress Plugin’ is with my editor and will be published this year.”</p>\n\n\n\n<p>Willard said these writing projects have helped her stay focused on positive things during the Covid-era.</p>\n\n\n\n<p>“Otherwise, it’s easy for things to turn dark — if we’re all going to die, why pay off my credit cards? You know? I can’t just sit around watching Netflix. I do, but I need an outlet.”</p>\n\n\n\n<p>She does not plan on going it alone for all of the premium content packs. She is already in talks with writers in other fields who would be better suited to the specific subject matter. However, Willard will lean on her construction-related expertise to build some of the packs.</p>\n\n\n\n<p>“The best advice writers give is that you should write what you know,” she said. “It’s the first chapter in Anne Lamott’s ‘Bird by Bird.’ I’ve been writing about construction for 20 years. It won’t require very much research. I mean, if I can sit down on a Sunday and write 7,000 words on Twitter for that book, I’m pretty sure I can write 12 blog posts fairly soon.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Jan 2021 21:57:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Ask the Bartender: How To Bulk Convert Classic WordPress Posts To Blocks?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110841\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"https://wptavern.com/ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5513:\"<blockquote class=\"wp-block-quote\"><p>I was wondering if you could help me. I want to convert all of my old posts (about 600) to Gutenberg blocks. Do you know an easy way to do that?</p><p>Philip</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">I often get these short questions via private messages. I always try my best to help other WordPress users whenever I can. This was an easy solution in Philip’s case. After a quick chat, he actually learned that he did not need to migrate his posts to the block system. I thought it would be best to open this topic to a wider audience. Maybe it would help someone else along the way.</p>\n\n\n\n<p>There is currently an <a href=\"https://github.com/WordPress/gutenberg/issues/18645\">open ticket</a> on the Gutenberg repository for a bulk converter. It has sat dormant until a few days ago. The primary argument for including this feature in the plugin and eventually WordPress itself is that the lack of this option is an obstacle for newcomers to the block editor.</p>\n\n\n\n<p>I disagree with the notion that it is any sort of obstacle for block-editor adoption. There does not seem to be a massive call for the feature in the WordPress support forums. Web searches do not pull up too many support queries for it. It seems to be a niche use case. Or, in some cases, there is a simple misunderstanding that end-users need to do any sort of conversion or migration at all.</p>\n\n\n\n<p>However, the biggest reason it is a non-obstacle is that posts written in the classic editor are still basic HTML. Regardless of the editor, older content will output just fine on the front end, at least in most cases.</p>\n\n\n\n<p>The first question anyone should ask before deciding on bulk converting their old posts to the newer block format is whether they should do it at all. The answer for the majority of users will simply be <em><strong>no</strong></em>. There are few reasons to do so.</p>\n\n\n\n<p>Doing a mass conversion like this, especially with hundreds or more posts, is subject to broken sites. I have done enough single-post updates to know that the process does not always go smoothly. Sometimes, I need to touch up something here or do some manual changes there. On a large scale, there really is no way to know what got broken until you test every single post or page on the site. In some cases, everything is OK. In others, it is a nightmare.</p>\n\n\n\n<p>If you are thinking of going down the bulk-conversion route, make a backup first. There is a good chance that you will need it. You should also test this on a staging site.</p>\n\n\n\n<p>My recommendation for most users is to convert posts on an as-needed basis. I like to make the switch any time I edit an old post. The only reason I convert them is that I prefer working with the block editor over classic.</p>\n\n\n\n<p>Posts written in the old editor will be in the Classic block. After selecting the block that houses the content, I hit the “Convert to blocks” button in the block toolbar. I do a quick check of anything that might need to be fixed before hitting the update button.</p>\n\n\n\n<img />“Convert to blocks” button for the Classic block.\n\n\n\n<p>In most cases, there is no reason to convert old posts to blocks except when you are actually editing those posts.</p>\n\n\n\n<p>Despite claims that things will “just work” when switching to the block editor, that is not the day-to-day reality of all WordPress users. Some of the biggest reasons I have seen to bulk convert are around theme design issues. For example, the block system made some fundamental changes to image markup. If your theme handles left and right-aligned images added via the block editor but breaks down on your old posts, bulk converting may be an option. However, the first course of action should be checking in with your theme author about adding support for the classic markup.</p>\n\n\n\n<p>There are likely numerous other edge cases. Bulk converting posts is an invasive operation that can only be reverted by restoring a pre-conversion backup. It should be a last resort.</p>\n\n\n\n<p>If you are at the point where you know you need to convert all your old posts, there are a few options available.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/bulk-block-converter/\">Bulk Block Converter</a> plugin is likely the most-used solution at the moment. Organic Themes released it a little over a year ago but has only updated it once. User reviews have been mixed. A few of the problems seemingly stem from WordPress — the plugin extends the core WordPress block converter used in single posts.</p>\n\n\n\n<p>For those with clients who want to find a middle ground between bulk conversion and having the client manually convert their old posts, 10up’s <a href=\"https://github.com/10up/convert-to-blocks\">Convert to Blocks</a> plugin might be the right solution. It converts posts on the fly, only making changes when a user opens the post-editing screen.</p>\n\n\n\n<p>Fränk Klein is also working on a PHP-based bulk converter plugin named <a href=\"https://bulkconverttoblocks.com/\">Bulk Convert to Blocks</a>. It is currently in the development stage and not ready for use on live sites. It offers a screen in the WordPress admin to perform the conversion and will continue working in the background if the user leaves the page. Because it runs via PHP, developers can extend it with custom actions and filters. It also provides a WP CLI command for those who prefer to work from the command line.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jan 2021 22:39:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: TasteWP Spins Up Free WordPress Testing Sites in Seconds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110274\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/tastewp-spins-up-free-wordpress-testing-sites-in-seconds?utm_source=rss&utm_medium=rss&utm_campaign=tastewp-spins-up-free-wordpress-testing-sites-in-seconds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5318:\"<p><a href=\"https://tastewp.com/\">TasteWP</a> is a newcomer among online WordPress sandboxing solutions. The site allows users to spin up a new WordPress instance in a matter of seconds. Web-based sandboxes like these have been popular for a long time, since they are convenient to fire up and destroy when performing a quick test on a plugin or theme. It’s easier than maintaining a local development environment, which many casual WordPress users have not taken the time to set up. </p>\n\n\n\n<p>TasteWP’s temporary testing sites are hosted for 48 hours for non-logged-in users and 7 days for those who are logged in. The one-click setup gives you a random site URL and login credentials.</p>\n\n\n\n<img />\n\n\n\n<p>The free sites are limited to 220MB per instance. A successful set-up notice is displayed in the dashboard with information on when the site will be automatically deleted. TasteWP limits non-logged-in users to creating 2 sites and the limit is 6 for logged-in users. They can be removed or added within the site manager. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>When creating a new site, the Advanced Options allows users to set up multisite, select a PHP version, WordPress version, and choose from a number of advanced configuration options and pre-installed extensions. The PHP version can also be changed later within the site manager.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>TasteWP is reminiscent of the now defunct <a href=\"https://wptavern.com/poopy-life-lets-you-create-free-unlimited-wordpress-test-installs\">poopy.life</a> service. In addition to the unsavory and unforgettable name, poopy.life was laden with obtrusive upgrade ads that floated across the screen periodically. TasteWP takes a different route for promotion and includes three of its plugins pre-installed on the default testing sites.</p>\n\n\n\n<p>TasteWP is run by <a href=\"https://inisev.com/\">Inisev</a>, a 15-person company that has been developing WordPress plugins for four years.</p>\n\n\n\n<p>“Our key motivator for starting TasteWP was a) scratching our own itch (we needed a platform ourselves to try out new plugin versions on different WP/PHP version combinations) and b) promoting our products,” Inisev co-founder <NAME> said.</p>\n\n\n\n<p>“Having said that, if there is enough demand (and there seems to be), we’ll also offer very affordable premium plans for non-expiring instances with bumped space soon.”</p>\n\n\n\n<p>Ahmann said the team is currently funding their projects from their own pockets as well as a few private investors.</p>\n\n\n\n<p>“We had some VCs knock at our door recently, and while we don’t rule out taking them on board at some point in the future, we feel quite comfortable with our current approach where we grow organically (i.e. without too much ad spending),” Ahmann said. “I’m sure, if we had taken on a lot of capital a few years ago, we would have spent a lot of marketing budget on products which weren’t ready at the time. Instead, we were forced to make the products better. Limited budgets sharpen your mind immensely.”</p>\n\n\n\n<p>Ahmann said the company has several enhancements planned for TasteWP, but they don’t want to make the product more complicated to use. </p>\n\n\n\n<p>“We developed a Linux application which copies exactly the same moves as user would do to create a website, except that we’re omitting the front-end and graphics rendering parts which makes it much easier to process by the computer,” he said. “Also we inject anything that is needed into the database directly. That allows us to create those sites so fast without preparing them before (but still fully customized for each user).”</p>\n\n\n\n<p>The company is planning to enable users to call specific URLs, such as <a rel=\"noreferrer noopener\" href=\"https://tastewp.com/?themeslug=slug-of-theme\" target=\"_blank\">https://tastewp.com?themeslug=slug-of-theme</a>, which would spin up an instance with that theme or plugin already installed. This would allow theme and plugin creators to share the link with their potential users/customers so that they can play around themselves. </p>\n\n\n\n<p>Localization is also a high priority for future TasteWP enhancements, since the company is based in Europe where many languages are spoken. </p>\n\n\n\n<p>“We always felt that it doesn’t get the attention as it needs, considering that approximately<a href=\"https://w3techs.com/technologies/overview/content_language\"> 40% of websites are not in English,</a>” Ahmann said. “It’s often just DIY people (not devs) who are trying to create their websites. We always encourage them to learn English (as it’s the world’s language). But imagine you grew up in Turkey, for example. Nobody around you speaks English – the teachers in schools only speak it in a broken way. In those cases it’s key that people can take their first WordPress steps in their language, and what’s easier to do so than spinning up an instance with one click on TasteWP which is in your language? Long story short: we’ll keep translating it into (many) more languages.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jan 2021 20:47:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"WPTavern: Gutenberg 9.8 Brings Rounded Borders To the Group Block and Moves the Site Editor Canvas Into an Inline Frame\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:283:\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6699:\"<p class=\"has-drop-cap\">Gutenberg 9.8 <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">launched yesterday</a> with a few minor UI improvements. The development team added an initial implementation for border-radius support for the Group block that theme authors can opt into. They also moved the site editor into an iframe element to remove CSS conflicts from the global admin styles.</p>\n\n\n\n<p>Those who have been testing Full Site Editing should be pleased that they will no longer need to deal with the seemingly never-ending creation of auto-drafts for templates and template parts. <em>Good riddance.</em> They would have inevitably caused user confusion in the long run. The change took around a <a href=\"https://github.com/WordPress/gutenberg/pull/27910\">month of discussion and work</a>, but it reduced a complex and fragile process into a more stable system for the long term.</p>\n\n\n\n<p>While the previous plugin release saw barely more than a handful of bug fixes, version 9.8 jumped back to over two dozen. A Gutenberg update without at least that many just does not feel right.</p>\n\n\n\n<h2>Minor UI Improvements</h2>\n\n\n\n<p class=\"has-drop-cap\">The latest version of the plugin improves the UI when working with the Spacer block. When a user selected the block in the past, it appeared as a light gray rectangle. Now, it is <a href=\"https://github.com/WordPress/gutenberg/pull/28103\">semi-transparent. </a>This allows whatever is in the background, such as the Cover block with a background image, to show. This change should help users more easily make size adjustments in cases where viewing the background is necessary.</p>\n\n\n\n<img />Semi-transparent Spacer block when selected.\n\n\n\n<p>While I hope the Spacer block will eventually die a slow and agonizing death as it is replaced by more appropriate margin and padding block options, this change does help in the interim.</p>\n\n\n\n<p>In a follow-up to the UI improvements in Gutenberg 9.7, work on block variations continues. Variations are when one block is used as the foundation to create multiple variations of the same block. The most common example is the Embed block, which has YouTube, Vimeo, and other variations. Before 9.7, these variations shared the same generic icon, name, and description in the block inspector and navigation instead of the variation-specific information.</p>\n\n\n\n<p>Gutenberg 9.8 builds on the trend of using the variation’s data where it makes sense. The block switcher (transform) button in the editor toolbar now <a href=\"https://github.com/WordPress/gutenberg/pull/27903\">displays the variation’s icon</a>.</p>\n\n\n\n<img />Variation icon in use in the block switcher.\n\n\n\n<p>It is a small change, but it shows the development team’s continued devotion to polishing the editor interface.</p>\n\n\n\n<h2>Loading the Site Editor Canvas in an iframe</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.8 separates the canvas area of the <a href=\"https://github.com/WordPress/gutenberg/pull/25775\">site editor into an iframe</a>. This separation means that global admin styles do not bleed into or override styles within the editor itself. The good news is this is a first step toward doing the same in the post editor too.</p>\n\n\n\n<p>This has been a change that I have been waiting for since the inception of the block editor. From a theme development and design standpoint, styling the editor to match the front end is ripe with issues. It has meant nesting CSS selectors when it should have been unnecessary. It has meant adding a few <code>!important</code> rules to overwrite what seems like oddities in the core CSS. While styling the block editor has improved by leaps and bounds in the past couple of years, it can still often be a pain.</p>\n\n\n\n<p>WordPress core committer <NAME> <a href=\"https://github.com/WordPress/gutenberg/issues/20797#issue-579381499\">listed the benefits</a> of moving the canvas into an iframe:</p>\n\n\n\n<ul><li>There would be no admin CSS bleed at all. This is something we’ve been struggling with since the beginning.</li><li>There would be no need to simulate media queries, which is arguably technically more difficult than using an iframe.</li><li>Relative units like <code>(r)em</code> and <code>vw</code>/<code>vh</code> just work.</li><li>For a full site, a theme stylesheet can be just dropped in the editor without any adjustment. I think this is important as it makes the life of theme authors much easier.</li><li>It’s possible to have one selection per window, so one in the admin and one in the content. This is useful for e.g. the link UI where the selection in the content can be kept while the selection is also in an input element (for the URL). Maybe be useful in other cases.</li></ul>\n\n\n\n<p>While I find it tough to believe that theme stylesheets would just work without a hitch — <em>does such a world exist?</em> –, they should work far better than in the past. There are likely items theme authors will need to contend with, but they should be minimal. Developers should keep a close eye on the future development of this.</p>\n\n\n\n<h2>Border Radius Support for the Group Block</h2>\n\n\n\n<p class=\"has-drop-cap\">As part of Gutenberg’s experimental feature set, the Group block now supports a <a href=\"https://github.com/WordPress/gutenberg/pull/27665\">border radius option</a>. However, end-users will not automatically see it in the block inspector. This is an opt-in feature for themes at the moment. Presumably, it will be a part of the default set of options for several blocks in the future.</p>\n\n\n\n<img />Setting the border-radius value for the Group block.\n\n\n\n<p>For theme authors who want to add support, they will need to drop the following code snippet into their <code>experimental-theme.json</code> file and edit the <code>radius</code> value:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"core/group\" : {\n \"styles\" : {\n \"border\" : {\n \"radius\" : \"50px\"\n }\n }\n}</code></pre>\n\n\n\n<p>This will allow theme authors to set the default border-radius for the group block. However, it will not hand over control to users. For that, themes will need to add the following snippet under the <code>settings</code> section of their <code>experimental-theme.json</code> file:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"border\" : {\n \"customRadius\" : true\n}</code></pre>\n\n\n\n<p>I tested this with a modified version of the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks </a>theme without issue. Mostly, I am looking forward to more styling options like this in future iterations of the plugin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jan 2021 22:31:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.org blog: People of WordPress: Thelma Mutete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8322:\"<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" />\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened. </p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\"><NAME></a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked. </p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too! </p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers. </p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\"><NAME></a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020. At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to <NAME> (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>) and <NAME> (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>), <NAME> (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), <NAME> (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>), <NAME> (<a href=\"https://profiles.wordpress.org/lmurillom/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lmurillom</a>), <NAME> (<a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>), <NAME> (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>), and <NAME> (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>). Thank you to <NAME> (<a href=\"https://profiles.wordpress.org/thelmachido/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" />\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em><NAME></em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jan 2021 16:40:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Gutenberg Contributors Consider Implementing a Bot to Close Stale Issues\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110562\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:209:\"https://wptavern.com/gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5386:\"<p>Gutenberg project contributors are considering <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">implementing a stale bot</a> to tame the repository’s overgrown <a href=\"https://github.com/WordPress/gutenberg/issues\">issues</a> queue, which currently has 2,733 open issues. Stale bots are usually employed to automatically close “stale” issues and PRs based on a predefined set of parameters for inactivity. </p>\n\n\n\n<p>“The current recommendation is to set our policy to a 180-day of no activity, so if no comments or commits are on an issue or PR in 180 days, then the bot will post a comment to the issue alerting the user it will be closed in 7-days due to inactivity,” <NAME> proposed.</p>\n\n\n\n<p>One important concern is getting the tone right for the automatically-generated message. When you’re employing bots on a widely used open source project, they had better be friendly. A chilly, indifferent bot can unwittingly turn away potential contributors with the wrong kind of messaging. Kazmierczak proposed the following message:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This is an auto-generated message to let you know that this issue has gone 180 days without any activity and meets the project’s definition of stale. This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a “bump” to keep it open, or add the “[Status] Not Stale” label. Thanks for keeping our repository healthy!</p></blockquote>\n\n\n\n<p>Participants in the discussion on the proposal are divided on the best approach. <NAME>, one of the most vocal opponents to using a stale bot, contends that an automatically closing issues sends the wrong message. </p>\n\n\n\n<p>“If we care about users and that they trust that we will fix their problem then automatically closing their issue gives them the signal that we don’t,” Llewellyn said.</p>\n\n\n\n<p>“If you don’t want to fix a problem then it is better for a human to explain why the problem won’t be fixed and personally close the issue. Automating this on the assumption that because nobody has commented in a while means it isn’t important is bad!”</p>\n\n\n\n<p><NAME> agreed with this assessment, noting that closing issues through any means can be discouraging.</p>\n\n\n\n<p>“I’ve had issues closed by humans for being stale, also, and it isn’t any better,” Reynolds said. “I’ve had issues closed because someone created a new issue on the same thing. This loses all the history and the watchers.</p>\n\n\n\n<p>“I’ve also had an issue closed at Launchpad for being stale (and their system used only two weeks as a time frame). That served no purpose at all. It only makes people go away, frustrated.”</p>\n\n\n\n<p>Kazmierczak reiterated in the comments that the bot can be configured to skip issues labeled as bugs and that issues and PRs can be bumped to reset the 6-month clock.</p>\n\n\n\n<p>“The overall goal of the proposal is to improve feedback and responses to issues by ensuring what’s there is relevant,” Kazmierczak said.</p>\n\n\n\n<p>Auto-closing issues is the most controversial part of the plan. The general consensus in the comments leans towards using the bot for labeling and triaging in order to manually close the issue later.</p>\n\n\n\n<p>“My preference would be for a bot to alert humans in a slack channel when a ticket is declared stale and become progressively more insistent until a human responds,” <NAME> said. </p>\n\n\n\n<p><NAME> suggested using a bot to nudge the ticket author as a compromise between “being friendly and thoughtful to contributors while keeping maintainers sane.”</p>\n\n\n\n<p>Whatever approach contributors land on, excluding tickets marked as bugs is going to be critical for making the stale bot productive. Otherwise, it becomes just a fancy way of kicking the can down the road, delaying the inevitable. </p>\n\n\n\n<p>In a recent post titled “<a href=\"https://blog.benwinding.com/github-stale-bots/\">Github Stale Bots: A False Economy</a>,” software developer <NAME> wrote about why stale bots don’t deliver what maintainers are aiming to achieve. Based on his experience with the <a href=\"https://github.com/angular/angular/issues\">Angular</a> repository’s bot, Winding summarized the stale bot’s effect on the issues queue: </p>\n\n\n\n<ol><li>Reduce the metric of <em>Open Issues</em> in github</li><li>Made duplicate issues far more likely</li><li>Increased friction of users reporting that the issue still exists</li><li>Ultimately decreased the quality of the software, as the issues don’t accurately reflect reality</li></ol>\n\n\n\n<p>If the Gutenberg repository’s stale bot can be configured not to close bugs and used to maximize human involvement, it will be less likely to deter people from reporting issues. Feedback on the <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">proposal</a> is open until January 29, 2021. Kazmierczak is seeking input on the bot’s implementation, specifically its time threshold and messaging.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jan 2021 16:03:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: New WhiteHouse.gov\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=53526\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2021/01/new-whitehouse-gov/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2842:\"<p>After you’ve watched <a href=\"https://www.npr.org/sections/inauguration-day-live-updates/2021/01/20/958743170/poet-amanda-gorman-reads-the-hill-we-climb\">the amazing poem from <NAME></a>, check out the <a href=\"https://www.whitehouse.gov/\">new WhiteHouse.gov that re-launched today</a> using WordPress & Gutenberg with a number of cool features including dark mode, text zoom, a totally responsive layout, and a Spanish version of the site. The site is clean, <a href=\"https://twitter.com/wesbos/status/1351957829461155849\">fast</a>, and accessible. It’s exciting and an honor that the online home for the Executive branch is on Open Source software, and I’m proud WordPress can carry the torch that <a href=\"https://dri.es/whitehouse-gov-using-drupal\">Drupal lit in 2009</a>.</p>\n\n\n\n<p>Besides Gutenberg, poking around I noticed a HTTP header and HTML comment <a href=\"https://usds.gov/apply\">encouraging people to join USDS</a>, and this great #46 easter egg in the theme file:</p>\n\n\n\n<img />\n\n\n\n<p>Anyone notice any other plugins? I haven’t spoken to him directly but I’d be shocked if <a href=\"https://nacin.com/\">Nacin</a> wasn’t involved with this one. I’m also curious if any of the WP agencies were involved, it has touches of <a href=\"https://10up.com/\">10up</a> but I don’t see any mention of it on their site or <a href=\"https://twitter.com/10up\">Twitter</a>. <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">Hoefler&Co credits</a> <a href=\"https://wideeye.co/\">Wide Eye Creative with the design</a>.</p>\n\n\n\n<p>I noticed a few people happy that some previous pages and files on the old site were returning 404 errors, like the <a href=\"https://www.nbcnews.com/news/nbcblk/how-trump-administration-s-1776-report-warps-history-racism-slavery-n1254926\">controversial 1776 report</a>, but on this I think the webmasters of the United States of America should demand better, since <a href=\"https://www.w3.org/Provider/Style/URI\">Cool URIs Don’t Change</a>. Previous websites are <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">all saved by the National Archives</a>, but there doesn’t appear to be any sort of norm for automatically redirecting links that went to any subdirectories or addresses under WhiteHouse.gov. </p>\n\n\n\n<p>There are WP plugins that could help, like <a href=\"https://wordpress.org/plugins/redirection/\">Redirection</a>, but also perhaps the root domain itself could always redirect to a subdomain, like 46.whitehouse.gov, so we’d have a consistent domain and permalinks for everything, and then each new administration would get a new subdomain.</p>\n\n\n\n<p><a href=\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch\">More coverage on WP Tavern</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jan 2021 01:15:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Biden White House Sticks with WordPress for Website Relaunch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110712\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch?utm_source=rss&utm_medium=rss&utm_campaign=biden-white-house-sticks-with-wordpress-for-website-relaunch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3896:\"<img />\n\n\n\n<p>President <NAME> took office today and unveiled a new <a href=\"https://www.whitehouse.gov/\">whitehouse.gov</a> that has been relaunched on WordPress. The previous administration switched from Drupal to WordPress in 2017, and technologists working with the Biden administration decided to stick with the same CMS. </p>\n\n\n\n<p>In keeping with the multilingual and accessibility features implemented on <a href=\"https://wptavern.com/biden-harris-transition-website-launches-on-wordpress\">the Biden-Harris transition team website</a>, whitehouse.gov launched with toggles for contrast and font size, along with a Spanish language switcher. The relaunched site also includes an <a href=\"https://www.whitehouse.gov/accessibility/\">accessibility statement</a> with a commitment from the administration to work towards conforming to the Web Content Accessibility Guidelines (WCAG) version 2.1, level AA criteria.</p>\n\n\n\n<p>Much of the content and design from the transition website has been preserved. The transition site now forwards to whitehouse.gov, while links to the previous administration’s pages land on a 404 page with a link to <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">archived presidential websites</a>.</p>\n\n\n\n<p>Savvy observers might notice that the typography has been updated from the transition site, flipping the Mercury and Decimal typefaces. Hoefler&Co, the typeface design firm that <a href=\"https://www.typography.com/blog/biden-fonts\">created these typefaces</a> for Biden’s 2020 campaign, <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">tweeted</a> about how “the serif Mercury felt more like the voice of the institution.” The sans-serif Decimal functions more in a supporting role on the site.</p>\n\n\n\n<p>Web professionals kicked the tires a bit and noticed the site is putting up fairly decent Lighthouse scores. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://t.co/hoaioTVqE3\">https://t.co/hoaioTVqE3</a> scoring super well on lighthouse, has dark mode and font size selector<br /><br />h8ers gonna be mad that it\'s wordpress and jQuery tho <a href=\"https://t.co/tyMNjdmnTH\">pic.twitter.com/tyMNjdmnTH</a></p>— <NAME> (@wesbos) <a href=\"https://twitter.com/wesbos/status/1351957829461155849?ref_src=twsrc%5Etfw\">January 20, 2021</a></blockquote>\n</div>\n\n\n\n<p>Under the hood, code snoopers noticed an advertisement for the <a href=\"https://www.usds.gov/\">U.S. Digital Service</a> (USDS), the group of technologists who maintain many of the federal government’s public-facing digital services.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>In addition to the message from USDS, the site’s source code includes a link to the US government’s analytics program at <a rel=\"noreferrer noopener\" href=\"https://analytics.usa.gov/\" target=\"_blank\">analytics.usa.gov</a>. <NAME>, who manages the federal government’s aggregated web analytics initiative, <a href=\"https://twitter.com/tdlowden/status/1351939004342685697\">said</a> this data has been made available for the first time since late 2017.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The analytics service records more than 2.5 billion pageviews across federal government websites each month. The data is available to the public, but it <a href=\"https://www.digitalgov.gov/services/dap/common-questions-about-dap-faq/#part-4\">does not track individuals</a>, and <a href=\"https://support.google.com/analytics/answer/2763052?hl=en\">anonymizes the IP addresses</a> of visitors. It shows information for visitors’ devices, browsers, operating systems, and location broken down into cities and countries. Many of those visiting the site today are from countries other than the U.S. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jan 2021 00:20:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Gary: WordPress Importers: Free (as in Speech)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=5478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8227:\"<p>Back at<a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\"> the start of this series</a>, I listed four problems within the scope of the WordPress Importers that we needed to address. Three of them are largely technical problems, which I covered in previous posts. In wrapping up this series, I want to focus exclusively on the fourth problem, which has a philosophical side as well as a technical one — but that does not mean we cannot tackle it!</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>Some services are merely inconvenient: they provide exports, but it often involves downloading a bunch of different files. Your CMS content is in one export, your store products are in another, your orders are in another, and your mailing list is in yet another. It’s not ideal, but they at least let you get a copy of your data.</p>\n\n\n\n<p>However, there’s another class of services that actively work against their customers. It’s these services I want to focus on: the services that don’t provide any ability to export your content — effectively locking people in to using their platform. We could offer these folks an escape! The aim isn’t to necessarily make them use WordPress, it’s to give them a way out, if they want it. Whether they choose to use WordPress or not after that is immaterial (though I certainly hope they would, of course). The important part is freedom of choice.</p>\n\n\n\n<p>It’s worth acknowledging that this is a different approach to how WordPress has historically operated in relation to other CMSes. We provide <em>importers</em> for many CMSes, but we previously haven’t written <em>exporters</em>. However, I don’t think this is a particularly large step: for CMSes that already provide exports, we’d continue to use those export files. This is focussed on the few services that try to lock their customers in.</p>\n\n\n\n<h2>Why Should WordPress Take This On?</h2>\n\n\n\n<p>There are several aspects to <em>why</em> we should focus on this.</p>\n\n\n\n<p>First of all, it’s the <a href=\"https://wordpress.org/about/\">the WordPress mission</a>. Underpinning every part of WordPress is the simplest of statements: </p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Democratise Publishing</strong></p>\n\n\n\n<p class=\"has-text-align-center\"><em>The freedom to build. The freedom to change. The freedom to share.</em></p>\n\n\n\n<p>These freedoms are the pillars of a Free and Open Web, but they’re not invulnerable: at times, they need to be defended, and that needs people with the time and resources to offer a defence.</p>\n\n\n\n<p>Which brings me to my second point: WordPress has the people who can offer that defence! The WordPress project has so many individuals working on it, from such a wide variety of backgrounds, we’re able to take on a vast array of projects that a smaller CMS just wouldn’t have the bandwidth for. That’s not to say that we can do <em>everything</em>, but when there’s a need to defend the entire ecosystem, we’re able to devote people to the cause.</p>\n\n\n\n<p>Finally, it’s important to remember that WordPress doesn’t exist in a vacuum, we’re part of a broad ecosystem which can only exist through the web remaining open and free. By encouraging all CMSes to provide proper exports, and implementing them for those that don’t, we help keep our ecosystem healthy.</p>\n\n\n\n<p>We have the ability to take on these challenges, but we have a responsibility that goes alongside. We can’t do it solely to benefit WordPress, we need to make that benefit available to the entire ecosystem. This is why it’s important to<a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\"> define a WordPress export schema</a>, so that any CMS can make use of the export we produce, not just WordPress. If you’ll excuse the imagery for a moment, we can be the knight in shining armour that frees people — then gives them the choice of what they do with that freedom, without obligation.</p>\n\n\n\n<h2>How Can We Do It?</h2>\n\n\n\n<p>Moving on to the technical side of this problem, I can give you some good news: the answer is definitely <em>not</em> screen scraping. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f604.png\" alt=\"😄\" class=\"wp-smiley\" /> Scraping a site is fragile, impossible to transform into the full content, and provides an incomplete export of the site: anything that’s only available in the site dashboard can’t be obtained through scraping.</p>\n\n\n\n<p>I’ve recently been experimenting with an alternative approach to solving this problem. Rather than trying to create something resembling a traditional exporter, it turns out that modern CMSes provide the tools we need, in the form of REST APIs. All we need to do is call the appropriate APIs, and collate the results. The fun part is that we can authenticate with these APIs as the site owner, by calling them from a browser extension! So, that’s what I’ve been experimenting with, and it’s showing a lot of promise.</p>\n\n\n\n<p>If you’re interested in playing around with it, <a href=\"https://github.com/pento/free-as-in-speech\">the experimental code is living in this repository</a>. It’s a simple proof of concept, capable of exporting the text content of a blog on a Wix site, showing that we can make a smooth, comprehensive, easy-to-use exporter for any Wix site owner.</p>\n\n\n\n<img width=\"904\" height=\"446\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.26.38-pm.png\" alt=\"Screenshot of the \" />\n\n\n\n<p>Clicking the export button starts a background script, which calls Wix’s REST APIs <em>as the site owner</em>, to get the original copy of the content. It then packages it up, and presents it as a WXR file to download.</p>\n\n\n\n<img width=\"972\" height=\"948\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.27.38-pm.png\" alt=\"Screenshot of a Firefox download dialog, showing a Wix site packaged up as a WXR file.\" class=\"wp-image-5528\" />\n\n\n\n<p>I’m really excited about how promising this experiment is. It can ultimately provide a full export of any Wix site, and we can add support for other CMS services that choose to artificially lock their customers in.</p>\n\n\n\n<h2>Where Can I Help?</h2>\n\n\n\n<p>If you’re a designer or developer who’s excited about working on something new, head on over to the repository and <a href=\"https://github.com/pento/free-as-in-speech/issues\">check out the open issues</a>: if there’s something that isn’t already covered, feel free to open a new issue.</p>\n\n\n\n<p>Since this is new ground for a WordPress project, both technically and philosophically, I’d love to hear more points of view. It’s being discussed in <a href=\"https://make.wordpress.org/core/2021/01/19/dev-chat-agenda-for-january-20-2021-january-21-2021/#comment-40563\">the WordPress Core Dev Chat this week</a>, and you can also let me know what you think in the comments!</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jan 2021 00:14:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: First Round of the FSE Outreach Program Concludes, Identifies Template-Editing Mode Problems\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=110638\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:247:\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems?utm_source=rss&utm_medium=rss&utm_campaign=first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5309:\"<p class=\"has-drop-cap\">The Full Site Editing (FSE) <a href=\"https://wptavern.com/help-steer-the-future-of-wordpress-via-the-fse-outreach-program\">Outreach Program</a> has now concluded its <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">first round of testing</a>. Its first focus area was centered on the template-editing mode introduced in <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">Gutenberg 9.6</a>. The volunteers involved with the project identified several pain points.</p>\n\n\n\n<p>Gutenberg 9.6 added a new button that allows end-users, provided they are using a block-based theme, to switch between editing their post and the template that displays the post. As <NAME> <a href=\"https://wptavern.com/gutenberg-9-3-provides-indicator-of-where-full-site-editing-is-going-a-future-without-widgets-and-customizer-screens\">said last year</a>, the ultimate goal is to “consolidate down to just one beautiful, intuitive interface.” Essentially, this new feature merges content and design in a way we have not seen in core WordPress before. It is a step toward that lofty goal.</p>\n\n\n\n<p>Traditionally, WordPress has always separated content from design. However, these two aspects of websites are continually merging together. There is a desire for this. The adoption of page builders over the last half-decade or so has made it abundantly clear.</p>\n\n\n\n<p>The biggest issue with this new template mode is that users need a working knowledge of the WordPress template system to understand the ramifications of their edits. One of the primary questions of the focus area was whether it was clear that the user was making large-scale changes to all posts when switching to the template-editing mode.</p>\n\n\n\n<p>“I believe it was not clear enough how those changes could impact the site,” <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1307\">wrote Héctor Prieto in response</a>. “If you don’t already know how templates, template parts, and global blocks like Site Title work, you might not understand how your editing will affect the rest of the site.”</p>\n\n\n\n<p>Switching modes does create a quick popup at the bottom left of the screen that reads:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Editing template. Changes made here affect all posts and pages that use the template.</p></blockquote>\n\n\n\n<p>It is easy to miss before it fades away. There is a ticket to <a href=\"https://github.com/WordPress/gutenberg/issues/28175\">stick this message</a> on the screen and allow the user to dismiss it. There is also another ticket for clarifying when a user is <a href=\"https://github.com/WordPress/gutenberg/issues/27849\">editing a template vs. content</a>.</p>\n\n\n\n<img />Entering template-editing mode from the post editor.\n\n\n\n<p>Gutenberg’s current method is different than what you might see in a typical page builder. When switching to template-editing mode, the user is no longer editing that single post’s front-end output. Instead, they are making global edits. A page builder would generally save any customizations to that page alone. If this remains the same, it could be a hurdle for the average user to clear.</p>\n\n\n\n<p>A template creation feature needs to be a part of this new mode. Users should be able to fork or clone their existing single post template and save it as a new template specific to that post. Or, maybe hand them a way to save it as a reusable template (i.e., “page” template). <NAME> <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1303\">shared a similar thought</a>, likening it to the “Save As…” feature commonly found in computer programs.</p>\n\n\n\n<p>I do question whether users should be able to edit global templates while editing a single post. The two are only related insofar as the template displays the post content on the front end. WordPress should explore any type of design work from the post-editing screen as, first and foremost, specific to that post.</p>\n\n\n\n<p>The volunteers also identified other issues. Applying changes to the template and saving drops the user back into the post editor. The “cancel” button is tough to find — it is in a different location than where the user clicked to go into template-editing mode.</p>\n\n\n\n<p>Switching between post and template editing feels like an FSE 2.0 type of thing. The development team has enough issues on its plate with the normal site editor. It is a far cry from being a viable, production-ready product. The team’s focus should be on working the kinks out of that system before merging it with the post editor. Crawl before you walk. Walk before you run.</p>\n\n\n\n<p>However, I am willing to be pleasantly surprised. In the long run, it will probably be a good thing that we are getting an early look at what these two different pieces of WordPress will look like working in conjunction.</p>\n\n\n\n<p>This is also why participation in the FSE Outreach Program is vital. The community needs this more formal type of process to identify areas that need improvement.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jan 2021 23:17:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"HeroPress: Changing Careers Into WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3454\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"https://heropress.com/essays/changing-careers-into-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=changing-careers-into-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6844:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/012021-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: With WordPress skills, you have more concrete skills to offer.\" /><p>If you’re looking to change careers into technology, WordPress is a great way to do it.</p>\n<p>In 2013, I was in a career counselor’s office. Just realizing that I needed to change careers out of music, almost the only thing I had known for the last 20 years:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/trombone-namm.jpg\"><img /></a>At NAMM in Anaheim, California\n<p>Aside from feeling like a huge failure, I knew I’d need a lot of luck to get a job.</p>\n<p>Someone would have to take a big chance on me.</p>\n<p>But there were a few problems.</p>\n<p>I was terrified of talking to strangers, much less asking them big favors. And I had almost no traditionally useful skills.</p>\n<p>Enter WordPress.</p>\n<h2>Lots Of Options</h2>\n<p>When you’re changing careers, you’ll want skills that will help no matter what you end up doing.</p>\n<p>You don’t want to deep-dive into calculus and find out that it won’t help.</p>\n<p>Learning WordPress is perfect.</p>\n<p>If you get really interested in the technical side, you can be a JS or PHP developer.</p>\n<p>If you really like content creation, that’s also great. You can start a blog or work in marketing.</p>\n<p>If none of it interests you, at least you can help people set up a website as you look for another career.</p>\n<p>So soon after meeting with the career counselor, I took <NAME>’s course on WordPress Theme Development.</p>\n<p>I wrote a theme based on his course, and really liked how WordPress worked.</p>\n<p>He taught me to build sites, and later write plugins.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-zac-gordon.jpg\"><img /></a>Z<NAME> with XWP\n<h2>Invite Yourself To The Party</h2>\n<p>The great thing about WordPress is that you can contribute right away.</p>\n<p>With some careers, you need somebody to take a chance on you before you can do much.</p>\n<p>To get experience as an investment banker or business consultant, you probably need to actually have the job.</p>\n<p>But with WordPress, you can invite yourself.</p>\n<p>You can open pull requests to Core or Gutenberg without anyone asking.</p>\n<p>You can deploy plugins to wp.org that real people use, without having a college degree.</p>\n<p>With this growing experience, I applied online to <a href=\"https://xwp.co/\">XWP</a>.</p>\n<p>West<NAME> responded right away, and was really helpful.</p>\n<p>I started opening simple PRs to “help” with the Customizer work.</p>\n<p>In reality, my work might have slowed things down, and was really simple.</p>\n<p>But I didn’t have to wait to be invited. I invited myself to the party, and one of the PRs was merged into Core.</p>\n<p>Later, when I interviewed with <a href=\"https://xwp.co/\">XWP</a> and got the job, I could show that I had a little experience working with other developers.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-xwp-1.jpg\"><img /></a>XWP At WordCamp US Contributor Day, 2017\n<p>It’s still embarrassing looking back at the work I did. But WordPress allows you to contribute, regardless of your experience level.</p>\n<p>Years later, when I lived in Mexico City, one of my friends got interested in technology.</p>\n<p>He was like me. He had a degree in an unrelated field, and wanted a great career.</p>\n<p>So I showed him how much opportunity WordPress has.</p>\n<p>He did something similar to what I did.</p>\n<p>He opened PRs to an agency’s repos, and the agency asked him if he wanted to talk about a job, without him needing to apply. Years later, he’s still doing really well at his job.</p>\n<p>I did very little, other than point him to a huge opportunity: WordPress.</p>\n<h2>Concrete Skills</h2>\n<p>Changing careers is really awkward.</p>\n<p>You read about networking, which seems like you’re asking strangers for favors and sending spam DMs.</p>\n<p>You also learn to reframe things as transferable skills.</p>\n<p>So if you’ve done hard things, you can say you’re “comfortable with ambiguity.”</p>\n<p>But with WordPress skills, you have more concrete skills to offer.</p>\n<p>It’s less awkward explaining to someone why they should take a chance on you.</p>\n<p>You’ve shown you’re committed to your career path by your portfolio of plugins.</p>\n<p>And you don’t have to send spam DMs on LinkedIn.</p>\n<p>In 2014, I went to my first WordPress meetup, <a href=\"https://www.meetup.com/WPLosAngeles\">WordPress Los Angeles</a>. I was nervous, but I wasn’t trying to take any value.</p>\n<p>I could even answer a few questions.</p>\n<p><NAME> and I met there. We even reunited in WordCamp Europe and Mexico City several years later when I lived there:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-renee.jpg\"><img /></a><NAME> and <NAME>, Mexico City\n<p>With WordPress skills, you can flip from taking to giving value. Everything is much less awkward.</p>\n<p>As you probably know, there are many self-taught developers in WordPress.</p>\n<p>College degrees rarely come up in hiring conversations, at least in my experience.</p>\n<p>And I’ve found WordPress very accepting of different career backgrounds. <NAME> was a musician, famously naming every release after a jazz musician.</p>\n<p>People in WordPress are very understanding about changing careers.</p>\n<p>Now, I don’t hide it, and it’s rarely more than a footnote in conversations.</p>\n<h2>Mentorship</h2>\n<p>Don’t go it alone.</p>\n<p>It’s easy to think that you can just take online courses and eventually be ready for a job.</p>\n<p>But code reviews are one of the main ways you’ll learn. And people in WP want to help.</p>\n<p>If you contribute a few PRs to someone’s GitHub repo, they’ll probably do a quick code review of your own plugin or theme.</p>\n<p>Weston was really helpful in doing a detailed review of my theme.</p>\n<p>You also can learn a lot contributing to Gutenberg or other plugins.</p>\n<p>They’ll give you detailed reviews. And you’ll basically get the same experience as if you were getting paid.</p>\n<p>But if I were to do this again, I’d also look for more formal mentorship.</p>\n<p>Hiring someone to review your plugins and themes would probably help.</p>\n<h2>Nothing To Fix</h2>\n<p>There’s a saying in marketing “what you can’t fix, you feature.”</p>\n<p>In WordPress, you don’t have to fix your non-traditional career background.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/changing-careers-into-wordpress/\">Changing Careers Into WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jan 2021 17:50:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Gary: WordPress Importers: Defining a Schema\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=5495\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8792:\"<p>While schemata are usually implemented using language-specific tools (eg, XML uses <a href=\"https://www.w3.org/standards/xml/schema\">XML Schema</a>, JSON uses <a href=\"https://json-schema.org/\">JSON Schema</a>), they largely use the same concepts when talking about data. This is rather helpful, we don’t need to make a decision on <a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">data formats</a> before we can start thinking about how the data should be arranged.</p>\n\n\n\n<p><em>Note: Since these concepts apply equally to all data formats, I’m using “WXR” in this post as shorthand for “the structured data section of whichever file format we ultimately use”, rather than specifically referring to the existing WXR format.</em> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<h2>Why is a Schema Important?</h2>\n\n\n\n<p>It’s fair to ask why, if the WordPress Importers have survived this entire time <em>without</em> a formal schema, why would we need one now?</p>\n\n\n\n<p>There are two major reasons why we haven’t needed one in the past:</p>\n\n\n\n<ul><li>WXR has remained largely unchanged in the last 10 years: there have been small additions or tweaks, but nothing significant. There’s been no need to keep track of changes.</li><li>WXR is currently very simple, with just a handful of basic elements. In a recent experiment, I was able to implement a JavaScript-based WXR generator in just a few days, entirely by referencing <a href=\"https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/export.php\">the Core implementation</a>.</li></ul>\n\n\n\n<p>These reasons are also why it would help to implement a schema for the future:</p>\n\n\n\n<ul><li>As work on WXR proceeds, there will likely need to be substantial changes to what data is included: adding new fields, modifying existing fields, and removing redundant fields. Tracking these changes helps ensure any WXR implementations can stay in sync.</li><li>These changes will result in a more complex schema: relying on the source to re-implement it will become increasingly difficult and error-prone. Following Gutenberg’s lead, it’s likely that we’d want to provide official libraries in both PHP and JavaScript: keeping them in sync is best done from a source schema, rather than having one implementation copy the other.</li></ul>\n\n\n\n<p>Taking the time to plan out a schema now gives us a solid base to work from, and it allows for future changes to happen in a reliable fashion.</p>\n\n\n\n<h2>WXR for all of WordPress</h2>\n\n\n\n<p>With a well defined schema, we can start to expand what data will be included in a WXR file.</p>\n\n\n\n<h3>Media</h3>\n\n\n\n<p>Interestingly, many of the challenges around media files are less to do with WXR, and more to do with importer capabilities. The biggest headache is retrieving the actual files, which the importer currently handles by trying to retrieve the file from the remote server, as defined in the <code>wp:attachment_url</code> node. In context, this behaviour is understandable: 10+ years ago, personal internet connections were too slow to be moving media around, it was better to have the servers talk to each other. It’s a useful mechanism that we should keep as a fallback, but the more reliable solution is to include the media file with the export.</p>\n\n\n\n<h3>Plugins and Themes</h3>\n\n\n\n<p>There are two parts to plugins and themes: the code, and the content. Modern WordPress sites <em>require</em> plugins to function, and most are customised to suit their particular theme.</p>\n\n\n\n<p>For exporting the code, I wonder if a tiered solution could be applied:</p>\n\n\n\n<ul><li>Anything from WordPress.org would just need their slug, since they can be re-downloaded during import. Particularly as WordPress continues to move towards an auto-updated future, modified versions of plugins and themes are explicitly not supported.</li><li>Third party plugins and themes would be given a filter to use, where they can provide a download URL that can be included in the export file.</li><li>Third party plugins/themes that don’t provide a download URL would either need to be skipped, or zipped up and included in the export file.</li></ul>\n\n\n\n<p>For exporting the content, WXR already includes custom post types, but doesn’t include custom settings, or custom tables. The former should be included automatically, and the latter would likely be handled by an appropriate action for the plugin to hook into.</p>\n\n\n\n<h3>Settings</h3>\n\n\n\n<p>There are a currently handful of special settings that are exported, but (as I just noted, particularly with plugins and themes being exported) this would likely need to be expanded to included most items in <code>wp_options</code>.</p>\n\n\n\n<h3>Users</h3>\n\n\n\n<p>Currently, the bare minimum information about users who’ve authored a post is included in the export. This would need to be expanded to include more user information, as well as users who aren’t post authors.</p>\n\n\n\n<h2>WXR for <em>parts</em> of WordPress</h2>\n\n\n\n<p>The modern use case for importers isn’t just to handle a full site, but to handle keeping sites in sync. For example, most news organisations will have a staging site (or even several layers of staging!) which is synchronised to production.</p>\n\n\n\n<p>While it’s well outside the scope of this project to directly handle every one of these use cases, we should be able to provide the framework for organisations to build reliable platforms on. Exports should be repeatable, objects in the export should have unique identifiers, and the importer should be able to handle any subset of WXR.</p>\n\n\n\n<h2>WXR Beyond WordPress</h2>\n\n\n\n<p>Up until this point, we’ve really been talking about WordPress→WordPress migrations, but I think WXR is a useful format beyond that. Instead of just containing direct exports of the data from particular plugins, we could also allow it to contain “types” of data. This turns WXR into an intermediary language, exports can be created from any source, and imported into WordPress.</p>\n\n\n\n<p>Let’s consider an example. Say we create a tool that can export a Shopify, Wix, or GoDaddy site to WXR, how would we represent an online store in the WXR file? We don’t want to export in the format that any particular plugin would use, since a WordPress Core tool shouldn’t be advantaging one plugin over others.</p>\n\n\n\n<p>Instead, it would be better if we could format the data in a platform-agnostic way, which plugins could then implement support for. As luck would have it, <a href=\"https://schema.org/\">Schema.org</a> provides exactly the kind of data structure we could use here. It’s been <a href=\"https://schema.org/docs/releases.html\">actively maintained for nearly nine years</a>, it supports a <a href=\"https://schema.org/docs/schemas.html\">wide variety of data types</a>, and is intentionally platform-agnostic.</p>\n\n\n\n<p>Gazing into my crystal ball for a moment, I can certainly imagine a future where plugins could implement and declare support for importing certain data types. When handling such an import (assuming one of those plugins wasn’t already installed), the WordPress Importer could offer them as options during the import process. This kind of seamless integration allows WordPress to show that it offers the same kind of fully-featured site building experience that modern CMS services do.</p>\n\n\n\n<p>Of course, reality is never quite as simple as crystal balls and magic wands make them out to be. We have to contend with services that provide incomplete or fragmented exports, and there are even services that deliberately don’t provide exports at all. In the next post, I’ll be writing about why we should address this problem, and how we might be able to go about it.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jan 2021 23:13:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 12 Feb 2021 20:52:08 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 12 Feb 2021 20:30:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20200501142607\";}','no'),(209,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1613206329','no'),(210,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1613163129','no'),(211,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1613206329','no'),(212,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/02/wordpress-5-7-beta-2/\'>WordPress 5.7 Beta 2</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/design-lab-releases-artpop-a-block-ready-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=design-lab-releases-artpop-a-block-ready-wordpress-theme\'>WPTavern: Design Lab Releases Artpop, a Block-Ready WordPress Theme</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/elementor-to-roll-out-significant-pricing-hike-for-new-customers?utm_source=rss&utm_medium=rss&utm_campaign=elementor-to-roll-out-significant-pricing-hike-for-new-customers\'>WPTavern: Elementor to Roll Out Significant Pricing Hike for New Customers</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wp-feedback-rebrands-to-atarim-moves-to-a-full-saas-model?utm_source=rss&utm_medium=rss&utm_campaign=wp-feedback-rebrands-to-atarim-moves-to-a-full-saas-model\'>WPTavern: WP Feedback Rebrands To Atarim, Moves To a Full SaaS Model</a></li></ul></div>','no'),(215,'_transient_timeout_oembed_930b5840e08eafd3a4c7e316f6f290e2','1614388312','no'),(216,'_transient_oembed_930b5840e08eafd3a4c7e316f6f290e2','O:8:\"stdClass\":13:{s:5:\"title\";s:18:\"Look at this graph\";s:11:\"author_name\";s:5:\"Lemon\";s:10:\"author_url\";s:49:\"https://www.youtube.com/user/SecondsEntertainment\";s:4:\"type\";s:5:\"video\";s:6:\"height\";i:338;s:5:\"width\";i:600;s:7:\"version\";s:3:\"1.0\";s:13:\"provider_name\";s:7:\"YouTube\";s:12:\"provider_url\";s:24:\"https://www.youtube.com/\";s:16:\"thumbnail_height\";i:360;s:15:\"thumbnail_width\";i:480;s:13:\"thumbnail_url\";s:48:\"https://i.ytimg.com/vi/sIlNIVXpIns/hqdefault.jpg\";s:4:\"html\";s:261:\"<iframe title=\"Look at this graph\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/sIlNIVXpIns?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\";}','no'),(221,'_transient_timeout_oembed_90bca52ac3d94619a636fef15b7e7277','1614733470','no'),(222,'_transient_oembed_90bca52ac3d94619a636fef15b7e7277','O:8:\"stdClass\":11:{s:3:\"url\";s:55:\"https://twitter.com/Frontity/status/1362394146049253376\";s:11:\"author_name\";s:11:\"» Frontity\";s:10:\"author_url\";s:28:\"https://twitter.com/Frontity\";s:4:\"html\";s:776:\"<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">🎉 After months of work, we're excited to announce a new version of the <a href=\"https://twitter.com/hashtag/Frontity?src=hash&ref_src=twsrc%5Etfw\">#Frontity</a> Docs!<br><br>Key improvements include a new structure with 3 separate sites:<br><br>1️⃣ Docs / Guides<br>2️⃣ Step-by-step tutorial<br>3️⃣ API Reference<br><br>📚 Check out our blog post for details!<a href=\"https://t.co/alAHisQjM3\">https://t.co/alAHisQjM3</a></p>— » Frontity (@Frontity) <a href=\"https://twitter.com/Frontity/status/1362394146049253376?ref_src=twsrc%5Etfw\">February 18, 2021</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\";s:5:\"width\";i:550;s:6:\"height\";N;s:4:\"type\";s:4:\"rich\";s:9:\"cache_age\";s:10:\"3153600000\";s:13:\"provider_name\";s:7:\"Twitter\";s:12:\"provider_url\";s:19:\"https://twitter.com\";s:7:\"version\";s:3:\"1.0\";}','no'),(225,'_transient_timeout_oembed_f9ee197cedde972fc87f4c29d9fe4687','1614812432','no'),(226,'_transient_oembed_f9ee197cedde972fc87f4c29d9fe4687','O:8:\"stdClass\":13:{s:5:\"title\";s:45:\"<NAME> - Never Gonna Give You Up (Video)\";s:11:\"author_name\";s:14:\"RickAstleyVEVO\";s:10:\"author_url\";s:43:\"https://www.youtube.com/user/RickAstleyVEVO\";s:4:\"type\";s:5:\"video\";s:6:\"height\";i:338;s:5:\"width\";i:600;s:7:\"version\";s:3:\"1.0\";s:13:\"provider_name\";s:7:\"YouTube\";s:12:\"provider_url\";s:24:\"https://www.youtube.com/\";s:16:\"thumbnail_height\";i:360;s:15:\"thumbnail_width\";i:480;s:13:\"thumbnail_url\";s:48:\"https://i.ytimg.com/vi/dQw4w9WgXcQ/hqdefault.jpg\";s:4:\"html\";s:288:\"<iframe title=\"<NAME> - Never Gonna Give You Up (Video)\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/dQw4w9WgXcQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\";}','no'),(227,'_site_transient_timeout_theme_roots','1615576851','no'),(228,'_site_transient_theme_roots','a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,5,'_edit_lock','1614379357:1'),(4,1,'_edit_lock','1614379297:1'),(5,3,'_edit_lock','1600868204:1'),(6,9,'_edit_lock','1600868321:1'),(7,2,'_edit_lock','1600940954:1'),(8,2,'_edit_last','1'),(9,16,'_edit_lock','1600940989:1'),(10,17,'_edit_lock','1600936893:1'),(11,1,'_pingme','1'),(12,1,'_encloseme','1'),(13,1,'_edit_last','1'),(16,22,'_wp_attached_file','2020/08/ciudad_perdida.jpg'),(17,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1764;s:6:\"height\";i:2352;s:4:\"file\";s:26:\"2020/08/ciudad_perdida.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ciudad_perdida-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"ciudad_perdida-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ciudad_perdida-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ciudad_perdida-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"ciudad_perdida-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"ciudad_perdida-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"ciudad_perdida-1200x1600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:4:\"1.73\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"Pixel 4a\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1610271202\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.38\";s:3:\"iso\";s:2:\"28\";s:13:\"shutter_speed\";s:8:\"0.000469\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18,22,'_wp_attachment_image_alt','ciudad perdida'),(19,25,'_wp_attached_file','2021/02/VOXScrm_Wilhelm-scream-ID-0477_BSB-1.mp3'),(20,25,'_wp_attachment_metadata','a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR320\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:48192;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1;s:16:\"length_formatted\";s:4:\"0:01\";s:5:\"title\";s:0:\"\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";s:4:\"year\";s:0:\"\";s:7:\"comment\";s:0:\"\";s:5:\"genre\";s:5:\"Blues\";}'),(21,1,'_wp_old_slug','hello-world'),(22,35,'_edit_lock','1614386927:1'),(23,35,'_pingme','1'),(24,35,'_encloseme','1'),(25,5,'_wp_trash_meta_status','draft'),(26,5,'_wp_trash_meta_time','1614379505'),(27,5,'_wp_desired_post_slug',''),(28,37,'_edit_lock','1614381027:1'),(29,37,'_pingme','1'),(30,37,'_encloseme','1'),(31,40,'_edit_lock','1614647076:1'),(32,40,'_pingme','1'),(33,40,'_encloseme','1'),(34,40,'_oembed_26a0b7a11ccd3f17d3976f626e1de78e','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">🎉 After months of work, we're excited to announce a new version of the <a href=\"https://twitter.com/hashtag/Frontity?src=hash&ref_src=twsrc%5Etfw\">#Frontity</a> Docs!<br><br>Key improvements include a new structure with 3 separate sites:<br><br>1️⃣ Docs / Guides<br>2️⃣ Step-by-step tutorial<br>3️⃣ API Reference<br><br>📚 Check out our blog post for details!<a href=\"https://t.co/alAHisQjM3\">https://t.co/alAHisQjM3</a></p>— » Frontity (@Frontity) <a href=\"https://twitter.com/Frontity/status/1362394146049253376?ref_src=twsrc%5Etfw\">February 18, 2021</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(35,40,'_oembed_time_26a0b7a11ccd3f17d3976f626e1de78e','1614647076'),(36,43,'_edit_lock','1614726297:1'),(37,43,'_pingme','1'),(38,43,'_encloseme','1'),(39,43,'_oembed_d6c46d42521abb09e5f4e9b177567ef9','<iframe title=\"<NAME> - Never Gonna Give You Up (Video)\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/dQw4w9WgXcQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(40,43,'_oembed_time_d6c46d42521abb09e5f4e9b177567ef9','1614726042'),(41,46,'_edit_lock','1614731802:1'),(42,46,'_pingme','1'),(43,46,'_encloseme','1'),(44,48,'_edit_lock','1615575179:1'),(45,48,'_pingme','1'),(46,48,'_encloseme','1');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
`ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int NOT NULL DEFAULT '0',
`post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2020-08-20 01:31:05','2020-08-20 01:31:05','<!-- wp:image {\"id\":22,\"sizeSlug\":\"large\",\"className\":\"img\"} -->\n<figure class=\"wp-block-image size-large img\"><img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"ciudad perdida\" class=\"wp-image-22\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Ciudad Perdida</strong></em> (Spanish for \"Lost City\") is the <a href=\"https://en.wikipedia.org/wiki/Archaeological_site\">archaeological site</a> of an ancient city in <a href=\"https://en.wikipedia.org/wiki/Colombia\">Colombia</a>\'s <a href=\"https://en.wikipedia.org/wiki/Sierra_Nevada_de_Santa_Marta\">Sierra Nevada de Santa Marta</a>. It is believed to have been founded about 800 CE, some 650 years earlier than <a href=\"https://en.wikipedia.org/wiki/Machu_Picchu\">Machu Picchu</a>. This location is also known as \"Teyuna\" and \"Buritaca 200\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','amp-img','','publish','open','open','','amp-img','','','2021-02-26 22:44:00','2021-02-26 22:44:00','',0,'http://localhost:8080/?p=1',0,'post','',1),(2,1,'2020-08-20 01:31:05','2020-08-20 01:31:05','<!-- wp:paragraph -->\n<p>This is an example page.</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2020-09-24 08:34:06','2020-09-24 08:34:06','',0,'http://localhost:8080/?page_id=2',0,'page','',0),(3,1,'2020-08-20 01:31:05','2020-08-20 01:31:05','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://localhost:8080.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-08-20 01:31:05','2020-08-20 01:31:05','',0,'http://localhost:8080/?page_id=3',0,'page','',0),(4,1,'2020-08-20 01:31:20','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-08-20 01:31:20','0000-00-00 00:00:00','',0,'http://localhost:8080/?p=4',0,'post','',0),(5,1,'2021-02-26 22:45:05','2021-02-26 22:45:05','<!-- wp:paragraph -->\n<p>This post is just a draft and it should not be publicly accessible.</p>\n<!-- /wp:paragraph -->','This is a draft','','trash','open','open','','__trashed','','','2021-02-26 22:45:05','2021-02-26 22:45:05','',0,'http://localhost:8080/?p=5',0,'post','',0),(6,1,'2020-09-21 06:48:53','2020-09-21 06:48:53','<!-- wp:paragraph -->\n<p>This post is just a draft and it should not be publicly accessible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You would be able to preview it if you are logged in, though.</p>\n<!-- /wp:paragraph -->','This is a draft','','inherit','closed','closed','','5-revision-v1','','','2020-09-21 06:48:53','2020-09-21 06:48:53','',5,'http://localhost:8080/5-revision-v1/',0,'revision','',0),(8,1,'2020-09-23 13:29:03','2020-09-23 13:29:03','<!-- wp:paragraph -->\n<p>This post is just a draft and it should not be publicly accessible.</p>\n<!-- /wp:paragraph -->','This is a draft','','inherit','closed','closed','','5-revision-v1','','','2020-09-23 13:29:03','2020-09-23 13:29:03','',5,'http://localhost:8080/5-revision-v1/',0,'revision','',0),(9,1,'2020-09-23 13:39:56','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>This page is just a draft and it should not be publicly accessible.</p>\n<!-- /wp:paragraph -->','This is a page draft','','draft','closed','closed','','','','','2020-09-23 13:39:56','2020-09-23 13:39:56','',0,'http://localhost:8080/?page_id=9',0,'page','',0),(10,1,'2020-09-23 13:39:48','2020-09-23 13:39:48','<!-- wp:paragraph -->\n<p>This page is just a draft and it should not be publicly accessible.</p>\n<!-- /wp:paragraph -->','This is a page draft','','inherit','closed','closed','','9-revision-v1','','','2020-09-23 13:39:48','2020-09-23 13:39:48','',9,'http://localhost:8080/9-revision-v1/',0,'revision','',0),(11,1,'2020-09-23 13:42:00','2020-09-23 13:42:00','<!-- wp:paragraph -->\n<p>This is an example page.</p>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2020-09-23 13:42:00','2020-09-23 13:42:00','',2,'http://localhost:8080/2-revision-v1/',0,'revision','',0),(13,1,'2020-09-24 08:22:49','2020-09-24 08:22:49','<!-- wp:paragraph -->\n<p>This page was modified.</p>\n<!-- /wp:paragraph -->','Sample Page (edited)','','inherit','closed','closed','','2-revision-v1','','','2020-09-24 08:22:49','2020-09-24 08:22:49','',2,'http://localhost:8080/2-revision-v1/',0,'revision','',0),(14,1,'2020-09-24 08:34:06','2020-09-24 08:34:06','<!-- wp:paragraph -->\n<p>This is an example page.</p>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2020-09-24 08:34:06','2020-09-24 08:34:06','',2,'http://localhost:8080/2-revision-v1/',0,'revision','',0),(15,1,'2020-09-24 08:36:56','2020-09-24 08:36:56','<!-- wp:paragraph -->\n<p>This page was modified.</p>\n<!-- /wp:paragraph -->','Sample Page (edited)','','inherit','closed','closed','','2-autosave-v1','','','2020-09-24 08:36:56','2020-09-24 08:36:56','',2,'http://localhost:8080/2-autosave-v1/',0,'revision','',0),(16,1,'2020-09-24 08:43:31','2020-09-24 08:43:31','<!-- wp:paragraph -->\n<p>This is a published movie.</p>\n<!-- /wp:paragraph -->','Published movie','','publish','closed','closed','','published-movie','','','2020-09-24 08:43:31','2020-09-24 08:43:31','',0,'http://localhost:8080/?post_type=movie&p=16',0,'movie','',0),(17,1,'2020-09-24 08:43:52','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>This is a movie draft.</p>\n<!-- /wp:paragraph -->','Movie draft','','draft','closed','closed','','','','','2020-09-24 08:43:52','2020-09-24 08:43:52','',0,'http://localhost:8080/?post_type=movie&p=17',0,'movie','',0),(18,1,'2020-09-24 08:44:44','2020-09-24 08:44:44','<!-- wp:paragraph -->\n<p>This movie was modified.</p>\n<!-- /wp:paragraph -->','Published movie (edited)','','inherit','closed','closed','','16-autosave-v1','','','2020-09-24 08:44:44','2020-09-24 08:44:44','',16,'http://localhost:8080/16-autosave-v1/',0,'revision','',0),(19,1,'2021-02-12 20:52:56','2021-02-12 20:52:56','<!-- wp:paragraph -->\n<p>The content of this post was modified.</p>\n<!-- /wp:paragraph -->','Hello world! (edited)','','inherit','closed','closed','','1-revision-v1','','','2021-02-12 20:52:56','2021-02-12 20:52:56','',1,'http://localhost:8080/1-revision-v1/',0,'revision','',0),(22,1,'2021-02-12 20:59:17','2021-02-12 20:59:17','','ciudad_perdida','','inherit','open','closed','','ciudad_perdida','','','2021-02-12 20:59:31','2021-02-12 20:59:31','',1,'http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida.jpg',0,'attachment','image/jpeg',0),(23,1,'2021-02-12 21:00:25','2021-02-12 21:00:25','<!-- wp:image {\"id\":22,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"ciudad perdida\" class=\"wp-image-22\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Ciudad Perdida</strong></em> (Spanish for \"Lost City\") is the <a href=\"https://en.wikipedia.org/wiki/Archaeological_site\">archaeological site</a> of an ancient city in <a href=\"https://en.wikipedia.org/wiki/Colombia\">Colombia</a>\'s <a href=\"https://en.wikipedia.org/wiki/Sierra_Nevada_de_Santa_Marta\">Sierra Nevada de Santa Marta</a>. It is believed to have been founded about 800 CE, some 650 years earlier than <a href=\"https://en.wikipedia.org/wiki/Machu_Picchu\">Machu Picchu</a>. This location is also known as \"Teyuna\" and \"Buritaca 200\".</p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2021-02-12 21:00:25','2021-02-12 21:00:25','',1,'http://localhost:8080/1-revision-v1/',0,'revision','',0),(24,1,'2021-02-12 22:10:57','2021-02-12 22:10:57','<!-- wp:image {\"id\":22,\"sizeSlug\":\"large\",\"className\":\"img\"} -->\n<figure class=\"wp-block-image size-large img\"><img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"ciudad perdida\" class=\"wp-image-22\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Ciudad Perdida</strong></em> (Spanish for \"Lost City\") is the <a href=\"https://en.wikipedia.org/wiki/Archaeological_site\">archaeological site</a> of an ancient city in <a href=\"https://en.wikipedia.org/wiki/Colombia\">Colombia</a>\'s <a href=\"https://en.wikipedia.org/wiki/Sierra_Nevada_de_Santa_Marta\">Sierra Nevada de Santa Marta</a>. It is believed to have been founded about 800 CE, some 650 years earlier than <a href=\"https://en.wikipedia.org/wiki/Machu_Picchu\">Machu Picchu</a>. This location is also known as \"Teyuna\" and \"Buritaca 200\".</p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2021-02-12 22:10:57','2021-02-12 22:10:57','',1,'http://localhost:8080/1-revision-v1/',0,'revision','',0),(25,1,'2021-02-26 00:40:31','2021-02-26 00:40:31','','wilhelm scream','','inherit','open','closed','','voxscrm_wilhelm-scream-id-0477_bsb-1','','','2021-02-26 22:44:46','2021-02-26 22:44:46','',1,'http://localhost:8080/wp-content/uploads/2021/02/VOXScrm_Wilhelm-scream-ID-0477_BSB-1.mp3',0,'attachment','audio/mpeg',0),(26,1,'2021-02-26 00:40:33','2021-02-26 00:40:33','<!-- wp:image {\"id\":22,\"sizeSlug\":\"large\",\"className\":\"img\"} -->\n<figure class=\"wp-block-image size-large img\"><img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"ciudad perdida\" class=\"wp-image-22\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Ciudad Perdida</strong></em> (Spanish for \"Lost City\") is the <a href=\"https://en.wikipedia.org/wiki/Archaeological_site\">archaeological site</a> of an ancient city in <a href=\"https://en.wikipedia.org/wiki/Colombia\">Colombia</a>\'s <a href=\"https://en.wikipedia.org/wiki/Sierra_Nevada_de_Santa_Marta\">Sierra Nevada de Santa Marta</a>. It is believed to have been founded about 800 CE, some 650 years earlier than <a href=\"https://en.wikipedia.org/wiki/Machu_Picchu\">Machu Picchu</a>. This location is also known as \"Teyuna\" and \"Buritaca 200\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:audio {\"id\":25} -->\n<figure class=\"wp-block-audio\"><audio controls src=\"http://localhost:8080/wp-content/uploads/2021/02/VOXScrm_Wilhelm-scream-ID-0477_BSB-1.mp3\"></audio></figure>\n<!-- /wp:audio -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2021-02-26 00:40:33','2021-02-26 00:40:33','',1,'http://localhost:8080/1-revision-v1/',0,'revision','',0),(28,1,'2021-02-26 01:14:18','2021-02-26 01:14:18','<!-- wp:image {\"id\":22,\"sizeSlug\":\"large\",\"className\":\"img\"} -->\n<figure class=\"wp-block-image size-large img\"><img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"ciudad perdida\" class=\"wp-image-22\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Ciudad Perdida</strong></em> (Spanish for \"Lost City\") is the <a href=\"https://en.wikipedia.org/wiki/Archaeological_site\">archaeological site</a> of an ancient city in <a href=\"https://en.wikipedia.org/wiki/Colombia\">Colombia</a>\'s <a href=\"https://en.wikipedia.org/wiki/Sierra_Nevada_de_Santa_Marta\">Sierra Nevada de Santa Marta</a>. It is believed to have been founded about 800 CE, some 650 years earlier than <a href=\"https://en.wikipedia.org/wiki/Machu_Picchu\">Machu Picchu</a>. This location is also known as \"Teyuna\" and \"Buritaca 200\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:audio {\"id\":25} -->\n<figure class=\"wp-block-audio\"><audio controls src=\"http://localhost:8080/wp-content/uploads/2021/02/VOXScrm_Wilhelm-scream-ID-0477_BSB-1.mp3\" preload=\"auto\"></audio></figure>\n<!-- /wp:audio -->\n\n<!-- wp:video -->\n<figure class=\"wp-block-video\"><video controls src=\"https://upload.wikimedia.org/wikipedia/commons/transcoded/e/eb/Wood_cleaving_-_2016.webm/Wood_cleaving_-_2016.webm.480p.vp9.webm\"></video></figure>\n<!-- /wp:video -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2021-02-26 01:14:18','2021-02-26 01:14:18','',1,'http://localhost:8080/1-revision-v1/',0,'revision','',0),(29,1,'2021-02-26 20:58:06','2021-02-26 20:58:06','<!-- wp:image {\"id\":22,\"sizeSlug\":\"large\",\"className\":\"img\"} -->\n<figure class=\"wp-block-image size-large img\"><img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"ciudad perdida\" class=\"wp-image-22\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Ciudad Perdida</strong></em> (Spanish for \"Lost City\") is the <a href=\"https://en.wikipedia.org/wiki/Archaeological_site\">archaeological site</a> of an ancient city in <a href=\"https://en.wikipedia.org/wiki/Colombia\">Colombia</a>\'s <a href=\"https://en.wikipedia.org/wiki/Sierra_Nevada_de_Santa_Marta\">Sierra Nevada de Santa Marta</a>. It is believed to have been founded about 800 CE, some 650 years earlier than <a href=\"https://en.wikipedia.org/wiki/Machu_Picchu\">Machu Picchu</a>. This location is also known as \"Teyuna\" and \"Buritaca 200\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:audio {\"id\":25} -->\n<figure class=\"wp-block-audio\"><audio controls src=\"http://localhost:8080/wp-content/uploads/2021/02/VOXScrm_Wilhelm-scream-ID-0477_BSB-1.mp3\" preload=\"auto\"></audio></figure>\n<!-- /wp:audio -->\n\n<!-- wp:video -->\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https://upload.wikimedia.org/wikipedia/commons/transcoded/e/eb/Wood_cleaving_-_2016.webm/Wood_cleaving_-_2016.webm.480p.vp9.webm\"></video></figure>\n<!-- /wp:video -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2021-02-26 20:58:06','2021-02-26 20:58:06','',1,'http://localhost:8080/1-revision-v1/',0,'revision','',0),(30,1,'2021-02-26 21:00:22','2021-02-26 21:00:22','<!-- wp:image {\"id\":22,\"sizeSlug\":\"large\",\"className\":\"img\"} -->\n<figure class=\"wp-block-image size-large img\"><img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"ciudad perdida\" class=\"wp-image-22\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Ciudad Perdida</strong></em> (Spanish for \"Lost City\") is the <a href=\"https://en.wikipedia.org/wiki/Archaeological_site\">archaeological site</a> of an ancient city in <a href=\"https://en.wikipedia.org/wiki/Colombia\">Colombia</a>\'s <a href=\"https://en.wikipedia.org/wiki/Sierra_Nevada_de_Santa_Marta\">Sierra Nevada de Santa Marta</a>. It is believed to have been founded about 800 CE, some 650 years earlier than <a href=\"https://en.wikipedia.org/wiki/Machu_Picchu\">Machu Picchu</a>. This location is also known as \"Teyuna\" and \"Buritaca 200\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:audio {\"id\":25} -->\n<figure class=\"wp-block-audio\"><audio controls src=\"http://localhost:8080/wp-content/uploads/2021/02/VOXScrm_Wilhelm-scream-ID-0477_BSB-1.mp3\" preload=\"auto\"></audio></figure>\n<!-- /wp:audio -->\n\n<!-- wp:video {\"className\":\"video-style\"} -->\n<figure class=\"wp-block-video video-style\"><video autoplay controls loop src=\"https://upload.wikimedia.org/wikipedia/commons/transcoded/e/eb/Wood_cleaving_-_2016.webm/Wood_cleaving_-_2016.webm.480p.vp9.webm\"></video></figure>\n<!-- /wp:video -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2021-02-26 21:00:22','2021-02-26 21:00:22','',1,'http://localhost:8080/1-revision-v1/',0,'revision','',0),(32,1,'2021-02-26 21:04:56','2021-02-26 21:04:56','<!-- wp:image {\"id\":22,\"sizeSlug\":\"large\",\"className\":\"img\"} -->\n<figure class=\"wp-block-image size-large img\"><img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"ciudad perdida\" class=\"wp-image-22\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Ciudad Perdida</strong></em> (Spanish for \"Lost City\") is the <a href=\"https://en.wikipedia.org/wiki/Archaeological_site\">archaeological site</a> of an ancient city in <a href=\"https://en.wikipedia.org/wiki/Colombia\">Colombia</a>\'s <a href=\"https://en.wikipedia.org/wiki/Sierra_Nevada_de_Santa_Marta\">Sierra Nevada de Santa Marta</a>. It is believed to have been founded about 800 CE, some 650 years earlier than <a href=\"https://en.wikipedia.org/wiki/Machu_Picchu\">Machu Picchu</a>. This location is also known as \"Teyuna\" and \"Buritaca 200\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:audio {\"id\":25} -->\n<figure class=\"wp-block-audio\"><audio controls src=\"http://localhost:8080/wp-content/uploads/2021/02/VOXScrm_Wilhelm-scream-ID-0477_BSB-1.mp3\"></audio></figure>\n<!-- /wp:audio -->\n\n<!-- wp:video {\"className\":\"video-style\"} -->\n<figure class=\"wp-block-video video-style\"><video autoplay controls loop src=\"https://upload.wikimedia.org/wikipedia/commons/transcoded/e/eb/Wood_cleaving_-_2016.webm/Wood_cleaving_-_2016.webm.480p.vp9.webm\"></video></figure>\n<!-- /wp:video -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2021-02-26 21:04:56','2021-02-26 21:04:56','',1,'http://localhost:8080/1-revision-v1/',0,'revision','',0),(33,1,'2021-02-26 22:43:45','2021-02-26 22:43:45','<!-- wp:image {\"id\":22,\"sizeSlug\":\"large\",\"className\":\"img\"} -->\n<figure class=\"wp-block-image size-large img\"><img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"ciudad perdida\" class=\"wp-image-22\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Ciudad Perdida</strong></em> (Spanish for \"Lost City\") is the <a href=\"https://en.wikipedia.org/wiki/Archaeological_site\">archaeological site</a> of an ancient city in <a href=\"https://en.wikipedia.org/wiki/Colombia\">Colombia</a>\'s <a href=\"https://en.wikipedia.org/wiki/Sierra_Nevada_de_Santa_Marta\">Sierra Nevada de Santa Marta</a>. It is believed to have been founded about 800 CE, some 650 years earlier than <a href=\"https://en.wikipedia.org/wiki/Machu_Picchu\">Machu Picchu</a>. This location is also known as \"Teyuna\" and \"Buritaca 200\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2021-02-26 22:43:45','2021-02-26 22:43:45','',1,'http://localhost:8080/1-revision-v1/',0,'revision','',0),(34,1,'2021-02-26 22:44:00','2021-02-26 22:44:00','<!-- wp:image {\"id\":22,\"sizeSlug\":\"large\",\"className\":\"img\"} -->\n<figure class=\"wp-block-image size-large img\"><img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"ciudad perdida\" class=\"wp-image-22\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Ciudad Perdida</strong></em> (Spanish for \"Lost City\") is the <a href=\"https://en.wikipedia.org/wiki/Archaeological_site\">archaeological site</a> of an ancient city in <a href=\"https://en.wikipedia.org/wiki/Colombia\">Colombia</a>\'s <a href=\"https://en.wikipedia.org/wiki/Sierra_Nevada_de_Santa_Marta\">Sierra Nevada de Santa Marta</a>. It is believed to have been founded about 800 CE, some 650 years earlier than <a href=\"https://en.wikipedia.org/wiki/Machu_Picchu\"><NAME></a>. This location is also known as \"Teyuna\" and \"Buritaca 200\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','amp-img','','inherit','closed','closed','','1-revision-v1','','','2021-02-26 22:44:00','2021-02-26 22:44:00','',1,'http://localhost:8080/1-revision-v1/',0,'revision','',0),(35,1,'2021-02-26 22:44:54','2021-02-26 22:44:54','<!-- wp:audio -->\n<figure class=\"wp-block-audio\"><audio controls src=\"https://upload.wikimedia.org/wikipedia/commons/f/f2/-_Alto.wav\"></audio></figure>\n<!-- /wp:audio -->','amp-audio','','publish','open','open','','amp-audio','','','2021-02-26 23:22:13','2021-02-26 23:22:13','',0,'http://localhost:8080/?p=35',0,'post','',0),(36,1,'2021-02-26 22:44:54','2021-02-26 22:44:54','<!-- wp:audio {\"id\":25} -->\n<figure class=\"wp-block-audio\"><audio controls src=\"http://localhost:8080/wp-content/uploads/2021/02/VOXScrm_Wilhelm-scream-ID-0477_BSB-1.mp3\"></audio></figure>\n<!-- /wp:audio -->','amp-audio','','inherit','closed','closed','','35-revision-v1','','','2021-02-26 22:44:54','2021-02-26 22:44:54','',35,'http://localhost:8080/35-revision-v1/',0,'revision','',0),(37,1,'2021-02-26 23:10:35','2021-02-26 23:10:35','<!-- wp:video -->\n<figure class=\"wp-block-video\"><video controls src=\"https://upload.wikimedia.org/wikipedia/commons/transcoded/e/eb/Wood_cleaving_-_2016.webm/Wood_cleaving_-_2016.webm.480p.vp9.webm\"></video></figure>\n<!-- /wp:video -->','amp-video','','publish','open','open','','amp-video','','','2021-02-26 23:10:35','2021-02-26 23:10:35','',0,'http://localhost:8080/?p=37',0,'post','',0),(38,1,'2021-02-26 23:10:35','2021-02-26 23:10:35','<!-- wp:video -->\n<figure class=\"wp-block-video\"><video controls src=\"https://upload.wikimedia.org/wikipedia/commons/transcoded/e/eb/Wood_cleaving_-_2016.webm/Wood_cleaving_-_2016.webm.480p.vp9.webm\"></video></figure>\n<!-- /wp:video -->','amp-video','','inherit','closed','closed','','37-revision-v1','','','2021-02-26 23:10:35','2021-02-26 23:10:35','',37,'http://localhost:8080/37-revision-v1/',0,'revision','',0),(39,1,'2021-02-26 23:22:13','2021-02-26 23:22:13','<!-- wp:audio -->\n<figure class=\"wp-block-audio\"><audio controls src=\"https://upload.wikimedia.org/wikipedia/commons/f/f2/-_Alto.wav\"></audio></figure>\n<!-- /wp:audio -->','amp-audio','','inherit','closed','closed','','35-revision-v1','','','2021-02-26 23:22:13','2021-02-26 23:22:13','',35,'http://localhost:8080/35-revision-v1/',0,'revision','',0),(40,1,'2021-03-02 01:03:42','2021-03-02 01:03:42','<!-- wp:core-embed/twitter {\"url\":\"https://twitter.com/Frontity/status/1362394146049253376?s=20\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-twitter wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/Frontity/status/1362394146049253376?s=20\n</div></figure>\n<!-- /wp:core-embed/twitter -->','amp-twitter','','publish','open','open','','amp-twitter','','','2021-03-02 01:04:35','2021-03-02 01:04:35','',0,'http://localhost:8080/?p=40',0,'post','',0),(41,1,'2021-03-02 01:03:42','2021-03-02 01:03:42','','amp-twitter','','inherit','closed','closed','','40-revision-v1','','','2021-03-02 01:03:42','2021-03-02 01:03:42','',40,'http://localhost:8080/40-revision-v1/',0,'revision','',0),(42,1,'2021-03-02 01:04:35','2021-03-02 01:04:35','<!-- wp:core-embed/twitter {\"url\":\"https://twitter.com/Frontity/status/1362394146049253376?s=20\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-twitter wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/Frontity/status/1362394146049253376?s=20\n</div></figure>\n<!-- /wp:core-embed/twitter -->','amp-twitter','','inherit','closed','closed','','40-revision-v1','','','2021-03-02 01:04:35','2021-03-02 01:04:35','',40,'http://localhost:8080/40-revision-v1/',0,'revision','',0),(43,1,'2021-03-02 23:00:41','2021-03-02 23:00:41','<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec diam dui, pharetra quis volutpat non, fermentum nec dui. Sed id felis nec lectus vestibulum venenatis in elementum arcu. Donec ut eleifend tellus. Sed at mi sodales, hendrerit sapien quis, commodo velit. Sed ultricies venenatis tristique. Ut dictum elit nunc, eu tempor odio placerat ac. Aenean purus nulla, tempor vitae viverra quis, ultricies et ligula. Praesent pellentesque, sapien nec placerat tempor, lacus orci gravida sapien, at euismod lacus ipsum eget elit. Curabitur efficitur ante non tortor bibendum, ac vestibulum turpis fringilla. Curabitur id erat in leo ornare tempor. Etiam dictum elementum luctus. Suspendisse sed tempor diam, vitae elementum nibh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proin consectetur turpis sed arcu pellentesque, sit amet dapibus ex lobortis. Proin rutrum elementum viverra. Proin tincidunt accumsan euismod. Vivamus imperdiet faucibus metus. Vestibulum sed nisl ac nunc hendrerit convallis quis quis magna. Donec molestie mauris at posuere faucibus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Morbi eget rhoncus nulla, a ornare massa. Proin sit amet quam vitae nisl rhoncus interdum id ut dui. Mauris vel rutrum ligula, sit amet volutpat purus. Praesent consequat, ipsum sit amet malesuada euismod, nunc justo elementum mauris, ac varius sem justo vel dui. Proin ligula sapien, fringilla vitae arcu et, pharetra faucibus nisi. Vivamus ac convallis leo, sed imperdiet elit. Duis dapibus, arcu sed euismod congue, turpis purus porta augue, eget blandit dui tellus vel velit. Donec et maximus sem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=dQw4w9WgXcQ\n</div></figure>\n<!-- /wp:core-embed/youtube -->','amp-youtube','','publish','open','open','','amp-youtube','','','2021-03-02 23:01:56','2021-03-02 23:01:56','',0,'http://localhost:8080/?p=43',0,'post','',0),(44,1,'2021-03-02 23:00:41','2021-03-02 23:00:41','<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=dQw4w9WgXcQ\n</div></figure>\n<!-- /wp:core-embed/youtube -->','amp-youtube','','inherit','closed','closed','','43-revision-v1','','','2021-03-02 23:00:41','2021-03-02 23:00:41','',43,'http://localhost:8080/43-revision-v1/',0,'revision','',0),(45,1,'2021-03-02 23:01:56','2021-03-02 23:01:56','<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec diam dui, pharetra quis volutpat non, fermentum nec dui. Sed id felis nec lectus vestibulum venenatis in elementum arcu. Donec ut eleifend tellus. Sed at mi sodales, hendrerit sapien quis, commodo velit. Sed ultricies venenatis tristique. Ut dictum elit nunc, eu tempor odio placerat ac. Aenean purus nulla, tempor vitae viverra quis, ultricies et ligula. Praesent pellentesque, sapien nec placerat tempor, lacus orci gravida sapien, at euismod lacus ipsum eget elit. Curabitur efficitur ante non tortor bibendum, ac vestibulum turpis fringilla. Curabitur id erat in leo ornare tempor. Etiam dictum elementum luctus. Suspendisse sed tempor diam, vitae elementum nibh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proin consectetur turpis sed arcu pellentesque, sit amet dapibus ex lobortis. Proin rutrum elementum viverra. Proin tincidunt accumsan euismod. Vivamus imperdiet faucibus metus. Vestibulum sed nisl ac nunc hendrerit convallis quis quis magna. Donec molestie mauris at posuere faucibus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Morbi eget rhoncus nulla, a ornare massa. Proin sit amet quam vitae nisl rhoncus interdum id ut dui. Mauris vel rutrum ligula, sit amet volutpat purus. Praesent consequat, ipsum sit amet malesuada euismod, nunc justo elementum mauris, ac varius sem justo vel dui. Proin ligula sapien, fringilla vitae arcu et, pharetra faucibus nisi. Vivamus ac convallis leo, sed imperdiet elit. Duis dapibus, arcu sed euismod congue, turpis purus porta augue, eget blandit dui tellus vel velit. Donec et maximus sem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=dQw4w9WgXcQ\n</div></figure>\n<!-- /wp:core-embed/youtube -->','amp-youtube','','inherit','closed','closed','','43-revision-v1','','','2021-03-02 23:01:56','2021-03-02 23:01:56','',43,'http://localhost:8080/43-revision-v1/',0,'revision','',0),(46,1,'2021-03-03 00:37:09','2021-03-03 00:37:09','<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec diam dui, pharetra quis volutpat non, fermentum nec dui. Sed id felis nec lectus vestibulum venenatis in elementum arcu. Donec ut eleifend tellus. Sed at mi sodales, hendrerit sapien quis, commodo velit. Sed ultricies venenatis tristique. Ut dictum elit nunc, eu tempor odio placerat ac. Aenean purus nulla, tempor vitae viverra quis, ultricies et ligula. Praesent pellentesque, sapien nec placerat tempor, lacus orci gravida sapien, at euismod lacus ipsum eget elit. Curabitur efficitur ante non tortor bibendum, ac vestibulum turpis fringilla. Curabitur id erat in leo ornare tempor. Etiam dictum elementum luctus. Suspendisse sed tempor diam, vitae elementum nibh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proin consectetur turpis sed arcu pellentesque, sit amet dapibus ex lobortis. Proin rutrum elementum viverra. Proin tincidunt accumsan euismod. Vivamus imperdiet faucibus metus. Vestibulum sed nisl ac nunc hendrerit convallis quis quis magna. Donec molestie mauris at posuere faucibus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Morbi eget rhoncus nulla, a ornare massa. Proin sit amet quam vitae nisl rhoncus interdum id ut dui. Mauris vel rutrum ligula, sit amet volutpat purus. Praesent consequat, ipsum sit amet malesuada euismod, nunc justo elementum mauris, ac varius sem justo vel dui. Proin ligula sapien, fringilla vitae arcu et, pharetra faucibus nisi. Vivamus ac convallis leo, sed imperdiet elit. Duis dapibus, arcu sed euismod congue, turpis purus porta augue, eget blandit dui tellus vel velit. Donec et maximus sem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proin consectetur turpis sed arcu pellentesque, sit amet dapibus ex lobortis. Proin rutrum elementum viverra. Proin tincidunt accumsan euismod. Vivamus imperdiet faucibus metus. Vestibulum sed nisl ac nunc hendrerit convallis quis quis magna. Donec molestie mauris at posuere faucibus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Morbi eget rhoncus nulla, a ornare massa. Proin sit amet quam vitae nisl rhoncus interdum id ut dui. Mauris vel rutrum ligula, sit amet volutpat purus. Praesent consequat, ipsum sit amet malesuada euismod, nunc justo elementum mauris, ac varius sem justo vel dui. Proin ligula sapien, fringilla vitae arcu et, pharetra faucibus nisi. Vivamus ac convallis leo, sed imperdiet elit. Duis dapibus, arcu sed euismod congue, turpis purus porta augue, eget blandit dui tellus vel velit. Donec et maximus sem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe title=\"mars theme\" src=\"https://mars.frontity.org\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','amp-iframe','','publish','open','open','','amp-iframe','','','2021-03-03 00:37:09','2021-03-03 00:37:09','',0,'http://localhost:8080/?p=46',0,'post','',0),(47,1,'2021-03-03 00:37:09','2021-03-03 00:37:09','<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec diam dui, pharetra quis volutpat non, fermentum nec dui. Sed id felis nec lectus vestibulum venenatis in elementum arcu. Donec ut eleifend tellus. Sed at mi sodales, hendrerit sapien quis, commodo velit. Sed ultricies venenatis tristique. Ut dictum elit nunc, eu tempor odio placerat ac. Aenean purus nulla, tempor vitae viverra quis, ultricies et ligula. Praesent pellentesque, sapien nec placerat tempor, lacus orci gravida sapien, at euismod lacus ipsum eget elit. Curabitur efficitur ante non tortor bibendum, ac vestibulum turpis fringilla. Curabitur id erat in leo ornare tempor. Etiam dictum elementum luctus. Suspendisse sed tempor diam, vitae elementum nibh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proin consectetur turpis sed arcu pellentesque, sit amet dapibus ex lobortis. Proin rutrum elementum viverra. Proin tincidunt accumsan euismod. Vivamus imperdiet faucibus metus. Vestibulum sed nisl ac nunc hendrerit convallis quis quis magna. Donec molestie mauris at posuere faucibus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Morbi eget rhoncus nulla, a ornare massa. Proin sit amet quam vitae nisl rhoncus interdum id ut dui. Mauris vel rutrum ligula, sit amet volutpat purus. Praesent consequat, ipsum sit amet malesuada euismod, nunc justo elementum mauris, ac varius sem justo vel dui. Proin ligula sapien, fringilla vitae arcu et, pharetra faucibus nisi. Vivamus ac convallis leo, sed imperdiet elit. Duis dapibus, arcu sed euismod congue, turpis purus porta augue, eget blandit dui tellus vel velit. Donec et maximus sem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proin consectetur turpis sed arcu pellentesque, sit amet dapibus ex lobortis. Proin rutrum elementum viverra. Proin tincidunt accumsan euismod. Vivamus imperdiet faucibus metus. Vestibulum sed nisl ac nunc hendrerit convallis quis quis magna. Donec molestie mauris at posuere faucibus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Morbi eget rhoncus nulla, a ornare massa. Proin sit amet quam vitae nisl rhoncus interdum id ut dui. Mauris vel rutrum ligula, sit amet volutpat purus. Praesent consequat, ipsum sit amet malesuada euismod, nunc justo elementum mauris, ac varius sem justo vel dui. Proin ligula sapien, fringilla vitae arcu et, pharetra faucibus nisi. Vivamus ac convallis leo, sed imperdiet elit. Duis dapibus, arcu sed euismod congue, turpis purus porta augue, eget blandit dui tellus vel velit. Donec et maximus sem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe title=\"mars theme\" src=\"https://mars.frontity.org\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','amp-iframe','','inherit','closed','closed','','46-revision-v1','','','2021-03-03 00:37:09','2021-03-03 00:37:09','',46,'http://localhost:8080/46-revision-v1/',0,'revision','',0),(48,1,'2021-03-12 18:52:09','2021-03-12 18:52:09','<!-- wp:html -->\n<picture>\n <source src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" />\n <img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"The Lost City\" width=\"768\" height=\"1024\"/>\n</picture>\n<!-- /wp:html -->','picture','','publish','open','open','','picture','','','2021-03-12 18:53:26','2021-03-12 18:53:26','',0,'http://localhost:8080/?p=48',0,'post','',0),(49,1,'2021-03-12 18:52:09','2021-03-12 18:52:09','<!-- wp:html -->\n<picture>\n <source src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" />\n <img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"The Lost City\" />\n</picture>\n<!-- /wp:html -->','picture','','inherit','closed','closed','','48-revision-v1','','','2021-03-12 18:52:09','2021-03-12 18:52:09','',48,'http://localhost:8080/48-revision-v1/',0,'revision','',0),(50,1,'2021-03-12 18:53:26','2021-03-12 18:53:26','<!-- wp:html -->\n<picture>\n <source src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" />\n <img src=\"http://localhost:8080/wp-content/uploads/2020/08/ciudad_perdida-768x1024.jpg\" alt=\"The Lost City\" width=\"768\" height=\"1024\"/>\n</picture>\n<!-- /wp:html -->','picture','','inherit','closed','closed','','48-revision-v1','','','2021-03-12 18:53:26','2021-03-12 18:53:26','',48,'http://localhost:8080/48-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_snippets`
--
DROP TABLE IF EXISTS `wp_snippets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_snippets` (
`id` bigint NOT NULL AUTO_INCREMENT,
`name` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`code` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`tags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`scope` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'global',
`priority` smallint NOT NULL DEFAULT '10',
`active` tinyint(1) NOT NULL DEFAULT '0',
`modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_snippets`
--
LOCK TABLES `wp_snippets` WRITE;
/*!40000 ALTER TABLE `wp_snippets` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_snippets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
`term_order` int NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(5,1,0),(35,1,0),(37,1,0),(40,1,0),(43,1,0),(46,1,0),(48,1,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` bigint unsigned NOT NULL DEFAULT '0',
`count` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,7);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
`term_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"0edd3f834c8cad19088164486a5ceaa29469d6e06a1d1497390a90be5e0c6d51\";a:4:{s:10:\"expiration\";i:1615747850;s:2:\"ip\";s:10:\"172.29.0.1\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36\";s:5:\"login\";i:1615575050;}}'),(17,1,'wp_user-settings','editor=tinymce&libraryContent=browse&editor_expand=on&mfold=o'),(18,1,'wp_user-settings-time','1597887075'),(19,1,'wp_dashboard_quick_press_last_post_id','4'),(20,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"172.19.0.0\";}'),(21,1,'wp_managetoplevel_page_snippetscolumnshidden','a:1:{i:0;s:2:\"id\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
`ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int NOT NULL DEFAULT '0',
`display_name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$B8eLyWbOBzBw091OK10juZnUMGDMjK0','admin','<EMAIL>','http://localhost:8080','2020-08-20 01:31:05','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2021-03-12 18:53:30
|
<gh_stars>0
select O_ORDERKEY,O_CUSTKEY,O_CLERK,O_COMMENT,dir0 from `/drill/testdata/partition_pruning/dfs/orders` where (dir0=1993 and O_TOTALPRICE>40000) or dir0=1994;
|
-- Verify ggircs-portal:table_user on pg
begin;
select pg_catalog.has_table_privilege('ggircs_portal.ciip_user', 'select');
-- ciip_administrator Grants
select ggircs_portal_private.verify_grant('select', 'ciip_user', 'ciip_administrator');
select ggircs_portal_private.verify_grant('insert', 'ciip_user', 'ciip_administrator');
select ggircs_portal_private.verify_grant('update', 'ciip_user', 'ciip_administrator',
ARRAY['first_name', 'last_name', 'email_address', 'occupation', 'phone_number', 'created_at', 'created_by', 'updated_at', 'updated_by', 'deleted_at', 'deleted_by']);
-- ciip_analyst Grants
select ggircs_portal_private.verify_grant('select', 'ciip_user', 'ciip_analyst');
select ggircs_portal_private.verify_grant('insert', 'ciip_user', 'ciip_analyst');
select ggircs_portal_private.verify_grant('update', 'ciip_user', 'ciip_analyst',
ARRAY['first_name', 'last_name', 'email_address', 'occupation', 'phone_number', 'created_at', 'created_by', 'updated_at', 'updated_by', 'deleted_at', 'deleted_by']);
-- ciip_industry_user Grants
select ggircs_portal_private.verify_grant('select', 'ciip_user', 'ciip_industry_user');
select ggircs_portal_private.verify_grant('insert', 'ciip_user', 'ciip_industry_user');
select ggircs_portal_private.verify_grant('update', 'ciip_user', 'ciip_industry_user',
ARRAY['first_name', 'last_name', 'email_address', 'occupation', 'phone_number', 'created_at', 'created_by', 'updated_at', 'updated_by', 'deleted_at', 'deleted_by']);
-- ciip_guest Grants
select ggircs_portal_private.verify_grant('select', 'ciip_user', 'ciip_guest');
rollback;
|
ALTER TABLE atlas.layouts ALTER COLUMN randomize SET DEFAULT TRUE;
|
<filename>Source/tSQLt.Private_CreateFakeOfTable.ssp.sql
IF OBJECT_ID('tSQLt.Private_CreateFakeOfTable') IS NOT NULL DROP PROCEDURE tSQLt.Private_CreateFakeOfTable;
GO
---Build+
CREATE PROCEDURE tSQLt.Private_CreateFakeOfTable
@SchemaName NVARCHAR(MAX),
@TableName NVARCHAR(MAX),
@OrigTableObjectId INT,
@Identity BIT,
@ComputedColumns BIT,
@Defaults BIT
AS
BEGIN
DECLARE @cmd NVARCHAR(MAX) =
(SELECT CreateTableStatement
FROM tSQLt.Private_CreateFakeTableStatement(@OrigTableObjectId, @SchemaName+'.'+@TableName,@Identity,@ComputedColumns,@Defaults,0));
EXEC (@cmd);
END;
---Build-
GO
|
<reponame>DSoLetsDev/hets
INSERT INTO "HET_ROLE_PERMISSION"
("ROLE_PERMISSION_ID", "PERMISSION_ID", "ROLE_ID", "APP_CREATE_USERID", "APP_CREATE_TIMESTAMP", "APP_LAST_UPDATE_USERID", "APP_LAST_UPDATE_TIMESTAMP", "DB_CREATE_TIMESTAMP", "DB_LAST_UPDATE_TIMESTAMP", "DB_LAST_UPDATE_USER_ID")
(
WITH wap AS (SELECT "PERMISSION_ID" AS id FROM "HET_PERMISSION" WHERE "CODE" = 'WriteAccess')
SELECT nextval('"HET_ROLE_PERMISSION_ID_seq"'::regclass), (SELECT id FROM wap), 1, 'HETS', NOW(), 'HETS', NOW(), NOW(), NOW(), 'postgres'
WHERE NOT EXISTS (SELECT 1 FROM "HET_ROLE_PERMISSION" WHERE "PERMISSION_ID" = (SELECT id FROM wap) AND "ROLE_ID" = 1)
);
INSERT INTO "HET_ROLE_PERMISSION"
("ROLE_PERMISSION_ID", "PERMISSION_ID", "ROLE_ID", "APP_CREATE_USERID", "APP_CREATE_TIMESTAMP", "APP_LAST_UPDATE_USERID", "APP_LAST_UPDATE_TIMESTAMP", "DB_CREATE_TIMESTAMP", "DB_LAST_UPDATE_TIMESTAMP", "DB_LAST_UPDATE_USER_ID")
(
WITH wap AS (SELECT "PERMISSION_ID" AS id FROM "HET_PERMISSION" WHERE "CODE" = 'WriteAccess')
SELECT nextval('"HET_ROLE_PERMISSION_ID_seq"'::regclass), (SELECT id FROM wap), 3, 'HETS', NOW(), 'HETS', NOW(), NOW(), NOW(), 'postgres'
WHERE NOT EXISTS (SELECT 1 FROM "HET_ROLE_PERMISSION" WHERE "PERMISSION_ID" = (SELECT id FROM wap) AND "ROLE_ID" = 3)
);
INSERT INTO "HET_ROLE_PERMISSION"
("ROLE_PERMISSION_ID", "PERMISSION_ID", "ROLE_ID", "APP_CREATE_USERID", "APP_CREATE_TIMESTAMP", "APP_LAST_UPDATE_USERID", "APP_LAST_UPDATE_TIMESTAMP", "DB_CREATE_TIMESTAMP", "DB_LAST_UPDATE_TIMESTAMP", "DB_LAST_UPDATE_USER_ID")
(
WITH wap AS (SELECT "PERMISSION_ID" AS id FROM "HET_PERMISSION" WHERE "CODE" = 'WriteAccess')
SELECT nextval('"HET_ROLE_PERMISSION_ID_seq"'::regclass), (SELECT id FROM wap), 4, 'HETS', NOW(), 'HETS', NOW(), NOW(), NOW(), 'postgres'
WHERE NOT EXISTS (SELECT 1 FROM "HET_ROLE_PERMISSION" WHERE "PERMISSION_ID" = (SELECT id FROM wap) AND "ROLE_ID" = 4)
);
INSERT INTO "HET_ROLE_PERMISSION"
("ROLE_PERMISSION_ID", "PERMISSION_ID", "ROLE_ID", "APP_CREATE_USERID", "APP_CREATE_TIMESTAMP", "APP_LAST_UPDATE_USERID", "APP_LAST_UPDATE_TIMESTAMP", "DB_CREATE_TIMESTAMP", "DB_LAST_UPDATE_TIMESTAMP", "DB_LAST_UPDATE_USER_ID")
(
WITH wap AS (SELECT "PERMISSION_ID" AS id FROM "HET_PERMISSION" WHERE "CODE" = 'WriteAccess')
SELECT nextval('"HET_ROLE_PERMISSION_ID_seq"'::regclass), (SELECT id FROM wap), 5, 'HETS', NOW(), 'HETS', NOW(), NOW(), NOW(), 'postgres'
WHERE NOT EXISTS (SELECT 1 FROM "HET_ROLE_PERMISSION" WHERE "PERMISSION_ID" = (SELECT id FROM wap) AND "ROLE_ID" = 5)
);
INSERT INTO "HET_ROLE_PERMISSION"
("ROLE_PERMISSION_ID", "PERMISSION_ID", "ROLE_ID", "APP_CREATE_USERID", "APP_CREATE_TIMESTAMP", "APP_LAST_UPDATE_USERID", "APP_LAST_UPDATE_TIMESTAMP", "DB_CREATE_TIMESTAMP", "DB_LAST_UPDATE_TIMESTAMP", "DB_LAST_UPDATE_USER_ID")
(
WITH wap AS (SELECT "PERMISSION_ID" AS id FROM "HET_PERMISSION" WHERE "CODE" = 'WriteAccess')
SELECT nextval('"HET_ROLE_PERMISSION_ID_seq"'::regclass), (SELECT id FROM wap), 6, 'HETS', NOW(), 'HETS', NOW(), NOW(), NOW(), 'postgres'
WHERE NOT EXISTS (SELECT 1 FROM "HET_ROLE_PERMISSION" WHERE "PERMISSION_ID" = (SELECT id FROM wap) AND "ROLE_ID" = 6)
);
INSERT INTO "HET_ROLE_PERMISSION"
("ROLE_PERMISSION_ID", "PERMISSION_ID", "ROLE_ID", "APP_CREATE_USERID", "APP_CREATE_TIMESTAMP", "APP_LAST_UPDATE_USERID", "APP_LAST_UPDATE_TIMESTAMP", "DB_CREATE_TIMESTAMP", "DB_LAST_UPDATE_TIMESTAMP", "DB_LAST_UPDATE_USER_ID")
(
WITH
wap AS (SELECT "PERMISSION_ID" AS pid FROM "HET_PERMISSION" WHERE "CODE" = 'Login'),
ror AS (SELECT "ROLE_ID" AS rid FROM "HET_ROLE" WHERE "NAME" LIKE '%Read Only User%')
SELECT nextval('"HET_ROLE_PERMISSION_ID_seq"'::regclass), (SELECT pid FROM wap), (SELECT rid FROM ror), 'HETS', NOW(), 'HETS', NOW(), NOW(), NOW(), 'postgres'
WHERE NOT EXISTS (SELECT 1 FROM "HET_ROLE_PERMISSION" WHERE "PERMISSION_ID" = (SELECT pid FROM wap) AND "ROLE_ID" = (SELECT rid FROM ror))
);
|
CREATE TABLE game_action_log_type_end_winner (
id INTEGER UNSIGNED AUTO_INCREMENT PRIMARY KEY,
action_log_id INTEGER UNSIGNED NOT NULL,
round_number TINYINT UNSIGNED NOT NULL,
winning_round_score VARCHAR(10) NOT NULL,
losing_round_score VARCHAR(10) NOT NULL,
surrendered BOOLEAN DEFAULT FALSE,
INDEX (action_log_id)
);
|
-- @testpoint: 创建快照后使用kmeans算子结合快照创建model
--step1:建表并插入数据;expect: 建表并插入数据成功
drop table if exists t_snapshot_tab_0006;
create table t_snapshot_tab_0006(id integer not null,"position" double precision[] not null,closest_centroid integer not null, l1_distance double precision not null, l2_distance double precision not null,l2_squared_distance double precision not null,linf_distance double precision not null );
insert into t_snapshot_tab_0006 values(214,'{82.2331969052000034,52.153098620199998,64.0339866000999933,-.325398639699999981,64.6012142075999947,81.5399670644999952,59.6012626708999989}',3,10.0679804578999992,4.35061571650000012,18.9278571126999999,2.38415523010000019),(215,'{83.2331969052000034,52.153098620199998,64.0339866000999933,-.325398639699999981,64.6012142075999947,81.5399670644999952,59.6012626708999989}',3,10.0679804578999992,4.35061571650000012,18.9278571126999999,2.38415523010000019),
--step2:创建快照;expect: 创建成功
create snapshot s_snapshot_s1@1.0 as select * from t_snapshot_tab_0006;
--step3:创建训练集与测试集;expect: 创建训练集与测试集成功
sample snapshot s_snapshot_s1@1.0 stratify by position as _test at ratio .2,as _train at ratio .8 comment is 'training';
--step4:创建model;expect: 创建成功
create model m_model_snapshot_0006 using kmeans from (select position from s_snapshot_s1@1.0) with max_iterations=50,num_features = 7;
--step5:查找系统表;expect: 返回创建model的信息
select hyperparametersvalues from gs_model_warehouse where modelname='m_model_snapshot_0006';
--step6:清理环境;expect: 清理成功
purge snapshot s_snapshot_s1_train@1.0;
purge snapshot s_snapshot_s1_test@1.0;
purge snapshot s_snapshot_s1@1.0;
drop model m_model_snapshot_0006;
drop table t_snapshot_tab_0006;
|
<filename>snowflake/staging/create_load_table_transactions.sql
-- Disclaimer: This is not the correct way of loading data
-- for a fact table into a staging table. This script was
-- developped as it is due to the shortage of time, otherwise
-- the fact table loading should be an idempotent process
-- which only loads specific dates (for example "current date" or
-- a window from "current date - n" to "current date"), and the constructs
-- such as "current date" will be injected by the workflow execution engine
-- (e.g. Airflow) into a Jinja templated SQL script so that specific
-- S3 keys are targetted in each load (for example using the "d=YYYY-MM-DD" pattern
-- in the S3 key)
-- Note: I haven't used external tables here because they need to be refreshed to
-- be able to pick up the new transaction data. I didn't have time to set the refresh
-- mechanism up.
create or replace transient table staging.transactions cluster by (transaction_date) as
with raw_tx as (
select
parse_json(t.$1):date_of_purchase::date as transaction_date
, parse_json(t.$1):date_of_purchase::timestamp as transaction_date_ts
, parse_json(t.$1):customer_id::varchar as customer_id
, parse_json(t.$1):basket as basket_json
, metadata$filename as etl_source_key
, metadata$file_row_number as etl_source_row_number
, current_timestamp() as etl_time
from @staging.convex_data/transactions/ (file_format => staging.convex_json) t
)
select
r.transaction_date
, transaction_date_ts
, customer_id
, f.value:product_id::varchar as product_id
, f.value:price::number as price
, etl_source_key
, etl_source_row_number
, etl_time
from raw_tx r,
table(flatten(r.basket_json)) f;
|
LOAD DATA INFILE "
|
-- Trigger: insert_location_uid
-- DROP TRIGGER IF EXISTS insert_location_uid ON bloomreader.application_opened;
CREATE TRIGGER insert_location_uid
BEFORE INSERT
ON bloomreader.application_opened
FOR EACH ROW
EXECUTE FUNCTION public.find_location_uid_fctn();
|
<filename>organogram.sql
-- phpMyAdmin SQL Dump
-- version 4.7.9
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1:3306
-- Generation Time: Nov 21, 2019 at 10:34 PM
-- Server version: 8.0.13
-- PHP Version: 7.2.4
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `organogram`
--
-- --------------------------------------------------------
--
-- Table structure for table `departments`
--
DROP TABLE IF EXISTS `departments`;
CREATE TABLE IF NOT EXISTS `departments` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `departments`
--
INSERT INTO `departments` (`id`, `name`) VALUES
(1, 'dep1');
-- --------------------------------------------------------
--
-- Table structure for table `employees`
--
DROP TABLE IF EXISTS `employees`;
CREATE TABLE IF NOT EXISTS `employees` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`last_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`first_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '0',
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;
--
-- Dumping data for table `employees`
--
INSERT INTO `employees` (`id`, `last_name`, `first_name`) VALUES
(1, '1', 'Employee'),
(2, '2', 'Employee');
-- --------------------------------------------------------
--
-- Table structure for table `organogram`
--
DROP TABLE IF EXISTS `organogram`;
CREATE TABLE IF NOT EXISTS `organogram` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`version_id` tinyint(4) NOT NULL DEFAULT '0',
`name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`parent_id` int(11) NOT NULL,
`ordering` int(11) NOT NULL DEFAULT '0',
`type` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0=person 1=department',
`z__department_type_ids` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '0=administration...',
`entity_id` int(11) NOT NULL DEFAULT '0' COMMENT 'emp_id or dep_id according to type',
`z__lib_working_position_ids` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'working position 0=administration..',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
KEY `entity_id` (`entity_id`)
) ENGINE=InnoDB AUTO_INCREMENT=576 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `organogram`
--
INSERT INTO `organogram` (`id`, `version_id`, `name`, `parent_id`, `ordering`, `type`, `z__department_type_ids`, `entity_id`, `z__lib_working_position_ids`) VALUES
(1, 0, 'root', 0, -1, 1, '|1|', 1, NULL),
(573, 0, '1 Employee', 1, 0, 0, '1', 1, '|5|'),
(574, 0, '2 Employee', 1, 0, 0, '1', 2, '|1|'),
(575, 0, 'dep1', 1, 0, 1, '|1|', 1, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `z__lib_department_types`
--
DROP TABLE IF EXISTS `z__lib_department_types`;
CREATE TABLE IF NOT EXISTS `z__lib_department_types` (
`id` tinyint(4) NOT NULL AUTO_INCREMENT,
`title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`ordering` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `z__lib_department_types`
--
INSERT INTO `z__lib_department_types` (`id`, `title`, `ordering`) VALUES
(1, 'Adminisrtation', NULL),
(2, 'Operation', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `z__lib_working_positions`
--
DROP TABLE IF EXISTS `z__lib_working_positions`;
CREATE TABLE IF NOT EXISTS `z__lib_working_positions` (
`id` tinyint(4) NOT NULL AUTO_INCREMENT,
`title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`ordering` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `z__lib_working_positions`
--
INSERT INTO `z__lib_working_positions` (`id`, `title`, `ordering`) VALUES
(1, 'Member', NULL),
(2, 'Manager', NULL),
(4, 'Secretary', NULL),
(5, 'Director', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `z__rel_is_manager`
--
DROP TABLE IF EXISTS `z__rel_is_manager`;
CREATE TABLE IF NOT EXISTS `z__rel_is_manager` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`table1_id` int(11) NOT NULL DEFAULT '0',
`table2_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `z__rel_is_manager`
--
INSERT INTO `z__rel_is_manager` (`id`, `table1_id`, `table2_id`) VALUES
(1, 1, 2),
(3, 1, 5);
COMMIT;
/*!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 */;
|
select top 10 * from Users
select top 10 * from Words
select top 10 WordLists.Id, WordLists.Name, Users.Email
from WordLists
join Users on WordLists.OwnerId = Users.Id
where WordLists.Migrated = 0
select Words.Id, Words.CreatedDate, Words.Text, Words.Definition, WordLists.Name, Users.Email
from Words
join WordLists on Words.WordListId = WordLists.Id
join Users on WordLists.OwnerId = Users.Id
where Words.Migrated = 0
update users set migrated = 0
update wordlists set migrated = 0
update words set migrated = 0
select top 10 * from Users
select top 10 * from wordlists
select top 10 * from words
|
<gh_stars>0
CREATE TABLE nextofkin (
NextOfKinId int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
MemberNo varchar(50) NOT NULL,
FullName varchar(50) NOT NULL,
Relationship varchar(50) NOT NULL,
BirthDate varchar(50) NOT NULL,
MobileNo varchar(50) NOT NULL,
IDNumber varchar(50) NOT NULL,
Email varchar(50) NOT NULL,
Address varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
ALTER TABLE `shift_master` ADD `shift_city` VARCHAR(255) NULL AFTER `shift_notes`;
|
<filename>backside/prisma/migrations/20211212211603_init/migration.sql
-- DropIndex
DROP INDEX `Users.cellphone_unique` ON `Users`;
|
USE [SoftUni]
GO
SELECT TOP 5
e.[EmployeeID],
e.[FirstName],
e.[Salary],
d.[Name] AS [DepartmentName]
FROM
[Employees] AS e
JOIN [Departments] as d ON d.[DepartmentID] = e.[DepartmentID]
WHERE [Salary] > 15000
ORDER BY d.[DepartmentID] ASC
|
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
* Author: 17jz0101 <NAME>
* Created: 2019/01/17
*/
CREATE SEQUENCE S_CUSTOMER
START WITH 1
INCREMENT BY 1
MAXVALUE 500
MINVALUE 0
CYCLE
;
|
SELECT
order_id,
CASE
WHEN YEAR(order_date) = YEAR('2019-01-01') THEN 'Active'
WHEN YEAR(order_date) = YEAR('2019-01-01') - 1 THEN 'Last year'
ELSE 'Future'
END AS category
FROM orders;
SELECT
CONCAT(first_name, ' ', last_name) AS name,
CASE
WHEN points > 3000 THEN 'GOLD'
WHEN points >= 2000 THEN 'silver'
ELSE 'BRONZE'
END AS category
FROM customers;
|
CREATE TABLE IF NOT EXISTS `clan_data` (
`clan_id` INT NOT NULL default 0,
`clan_name` varchar(45),
`clan_level` INT,
`reputation_score` INT NOT NULL default 0,
`hasCastle` INT,
`ally_id` INT,
`ally_name` varchar(45),
`leader_id` INT,
`crest_id` INT,
`crest_large_id` INT,
`ally_crest_id` INT,
`auction_bid_at` INT NOT NULL default 0,
`ally_penalty_expiry_time` DECIMAL( 20,0 ) NOT NULL DEFAULT 0,
`ally_penalty_type` DECIMAL( 1 ) NOT NULL DEFAULT 0,
`char_penalty_expiry_time` DECIMAL( 20,0 ) NOT NULL DEFAULT 0,
`dissolving_expiry_time` DECIMAL( 20,0 ) NOT NULL DEFAULT 0,
`enabled` enum('true','false') NOT NULL DEFAULT 'false',
`notice` TEXT,
`introduction` TEXT,
PRIMARY KEY (`clan_id`),
KEY `leader_id` (`leader_id`),
KEY `ally_id` (`ally_id`)
);
|
/*
* Write a PL/SQL program to check whether a date
* falls on weekend i.e. SATURDAY or SUNDAY.
*/
SET SERVEROUTPUT ON;
SET VERIFY OFF;
DECLARE
dt_inp date := TO_DATE('&new_dt', 'dd-mon-yyyy');
get_day varchar2(15);
BEGIN
get_day := RTRIM(TO_CHAR(dt_inp, 'day'));
if (get_day in ('saturday', 'sunday'))
then
dbms_output.put_line(chr(10) || 'The day of the given date is: ' || UPPER(get_day));
else
dbms_output.put_line(chr(10) || 'The day of the given date is ' || UPPER(get_day)
|| ' and it is not SATURDAY or SUNDAY');
end if;
END;
/
|
<filename>ddl/sql/skq_item_history.sql
DROP TABLE IF EXISTS `skq_item_history`;
CREATE TABLE `skq_item_history` (
`typeID` int(11) NOT NULL,
`regionID` int(16) NOT NULL,
`priceDate` date NOT NULL DEFAULT '0000-00-00',
`avgPrice` decimal(16,2) NOT NULL,
`lowPrice` decimal(16,2) NOT NULL,
`highPrice` decimal(16,2) NOT NULL,
`volume` bigint(16) NOT NULL,
PRIMARY KEY (`typeID`,`regionID`,`priceDate`),
KEY `regionID` (`regionID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;
|
ALTER TABLE event_to_send ADD column insertion_time TIMESTAMP NOT NULL DEFAULT '2021-01-01 00:00:00.000';
ALTER TABLE event_to_send ALTER COLUMN insertion_time DROP DEFAULT;
|
<filename>sql/RuntimeStruct.sql<gh_stars>0
/*
SQLyog Professional v12.09 (64 bit)
MySQL - 5.7.21 : Database - ddjs-dev
*********************************************************************
*/
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!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 */;
CREATE DATABASE /*!32312 IF NOT EXISTS*/`ddjs-dev` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `ddjs-dev`;
/*Table structure for table `act_ge_bytearray` */
DROP TABLE IF EXISTS `act_ge_bytearray`;
CREATE TABLE `act_ge_bytearray` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`NAME_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`DEPLOYMENT_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`BYTES_` longblob,
`GENERATED_` tinyint(4) DEFAULT NULL,
PRIMARY KEY (`ID_`),
KEY `ACT_FK_BYTEARR_DEPL` (`DEPLOYMENT_ID_`) USING BTREE,
CONSTRAINT `act_ge_bytearray_ibfk_1` FOREIGN KEY (`DEPLOYMENT_ID_`) REFERENCES `act_re_deployment` (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_ge_property` */
DROP TABLE IF EXISTS `act_ge_property`;
CREATE TABLE `act_ge_property` (
`NAME_` varchar(64) COLLATE utf8_bin NOT NULL,
`VALUE_` varchar(300) COLLATE utf8_bin DEFAULT NULL,
`REV_` int(11) DEFAULT NULL,
PRIMARY KEY (`NAME_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_hi_actinst` */
DROP TABLE IF EXISTS `act_hi_actinst`;
CREATE TABLE `act_hi_actinst` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`PROC_DEF_ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`EXECUTION_ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`ACT_ID_` varchar(255) COLLATE utf8_bin NOT NULL,
`TASK_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`CALL_PROC_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`ACT_NAME_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`ACT_TYPE_` varchar(255) COLLATE utf8_bin NOT NULL,
`ASSIGNEE_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`START_TIME_` datetime(3) NOT NULL,
`END_TIME_` datetime(3) DEFAULT NULL,
`DURATION_` bigint(20) DEFAULT NULL,
`TENANT_ID_` varchar(255) COLLATE utf8_bin DEFAULT '',
PRIMARY KEY (`ID_`),
KEY `ACT_IDX_HI_ACT_INST_START` (`START_TIME_`) USING BTREE,
KEY `ACT_IDX_HI_ACT_INST_END` (`END_TIME_`) USING BTREE,
KEY `ACT_IDX_HI_ACT_INST_PROCINST` (`PROC_INST_ID_`,`ACT_ID_`) USING BTREE,
KEY `ACT_IDX_HI_ACT_INST_EXEC` (`EXECUTION_ID_`,`ACT_ID_`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_hi_attachment` */
DROP TABLE IF EXISTS `act_hi_attachment`;
CREATE TABLE `act_hi_attachment` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`USER_ID_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`NAME_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`DESCRIPTION_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`TYPE_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`TASK_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`URL_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`CONTENT_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`TIME_` datetime(3) DEFAULT NULL,
PRIMARY KEY (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_hi_comment` */
DROP TABLE IF EXISTS `act_hi_comment`;
CREATE TABLE `act_hi_comment` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`TYPE_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`TIME_` datetime(3) NOT NULL,
`USER_ID_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`TASK_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`ACTION_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`MESSAGE_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`FULL_MSG_` longblob,
PRIMARY KEY (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_hi_detail` */
DROP TABLE IF EXISTS `act_hi_detail`;
CREATE TABLE `act_hi_detail` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`TYPE_` varchar(255) COLLATE utf8_bin NOT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`EXECUTION_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`TASK_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`ACT_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`NAME_` varchar(255) COLLATE utf8_bin NOT NULL,
`VAR_TYPE_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`REV_` int(11) DEFAULT NULL,
`TIME_` datetime(3) NOT NULL,
`BYTEARRAY_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`DOUBLE_` double DEFAULT NULL,
`LONG_` bigint(20) DEFAULT NULL,
`TEXT_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`TEXT2_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`ID_`),
KEY `ACT_IDX_HI_DETAIL_PROC_INST` (`PROC_INST_ID_`) USING BTREE,
KEY `ACT_IDX_HI_DETAIL_ACT_INST` (`ACT_INST_ID_`) USING BTREE,
KEY `ACT_IDX_HI_DETAIL_TIME` (`TIME_`) USING BTREE,
KEY `ACT_IDX_HI_DETAIL_NAME` (`NAME_`) USING BTREE,
KEY `ACT_IDX_HI_DETAIL_TASK_ID` (`TASK_ID_`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_hi_identitylink` */
DROP TABLE IF EXISTS `act_hi_identitylink`;
CREATE TABLE `act_hi_identitylink` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`GROUP_ID_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`TYPE_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`USER_ID_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`TASK_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`ID_`),
KEY `ACT_IDX_HI_IDENT_LNK_USER` (`USER_ID_`) USING BTREE,
KEY `ACT_IDX_HI_IDENT_LNK_TASK` (`TASK_ID_`) USING BTREE,
KEY `ACT_IDX_HI_IDENT_LNK_PROCINST` (`PROC_INST_ID_`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_hi_procinst` */
DROP TABLE IF EXISTS `act_hi_procinst`;
CREATE TABLE `act_hi_procinst` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`BUSINESS_KEY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`PROC_DEF_ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`START_TIME_` datetime(3) NOT NULL,
`END_TIME_` datetime(3) DEFAULT NULL,
`DURATION_` bigint(20) DEFAULT NULL,
`START_USER_ID_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`START_ACT_ID_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`END_ACT_ID_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`SUPER_PROCESS_INSTANCE_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`DELETE_REASON_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`TENANT_ID_` varchar(255) COLLATE utf8_bin DEFAULT '',
`NAME_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`ID_`),
UNIQUE KEY `PROC_INST_ID_` (`PROC_INST_ID_`) USING BTREE,
KEY `ACT_IDX_HI_PRO_INST_END` (`END_TIME_`) USING BTREE,
KEY `ACT_IDX_HI_PRO_I_BUSKEY` (`BUSINESS_KEY_`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_hi_taskinst` */
DROP TABLE IF EXISTS `act_hi_taskinst`;
CREATE TABLE `act_hi_taskinst` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`PROC_DEF_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`TASK_DEF_KEY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`EXECUTION_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`NAME_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`PARENT_TASK_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`DESCRIPTION_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`OWNER_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`ASSIGNEE_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`START_TIME_` datetime(3) NOT NULL,
`CLAIM_TIME_` datetime(3) DEFAULT NULL,
`END_TIME_` datetime(3) DEFAULT NULL,
`DURATION_` bigint(20) DEFAULT NULL,
`DELETE_REASON_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`PRIORITY_` int(11) DEFAULT NULL,
`DUE_DATE_` datetime(3) DEFAULT NULL,
`FORM_KEY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`CATEGORY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`TENANT_ID_` varchar(255) COLLATE utf8_bin DEFAULT '',
PRIMARY KEY (`ID_`),
KEY `ACT_IDX_HI_TASK_INST_PROCINST` (`PROC_INST_ID_`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_hi_varinst` */
DROP TABLE IF EXISTS `act_hi_varinst`;
CREATE TABLE `act_hi_varinst` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`EXECUTION_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`TASK_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`NAME_` varchar(255) COLLATE utf8_bin NOT NULL,
`VAR_TYPE_` varchar(100) COLLATE utf8_bin DEFAULT NULL,
`REV_` int(11) DEFAULT NULL,
`BYTEARRAY_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`DOUBLE_` double DEFAULT NULL,
`LONG_` bigint(20) DEFAULT NULL,
`TEXT_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`TEXT2_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`CREATE_TIME_` datetime(3) DEFAULT NULL,
`LAST_UPDATED_TIME_` datetime(3) DEFAULT NULL,
PRIMARY KEY (`ID_`),
KEY `ACT_IDX_HI_PROCVAR_PROC_INST` (`PROC_INST_ID_`) USING BTREE,
KEY `ACT_IDX_HI_PROCVAR_NAME_TYPE` (`NAME_`,`VAR_TYPE_`) USING BTREE,
KEY `ACT_IDX_HI_PROCVAR_TASK_ID` (`TASK_ID_`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_id_group` */
DROP TABLE IF EXISTS `act_id_group`;
CREATE TABLE `act_id_group` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`NAME_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`TYPE_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_id_info` */
DROP TABLE IF EXISTS `act_id_info`;
CREATE TABLE `act_id_info` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`USER_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`TYPE_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`KEY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`VALUE_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`PASSWORD_` longblob,
`PARENT_ID_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_id_membership` */
DROP TABLE IF EXISTS `act_id_membership`;
CREATE TABLE `act_id_membership` (
`USER_ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`GROUP_ID_` varchar(64) COLLATE utf8_bin NOT NULL,
PRIMARY KEY (`USER_ID_`,`GROUP_ID_`),
KEY `ACT_FK_MEMB_GROUP` (`GROUP_ID_`) USING BTREE,
CONSTRAINT `act_id_membership_ibfk_1` FOREIGN KEY (`GROUP_ID_`) REFERENCES `act_id_group` (`ID_`),
CONSTRAINT `act_id_membership_ibfk_2` FOREIGN KEY (`USER_ID_`) REFERENCES `act_id_user` (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_id_user` */
DROP TABLE IF EXISTS `act_id_user`;
CREATE TABLE `act_id_user` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`FIRST_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`LAST_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`EMAIL_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`PWD_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`PICTURE_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_procdef_info` */
DROP TABLE IF EXISTS `act_procdef_info`;
CREATE TABLE `act_procdef_info` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`PROC_DEF_ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`INFO_JSON_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`ID_`),
UNIQUE KEY `ACT_UNIQ_INFO_PROCDEF` (`PROC_DEF_ID_`) USING BTREE,
KEY `ACT_IDX_INFO_PROCDEF` (`PROC_DEF_ID_`) USING BTREE,
KEY `ACT_FK_INFO_JSON_BA` (`INFO_JSON_ID_`) USING BTREE,
CONSTRAINT `act_procdef_info_ibfk_1` FOREIGN KEY (`INFO_JSON_ID_`) REFERENCES `act_ge_bytearray` (`ID_`),
CONSTRAINT `act_procdef_info_ibfk_2` FOREIGN KEY (`PROC_DEF_ID_`) REFERENCES `act_re_procdef` (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_re_deployment` */
DROP TABLE IF EXISTS `act_re_deployment`;
CREATE TABLE `act_re_deployment` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`NAME_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`CATEGORY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`TENANT_ID_` varchar(255) COLLATE utf8_bin DEFAULT '',
`DEPLOY_TIME_` timestamp(3) NULL DEFAULT NULL,
PRIMARY KEY (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_re_model` */
DROP TABLE IF EXISTS `act_re_model`;
CREATE TABLE `act_re_model` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`NAME_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`KEY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`CATEGORY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`CREATE_TIME_` timestamp(3) NULL DEFAULT NULL,
`LAST_UPDATE_TIME_` timestamp(3) NULL DEFAULT NULL,
`VERSION_` int(11) DEFAULT NULL,
`META_INFO_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`DEPLOYMENT_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`EDITOR_SOURCE_VALUE_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`EDITOR_SOURCE_EXTRA_VALUE_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`TENANT_ID_` varchar(255) COLLATE utf8_bin DEFAULT '',
PRIMARY KEY (`ID_`),
KEY `ACT_FK_MODEL_SOURCE` (`EDITOR_SOURCE_VALUE_ID_`) USING BTREE,
KEY `ACT_FK_MODEL_SOURCE_EXTRA` (`EDITOR_SOURCE_EXTRA_VALUE_ID_`) USING BTREE,
KEY `ACT_FK_MODEL_DEPLOYMENT` (`DEPLOYMENT_ID_`) USING BTREE,
CONSTRAINT `act_re_model_ibfk_1` FOREIGN KEY (`DEPLOYMENT_ID_`) REFERENCES `act_re_deployment` (`ID_`),
CONSTRAINT `act_re_model_ibfk_2` FOREIGN KEY (`EDITOR_SOURCE_VALUE_ID_`) REFERENCES `act_ge_bytearray` (`ID_`),
CONSTRAINT `act_re_model_ibfk_3` FOREIGN KEY (`EDITOR_SOURCE_EXTRA_VALUE_ID_`) REFERENCES `act_ge_bytearray` (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_re_procdef` */
DROP TABLE IF EXISTS `act_re_procdef`;
CREATE TABLE `act_re_procdef` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`CATEGORY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`NAME_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`KEY_` varchar(255) COLLATE utf8_bin NOT NULL,
`VERSION_` int(11) NOT NULL,
`DEPLOYMENT_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`RESOURCE_NAME_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`DGRM_RESOURCE_NAME_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`DESCRIPTION_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`HAS_START_FORM_KEY_` tinyint(4) DEFAULT NULL,
`HAS_GRAPHICAL_NOTATION_` tinyint(4) DEFAULT NULL,
`SUSPENSION_STATE_` int(11) DEFAULT NULL,
`TENANT_ID_` varchar(255) COLLATE utf8_bin DEFAULT '',
PRIMARY KEY (`ID_`),
UNIQUE KEY `ACT_UNIQ_PROCDEF` (`KEY_`,`VERSION_`,`TENANT_ID_`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_ru_event_subscr` */
DROP TABLE IF EXISTS `act_ru_event_subscr`;
CREATE TABLE `act_ru_event_subscr` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`EVENT_TYPE_` varchar(255) COLLATE utf8_bin NOT NULL,
`EVENT_NAME_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`EXECUTION_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`ACTIVITY_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`CONFIGURATION_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`CREATED_` timestamp(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3),
`PROC_DEF_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`TENANT_ID_` varchar(255) COLLATE utf8_bin DEFAULT '',
PRIMARY KEY (`ID_`),
KEY `ACT_IDX_EVENT_SUBSCR_CONFIG_` (`CONFIGURATION_`),
KEY `ACT_FK_EVENT_EXEC` (`EXECUTION_ID_`),
CONSTRAINT `ACT_FK_EVENT_EXEC` FOREIGN KEY (`EXECUTION_ID_`) REFERENCES `act_ru_execution` (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_ru_execution` */
DROP TABLE IF EXISTS `act_ru_execution`;
CREATE TABLE `act_ru_execution` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`BUSINESS_KEY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`PARENT_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PROC_DEF_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`SUPER_EXEC_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`ACT_ID_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`IS_ACTIVE_` tinyint(4) DEFAULT NULL,
`IS_CONCURRENT_` tinyint(4) DEFAULT NULL,
`IS_SCOPE_` tinyint(4) DEFAULT NULL,
`IS_EVENT_SCOPE_` tinyint(4) DEFAULT NULL,
`SUSPENSION_STATE_` int(11) DEFAULT NULL,
`CACHED_ENT_STATE_` int(11) DEFAULT NULL,
`TENANT_ID_` varchar(255) COLLATE utf8_bin DEFAULT '',
`NAME_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`LOCK_TIME_` timestamp(3) NULL DEFAULT NULL,
PRIMARY KEY (`ID_`),
KEY `ACT_IDX_EXEC_BUSKEY` (`BUSINESS_KEY_`),
KEY `ACT_FK_EXE_PROCINST` (`PROC_INST_ID_`),
KEY `ACT_FK_EXE_PARENT` (`PARENT_ID_`),
KEY `ACT_FK_EXE_SUPER` (`SUPER_EXEC_`),
KEY `ACT_FK_EXE_PROCDEF` (`PROC_DEF_ID_`),
CONSTRAINT `ACT_FK_EXE_PARENT` FOREIGN KEY (`PARENT_ID_`) REFERENCES `act_ru_execution` (`ID_`),
CONSTRAINT `ACT_FK_EXE_PROCDEF` FOREIGN KEY (`PROC_DEF_ID_`) REFERENCES `act_re_procdef` (`ID_`),
CONSTRAINT `ACT_FK_EXE_PROCINST` FOREIGN KEY (`PROC_INST_ID_`) REFERENCES `act_ru_execution` (`ID_`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `ACT_FK_EXE_SUPER` FOREIGN KEY (`SUPER_EXEC_`) REFERENCES `act_ru_execution` (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_ru_identitylink` */
DROP TABLE IF EXISTS `act_ru_identitylink`;
CREATE TABLE `act_ru_identitylink` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`GROUP_ID_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`TYPE_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`USER_ID_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`TASK_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PROC_DEF_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`ID_`),
KEY `ACT_IDX_IDENT_LNK_USER` (`USER_ID_`),
KEY `ACT_IDX_IDENT_LNK_GROUP` (`GROUP_ID_`),
KEY `ACT_IDX_ATHRZ_PROCEDEF` (`PROC_DEF_ID_`),
KEY `ACT_FK_TSKASS_TASK` (`TASK_ID_`),
KEY `ACT_FK_IDL_PROCINST` (`PROC_INST_ID_`),
CONSTRAINT `ACT_FK_ATHRZ_PROCEDEF` FOREIGN KEY (`PROC_DEF_ID_`) REFERENCES `act_re_procdef` (`ID_`),
CONSTRAINT `ACT_FK_IDL_PROCINST` FOREIGN KEY (`PROC_INST_ID_`) REFERENCES `act_ru_execution` (`ID_`),
CONSTRAINT `ACT_FK_TSKASS_TASK` FOREIGN KEY (`TASK_ID_`) REFERENCES `act_ru_task` (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_ru_job` */
DROP TABLE IF EXISTS `act_ru_job`;
CREATE TABLE `act_ru_job` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`TYPE_` varchar(255) COLLATE utf8_bin NOT NULL,
`LOCK_EXP_TIME_` timestamp(3) NULL DEFAULT NULL,
`LOCK_OWNER_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`EXCLUSIVE_` tinyint(1) DEFAULT NULL,
`EXECUTION_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PROCESS_INSTANCE_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PROC_DEF_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`RETRIES_` int(11) DEFAULT NULL,
`EXCEPTION_STACK_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`EXCEPTION_MSG_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`DUEDATE_` timestamp(3) NULL DEFAULT NULL,
`REPEAT_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`HANDLER_TYPE_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`HANDLER_CFG_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`TENANT_ID_` varchar(255) COLLATE utf8_bin DEFAULT '',
PRIMARY KEY (`ID_`),
KEY `ACT_FK_JOB_EXCEPTION` (`EXCEPTION_STACK_ID_`),
CONSTRAINT `ACT_FK_JOB_EXCEPTION` FOREIGN KEY (`EXCEPTION_STACK_ID_`) REFERENCES `act_ge_bytearray` (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_ru_task` */
DROP TABLE IF EXISTS `act_ru_task`;
CREATE TABLE `act_ru_task` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`EXECUTION_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PROC_DEF_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`NAME_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`PARENT_TASK_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`DESCRIPTION_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`TASK_DEF_KEY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`OWNER_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`ASSIGNEE_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`DELEGATION_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PRIORITY_` int(11) DEFAULT NULL,
`CREATE_TIME_` timestamp(3) NULL DEFAULT NULL,
`DUE_DATE_` datetime(3) DEFAULT NULL,
`CATEGORY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`SUSPENSION_STATE_` int(11) DEFAULT NULL,
`TENANT_ID_` varchar(255) COLLATE utf8_bin DEFAULT '',
`FORM_KEY_` varchar(255) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`ID_`),
KEY `ACT_IDX_TASK_CREATE` (`CREATE_TIME_`),
KEY `ACT_FK_TASK_EXE` (`EXECUTION_ID_`),
KEY `ACT_FK_TASK_PROCINST` (`PROC_INST_ID_`),
KEY `ACT_FK_TASK_PROCDEF` (`PROC_DEF_ID_`),
CONSTRAINT `ACT_FK_TASK_EXE` FOREIGN KEY (`EXECUTION_ID_`) REFERENCES `act_ru_execution` (`ID_`),
CONSTRAINT `ACT_FK_TASK_PROCDEF` FOREIGN KEY (`PROC_DEF_ID_`) REFERENCES `act_re_procdef` (`ID_`),
CONSTRAINT `ACT_FK_TASK_PROCINST` FOREIGN KEY (`PROC_INST_ID_`) REFERENCES `act_ru_execution` (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `act_ru_variable` */
DROP TABLE IF EXISTS `act_ru_variable`;
CREATE TABLE `act_ru_variable` (
`ID_` varchar(64) COLLATE utf8_bin NOT NULL,
`REV_` int(11) DEFAULT NULL,
`TYPE_` varchar(255) COLLATE utf8_bin NOT NULL,
`NAME_` varchar(255) COLLATE utf8_bin NOT NULL,
`EXECUTION_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`PROC_INST_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`TASK_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`BYTEARRAY_ID_` varchar(64) COLLATE utf8_bin DEFAULT NULL,
`DOUBLE_` double DEFAULT NULL,
`LONG_` bigint(20) DEFAULT NULL,
`TEXT_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
`TEXT2_` varchar(4000) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`ID_`),
KEY `ACT_IDX_VARIABLE_TASK_ID` (`TASK_ID_`),
KEY `ACT_FK_VAR_EXE` (`EXECUTION_ID_`),
KEY `ACT_FK_VAR_PROCINST` (`PROC_INST_ID_`),
KEY `ACT_FK_VAR_BYTEARRAY` (`BYTEARRAY_ID_`),
CONSTRAINT `ACT_FK_VAR_BYTEARRAY` FOREIGN KEY (`BYTEARRAY_ID_`) REFERENCES `act_ge_bytearray` (`ID_`),
CONSTRAINT `ACT_FK_VAR_EXE` FOREIGN KEY (`EXECUTION_ID_`) REFERENCES `act_ru_execution` (`ID_`),
CONSTRAINT `ACT_FK_VAR_PROCINST` FOREIGN KEY (`PROC_INST_ID_`) REFERENCES `act_ru_execution` (`ID_`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*Table structure for table `api_log` */
DROP TABLE IF EXISTS `api_log`;
CREATE TABLE `api_log` (
`id` varchar(32) NOT NULL,
`username` varchar(50) DEFAULT NULL COMMENT '用户名',
`operation` varchar(50) DEFAULT NULL COMMENT '用户操作',
`method` varchar(200) DEFAULT NULL COMMENT '请求方法',
`params` json DEFAULT NULL COMMENT '请求参数',
`time` bigint(20) NOT NULL COMMENT '执行时长(毫秒)',
`ip` varchar(64) DEFAULT NULL COMMENT 'IP地址',
`create_date` datetime DEFAULT NULL COMMENT '创建时间',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='系统日志';
/*Table structure for table `bs_acceptance` */
DROP TABLE IF EXISTS `bs_acceptance`;
CREATE TABLE `bs_acceptance` (
`id` varchar(32) NOT NULL COMMENT '主键',
`task_id` varchar(32) DEFAULT NULL COMMENT '任务单主键',
`acceptance_userid` varchar(32) DEFAULT NULL COMMENT '验收人ID',
`acceptance_status` char(1) DEFAULT '0' COMMENT '验收状态(0未验收 1验收通过)',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人员',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人员',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='验收';
/*Table structure for table `bs_bussiness` */
DROP TABLE IF EXISTS `bs_bussiness`;
CREATE TABLE `bs_bussiness` (
`id` varchar(32) NOT NULL,
`bus_type_code` varchar(32) NOT NULL COMMENT '客商分类编码',
`bussiness_code` varchar(32) DEFAULT NULL COMMENT '客商编码',
`bussiness_name` varchar(50) DEFAULT NULL COMMENT '客商名称',
`tax_reg_numm` varchar(32) DEFAULT NULL COMMENT '纳税人登记号',
`legal_person` varchar(50) DEFAULT NULL COMMENT '法人',
`contact` varchar(50) DEFAULT NULL COMMENT '联系人',
`con_phone` varchar(18) DEFAULT NULL COMMENT '联系人电话',
`bus_address` varchar(500) DEFAULT NULL COMMENT '企业地址',
`bus_lic_num` varchar(32) DEFAULT NULL COMMENT '营业执照号',
`web_url` varchar(32) DEFAULT NULL COMMENT '网址',
`email` varchar(32) DEFAULT NULL COMMENT '邮箱',
`status` char(1) DEFAULT '0' COMMENT '0:正常,1:封存',
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) DEFAULT NULL COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`company_id` varchar(32) NOT NULL COMMENT '公司编码',
`relation_company_id` varchar(32) DEFAULT NULL COMMENT '关联公司',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Table structure for table `bs_bussiness_type` */
DROP TABLE IF EXISTS `bs_bussiness_type`;
CREATE TABLE `bs_bussiness_type` (
`id` varchar(32) NOT NULL COMMENT 'id',
`bus_type_name` varchar(50) NOT NULL COMMENT '分类名称',
`bus_type_code` varchar(30) NOT NULL COMMENT '分类编码',
`pinyin_code` varchar(20) DEFAULT NULL COMMENT '名称首字母',
`status` char(1) DEFAULT '0' COMMENT '0:正常,1:封存',
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) DEFAULT NULL COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Table structure for table `bs_code` */
DROP TABLE IF EXISTS `bs_code`;
CREATE TABLE `bs_code` (
`id` varchar(32) NOT NULL,
`code_type` varchar(20) NOT NULL COMMENT '类型',
`code_num` varchar(50) NOT NULL COMMENT '编码',
`code_name` varchar(50) NOT NULL COMMENT '名称',
`parent_id` varchar(32) DEFAULT NULL COMMENT '父ID',
`parent_ids` varchar(300) DEFAULT NULL COMMENT '所有父ID',
`create_time` datetime NOT NULL COMMENT '创建时间',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志',
`is_special` char(1) DEFAULT NULL COMMENT '是否特殊(0, 否 1,是)',
PRIMARY KEY (`id`),
UNIQUE KEY `code_inx` (`code_num`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='编码档案';
/*Table structure for table `bs_dynamic_log` */
DROP TABLE IF EXISTS `bs_dynamic_log`;
CREATE TABLE `bs_dynamic_log` (
`id` varchar(32) NOT NULL COMMENT '主键',
`task_id` varchar(32) NOT NULL COMMENT '任务单ID',
`dynamic_content` varchar(100) DEFAULT NULL COMMENT '动态内容',
`recording_time` datetime DEFAULT NULL COMMENT '记录时间',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人员',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人员',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) DEFAULT '0' COMMENT '删除状态',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='任务单动态';
/*Table structure for table `bs_measure_unit` */
DROP TABLE IF EXISTS `bs_measure_unit`;
CREATE TABLE `bs_measure_unit` (
`id` varchar(32) NOT NULL,
`measure_name` varchar(50) NOT NULL COMMENT '计量单位名称',
`measure_code` varchar(32) NOT NULL COMMENT '计量单位编码',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '封存标记(0正常 1停用)',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标记(0正常 1删除 )',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
PRIMARY KEY (`id`),
UNIQUE KEY `AK_Key_2` (`measure_code`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Table structure for table `bs_mtr_archive` */
DROP TABLE IF EXISTS `bs_mtr_archive`;
CREATE TABLE `bs_mtr_archive` (
`id` varchar(32) NOT NULL,
`mtr_kind_id` varchar(32) NOT NULL,
`mtr_code` varchar(32) NOT NULL COMMENT '材料编码',
`mtr_name` varchar(50) NOT NULL COMMENT '材料名称',
`measure_unit` varchar(32) NOT NULL COMMENT '计量单位',
`specs` varchar(32) DEFAULT NULL COMMENT '规格',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '封存标记(0正常 1停用)',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标记(0正常 1删除)',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`pinyin_code` varchar(60) NOT NULL DEFAULT '' COMMENT '拼音编码',
PRIMARY KEY (`id`),
UNIQUE KEY `AK_uq_code` (`mtr_code`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Table structure for table `bs_mtr_kind_archive` */
DROP TABLE IF EXISTS `bs_mtr_kind_archive`;
CREATE TABLE `bs_mtr_kind_archive` (
`id` varchar(32) NOT NULL COMMENT 'id',
`parent_id` varchar(32) NOT NULL COMMENT '父级id',
`mtr_kind_code` varchar(32) NOT NULL COMMENT '材料分类编码',
`mtr_kind_name` varchar(50) NOT NULL COMMENT '材料分类名称',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '封存标记(0正常 1停用)',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标记(0正常 1删除)',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`pinyin_code` varchar(60) NOT NULL COMMENT '拼音编码',
PRIMARY KEY (`id`),
UNIQUE KEY `AK_uq_code` (`mtr_kind_code`) USING BTREE,
UNIQUE KEY `AK_uq_name` (`mtr_kind_name`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Table structure for table `bs_project` */
DROP TABLE IF EXISTS `bs_project`;
CREATE TABLE `bs_project` (
`id` varchar(32) NOT NULL COMMENT '主键',
`project_code` varchar(64) NOT NULL COMMENT '项目编码',
`project_name` varchar(250) DEFAULT NULL COMMENT '项目名称',
`pro_id` varchar(32) DEFAULT NULL COMMENT '公共项目ID',
`company_id` varchar(32) DEFAULT NULL COMMENT '归属公司ID',
`parent_id` varchar(32) DEFAULT '0' COMMENT '父级ID(如果没有父级则为0)',
`leader` varchar(32) DEFAULT NULL COMMENT '负责人',
`project_address` varchar(150) DEFAULT NULL COMMENT '项目地址',
`project_date` datetime DEFAULT NULL COMMENT '立项时间',
`construction_id` varchar(32) DEFAULT NULL COMMENT '建设方',
`generalcontractor_id` varchar(32) DEFAULT NULL COMMENT '总包',
`supervisor_id` varchar(32) DEFAULT NULL COMMENT '监理方',
`designer_id` varchar(32) DEFAULT NULL COMMENT '设计方',
`labor_id` varchar(32) DEFAULT NULL COMMENT '劳务方',
`structure_type` char(100) DEFAULT NULL COMMENT '结构类型',
`height` varchar(10) DEFAULT NULL COMMENT '高度',
`remarks` varchar(255) DEFAULT NULL COMMENT '备注',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`status` char(1) DEFAULT '0' COMMENT '封存',
`valid` char(1) DEFAULT '0' COMMENT '删除标记(0正常 1删除)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='项目档案';
/*Table structure for table `bs_rectification` */
DROP TABLE IF EXISTS `bs_rectification`;
CREATE TABLE `bs_rectification` (
`id` varchar(32) NOT NULL COMMENT '主键',
`task_id` varchar(32) DEFAULT NULL COMMENT '任务单ID',
`correction_time` datetime DEFAULT NULL COMMENT '整改时间',
`finish_time` datetime DEFAULT NULL COMMENT '整改完成时间',
`correction_content` text COMMENT '整改内容',
`thumbnail_imgpath` varchar(500) DEFAULT NULL COMMENT '缩略图地址',
`correction_imgpath` varchar(500) DEFAULT NULL COMMENT '原型图片地址',
`deal_status` char(1) DEFAULT '0' COMMENT '整改处理状态(0,未处理 1,已处理)',
`deal_user_id` varchar(32) DEFAULT NULL COMMENT '处理人',
`deal_initiator` varchar(32) DEFAULT NULL COMMENT '整改发起人',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人员',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人员',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='整改信息表';
/*Table structure for table `bs_team` */
DROP TABLE IF EXISTS `bs_team`;
CREATE TABLE `bs_team` (
`id` varchar(32) NOT NULL COMMENT '主键',
`team_code` varchar(64) DEFAULT NULL COMMENT '班组编码',
`team_name` varchar(50) DEFAULT NULL COMMENT '班组名称',
`team_type` varchar(32) DEFAULT NULL COMMENT '班组分类(单选。1、钢筋班组 2、泥工班组 3、架子工班组 4、木工班组 5、内墙装饰班组 6、泥工砌体班组 7、外墙装饰班组)',
`team_type_name` varchar(50) NOT NULL,
`company_id` varchar(32) NOT NULL COMMENT '公司ID',
`team_leader` varchar(32) DEFAULT NULL COMMENT '班组负责人',
`team_idnum` varchar(18) DEFAULT NULL COMMENT '班组负责人身份证号',
`phone` varchar(20) DEFAULT NULL COMMENT '负责人电话',
`team_address` varchar(150) DEFAULT NULL COMMENT '负责人家庭住址',
`belong` varchar(50) DEFAULT NULL COMMENT '所属地区',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1封存)',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标记(0正常 1删除)',
`team_leader_id` varchar(32) DEFAULT NULL COMMENT '班组负责人ID',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Table structure for table `bs_w_c_u` */
DROP TABLE IF EXISTS `bs_w_c_u`;
CREATE TABLE `bs_w_c_u` (
`id` varchar(32) NOT NULL,
`user_id` varchar(32) NOT NULL,
`company_id` varchar(32) NOT NULL COMMENT '公司ID,冗余字段,查询不使用,只在需要查看历史公司的时候使用',
`worker_id` varchar(32) NOT NULL,
`status` char(1) NOT NULL COMMENT '状态(0:正常 1:封存)',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`create_by` varchar(32) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='劳务用工与公司与用户关联表,记录劳务用工的历史工作公司,历史表';
/*Table structure for table `bs_worker` */
DROP TABLE IF EXISTS `bs_worker`;
CREATE TABLE `bs_worker` (
`id` varchar(32) NOT NULL,
`name` varchar(50) NOT NULL COMMENT '姓名',
`idcard` varchar(20) NOT NULL COMMENT '身份证',
`idcard_photo_positive` varchar(100) DEFAULT NULL COMMENT '身份证图片正面',
`idcard_photo_negative` varchar(100) DEFAULT NULL COMMENT '身份证图片反面',
`work_type` char(10) NOT NULL COMMENT '工种(1、钢筋工 2、混凝土工 3、架子工 4、木工 5、装饰工 6、砌体工 7、防水工 8、水电工 9、抹灰工)',
`age` int(10) NOT NULL COMMENT '年龄',
`bank_account` varchar(30) DEFAULT NULL COMMENT '银行账号',
`bank` varchar(60) DEFAULT NULL COMMENT '开户行',
`wage` decimal(10,2) DEFAULT '0.00' COMMENT '工价',
`phone` varchar(18) DEFAULT NULL COMMENT '联系电话',
`skill_level` char(1) DEFAULT NULL COMMENT '技能等级(1、大工 2、小工)',
`area` varchar(70) NOT NULL COMMENT '所属地区',
`is_real_name` char(1) NOT NULL DEFAULT '0' COMMENT '是否实名认证(默认0,0:否,1:是)',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`create_by` varchar(50) NOT NULL COMMENT '创建者,使用登录用户名',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) NOT NULL COMMENT '更新者,使用登录用户名',
`update_time` datetime NOT NULL COMMENT '更新时间',
`user_id` varchar(32) NOT NULL,
`company_id` varchar(32) NOT NULL COMMENT '公司编码',
`entry_date` date DEFAULT NULL COMMENT '入职日期',
`sex` char(1) DEFAULT NULL COMMENT '0男 1女',
`dev_code` int(11) NOT NULL AUTO_INCREMENT,
`national` varchar(10) NOT NULL DEFAULT '' COMMENT '民族',
`idcard_img_url` varchar(100) DEFAULT NULL COMMENT '身份证照片路径',
`recently_img_url` varchar(100) DEFAULT NULL COMMENT '近期照片路径',
`idcard_img_name` varchar(50) DEFAULT NULL COMMENT '身份证文件名称',
`recently_img_name` varchar(50) DEFAULT NULL COMMENT '近期照片文件名称',
`is_signed_contract` char(2) NOT NULL DEFAULT '0' COMMENT '是否签订合同(0 否 1是)',
`address` varchar(150) DEFAULT NULL COMMENT '家庭住址',
`departure_date` date DEFAULT NULL COMMENT '失效日期',
PRIMARY KEY (`id`),
KEY `dev_code` (`dev_code`),
KEY `nk_dev_code` (`dev_code`)
) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8 COMMENT='劳务用工';
/*Table structure for table `bs_worker_certificate` */
DROP TABLE IF EXISTS `bs_worker_certificate`;
CREATE TABLE `bs_worker_certificate` (
`id` varchar(32) NOT NULL COMMENT '主键',
`certificate_type` varchar(50) DEFAULT NULL COMMENT '证书类别',
`certificate_level` varchar(20) DEFAULT NULL COMMENT '证书等级',
`certificate_code` varchar(50) DEFAULT NULL COMMENT '证书编号',
`issuing_agencies` varchar(50) DEFAULT NULL COMMENT '发证机关',
`issuing_date` date DEFAULT NULL COMMENT '发证时间',
`failure_date` date DEFAULT NULL COMMENT '证书失效日期',
`worker_id` varchar(32) DEFAULT NULL COMMENT '劳务实名主键ID',
`attachment_url` varchar(150) DEFAULT NULL COMMENT '附件地址',
`attachment_name` varchar(50) DEFAULT NULL COMMENT '附件文件名称',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='劳务合同资格证书表';
/*Table structure for table `bs_worker_contract` */
DROP TABLE IF EXISTS `bs_worker_contract`;
CREATE TABLE `bs_worker_contract` (
`id` varchar(32) NOT NULL COMMENT '主键',
`contract_code` varchar(50) DEFAULT NULL COMMENT '合同编码',
`attachment_url` varchar(150) DEFAULT NULL COMMENT '附件路径',
`worker_id` varchar(32) DEFAULT NULL COMMENT '劳务实名主键ID',
`attachment_name` varchar(50) DEFAULT NULL COMMENT '附件文件名称',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='劳务实名合同信息表';
/*Table structure for table `dev_device` */
DROP TABLE IF EXISTS `dev_device`;
CREATE TABLE `dev_device` (
`ng_id` varchar(32) NOT NULL,
`sz_name` varchar(255) NOT NULL COMMENT '考勤机名称',
`sz_type` varchar(255) DEFAULT NULL COMMENT '考勤机类型,如C330,C226',
`st_dev_class` int(11) DEFAULT '0' COMMENT '设备类型 0:考勤机 1:门禁机',
`sz_ip_addr` varchar(255) DEFAULT NULL COMMENT '考勤机ip地址 ',
`sz_mask` varchar(255) DEFAULT NULL COMMENT '子网掩码',
`sz_gateway` varchar(255) DEFAULT NULL COMMENT '网关',
`sz_mac` varchar(255) DEFAULT NULL COMMENT 'MAC地址',
`sz_serial` varchar(255) NOT NULL COMMENT '设备序列号 ',
`project_id` varchar(32) DEFAULT NULL COMMENT '项目ID',
`is_in` char(1) DEFAULT '1' COMMENT '进场考勤机或退场考勤机(1-进场 2-退场 默认1)',
`ts_create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
PRIMARY KEY (`ng_id`),
KEY `idx_dev_device_name` (`sz_name`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='考勤机项目绑定关系表';
/*Table structure for table `dev_employee` */
DROP TABLE IF EXISTS `dev_employee`;
CREATE TABLE `dev_employee` (
`ng_id` bigint(20) NOT NULL,
`ng_dev_id` bigint(20) DEFAULT NULL,
`sz_employ_id` varchar(255) DEFAULT NULL,
`ts_create` datetime DEFAULT NULL,
PRIMARY KEY (`ng_id`),
KEY `idx_dev_employee_dev` (`ng_dev_id`) USING BTREE,
KEY `idx_dev_employee_user` (`sz_employ_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Table structure for table `dev_face_command` */
DROP TABLE IF EXISTS `dev_face_command`;
CREATE TABLE `dev_face_command` (
`id` varchar(32) NOT NULL COMMENT '主键',
`sz_serial` varchar(50) NOT NULL COMMENT '设备序列号',
`command` text NOT NULL COMMENT '命令',
`run_status` char(1) NOT NULL DEFAULT '0' COMMENT '执行状态(1已执行0未执行)',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) DEFAULT NULL COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='考勤机命令集表';
/*Table structure for table `dev_info` */
DROP TABLE IF EXISTS `dev_info`;
CREATE TABLE `dev_info` (
`id` varchar(32) NOT NULL COMMENT '主键',
`sz_serial` varchar(50) NOT NULL COMMENT '设备序列号',
`company_id` varchar(32) DEFAULT NULL COMMENT '公司id',
PRIMARY KEY (`id`),
UNIQUE KEY `uq_serial` (`sz_serial`) USING HASH
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='考勤机设备表';
/*Table structure for table `ls_contract_labor` */
DROP TABLE IF EXISTS `ls_contract_labor`;
CREATE TABLE `ls_contract_labor` (
`id` varchar(32) NOT NULL COMMENT '主键',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`project_name` varchar(250) NOT NULL COMMENT '项目名称',
`con_name` varchar(250) NOT NULL COMMENT '合同名称',
`con_code` varchar(32) DEFAULT NULL COMMENT '合同编码',
`con_type` varchar(2) DEFAULT '' COMMENT '合同类型(0收入合同 1 支出合同)',
`partya_id` varchar(32) NOT NULL COMMENT '合同甲方',
`partyb_id` varchar(32) NOT NULL COMMENT '合同乙方',
`partyb_leader` varchar(50) DEFAULT NULL COMMENT '乙方项目经理',
`partyb_leader_idcard` varchar(19) DEFAULT NULL COMMENT '乙方项目经理身份证',
`partyb_leader_phone` varchar(11) DEFAULT NULL COMMENT '乙方项目经理手机号',
`address` varchar(300) DEFAULT NULL COMMENT '工程地址',
`sign_date` date NOT NULL COMMENT '签订日期',
`temporary_total` decimal(16,2) DEFAULT NULL COMMENT '合同暂定建筑面积',
`unit_money` decimal(16,2) NOT NULL COMMENT '单价(元)',
`tax_rate` decimal(16,2) DEFAULT NULL COMMENT '税率%',
`con_money_ntax` decimal(16,2) DEFAULT NULL COMMENT '合同金额(无税)',
`con_money_tax` decimal(16,2) NOT NULL COMMENT '合同金额(含税)',
`con_price_type` char(1) NOT NULL DEFAULT '' COMMENT '合同价款类型',
`start_date` date DEFAULT NULL COMMENT '工程开始日期',
`end_date` date DEFAULT NULL COMMENT '工程结束日期',
`premium_ratio` decimal(16,2) DEFAULT NULL COMMENT '保修金比例(%)',
`con_range` longtext COMMENT '合同范围',
`activityins_id` varchar(32) DEFAULT NULL COMMENT '工作流实例id',
`return_status` char(1) NOT NULL DEFAULT '0' COMMENT '弃审状态(0-未弃审,1-已弃审)',
`check_fin_time` datetime DEFAULT NULL COMMENT '工作流完成时间',
`check_status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0-自由态;1-审核中;2-审核通过)',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志(0正常1删除)',
PRIMARY KEY (`id`),
FULLTEXT KEY `project_id` (`project_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='劳务分包合同';
/*Table structure for table `ls_contract_labor_payment` */
DROP TABLE IF EXISTS `ls_contract_labor_payment`;
CREATE TABLE `ls_contract_labor_payment` (
`id` varchar(32) NOT NULL COMMENT '主键',
`con_id` varchar(32) NOT NULL COMMENT '劳务分包合同id',
`pay_node` varchar(50) NOT NULL COMMENT '付款节点',
`pay_rate` decimal(16,2) NOT NULL COMMENT '付款比例',
`begin_date` date NOT NULL COMMENT '开始时间',
`end_date` date NOT NULL COMMENT '结束时间',
`duration` int(11) NOT NULL COMMENT '工期',
`unit_money` decimal(16,2) NOT NULL COMMENT '单价(元)',
`con_money_ntax` decimal(16,2) NOT NULL COMMENT '合同金额(无税)',
`con_money_tax` decimal(16,2) NOT NULL COMMENT '合同金额(含税)',
`outputed_value` decimal(16,2) DEFAULT NULL COMMENT '已完成产值',
`apply_total` decimal(16,2) DEFAULT NULL COMMENT '累计申请',
`pay_total` decimal(16,2) DEFAULT NULL COMMENT '累计已付',
`apply_unpay_total` decimal(16,2) DEFAULT NULL COMMENT '累计申请未付',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='劳务分包合同付款协议';
/*Table structure for table `ls_contract_plandetail` */
DROP TABLE IF EXISTS `ls_contract_plandetail`;
CREATE TABLE `ls_contract_plandetail` (
`id` varchar(32) NOT NULL,
`con_id` varchar(32) NOT NULL COMMENT '劳务分包合同id',
`proplan_unique` varchar(32) NOT NULL COMMENT '生产计划详情行标识',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`quantities` decimal(16,2) DEFAULT NULL COMMENT '建筑面积',
`unit_price` decimal(16,2) DEFAULT '0.00' COMMENT '单价',
`total_price` decimal(16,2) DEFAULT '0.00' COMMENT '合价',
`pay_node` varchar(50) DEFAULT '' COMMENT '付款节点',
`create_time` datetime NOT NULL COMMENT '创建人',
`create_by` varchar(32) NOT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新人',
`update_by` varchar(32) DEFAULT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志0否1是',
PRIMARY KEY (`id`),
UNIQUE KEY `uk_cpp` (`con_id`,`project_id`,`proplan_unique`),
KEY `index_con_id` (`con_id`),
KEY `index_project_id` (`project_id`),
KEY `index_pu` (`proplan_unique`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='劳务分包合同拆分详情';
/*Table structure for table `mat_purchase_conlist` */
DROP TABLE IF EXISTS `mat_purchase_conlist`;
CREATE TABLE `mat_purchase_conlist` (
`id` varchar(32) NOT NULL COMMENT '主键',
`con_id` varchar(32) NOT NULL COMMENT '采购合同id',
`mtr_kind_code` varchar(32) NOT NULL DEFAULT '' COMMENT '材料分类编码',
`mtr_kind_name` varchar(50) NOT NULL DEFAULT '' COMMENT '材料分类名称',
`mtr_code` varchar(32) DEFAULT NULL COMMENT '材料编码',
`mtr_name` varchar(50) DEFAULT NULL COMMENT '材料名称',
`specs` varchar(32) NOT NULL COMMENT '规格',
`con_number` decimal(16,2) NOT NULL COMMENT '数量',
`con_unit` varchar(32) NOT NULL COMMENT '单位',
`tax_rate` decimal(16,2) DEFAULT '0.00' COMMENT '税率',
`unit_price_tax` decimal(16,2) DEFAULT NULL COMMENT '单价(含税)',
`unit_price_ntax` decimal(16,2) DEFAULT NULL COMMENT '单价(无税)',
`total_money_ntax` decimal(16,2) DEFAULT NULL COMMENT '合价(无税)',
`total_money_tax` decimal(16,2) DEFAULT NULL COMMENT '合价(含税)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='物资采购清单';
/*Table structure for table `mat_purchase_contract` */
DROP TABLE IF EXISTS `mat_purchase_contract`;
CREATE TABLE `mat_purchase_contract` (
`id` varchar(32) NOT NULL COMMENT '主键',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`project_name` varchar(250) NOT NULL COMMENT '项目名称',
`contract_type_code` varchar(50) DEFAULT '' COMMENT '合同规划编码',
`contract_type_name` varchar(100) DEFAULT NULL COMMENT '合约规则名称',
`con_code` varchar(32) NOT NULL COMMENT '合同编码',
`con_name` varchar(200) NOT NULL COMMENT '合同名称',
`con_type` varchar(10) NOT NULL COMMENT '合同类型',
`partya_id` varchar(32) NOT NULL COMMENT '合同甲方',
`partyb_id` varchar(32) NOT NULL COMMENT '合同乙方',
`address` varchar(300) DEFAULT NULL COMMENT '配送地址',
`temporary_total` decimal(16,2) NOT NULL COMMENT '采购暂定总量',
`con_money_ntax` decimal(16,2) NOT NULL COMMENT '合同金额(无税)',
`tax_rate` decimal(16,2) DEFAULT '0.00' COMMENT '税率%',
`con_money_tax` decimal(16,2) NOT NULL COMMENT '合同金额(含税)',
`sign_date` date NOT NULL COMMENT '合同签订日期',
`delayed_interest` decimal(16,2) DEFAULT NULL COMMENT '延时付款利息',
`contract_terms` longtext COMMENT '合同条款',
`payment_agreement` longtext COMMENT '付款协议',
`damage_ratio` decimal(16,2) DEFAULT '0.00' COMMENT '供货方承担损毁比例范围(红砖/加气砼砌块采购类型合同)',
`activityins_id` varchar(32) DEFAULT NULL COMMENT '工作流实例id',
`return_status` char(1) NOT NULL DEFAULT '0' COMMENT '弃审状态(0-未弃审,1-已弃审)',
`check_fin_time` datetime DEFAULT NULL COMMENT '工作流完成时间',
`check_status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0-自由态;1-审核中;2-审核通过)',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志(0正常1删除)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='物资采购合同文本表';
/*Table structure for table `mat_purchase_order` */
DROP TABLE IF EXISTS `mat_purchase_order`;
CREATE TABLE `mat_purchase_order` (
`id` varchar(32) NOT NULL COMMENT '主键',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`project_name` varchar(250) NOT NULL COMMENT '项目名称',
`order_type` char(1) NOT NULL DEFAULT '0' COMMENT '订单类型(1甲供2自购)',
`plan_month` varchar(100) NOT NULL DEFAULT '' COMMENT '计划月份',
`con_id` varchar(32) NOT NULL DEFAULT '' COMMENT '采购合同id',
`con_name` varchar(250) NOT NULL DEFAULT '' COMMENT '采购合同名称',
`supplier` varchar(32) NOT NULL DEFAULT '' COMMENT '供应商id',
`order_code` varchar(100) NOT NULL COMMENT '订单号',
`activityins_id` varchar(32) DEFAULT NULL COMMENT '工作流实例id',
`return_status` char(1) NOT NULL DEFAULT '0' COMMENT '弃审状态(0-未弃审,1-已弃审)',
`check_fin_time` datetime DEFAULT NULL COMMENT '工作流完成时间',
`check_status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0-自由态;1-审核中;2-审核通过)',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志(0正常1删除)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='采购订单';
/*Table structure for table `mat_purchase_orderlist` */
DROP TABLE IF EXISTS `mat_purchase_orderlist`;
CREATE TABLE `mat_purchase_orderlist` (
`id` varchar(32) NOT NULL COMMENT '主键',
`planlist_id` longtext COMMENT '采购计划详情id',
`order_id` varchar(32) NOT NULL COMMENT '采购订单id',
`mtr_kind_code` varchar(32) NOT NULL COMMENT '材料分类编码',
`mtr_kind_name` varchar(50) NOT NULL COMMENT '材料分类名称',
`mtr_code` varchar(32) NOT NULL COMMENT '材料编码',
`mtr_name` varchar(32) NOT NULL COMMENT '材料名称',
`specs` varchar(32) NOT NULL COMMENT '规格',
`order_number` decimal(16,2) NOT NULL COMMENT '订单数量',
`measure_code` varchar(32) NOT NULL COMMENT '计量单位编码',
`measure_name` varchar(50) NOT NULL COMMENT '计量单位名称',
`plan_number` decimal(16,2) NOT NULL COMMENT '计划使用数量',
`plan_date` date NOT NULL COMMENT '计划到场时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='采购订单详情';
/*Table structure for table `mat_purchase_plan` */
DROP TABLE IF EXISTS `mat_purchase_plan`;
CREATE TABLE `mat_purchase_plan` (
`id` varchar(32) NOT NULL COMMENT '主键',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`project_name` varchar(250) NOT NULL COMMENT '项目名称',
`plan_month` varchar(10) NOT NULL COMMENT '计划月份',
`work_con_id` varchar(32) NOT NULL COMMENT '劳务合同id',
`work_con_name` varchar(250) NOT NULL COMMENT '劳务合同名称',
`purchase_type` char(1) NOT NULL COMMENT '采购方式(1甲供 2自购)',
`main_con_id` varchar(32) NOT NULL COMMENT '总包单位id',
`bill_code` varchar(32) NOT NULL COMMENT '单据号',
`activityins_id` varchar(32) DEFAULT NULL COMMENT '工作流实例id',
`return_status` char(1) NOT NULL DEFAULT '0' COMMENT '弃审状态(0-未弃审,1-已弃审)',
`check_status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0-自由态;1-审核中;2-审核通过)',
`check_fin_time` datetime DEFAULT NULL COMMENT '工作流完成时间',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标记(0正常1删除)',
`company_id` varchar(32) DEFAULT NULL COMMENT '计划所属公司id',
PRIMARY KEY (`id`),
UNIQUE KEY `uq` (`project_id`,`plan_month`,`purchase_type`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='月度采购计划';
/*Table structure for table `mat_purchase_plan_sum` */
DROP TABLE IF EXISTS `mat_purchase_plan_sum`;
CREATE TABLE `mat_purchase_plan_sum` (
`id` varchar(32) NOT NULL COMMENT '主键',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`project_name` varchar(250) NOT NULL COMMENT '项目名称',
`plan_month` varchar(10) NOT NULL COMMENT '计划月份',
`bill_code` varchar(32) NOT NULL COMMENT '单据号',
`source` char(1) DEFAULT NULL COMMENT '物料来源(1采购计划2自建)',
`partya_id` varchar(32) NOT NULL COMMENT '建设单位id',
`activityins_id` varchar(32) DEFAULT NULL COMMENT '工作流实例id',
`return_status` char(1) NOT NULL DEFAULT '0' COMMENT '弃审状态(0-未弃审,1-已弃审)',
`check_fin_time` datetime DEFAULT NULL COMMENT '工作流完成时间',
`check_status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0-自由态;1-审核中;2-审核通过)',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志(0正常1删除)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='月度采购计划汇总表';
/*Table structure for table `mat_purchase_plan_sumlist` */
DROP TABLE IF EXISTS `mat_purchase_plan_sumlist`;
CREATE TABLE `mat_purchase_plan_sumlist` (
`id` varchar(32) NOT NULL COMMENT '主键',
`plan_id` varchar(32) NOT NULL COMMENT '采购计划汇总id',
`mtr_kind_code` varchar(32) NOT NULL COMMENT '材料分类编码',
`mtr_kind_name` varchar(50) NOT NULL COMMENT '材料分类名称',
`mtr_code` varchar(32) NOT NULL COMMENT '材料编码',
`mtr_name` varchar(32) NOT NULL COMMENT '材料名称',
`specs` varchar(32) NOT NULL COMMENT '规格',
`measure_code` varchar(32) NOT NULL COMMENT '计量单位编码',
`measure_name` varchar(50) NOT NULL COMMENT '计量单位名称',
`plan_number` decimal(16,2) NOT NULL COMMENT '计划使用数量',
`plan_date` date NOT NULL COMMENT '计划进场时间',
`used_state` char(1) NOT NULL DEFAULT '0' COMMENT '使用状态(0未使用1已使用)',
`used_number` decimal(16,2) DEFAULT '0.00' COMMENT '已使用数量',
`planlist_id` longtext COMMENT '月度采购计划详情id',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='月度采购计划汇总清单';
/*Table structure for table `mat_purchase_planlist` */
DROP TABLE IF EXISTS `mat_purchase_planlist`;
CREATE TABLE `mat_purchase_planlist` (
`id` varchar(32) NOT NULL COMMENT '主键',
`plan_id` varchar(32) NOT NULL COMMENT '采购计划id',
`mtr_kind_code` varchar(32) NOT NULL COMMENT '材料分类编码',
`mtr_kind_name` varchar(50) NOT NULL COMMENT '材料分类名称',
`mtr_code` varchar(32) NOT NULL COMMENT '材料编码',
`mtr_name` varchar(32) NOT NULL COMMENT '材料名称',
`specs` varchar(32) NOT NULL COMMENT '规格',
`measure_code` varchar(32) NOT NULL COMMENT '计量单位编码',
`measure_name` varchar(50) NOT NULL COMMENT '计量单位名称',
`plan_number` decimal(16,2) NOT NULL COMMENT '计划使用数量(含损耗)',
`plan_date` date NOT NULL COMMENT '计划使用时间',
`used_state` char(1) NOT NULL DEFAULT '0' COMMENT '使用情况(0未使用1已使用)',
`used_number` decimal(16,2) DEFAULT '0.00' COMMENT '使用数量',
`planlist_id` longtext COMMENT '计划详情材料id',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='月度采购计划清单';
/*Table structure for table `mat_purchase_stock` */
DROP TABLE IF EXISTS `mat_purchase_stock`;
CREATE TABLE `mat_purchase_stock` (
`id` varchar(32) NOT NULL COMMENT '主键',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`project_name` varchar(250) NOT NULL COMMENT '项目名称',
`mtr_kind_code` varchar(32) DEFAULT NULL COMMENT '材料分类编码',
`mtr_kind_name` varchar(50) DEFAULT NULL COMMENT '材料分类名称',
`mtr_code` varchar(32) DEFAULT NULL COMMENT '材料编码',
`mtr_name` varchar(50) DEFAULT NULL COMMENT '材料名称',
`measure_code` varchar(32) NOT NULL COMMENT '计量单位编码',
`measure_name` varchar(50) NOT NULL COMMENT '计量单位名称',
`specs` varchar(32) NOT NULL COMMENT '规格',
`stock_number` decimal(16,2) NOT NULL DEFAULT '0.00' COMMENT '当前库存量',
`total_in_number` decimal(16,2) NOT NULL DEFAULT '0.00' COMMENT '累计库存量',
`total_out_number` decimal(16,2) DEFAULT '0.00' COMMENT '累计出库量',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='库存表';
/*Table structure for table `mat_purchase_stock_in` */
DROP TABLE IF EXISTS `mat_purchase_stock_in`;
CREATE TABLE `mat_purchase_stock_in` (
`id` varchar(32) NOT NULL COMMENT '主键',
`order_id` varchar(32) NOT NULL COMMENT '采购订单id',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`project_name` varchar(250) NOT NULL COMMENT '项目名称',
`supplier` varchar(32) NOT NULL DEFAULT '' COMMENT '供应商id',
`money_tax` decimal(16,2) NOT NULL DEFAULT '0.00' COMMENT '入库金额(含税)',
`money_ntax` decimal(16,2) NOT NULL DEFAULT '0.00' COMMENT '入库金额(无税)',
`freight_money` decimal(16,2) DEFAULT NULL COMMENT '运费',
`bill_code` varchar(100) NOT NULL COMMENT '单据号',
`activityins_id` varchar(32) DEFAULT NULL COMMENT '工作流实例id',
`return_status` char(1) NOT NULL DEFAULT '0' COMMENT '弃审状态(0-未弃审,1-已弃审)',
`check_fin_time` datetime DEFAULT NULL COMMENT '工作流完成时间',
`check_status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0-自由态;1-审核中;2-审核通过)',
`warehous_time` date NOT NULL COMMENT '入库时间',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志(0正常1删除)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='入库表';
/*Table structure for table `mat_purchase_stock_inlist` */
DROP TABLE IF EXISTS `mat_purchase_stock_inlist`;
CREATE TABLE `mat_purchase_stock_inlist` (
`id` varchar(32) NOT NULL COMMENT '主键',
`warehous_id` varchar(32) NOT NULL COMMENT '入库id',
`pol_id` varchar(32) NOT NULL COMMENT '采购订单详情id',
`mtr_kind_code` varchar(32) NOT NULL COMMENT '材料分类编码',
`mtr_kind_name` varchar(50) NOT NULL COMMENT '材料分类名称',
`mtr_code` varchar(32) NOT NULL DEFAULT '' COMMENT '材料编码',
`mtr_name` varchar(32) NOT NULL DEFAULT '' COMMENT '材料名称',
`specs` varchar(32) NOT NULL COMMENT '规格',
`measure_code` varchar(32) NOT NULL COMMENT '计量单位编码',
`measure_name` varchar(50) NOT NULL COMMENT '计量单位名称',
`warehous_number` decimal(16,2) NOT NULL DEFAULT '0.00' COMMENT '入库数量',
`warehous_time` date DEFAULT NULL COMMENT '入库时间',
`tax_rate` decimal(16,2) DEFAULT '0.00' COMMENT '税率%',
`unit_price_ntax` decimal(16,2) NOT NULL DEFAULT '0.00' COMMENT '单价(无税)',
`unit_price_tax` decimal(16,2) NOT NULL DEFAULT '0.00' COMMENT '单价(含税)',
`total_money_ntax` decimal(16,2) DEFAULT '0.00' COMMENT '合价(无税)',
`total_money_tax` decimal(16,2) DEFAULT '0.00' COMMENT '合价(含税)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='入库详情表';
/*Table structure for table `mat_purchase_stock_out` */
DROP TABLE IF EXISTS `mat_purchase_stock_out`;
CREATE TABLE `mat_purchase_stock_out` (
`id` varchar(32) NOT NULL COMMENT '主键',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`project_name` varchar(250) NOT NULL COMMENT '项目名称',
`work_ct_id` varchar(32) NOT NULL DEFAULT '' COMMENT '劳务分包合同id',
`work_ct_name` varchar(200) NOT NULL DEFAULT '' COMMENT '劳务分包合同名称',
`subpackage_id` varchar(32) NOT NULL DEFAULT '' COMMENT '分包单位id',
`team_con_id` varchar(32) NOT NULL DEFAULT '' COMMENT '班组合同id',
`team_con_name` varchar(250) NOT NULL DEFAULT '' COMMENT '班组合同名称',
`activityins_id` varchar(32) DEFAULT '' COMMENT '工作流实例id',
`return_status` char(1) DEFAULT '0' COMMENT '弃审状态(0-未弃审,1-已弃审)',
`check_fin_time` date DEFAULT NULL COMMENT '工作流完成时间',
`check_status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0-自由态;1-审核中;2-审核通过)',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志(0正常1删除)',
`team_id` varchar(32) DEFAULT '' COMMENT '班组id',
`team_name` varchar(200) DEFAULT '' COMMENT '班组名称',
`out_time` date NOT NULL COMMENT '出库时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='出库表';
/*Table structure for table `mat_purchase_stock_outlist` */
DROP TABLE IF EXISTS `mat_purchase_stock_outlist`;
CREATE TABLE `mat_purchase_stock_outlist` (
`id` varchar(32) NOT NULL COMMENT '主键',
`stock_id` varchar(32) NOT NULL COMMENT '出库表id',
`mtr_kind_code` varchar(32) NOT NULL DEFAULT '' COMMENT '材料分类编码',
`mtr_kind_name` varchar(50) NOT NULL DEFAULT '' COMMENT '材料分类名称',
`mtr_code` varchar(32) NOT NULL DEFAULT '' COMMENT '材料编码',
`mtr_name` varchar(50) NOT NULL DEFAULT '' COMMENT '材料名称',
`measure_code` varchar(32) NOT NULL COMMENT '计量单位编码',
`measure_name` varchar(50) NOT NULL COMMENT '计量单位名称',
`specs` varchar(32) NOT NULL COMMENT '规格',
`out_number` decimal(16,2) NOT NULL DEFAULT '0.00' COMMENT '出库量',
`out_time` date DEFAULT NULL COMMENT '出库时间',
`position` varchar(400) NOT NULL DEFAULT '' COMMENT '用料部位',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='出库详情表';
/*Table structure for table `mat_take_inventory` */
DROP TABLE IF EXISTS `mat_take_inventory`;
CREATE TABLE `mat_take_inventory` (
`id` varchar(32) NOT NULL COMMENT '主键',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`project_name` varchar(250) NOT NULL COMMENT '项目名称',
`con_id` varchar(32) NOT NULL COMMENT '劳务班组合同id',
`con_name` varchar(200) NOT NULL COMMENT '劳务班组合同名称',
`team_name` varchar(255) NOT NULL COMMENT '劳务班组名称',
`team_id` varchar(32) NOT NULL COMMENT '劳务班组id',
`take_by` varchar(32) NOT NULL COMMENT '盘存人',
`take_date` date NOT NULL COMMENT '盘存截止日期',
`take_month` varchar(10) NOT NULL DEFAULT '' COMMENT '盘存月份',
`budget_amount` decimal(16,2) NOT NULL DEFAULT '0.00' COMMENT '实际预算消耗量',
`activityins_id` varchar(32) DEFAULT NULL COMMENT '工作流实例id',
`return_status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0-自由态;1-审核中;2-审核通过)',
`check_fin_time` datetime DEFAULT NULL COMMENT '工作流完成时间',
`check_status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0-自由态;1-审核中;2-审核通过)',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志(0正常1删除)',
PRIMARY KEY (`id`),
UNIQUE KEY `uk` (`project_id`,`con_id`,`take_month`,`valid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='盘存表';
/*Table structure for table `mat_take_inventorylist` */
DROP TABLE IF EXISTS `mat_take_inventorylist`;
CREATE TABLE `mat_take_inventorylist` (
`id` varchar(32) NOT NULL COMMENT '主键',
`take_id` varchar(32) NOT NULL COMMENT '盘存表id',
`mtr_kind_code` varchar(32) NOT NULL DEFAULT '' COMMENT '材料分类编码',
`mtr_kind_name` varchar(50) NOT NULL DEFAULT '' COMMENT '材料分类名称',
`mtr_code` varchar(32) NOT NULL DEFAULT '' COMMENT '材料编码',
`mtr_name` varchar(50) NOT NULL DEFAULT '' COMMENT '材料名称',
`measure_code` varchar(32) NOT NULL COMMENT '计量单位编码',
`measure_name` varchar(50) NOT NULL COMMENT '计量单位名称',
`specs` varchar(32) NOT NULL COMMENT '规格',
`out_number` decimal(16,2) NOT NULL COMMENT '出库量',
`take_number` decimal(16,2) NOT NULL COMMENT '盘存数',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='盘存表明细表';
/*Table structure for table `op_auth_pack` */
DROP TABLE IF EXISTS `op_auth_pack`;
CREATE TABLE `op_auth_pack` (
`id` varchar(32) NOT NULL,
`pack_name` varchar(50) NOT NULL COMMENT '套餐名称',
`status` char(1) DEFAULT NULL COMMENT '套餐状态',
`create_time` datetime NOT NULL COMMENT '创建时间',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
/*Table structure for table `op_authpack_menu` */
DROP TABLE IF EXISTS `op_authpack_menu`;
CREATE TABLE `op_authpack_menu` (
`id` varchar(32) NOT NULL,
`menu_id` varchar(32) NOT NULL COMMENT '菜单id',
`pack_id` varchar(32) NOT NULL COMMENT '套餐id',
`auth_type` char(1) NOT NULL COMMENT '权限类型(0-PC权限,1-APP权限)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='权限套餐和菜单关联';
/*Table structure for table `op_captcha` */
DROP TABLE IF EXISTS `op_captcha`;
CREATE TABLE `op_captcha` (
`uuid` char(36) NOT NULL COMMENT 'uuid',
`code` varchar(6) NOT NULL COMMENT '验证码',
`expire_time` datetime DEFAULT NULL COMMENT '过期时间',
PRIMARY KEY (`uuid`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='运营系统验证码';
/*Table structure for table `op_cpy_authpack` */
DROP TABLE IF EXISTS `op_cpy_authpack`;
CREATE TABLE `op_cpy_authpack` (
`id` varchar(32) NOT NULL,
`cpy_id` varchar(32) NOT NULL COMMENT '公司id',
`pack_id` varchar(32) NOT NULL COMMENT '套餐id',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Table structure for table `op_log` */
DROP TABLE IF EXISTS `op_log`;
CREATE TABLE `op_log` (
`id` varchar(32) NOT NULL,
`username` varchar(50) DEFAULT NULL COMMENT '用户名',
`operation` varchar(50) DEFAULT NULL COMMENT '用户操作',
`method` varchar(200) DEFAULT NULL COMMENT '请求方法',
`params` varchar(5000) DEFAULT NULL COMMENT '请求参数',
`time` bigint(20) NOT NULL COMMENT '执行时长(毫秒)',
`ip` varchar(64) DEFAULT NULL COMMENT 'IP地址',
`create_date` datetime DEFAULT NULL COMMENT '创建时间',
`device_name` varchar(100) DEFAULT NULL COMMENT '设备名称/操作系统',
`browser_name` varchar(100) DEFAULT NULL COMMENT '浏览器名称',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='运营系统日志';
/*Table structure for table `op_menu` */
DROP TABLE IF EXISTS `op_menu`;
CREATE TABLE `op_menu` (
`id` varchar(32) NOT NULL,
`parent_id` varchar(32) DEFAULT NULL COMMENT '父菜单ID,一级菜单为0',
`parent_isd` varchar(32) DEFAULT NULL COMMENT '父菜单ID',
`name` varchar(50) DEFAULT NULL COMMENT '菜单名称',
`url` varchar(200) DEFAULT NULL COMMENT '菜单URL',
`perms` varchar(500) DEFAULT NULL COMMENT '授权(多个用逗号分隔,如:user:list,user:create)',
`type` int(11) DEFAULT NULL COMMENT '类型 0:目录 1:菜单 2:按钮',
`icon` varchar(50) DEFAULT NULL COMMENT '菜单图标',
`order_num` int(11) DEFAULT NULL COMMENT '排序',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`create_by` varchar(32) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`status` char(1) DEFAULT '0' COMMENT '状态0正常,1关闭',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='运营菜单管理';
/*Table structure for table `op_public_project` */
DROP TABLE IF EXISTS `op_public_project`;
CREATE TABLE `op_public_project` (
`id` varchar(32) NOT NULL COMMENT '主键',
`op_project_code` varchar(50) NOT NULL COMMENT '公共项目CODE',
`op_project_name` varchar(50) NOT NULL COMMENT '公共项目名称',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人员',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人员',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(2) DEFAULT '0' COMMENT '状态(0正常 1 删除)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='公共项目';
/*Table structure for table `op_role` */
DROP TABLE IF EXISTS `op_role`;
CREATE TABLE `op_role` (
`id` varchar(32) NOT NULL,
`role_name` varchar(100) DEFAULT NULL COMMENT '角色名称',
`remark` varchar(100) DEFAULT NULL COMMENT '备注',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`role_sort` bigint(10) DEFAULT '0' COMMENT '排序',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='运营角色';
/*Table structure for table `op_role_menu` */
DROP TABLE IF EXISTS `op_role_menu`;
CREATE TABLE `op_role_menu` (
`id` varchar(32) NOT NULL,
`role_id` varchar(32) DEFAULT NULL COMMENT '角色ID',
`menu_id` varchar(32) DEFAULT NULL COMMENT '菜单ID',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='运营角色与菜单对应关系';
/*Table structure for table `op_user` */
DROP TABLE IF EXISTS `op_user`;
CREATE TABLE `op_user` (
`id` varchar(32) NOT NULL COMMENT '主键',
`login_name` varchar(50) NOT NULL DEFAULT '' COMMENT '登录名',
`user_name` varchar(80) DEFAULT NULL COMMENT '真实姓名',
`password` varchar(100) NOT NULL COMMENT '密码',
`salt` varchar(20) DEFAULT NULL COMMENT '盐',
`mobile` varchar(100) DEFAULT NULL COMMENT '手机号',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`user_type` char(2) NOT NULL DEFAULT '2' COMMENT '用户类型(1超级管理员;2普通管理员)',
`pwd_update_date` datetime DEFAULT NULL COMMENT '密码最后更新时间',
`last_login_ip` varchar(100) DEFAULT NULL COMMENT '最后登陆IP',
`last_login_date` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后登陆时间',
`remark` varchar(500) DEFAULT NULL COMMENT '备注信息',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1:禁用)',
`stop_date` date DEFAULT NULL COMMENT '停用日期',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE KEY `logingNameUnique` (`login_name`),
KEY `login` (`login_name`,`password`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='运营平台系统用户';
/*Table structure for table `op_user_role` */
DROP TABLE IF EXISTS `op_user_role`;
CREATE TABLE `op_user_role` (
`id` varchar(32) NOT NULL,
`user_id` varchar(32) DEFAULT NULL COMMENT '用户ID',
`role_id` varchar(32) NOT NULL COMMENT '角色ID',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='运营用户与角色对应关系';
/*Table structure for table `op_user_token` */
DROP TABLE IF EXISTS `op_user_token`;
CREATE TABLE `op_user_token` (
`token_id` bigint(20) NOT NULL,
`user_id` varchar(32) NOT NULL,
`token` varchar(100) NOT NULL COMMENT 'token',
`expire_time` datetime DEFAULT NULL COMMENT '过期时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`token_type` char(1) DEFAULT '0' COMMENT 'Token类型(0:PC 1:APP)',
PRIMARY KEY (`token_id`) USING BTREE,
UNIQUE KEY `token` (`token`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='运营系统用户Token';
/*Table structure for table `pro_attend` */
DROP TABLE IF EXISTS `pro_attend`;
CREATE TABLE `pro_attend` (
`id` varchar(32) NOT NULL,
`worker_id` varchar(50) DEFAULT NULL COMMENT '劳务实名id',
`project_id` varchar(32) DEFAULT NULL COMMENT '项目id',
`project_name` varchar(32) NOT NULL DEFAULT '' COMMENT '项目名称',
`type_code` varchar(32) DEFAULT NULL COMMENT '工种code',
`type_name` varchar(10) DEFAULT NULL COMMENT '工种',
`attend_date` timestamp NULL DEFAULT NULL COMMENT '考勤日期',
`entry_time` varchar(10) DEFAULT NULL COMMENT '进场时间',
`exit_time` varchar(10) DEFAULT NULL COMMENT '退场时间',
`attend_time` decimal(10,2) DEFAULT NULL COMMENT '考勤工时',
`status` char(1) DEFAULT NULL COMMENT '考勤状态',
`user_name` varchar(255) DEFAULT NULL,
`remark` varchar(255) DEFAULT NULL,
`create_date` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='考勤表';
/*Table structure for table `pro_attend_user` */
DROP TABLE IF EXISTS `pro_attend_user`;
CREATE TABLE `pro_attend_user` (
`ng_id` bigint(20) NOT NULL AUTO_INCREMENT,
`sz_employ_id` varchar(50) NOT NULL,
`sz_name` varchar(60) NOT NULL COMMENT '员工真实姓名 NAME',
`sz_card` varchar(50) DEFAULT NULL COMMENT '卡号',
`sz_card_id` varchar(50) DEFAULT NULL COMMENT '身份证号码',
`ts_create` timestamp NULL DEFAULT NULL COMMENT '创建时间',
PRIMARY KEY (`ng_id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*Table structure for table `pro_contract` */
DROP TABLE IF EXISTS `pro_contract`;
CREATE TABLE `pro_contract` (
`id` varchar(32) NOT NULL,
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`project_name` varchar(50) NOT NULL COMMENT '项目名称',
`con_code` varchar(50) NOT NULL COMMENT '合同编号',
`con_name` varchar(50) NOT NULL COMMENT '合同名称',
`con_type` varchar(20) DEFAULT NULL COMMENT '合同类型(GJG-钢筋工,JZG-架子工,MG-木工,HNTG-混泥土工,QTG-砌体工,NQMH-内墙抹灰,WQZS-外墙装饰,SDAZ-水电安装)',
`parta` varchar(50) NOT NULL COMMENT '甲方',
`partb` varchar(50) NOT NULL COMMENT '乙方',
`project_address` varchar(200) NOT NULL COMMENT '工程地址',
`duty_identity` varchar(20) DEFAULT NULL COMMENT '现场负责人身份证号',
`duty_id` varchar(32) NOT NULL COMMENT '现场负责人姓名',
`project_type` varchar(20) NOT NULL COMMENT '工程类别',
`sign_date` datetime NOT NULL COMMENT '合同签订日期',
`con_money_ntax` decimal(16,2) DEFAULT NULL COMMENT '签订金额(无税)',
`con_money_tax` decimal(16,2) DEFAULT NULL COMMENT '签订金额(含税)',
`price_type` varchar(20) NOT NULL COMMENT '合同价款类型',
`begin_date` datetime DEFAULT NULL COMMENT '工程开始日',
`end_date` datetime DEFAULT NULL COMMENT '工程结束日',
`floor_area` decimal(16,2) DEFAULT NULL COMMENT '建筑面积',
`warranty_rate` decimal(16,2) DEFAULT NULL COMMENT '保修金比例',
`contract_way` varchar(20) NOT NULL COMMENT '承包方式',
`project_quality` varchar(20) NOT NULL COMMENT '工程质量',
`con_range` longtext NOT NULL COMMENT '合同范围',
`tax_rate` decimal(16,2) DEFAULT NULL COMMENT '税率',
`unit_price` decimal(16,2) NOT NULL COMMENT '单价',
`split_status` char(1) NOT NULL DEFAULT '0' COMMENT '合同拆分标志(0-未拆分,1-已拆分)',
`activityins_id` varchar(32) DEFAULT NULL COMMENT '工作流实例id',
`return_status` char(1) NOT NULL DEFAULT '0' COMMENT '弃审状态(0-未弃审,1-已弃审)',
`check_fin_time` datetime DEFAULT NULL COMMENT '工作流完成时间',
`check_status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0-自由态;1-审核中;2-审核通过)',
`create_time` datetime NOT NULL COMMENT '创建时间',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='合同文本';
/*Table structure for table `pro_contract_payment` */
DROP TABLE IF EXISTS `pro_contract_payment`;
CREATE TABLE `pro_contract_payment` (
`id` varchar(32) NOT NULL,
`con_id` varchar(32) NOT NULL COMMENT '合同id',
`pay_node` varchar(50) NOT NULL COMMENT '付款节点',
`pay_rate` decimal(10,0) DEFAULT NULL COMMENT '付款比例',
`begin_date` datetime DEFAULT NULL COMMENT '开始时间',
`end_date` datetime DEFAULT NULL COMMENT '结束时间',
`duration` int(11) DEFAULT NULL COMMENT '工期',
`project_num` decimal(10,0) DEFAULT NULL COMMENT '合同工程量',
`unit_price` decimal(16,2) DEFAULT NULL COMMENT '综合单价',
`con_money_ntax` decimal(16,2) DEFAULT NULL COMMENT '合同金额(无税)',
`con_money_tax` decimal(16,2) DEFAULT NULL COMMENT '合同金额(含税)',
`outputed_value` decimal(10,0) DEFAULT NULL COMMENT '已完成产值',
`apply_total` decimal(16,2) DEFAULT NULL COMMENT '累计申请',
`pay_total` decimal(16,2) DEFAULT NULL COMMENT '累计已付',
`apply_unpay_total` decimal(16,2) DEFAULT NULL COMMENT '累计申请未付',
`create_time` datetime NOT NULL COMMENT '创建时间',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='合同付款协议';
/*Table structure for table `pro_contract_plandetail` */
DROP TABLE IF EXISTS `pro_contract_plandetail`;
CREATE TABLE `pro_contract_plandetail` (
`id` varchar(32) NOT NULL,
`con_id` varchar(32) NOT NULL COMMENT '合同id',
`proplan_unique` varchar(32) NOT NULL COMMENT '生产计划详情行标识',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`unit_price` decimal(16,2) DEFAULT NULL COMMENT '单价',
`total_price` decimal(16,2) DEFAULT NULL COMMENT '合价',
`gross` decimal(16,2) DEFAULT NULL COMMENT '总量',
`square` decimal(16,2) DEFAULT NULL COMMENT '平米含量',
`pay_node` varchar(50) DEFAULT NULL COMMENT '付款节点',
`finished` char(1) NOT NULL DEFAULT '0' COMMENT '任务单是否完成(0-未完成,1-已完成)',
`create_time` datetime NOT NULL,
`create_by` varchar(32) NOT NULL,
`update_time` datetime DEFAULT NULL,
`update_by` varchar(32) DEFAULT NULL,
`valid` char(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='合同拆分详情';
/*Table structure for table `pro_contract_projectlist` */
DROP TABLE IF EXISTS `pro_contract_projectlist`;
CREATE TABLE `pro_contract_projectlist` (
`id` varchar(32) NOT NULL,
`con_id` varchar(32) NOT NULL COMMENT '合同id',
`project_name` varchar(50) NOT NULL COMMENT '项目名称',
`project_feature` longtext NOT NULL COMMENT '项目特征',
`compute_rule` varchar(200) NOT NULL COMMENT '计算规则',
`compute_unit` varchar(20) NOT NULL COMMENT '计量单位',
`tentative_quantity` float NOT NULL COMMENT '暂定量',
`unit_price` decimal(16,2) NOT NULL COMMENT '综合单价',
`money_wan` decimal(16,4) NOT NULL COMMENT '金额(万元)',
`create_time` datetime NOT NULL COMMENT '创建时间',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='合同工程量清单';
/*Table structure for table `pro_message` */
DROP TABLE IF EXISTS `pro_message`;
CREATE TABLE `pro_message` (
`id` varchar(32) NOT NULL COMMENT '主键',
`msg_name` varchar(100) NOT NULL COMMENT '标题',
`msg_content` varchar(500) NOT NULL COMMENT '内容',
`msg_type` char(1) NOT NULL COMMENT '消息类型(1任务 2通知,其它以后扩展)',
`msg_params` varchar(200) DEFAULT NULL COMMENT '消息参数',
`send_id` varchar(32) NOT NULL COMMENT '创建人id(用户id)',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标记(0正常 1删除)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='消息主表';
/*Table structure for table `pro_message_child` */
DROP TABLE IF EXISTS `pro_message_child`;
CREATE TABLE `pro_message_child` (
`id` varchar(32) NOT NULL COMMENT '主键',
`msg_id` varchar(32) NOT NULL COMMENT '消息主键',
`receive_id` varchar(32) NOT NULL COMMENT '接收人id(用户id)',
`msg_status` char(1) NOT NULL DEFAULT '0' COMMENT '消息状态(0未读 1已读)',
`handle_status` char(1) DEFAULT '0' COMMENT '处理状态0未处理 1已处理',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标记(0正常 1删除)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='消息子表';
/*Table structure for table `pro_plan_detail` */
DROP TABLE IF EXISTS `pro_plan_detail`;
CREATE TABLE `pro_plan_detail` (
`id` varchar(32) NOT NULL COMMENT 'id',
`pro_id` varchar(32) NOT NULL COMMENT '生产计划id',
`wbs_code` varchar(50) DEFAULT NULL COMMENT 'wbs编码',
`wbs_name` varchar(50) NOT NULL COMMENT 'wbs名称',
`name_property` varchar(50) NOT NULL DEFAULT '' COMMENT '名称属性',
`property_type` varchar(50) DEFAULT NULL COMMENT '属性类型(sub_item-分项;layered-分层;branch-分部;buildnum-楼栋号)',
`plan_begin_date` date NOT NULL COMMENT '计划开始时间',
`plan_end_date` date NOT NULL COMMENT '计划完成时间',
`duration` decimal(16,1) NOT NULL COMMENT '工期',
`quantities` decimal(16,2) DEFAULT NULL COMMENT '建筑面积',
`unit` varchar(20) DEFAULT NULL COMMENT '单位',
`act_begin_date` date DEFAULT NULL COMMENT '实际开始时间',
`act_end_date` date DEFAULT NULL COMMENT '实际结束时间',
`ahead_delay` int(11) DEFAULT NULL COMMENT '滞后/提前',
`award_punish` varchar(50) DEFAULT NULL COMMENT '奖/罚',
`idx` int(11) NOT NULL COMMENT '行号',
`unique_id` varchar(20) DEFAULT NULL COMMENT '行唯一标识',
`parent_id` varchar(20) DEFAULT NULL COMMENT '父行',
`pre_id` varchar(200) DEFAULT NULL COMMENT '前置行',
`outline_level` int(11) DEFAULT NULL COMMENT '行等级',
`leaf` char(1) DEFAULT NULL COMMENT '是否叶子节点',
`is_worked` char(1) NOT NULL DEFAULT '0' COMMENT '是否已发任务单(0-否,1-是)',
`add_delete` varchar(20) DEFAULT NULL COMMENT 'add-增行,del-删行',
`consplit_id` varchar(32) DEFAULT NULL COMMENT '合同id',
`parent_ids` text COMMENT '父节点列表',
`create_time` datetime NOT NULL COMMENT '创建时间',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志',
PRIMARY KEY (`id`),
KEY `pro_uniq_inx` (`pro_id`,`unique_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='生产计划详情表';
/*Table structure for table `pro_plan_info` */
DROP TABLE IF EXISTS `pro_plan_info`;
CREATE TABLE `pro_plan_info` (
`id` varchar(32) NOT NULL,
`pro_name` varchar(50) DEFAULT NULL COMMENT '生产计划名称',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`version` int(11) NOT NULL COMMENT '版本号',
`eff_status` char(1) NOT NULL DEFAULT '0' COMMENT '生效标记(0-未生效,1-已生效)',
`activityins_id` varchar(32) DEFAULT NULL COMMENT '工作流实例id',
`check_fin_time` datetime DEFAULT NULL COMMENT '工作流完成时间',
`check_status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0-自由态;1-审核中;2-审核通过)',
`return_status` char(1) NOT NULL DEFAULT '0' COMMENT '流程弃审状态(0-未弃审,1-已弃审)',
`create_time` datetime NOT NULL COMMENT '创建时间',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志',
PRIMARY KEY (`id`),
UNIQUE KEY `pro_ver_inx` (`project_id`,`version`,`valid`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='生产计划表';
/*Table structure for table `pro_rota` */
DROP TABLE IF EXISTS `pro_rota`;
CREATE TABLE `pro_rota` (
`id` varchar(32) NOT NULL,
`contract_id` varchar(32) DEFAULT NULL COMMENT '合同id',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`team_id` varchar(32) NOT NULL COMMENT '班组id',
`rota_staus` char(1) DEFAULT NULL COMMENT '状态',
`duty_by` varchar(32) NOT NULL COMMENT '现场负责人',
`teamer` varchar(32) NOT NULL DEFAULT '' COMMENT '班组长',
`create_time` datetime NOT NULL COMMENT '创建时间',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志',
PRIMARY KEY (`id`),
UNIQUE KEY `pro_team_index` (`project_id`,`team_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='花名册';
/*Table structure for table `pro_rota_worker` */
DROP TABLE IF EXISTS `pro_rota_worker`;
CREATE TABLE `pro_rota_worker` (
`id` varchar(32) NOT NULL,
`rota_id` varchar(32) NOT NULL COMMENT '花名册id',
`worker_id` varchar(32) NOT NULL COMMENT '工人id',
`ng_id` varchar(255) DEFAULT NULL COMMENT '对应sz_employ_id(作废)',
`state` char(1) DEFAULT '0' COMMENT '进出状态(0进场,1退场)',
`in_date` datetime DEFAULT NULL COMMENT '进场时间',
`out_date` datetime DEFAULT NULL COMMENT '退场时间',
PRIMARY KEY (`id`),
UNIQUE KEY `rota_worker_inx` (`rota_id`,`worker_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='花名册工人关联表';
/*Table structure for table `pro_work_order` */
DROP TABLE IF EXISTS `pro_work_order`;
CREATE TABLE `pro_work_order` (
`id` varchar(32) NOT NULL,
`proplan_unique` varchar(32) NOT NULL COMMENT '生产计划行ID',
`consplit_id` varchar(32) DEFAULT NULL COMMENT '合同拆分ID',
`project_id` varchar(32) NOT NULL COMMENT '项目id',
`company_id` varchar(32) DEFAULT NULL COMMENT '所属公司id',
`work_name` varchar(200) NOT NULL DEFAULT '' COMMENT '任务单名称',
`work_content` varchar(200) DEFAULT NULL COMMENT '任务单内容',
`work_remarks` varchar(200) DEFAULT NULL COMMENT '备注',
`plan_bengin_date` datetime NOT NULL COMMENT '计划开始时间',
`plan_end_date` datetime NOT NULL COMMENT '计划完成时间',
`duration` int(11) NOT NULL COMMENT '工期',
`initail_by` varchar(32) NOT NULL COMMENT '任务发起人',
`duty_by` varchar(32) DEFAULT NULL COMMENT '任务责任人',
`send_date` datetime DEFAULT NULL COMMENT '任务发送时间',
`act_begin_date` datetime DEFAULT NULL COMMENT '实际开始时间',
`act_end_date` datetime DEFAULT NULL COMMENT '实际完成时间',
`work_status` char(1) NOT NULL DEFAULT '1' COMMENT '任务单状态(1、待开始状态 2、进行中状态 3、验收中状态 4、整改状态 5、完成状态)',
`acceptor_ids` varchar(255) DEFAULT NULL,
`create_time` datetime NOT NULL COMMENT '创建时间',
`create_by` varchar(32) NOT NULL COMMENT '创建人',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标志',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='任务单';
/*Table structure for table `pro_work_plandetail` */
DROP TABLE IF EXISTS `pro_work_plandetail`;
CREATE TABLE `pro_work_plandetail` (
`id` varchar(32) NOT NULL,
`workorder_id` varchar(32) NOT NULL COMMENT '任务单id',
`proplan_unique` varchar(32) NOT NULL COMMENT '生产计划详情行标识',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Table structure for table `pro_work_team` */
DROP TABLE IF EXISTS `pro_work_team`;
CREATE TABLE `pro_work_team` (
`id` varchar(32) NOT NULL COMMENT '主键',
`team_id` varchar(32) DEFAULT NULL COMMENT '班组ID',
`teak_id` varchar(32) DEFAULT NULL COMMENT '任务单ID',
`skill_level` char(1) DEFAULT NULL COMMENT '技能等级(1大工 2小工)',
`workers_num` varchar(255) DEFAULT NULL COMMENT '工人数量',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人员',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(255) DEFAULT NULL COMMENT '修改人员',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='任务单班组';
/*Table structure for table `pro_worker_record` */
DROP TABLE IF EXISTS `pro_worker_record`;
CREATE TABLE `pro_worker_record` (
`id` varchar(32) NOT NULL COMMENT '记工表主键',
`project_id` varchar(32) NOT NULL COMMENT '项目ID',
`team_id` varchar(32) NOT NULL COMMENT '记工班组ID',
`record_time` datetime DEFAULT NULL COMMENT '记工时间',
`work_hours` varchar(10) DEFAULT NULL COMMENT '上班工时',
`overtime_hours` varchar(10) DEFAULT NULL COMMENT '加班工时',
`work_number` varchar(5) DEFAULT NULL COMMENT '上班人数',
`overtime_number` varchar(5) DEFAULT NULL COMMENT '加班人数',
`valid` char(1) DEFAULT NULL COMMENT '删除状态(0正常 1删除)',
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人员',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人员',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`user_id` varchar(32) NOT NULL DEFAULT '' COMMENT '用户编号',
`standard_work_hours` varchar(10) DEFAULT NULL COMMENT '上班工时标准',
`standard_overtime_hours` varchar(10) DEFAULT NULL COMMENT '加班工时标准',
PRIMARY KEY (`id`),
KEY `worker_record_inx` (`project_id`,`team_id`,`record_time`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='记工表';
/*Table structure for table `pro_worker_standard` */
DROP TABLE IF EXISTS `pro_worker_standard`;
CREATE TABLE `pro_worker_standard` (
`id` varchar(32) NOT NULL COMMENT '工时标准表主键',
`team_id` varchar(32) DEFAULT NULL COMMENT '班组ID',
`work_hour` decimal(10,1) DEFAULT NULL COMMENT '上班时长',
`overtime_hour` decimal(10,1) DEFAULT NULL COMMENT '加班时长',
`valid` char(1) DEFAULT NULL COMMENT '删除状态(0正常 1删除)',
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人员',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人员',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`user_id` varchar(32) NOT NULL DEFAULT '' COMMENT '用户编号',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='工时标准';
/*Table structure for table `psn_control_rules` */
DROP TABLE IF EXISTS `psn_control_rules`;
CREATE TABLE `psn_control_rules` (
`id` varchar(32) NOT NULL COMMENT '主键',
`company_id` varchar(32) NOT NULL COMMENT '公司id',
`child_age` int(3) DEFAULT '18' COMMENT '童工年龄',
`is_child_age` tinyint(1) DEFAULT '1' COMMENT '童工年龄限制',
`man_retire_age` int(3) DEFAULT '60' COMMENT '男性退休年龄',
`is_man_age` tinyint(1) DEFAULT '1' COMMENT '男性退休年龄限制',
`feman_retire_age` int(3) DEFAULT '55' COMMENT '女性退休年龄',
`is_feman_age` tinyint(1) DEFAULT '1' COMMENT '女性退休年龄限制',
`is_check_rules` tinyint(1) DEFAULT '1' COMMENT '证书规则校验',
`is_photo` tinyint(1) DEFAULT '1' COMMENT '是否启用工人照片',
`is_educat` tinyint(1) DEFAULT '0' COMMENT '未进行安全教育是否运行进场',
`educat_date` int(3) DEFAULT '7' COMMENT '安全教育天数',
`is_educat_date` tinyint(1) DEFAULT '1' COMMENT '安全教育天数启用状态',
`is_attend` tinyint(1) DEFAULT '0' COMMENT '人员长时间不考勤不失效',
`attend_date` int(3) DEFAULT '20' COMMENT '考勤天数',
`is_attend_date` tinyint(1) DEFAULT '1' COMMENT '考勤失效是否启用',
`team_attend` int(3) DEFAULT '80' COMMENT '班组出勤率',
`is_team_attend` tinyint(1) DEFAULT '1' COMMENT '班组出勤率预警',
`company_attend` int(3) DEFAULT '80' COMMENT '公司出勤率',
`is_company_attend` tinyint(1) DEFAULT '1' COMMENT '公司出勤率预警',
`continue_hours` int(3) DEFAULT '72' COMMENT '工人连续在场时间',
`is_continue_hours` tinyint(1) DEFAULT '1' COMMENT '工人连续在场时间预警',
`night_timeout` varchar(10) DEFAULT '00:00' COMMENT '夜间超时时间',
`is_night_timeout` tinyint(1) DEFAULT '1' COMMENT '夜间超时是否预警',
`continue_date` int(3) DEFAULT '3' COMMENT '工人连续在场天数',
`continue_date_hours` int(3) DEFAULT '16' COMMENT '工人在场时间',
`is_continue` tinyint(1) DEFAULT '1' COMMENT '工人连续在场天数与时间预警',
PRIMARY KEY (`id`),
KEY `idx_companyId` (`company_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='规则设置';
/*Table structure for table `schedule_job` */
DROP TABLE IF EXISTS `schedule_job`;
CREATE TABLE `schedule_job` (
`id` varchar(32) NOT NULL COMMENT '任务id',
`bean_name` varchar(200) DEFAULT NULL COMMENT 'spring bean名称',
`method_name` varchar(100) DEFAULT NULL COMMENT '方法名',
`params` varchar(2000) DEFAULT NULL COMMENT '参数',
`cron_expression` varchar(100) DEFAULT NULL COMMENT 'cron表达式',
`status` tinyint(4) DEFAULT NULL COMMENT '任务状态 0:正常 1:暂停',
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) DEFAULT NULL COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='定时任务';
/*Table structure for table `schedule_job_log` */
DROP TABLE IF EXISTS `schedule_job_log`;
CREATE TABLE `schedule_job_log` (
`id` varchar(32) NOT NULL COMMENT '任务日志id',
`job_id` varchar(32) NOT NULL COMMENT '任务id',
`bean_name` varchar(200) DEFAULT NULL COMMENT 'spring bean名称',
`method_name` varchar(100) DEFAULT NULL COMMENT '方法名',
`params` varchar(2000) DEFAULT NULL COMMENT '参数',
`status` tinyint(4) NOT NULL COMMENT '任务状态 0:成功 1:失败',
`error` varchar(2000) DEFAULT NULL COMMENT '失败信息',
`times` int(11) NOT NULL COMMENT '耗时(单位:毫秒)',
`create_by` varchar(32) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
PRIMARY KEY (`id`),
KEY `job_id` (`job_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='定时任务日志';
/*Table structure for table `sta_employment` */
DROP TABLE IF EXISTS `sta_employment`;
CREATE TABLE `sta_employment` (
`id` varchar(32) NOT NULL,
`project_id` varchar(32) NOT NULL,
`team_id` varchar(32) NOT NULL,
`sta_year` int(4) NOT NULL,
`sta_month` int(2) NOT NULL,
`sta_day` int(2) NOT NULL,
`work_hours` varchar(255) NOT NULL,
`record_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用工统计表';
/*Table structure for table `stat_card` */
DROP TABLE IF EXISTS `stat_card`;
CREATE TABLE `stat_card` (
`ng_id` bigint(20) NOT NULL AUTO_INCREMENT,
`ng_user_id` bigint(20) NOT NULL COMMENT '用户ID',
`ng_dev_id` bigint(20) NOT NULL COMMENT '设备ID',
`ts_card` datetime NOT NULL COMMENT '打卡时间',
`st_card_type` bigint(20) DEFAULT '0' COMMENT '保留字段: 打卡类型 0:一般卡; 1:上班; 2:下班; 3:加班上班; 4:加班下班; 5:外出; 6:回来',
`sz_user_name` varchar(255) DEFAULT NULL,
`sz_employ_id` varchar(255) DEFAULT NULL,
`sz_dev_name` varchar(255) DEFAULT NULL,
`sz_dev_place` varchar(255) DEFAULT NULL,
PRIMARY KEY (`ng_id`),
KEY `ng_dev_id` (`ng_dev_id`) USING BTREE,
KEY `ng_user_id` (`ng_user_id`) USING BTREE,
KEY `idx_stat_card_query_user_card` (`ts_card`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=utf8 COMMENT='考勤记录表';
/*Table structure for table `stat_exception` */
DROP TABLE IF EXISTS `stat_exception`;
CREATE TABLE `stat_exception` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`ex_type` char(1) NOT NULL DEFAULT '1' COMMENT '异常类型(1:无进场时间;2:无退场时间)',
`ex_date` datetime NOT NULL COMMENT '异常时间',
`worker_id` varchar(32) NOT NULL,
`remark` varchar(255) DEFAULT NULL,
`sc_id` bigint(20) NOT NULL COMMENT '考勤主键编号',
`create_time` datetime NOT NULL COMMENT '创建时间',
`status` char(1) NOT NULL DEFAULT '1' COMMENT '状态1-未处理 2-已处理',
PRIMARY KEY (`id`),
UNIQUE KEY `i_sc_id` (`sc_id`) USING BTREE,
KEY `i_worker_id` (`worker_id`) USING BTREE,
KEY `i_ex_date` (`ex_date`) USING BTREE,
KEY `i_ex_type` (`ex_type`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='考勤异常表';
/*Table structure for table `stat_exception_copy1` */
DROP TABLE IF EXISTS `stat_exception_copy1`;
CREATE TABLE `stat_exception_copy1` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`ex_type` char(1) NOT NULL DEFAULT '1' COMMENT '异常类型(1:无进场时间;2:无退场时间)',
`ex_date` datetime NOT NULL COMMENT '异常时间',
`worker_id` varchar(32) NOT NULL,
`remark` varchar(255) DEFAULT NULL,
`sc_id` bigint(20) NOT NULL COMMENT '考勤主键编号',
`create_time` datetime NOT NULL COMMENT '创建时间',
`status` char(1) NOT NULL DEFAULT '1' COMMENT '状态1-未处理 2-已处理',
PRIMARY KEY (`id`),
UNIQUE KEY `i_sc_id` (`sc_id`) USING BTREE,
KEY `i_worker_id` (`worker_id`) USING BTREE,
KEY `i_ex_date` (`ex_date`) USING BTREE,
KEY `i_ex_type` (`ex_type`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='考勤异常表';
/*Table structure for table `sys_captcha` */
DROP TABLE IF EXISTS `sys_captcha`;
CREATE TABLE `sys_captcha` (
`uuid` char(36) NOT NULL COMMENT 'uuid',
`code` varchar(6) NOT NULL COMMENT '验证码',
`expire_time` datetime DEFAULT NULL COMMENT '过期时间',
PRIMARY KEY (`uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='系统验证码';
/*Table structure for table `sys_company` */
DROP TABLE IF EXISTS `sys_company`;
CREATE TABLE `sys_company` (
`id` varchar(32) NOT NULL COMMENT '编号',
`company_code` varchar(32) NOT NULL COMMENT '公司编码',
`parent_id` varchar(32) DEFAULT '0' COMMENT '父级编号',
`parent_code` varchar(64) DEFAULT '0' COMMENT '父级编号',
`parent_codes` varchar(2000) NOT NULL DEFAULT '0' COMMENT '所有父级编号',
`tree_sort` decimal(10,0) DEFAULT '1' COMMENT '本级排序号(升序)',
`tree_sorts` varchar(1200) DEFAULT '1' COMMENT '所有级别排序号',
`company_name` varchar(200) NOT NULL COMMENT '公司名称',
`pinyin_code` varchar(60) DEFAULT NULL COMMENT '拼音编码',
`valid` char(1) DEFAULT '0' COMMENT '删除标记(0正常 1删除)',
`status` char(1) DEFAULT '0' COMMENT '状态/封存(0正常 1停用)',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
`corp_code` varchar(32) DEFAULT '01' COMMENT '归属集团Code',
`corp_name` varchar(100) DEFAULT '大汉集团' COMMENT '归属集团Name',
`corporate` varchar(60) DEFAULT NULL COMMENT '公司法人',
`taxpayer_regis_num` varchar(60) DEFAULT NULL COMMENT '纳税人登记号',
`industry` varchar(20) DEFAULT NULL COMMENT '所属行业',
`registered_capital` varchar(30) DEFAULT NULL COMMENT '注册资本',
`established` datetime DEFAULT NULL COMMENT '公司成立时间',
`area_code` varchar(100) DEFAULT NULL COMMENT '区域编码',
`address` varchar(255) DEFAULT NULL COMMENT '详细地址',
`contact` varchar(60) DEFAULT NULL COMMENT '联系人',
`phone` varchar(18) DEFAULT NULL COMMENT '电话',
`fax` varchar(30) DEFAULT NULL COMMENT '传真',
`web_url` varchar(60) DEFAULT NULL COMMENT 'web网址',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`extend_s1` varchar(500) DEFAULT NULL COMMENT '扩展 String 1',
`extend_s2` varchar(500) DEFAULT NULL COMMENT '扩展 String 2',
`extend_s3` varchar(500) DEFAULT NULL COMMENT '扩展 String 3',
`extend_s4` varchar(500) DEFAULT NULL COMMENT '扩展 String 4',
`extend_s5` varchar(500) DEFAULT NULL COMMENT '扩展 String 5',
`extend_s6` varchar(500) DEFAULT NULL COMMENT '扩展 String 6',
`extend_s7` varchar(500) DEFAULT NULL COMMENT '扩展 String 7',
`extend_s8` varchar(500) DEFAULT NULL COMMENT '扩展 String 8',
`extend_i1` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 1',
`extend_i2` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 2',
`extend_i3` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 3',
`extend_i4` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 4',
`extend_f1` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 1',
`extend_f2` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 2',
`extend_f3` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 3',
`extend_f4` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 4',
`extend_d1` datetime DEFAULT NULL COMMENT '扩展 Date 1',
`extend_d2` datetime DEFAULT NULL COMMENT '扩展 Date 2',
`extend_d3` datetime DEFAULT NULL COMMENT '扩展 Date 3',
`extend_d4` datetime DEFAULT NULL COMMENT '扩展 Date 4',
PRIMARY KEY (`id`),
KEY `pinyinCode` (`pinyin_code`) USING BTREE,
KEY `companyName` (`company_name`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='公司表';
/*Table structure for table `sys_company_project` */
DROP TABLE IF EXISTS `sys_company_project`;
CREATE TABLE `sys_company_project` (
`id` varchar(32) NOT NULL COMMENT '主键',
`userrole_id` varchar(32) NOT NULL COMMENT '用户角色关联表主键',
`project_ids` text NOT NULL COMMENT '公司对应项目ID(以逗号分隔)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Table structure for table `sys_config` */
DROP TABLE IF EXISTS `sys_config`;
CREATE TABLE `sys_config` (
`id` varchar(32) NOT NULL,
`key` varchar(50) DEFAULT NULL COMMENT 'key',
`value` varchar(2000) DEFAULT NULL COMMENT 'value',
`status` tinyint(4) DEFAULT '1' COMMENT '状态 0:隐藏 1:显示',
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
`create_by` varchar(32) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
PRIMARY KEY (`id`),
UNIQUE KEY `key` (`key`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='系统配置信息表';
/*Table structure for table `sys_dept` */
DROP TABLE IF EXISTS `sys_dept`;
CREATE TABLE `sys_dept` (
`id` varchar(32) NOT NULL DEFAULT '0',
`company_id` varchar(32) NOT NULL COMMENT '公司编号',
`dept_code` varchar(64) DEFAULT NULL COMMENT '部门编码',
`parent_id` varchar(32) DEFAULT '0' COMMENT '上级部门ID,一级部门为0',
`parent_code` varchar(64) NOT NULL DEFAULT '0' COMMENT '父部门编码',
`dept_name` varchar(50) DEFAULT NULL COMMENT '部门名称',
`order_num` int(11) DEFAULT '0' COMMENT '排序',
`create_by` varchar(32) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`leader` varchar(100) DEFAULT NULL COMMENT '负责人',
`phone` varchar(100) DEFAULT NULL COMMENT '办公电话',
`corp_code` varchar(64) NOT NULL DEFAULT '0' COMMENT '归属集团Code',
`corp_name` varchar(100) NOT NULL DEFAULT 'dhjs' COMMENT '归属集团Name',
`pinyin_code` varchar(60) NOT NULL COMMENT '拼音编码',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态/封存(0正常 1停用)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='部门管理';
/*Table structure for table `sys_dict` */
DROP TABLE IF EXISTS `sys_dict`;
CREATE TABLE `sys_dict` (
`id` varchar(32) NOT NULL,
`name` varchar(100) NOT NULL COMMENT '字典名称',
`type` varchar(100) NOT NULL COMMENT '字典类型',
`code` varchar(100) NOT NULL COMMENT '字典码',
`value` varchar(1000) NOT NULL COMMENT '字典值',
`order_num` int(11) DEFAULT '0' COMMENT '排序',
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
`create_by` varchar(32) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`corp_code` varchar(32) NOT NULL DEFAULT '0' COMMENT '归属集团Code',
`corp_name` varchar(100) NOT NULL DEFAULT 'ddjs' COMMENT '归属集团Name',
PRIMARY KEY (`id`),
UNIQUE KEY `type` (`type`,`code`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='数据字典表';
/*Table structure for table `sys_employee` */
DROP TABLE IF EXISTS `sys_employee`;
CREATE TABLE `sys_employee` (
`id` varchar(32) NOT NULL,
`user_id` varchar(32) NOT NULL COMMENT '用户编号',
`dept_id` varchar(32) DEFAULT NULL COMMENT '部门ID',
`dept_name` varchar(100) DEFAULT NULL COMMENT '机构名称',
`company_id` varchar(32) NOT NULL COMMENT '公司编码',
`company_name` varchar(200) DEFAULT NULL COMMENT '公司名称',
`emp_name` varchar(100) DEFAULT NULL COMMENT '员工姓名',
`emp_name_en` varchar(100) DEFAULT NULL COMMENT '英文名',
`remark` varchar(500) DEFAULT NULL COMMENT '备注信息',
`corp_code` varchar(64) DEFAULT '0' COMMENT '归属集团Code',
`corp_name` varchar(100) DEFAULT 'ddjs' COMMENT '归属集团Name',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标记(0正常 1删除 )',
`archive_mark` varchar(60) DEFAULT NULL COMMENT '档案标识',
`entry_date` datetime DEFAULT NULL COMMENT '入职日期',
`id_num` varchar(18) DEFAULT NULL COMMENT '身份证号',
`contact_info` varchar(60) DEFAULT NULL COMMENT '联系方式',
`live_address` varchar(255) DEFAULT NULL COMMENT '居住地址',
`sex` char(1) DEFAULT NULL COMMENT '性别 0:男,1:女',
`birthday` date DEFAULT NULL COMMENT '生日',
`emergency_contact` varchar(255) DEFAULT NULL COMMENT '紧急联系方式',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`emp_type_id` varchar(32) DEFAULT '人员分类id',
`age` int(3) DEFAULT NULL COMMENT '年龄',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '0:正常1:封存',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='员工信息表';
/*Table structure for table `sys_employee_post` */
DROP TABLE IF EXISTS `sys_employee_post`;
CREATE TABLE `sys_employee_post` (
`emp_id` varchar(32) NOT NULL COMMENT '员工编号',
`post_id` varchar(32) NOT NULL COMMENT '岗位编号',
PRIMARY KEY (`emp_id`,`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='员工与岗位关联表';
/*Table structure for table `sys_employee_type` */
DROP TABLE IF EXISTS `sys_employee_type`;
CREATE TABLE `sys_employee_type` (
`id` varchar(32) NOT NULL COMMENT 'id',
`emp_type_code` varchar(32) DEFAULT NULL COMMENT '分类编码',
`emp_type_name` varchar(50) DEFAULT NULL COMMENT '分类名称',
`pinyin_code` varchar(30) DEFAULT NULL COMMENT '名称首字母',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '0:正常1:封存',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) DEFAULT NULL COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`company_id` varchar(32) NOT NULL COMMENT '公司编码',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Table structure for table `sys_file_entity` */
DROP TABLE IF EXISTS `sys_file_entity`;
CREATE TABLE `sys_file_entity` (
`file_id` varchar(32) NOT NULL COMMENT '文件编号',
`file_md5` varchar(64) NOT NULL COMMENT '文件MD5',
`file_path` varchar(1000) NOT NULL COMMENT '文件相对路径',
`file_content_type` varchar(200) NOT NULL COMMENT '文件内容类型',
`file_extension` varchar(100) NOT NULL COMMENT '文件后缀扩展名',
`file_size` bigint(38) NOT NULL COMMENT '文件大小(单位B)',
PRIMARY KEY (`file_id`),
UNIQUE KEY `file_md5` (`file_md5`) USING BTREE,
KEY `idx_sys_file_entity_md5` (`file_md5`) USING BTREE,
KEY `idx_sys_file_entity_size` (`file_size`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='文件实体表';
/*Table structure for table `sys_file_upload` */
DROP TABLE IF EXISTS `sys_file_upload`;
CREATE TABLE `sys_file_upload` (
`id` varchar(32) NOT NULL,
`file_id` varchar(64) NOT NULL COMMENT '文件编号',
`file_name` varchar(500) NOT NULL COMMENT '文件名称',
`file_type` varchar(20) NOT NULL COMMENT '文件分类(image、media、file)',
`biz_key` varchar(64) DEFAULT NULL COMMENT '业务主键',
`biz_type` varchar(64) DEFAULT NULL COMMENT '业务类型',
`create_by` varchar(32) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='文件上传表';
/*Table structure for table `sys_group` */
DROP TABLE IF EXISTS `sys_group`;
CREATE TABLE `sys_group` (
`id` varchar(32) NOT NULL,
`group_name` varchar(50) NOT NULL COMMENT '集团名称',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标记(0正常 1删除)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Table structure for table `sys_log` */
DROP TABLE IF EXISTS `sys_log`;
CREATE TABLE `sys_log` (
`id` varchar(32) NOT NULL,
`username` varchar(50) DEFAULT NULL COMMENT '用户名',
`operation` varchar(50) DEFAULT NULL COMMENT '用户操作',
`method` varchar(200) DEFAULT NULL COMMENT '请求方法',
`params` varchar(5000) DEFAULT NULL COMMENT '请求参数',
`time` bigint(20) NOT NULL COMMENT '执行时长(毫秒)',
`ip` varchar(64) DEFAULT NULL COMMENT 'IP地址',
`create_date` datetime DEFAULT NULL COMMENT '创建时间',
`device_name` varchar(100) DEFAULT NULL COMMENT '设备名称/操作系统',
`browser_name` varchar(100) DEFAULT NULL COMMENT '浏览器名称',
`corp_code` varchar(32) NOT NULL DEFAULT '0' COMMENT '归属集团Code',
`corp_name` varchar(100) NOT NULL DEFAULT 'ddjs' COMMENT '归属集团Name',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='系统日志';
/*Table structure for table `sys_menu` */
DROP TABLE IF EXISTS `sys_menu`;
CREATE TABLE `sys_menu` (
`id` varchar(32) NOT NULL,
`parent_id` varchar(32) DEFAULT NULL COMMENT '父菜单ID,一级菜单为0',
`name` varchar(50) DEFAULT NULL COMMENT '菜单名称',
`url` varchar(200) DEFAULT NULL COMMENT '菜单URL',
`perms` varchar(500) DEFAULT NULL COMMENT '授权(多个用逗号分隔,如:user:list,user:create)',
`type` int(11) DEFAULT NULL COMMENT '类型 0:目录 1:菜单 2:按钮',
`icon` varchar(50) DEFAULT NULL COMMENT '菜单图标',
`order_num` int(11) DEFAULT NULL COMMENT '排序',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`create_by` varchar(32) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`is_sys` char(1) NOT NULL DEFAULT '0' COMMENT '是否管理员资源(0:否,1是)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='菜单管理';
/*Table structure for table `sys_msg_log` */
DROP TABLE IF EXISTS `sys_msg_log`;
CREATE TABLE `sys_msg_log` (
`id` varchar(32) NOT NULL,
`msg_type` char(1) NOT NULL COMMENT '消息类型',
`msg_content` text NOT NULL COMMENT '消息内容',
`receive_code` varchar(64) NOT NULL COMMENT '接受者账号',
`send_date` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '发送时间',
`send_status` char(1) DEFAULT NULL COMMENT '发送状态(0成功 1失败)',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
/*Table structure for table `sys_msg_template` */
DROP TABLE IF EXISTS `sys_msg_template`;
CREATE TABLE `sys_msg_template` (
`id` varchar(32) NOT NULL COMMENT '编号',
`tpl_name` varchar(100) NOT NULL COMMENT '模板名称',
`tpl_type` varchar(16) NOT NULL COMMENT '模板类型',
`tpl_content` text NOT NULL COMMENT '模板内容',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1停用)',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标记(0正常 1删除)',
PRIMARY KEY (`id`) USING BTREE,
KEY `idx_sys_msg_tpl_type` (`tpl_type`) USING BTREE,
KEY `idx_sys_msg_tpl_status` (`status`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='消息模板';
/*Table structure for table `sys_post` */
DROP TABLE IF EXISTS `sys_post`;
CREATE TABLE `sys_post` (
`id` varchar(32) NOT NULL COMMENT '岗位编号',
`post_code` varchar(64) NOT NULL COMMENT '岗位编码',
`post_name` varchar(100) NOT NULL COMMENT '岗位名称',
`post_type` varchar(100) DEFAULT NULL COMMENT '岗位分类(高管、中层、基层)',
`post_sort` bigint(10) DEFAULT NULL COMMENT '岗位排序(升序)',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '删除标记(0正常 1删除)',
`remark` varchar(500) DEFAULT NULL COMMENT '备注信息',
`corp_code` varchar(64) NOT NULL DEFAULT '0' COMMENT '归属集团Code',
`corp_name` varchar(100) NOT NULL DEFAULT 'dhjs' COMMENT '归属集团Name',
`create_by` varchar(32) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(32) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1停用)',
PRIMARY KEY (`id`) USING BTREE,
KEY `idx_sys_post_cc` (`corp_code`) USING BTREE,
KEY `idx_sys_post_valid` (`valid`) USING BTREE,
KEY `idx_sys_post_ps` (`post_sort`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='员工岗位表';
/*Table structure for table `sys_role` */
DROP TABLE IF EXISTS `sys_role`;
CREATE TABLE `sys_role` (
`id` varchar(32) NOT NULL,
`role_code` varchar(64) DEFAULT NULL COMMENT '角色编码',
`role_name` varchar(100) DEFAULT NULL COMMENT '角色名称',
`remark` varchar(100) DEFAULT NULL COMMENT '备注',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`role_sort` bigint(10) DEFAULT '0',
`corp_code` varchar(32) DEFAULT '01' COMMENT '集团Code',
`corp_name` varchar(100) DEFAULT '大汉集团' COMMENT '集团名称',
`is_sys` char(1) DEFAULT '0' COMMENT '是否管理员角色(0:否 1:是 )',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='角色';
/*Table structure for table `sys_role_company` */
DROP TABLE IF EXISTS `sys_role_company`;
CREATE TABLE `sys_role_company` (
`id` varchar(32) NOT NULL,
`role_id` varchar(32) DEFAULT NULL COMMENT '角色ID',
`company_id` varchar(32) DEFAULT NULL COMMENT '公司ID',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='角色与公司对应关系';
/*Table structure for table `sys_role_dept` */
DROP TABLE IF EXISTS `sys_role_dept`;
CREATE TABLE `sys_role_dept` (
`id` varchar(32) NOT NULL,
`role_id` varchar(32) DEFAULT NULL COMMENT '角色ID',
`dept_id` varchar(32) DEFAULT NULL COMMENT '部门ID',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='角色与部门对应关系';
/*Table structure for table `sys_role_menu` */
DROP TABLE IF EXISTS `sys_role_menu`;
CREATE TABLE `sys_role_menu` (
`id` varchar(32) NOT NULL,
`role_id` varchar(32) DEFAULT NULL COMMENT '角色ID',
`menu_id` varchar(32) DEFAULT NULL COMMENT '菜单ID',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='角色与菜单对应关系';
/*Table structure for table `sys_suggest` */
DROP TABLE IF EXISTS `sys_suggest`;
CREATE TABLE `sys_suggest` (
`id` varchar(32) NOT NULL COMMENT '主键',
`feedback_userid` varchar(32) DEFAULT NULL COMMENT '反馈人ID',
`feedback_time` datetime DEFAULT NULL COMMENT '反馈时间',
`feedback_content` text COMMENT '反馈内容',
`manage_userid` varchar(32) DEFAULT NULL COMMENT '处理人员ID',
`manage_time` datetime DEFAULT NULL COMMENT '处理时间',
`manage_centent` text COMMENT '处理内容',
`image_urls` varchar(300) DEFAULT NULL COMMENT '图片地址,多张图片逗号分隔',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人员',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人员',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`valid` char(1) DEFAULT '0' COMMENT '状态/封存(0正常 1停用)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='意见反馈';
/*Table structure for table `sys_user` */
DROP TABLE IF EXISTS `sys_user`;
CREATE TABLE `sys_user` (
`id` varchar(32) NOT NULL COMMENT '主键',
`login_name` varchar(50) NOT NULL DEFAULT '' COMMENT '登录名',
`user_name` varchar(80) DEFAULT NULL COMMENT '用户名',
`password` varchar(100) NOT NULL COMMENT '密码',
`salt` varchar(20) DEFAULT NULL COMMENT '盐',
`mobile` varchar(100) DEFAULT NULL COMMENT '手机号',
`email` varchar(100) DEFAULT NULL COMMENT '邮箱',
`valid` char(1) NOT NULL DEFAULT '0' COMMENT '是否删除 1:已删除 0:正常',
`avatar` varchar(2000) DEFAULT NULL COMMENT '头像路径',
`user_type` char(2) NOT NULL DEFAULT '1' COMMENT '用户类型(1-用户;2-劳务工)',
`pwd_update_date` datetime DEFAULT NULL COMMENT '密码最后更新时间',
`last_login_ip` varchar(100) DEFAULT NULL COMMENT '最后登陆IP',
`last_login_date` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后登陆时间',
`corp_code` varchar(32) NOT NULL COMMENT '归属集团Code',
`corp_name` varchar(100) NOT NULL COMMENT '归属集团Name',
`freeze_date` datetime DEFAULT NULL COMMENT '冻结时间',
`freeze_cause` varchar(200) DEFAULT NULL COMMENT '冻结原因',
`remark` varchar(500) DEFAULT NULL COMMENT '备注信息',
`create_by` varchar(50) NOT NULL COMMENT '创建者',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(50) NOT NULL COMMENT '更新者',
`update_time` datetime NOT NULL COMMENT '更新时间',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1:禁用 2冻结 3离职)',
`dept_id` varchar(32) DEFAULT NULL COMMENT '部门ID',
`company_id` varchar(32) DEFAULT NULL COMMENT '公司编号',
`departure_date` datetime DEFAULT NULL COMMENT '离职日期',
`mgr_type` char(1) NOT NULL DEFAULT '0' COMMENT '管理员类型(0:非管理员 1:管理员 2:系统管理员)',
PRIMARY KEY (`id`) USING BTREE,
KEY `login` (`login_name`,`password`) USING BTREE,
KEY `companyId` (`company_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='系统用户';
/*Table structure for table `sys_user_role` */
DROP TABLE IF EXISTS `sys_user_role`;
CREATE TABLE `sys_user_role` (
`id` varchar(32) NOT NULL,
`user_id` varchar(32) DEFAULT NULL COMMENT '用户ID',
`role_id` varchar(32) NOT NULL COMMENT '角色ID',
`company_id` varchar(32) DEFAULT NULL COMMENT '公司ID',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='用户与角色对应关系';
/*Table structure for table `sys_user_token` */
DROP TABLE IF EXISTS `sys_user_token`;
CREATE TABLE `sys_user_token` (
`token_id` bigint(20) NOT NULL,
`user_id` varchar(32) NOT NULL,
`token` varchar(100) NOT NULL COMMENT 'token',
`expire_time` datetime DEFAULT NULL COMMENT '过期时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`token_type` char(1) DEFAULT '0' COMMENT 'Token类型(0:PC 1:APP)',
PRIMARY KEY (`token_id`) USING BTREE,
UNIQUE KEY `token` (`token`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='系统用户Token';
/*Table structure for table `sys_version` */
DROP TABLE IF EXISTS `sys_version`;
CREATE TABLE `sys_version` (
`id` varchar(32) NOT NULL COMMENT '主键',
`version_number` varchar(10) DEFAULT NULL COMMENT '版本号',
`version_content` varchar(200) DEFAULT NULL COMMENT '更新内容',
`equipment_type` char(2) DEFAULT NULL COMMENT '设备类型',
`release_time` datetime DEFAULT NULL COMMENT '更新时间',
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人员',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人员',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`status` char(1) DEFAULT '0' COMMENT '状态(0可用 1禁用)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='APP版本信息';
/*Table structure for table `testuser` */
DROP TABLE IF EXISTS `testuser`;
CREATE TABLE `testuser` (
`id` int(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(20) NOT NULL,
`age` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
<filename>db2te/tutorials/workshops/Security/TrustedContext/SQL/AuditTC.sql
-- Create audit policy to audit user privileges accessing 'credit_card' table and SQL statements executed on 'credit_card' table.
CREATE AUDIT POLICY trustedcontextPolicy CATEGORIES EXECUTE STATUS BOTH, CHECKING STATUS BOTH ERROR TYPE AUDIT;
COMMIT;
-- Enable audit on trusted context object.
AUDIT TRUSTED CONTEXT trCtx USING POLICY trustedcontextPolicy;
COMMIT;
|
<reponame>genericallyterrible/Certificate-Administration
USE [Certificate_Administration]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- ======================================================================
-- Author: <NAME>
-- Creation date: October 25, 2021
-- Description: Creates source and target certificates and
-- certificate users for all objects and groups
-- that do not currently have either.
-- Requires: SA
-- ======================================================================
CREATE OR ALTER PROCEDURE [Permission].[CreateAllCertificatesAndUsers]
@debug BIT = 1
AS
SET XACT_ABORT, NOCOUNT ON
BEGIN TRY
BEGIN TRANSACTION
DECLARE
@SourceObjectID INT
, @SourceObjectCertificateID INT
, @SourceGroupID INT
, @SourceGroupCertificateID INT
, @TargetDatabaseID INT
, @TargetDatabaseCursor CURSOR
-- ===================
-- ===== OBJECTS =====
-- ===================
IF @debug = 1 PRINT '-- Creating certificates for all objects'
-- Iterate over all source objects with requests
DECLARE [src_obj_cur] CURSOR LOCAL STATIC FOR
SELECT DISTINCT
[pr].[SourceObjectID]
, [pr].[SourceCertificateID]
FROM [Permission].[PermissionRequests] AS [pr]
WHERE [pr].[SourceObjectID] IS NOT NULL
OPEN [src_obj_cur]
WHILE 1 = 1
BEGIN
FETCH NEXT FROM [src_obj_cur] INTO @SourceObjectID, @SourceObjectCertificateID
IF @@FETCH_STATUS <> 0 BREAK
-- Create source certificate if it does not exist
IF @SourceObjectCertificateID IS NULL
EXEC [Permission].[CreateSourceObjectCertificate]
@SourceObjectID
, @SourceObjectCertificateID OUTPUT
, @debug
-- Iterate over all target databases for the source that don't have a certificate yet
SET @TargetDatabaseCursor = CURSOR LOCAL STATIC FOR
SELECT DISTINCT [TargetDatabaseID]
FROM [Permission].[PermissionRequests] AS [pr]
WHERE [pr].[SourceObjectID] = @SourceObjectID
AND [pr].[TargetDatabaseID] IS NOT NULL
AND [pr].[TargetCertificateID] IS NULL
OPEN @TargetDatabaseCursor
WHILE 1 = 1
BEGIN
FETCH NEXT FROM @TargetDatabaseCursor INTO @TargetDatabaseID
IF @@FETCH_STATUS <> 0 BREAK
-- Export source certificate to all target databases
EXEC [Permission].[CreateTargetObjectCertificateAndUser]
@SourceObjectCertificateID
, @TargetDatabaseID
, @debug
END
CLOSE @TargetDatabaseCursor
END
CLOSE [src_obj_cur]
DEALLOCATE [src_obj_cur]
-- ==================
-- ===== GROUPS =====
-- ==================
IF @debug = 1 PRINT '-- Creating certificates for all groups'
-- Iterate over all source groups with requests
DECLARE [src_group_cur] CURSOR LOCAL STATIC FOR
SELECT DISTINCT
[pr].[SourceGroupID]
, [pr].[SourceCertificateID]
FROM [Permission].[PermissionRequests] AS [pr]
WHERE [pr].[SourceGroupID] IS NOT NULL
OPEN [src_group_cur]
WHILE 1 = 1
BEGIN
FETCH NEXT FROM [src_group_cur] INTO @SourceGroupID, @SourceGroupCertificateID
IF @@FETCH_STATUS <> 0 BREAK
-- Create source certificate if it does not exist
IF @SourceGroupCertificateID IS NULL
EXEC [Permission].[CreateSourceGroupCertificate]
@SourceGroupID
, @SourceGroupCertificateID OUTPUT
, @debug
-- Iterate over all target databases for the source that don't have a certificate yet
SET @TargetDatabaseCursor = CURSOR LOCAL STATIC FOR
SELECT DISTINCT [TargetDatabaseID]
FROM [Permission].[PermissionRequests] AS [pr]
WHERE [pr].[SourceGroupID] = @SourceGroupID
AND [pr].[TargetDatabaseID] IS NOT NULL
AND [pr].[TargetCertificateID] IS NULL
OPEN @TargetDatabaseCursor
WHILE 1 = 1
BEGIN
FETCH NEXT FROM @TargetDatabaseCursor INTO @TargetDatabaseID
IF @@FETCH_STATUS <> 0 BREAK
-- Export source certificate to all target databases
EXEC [Permission].[CreateTargetGroupCertificateAndUser]
@SourceGroupCertificateID
, @TargetDatabaseID
, @debug
END
CLOSE @TargetDatabaseCursor
END
CLOSE [src_group_cur]
DEALLOCATE [src_group_cur]
COMMIT TRANSACTION
END TRY
BEGIN CATCH
IF @@TRANCOUNT > 0 ROLLBACK TRANSACTION
PRINT '-- Error creating all certificates and users'
; THROW
END CATCH
GO
|
<filename>universtify-server-main/migrations/20210702143330_numerical_gpafloat/migration.sql
/*
Warnings:
- Made the column `numericalGPA` on table `Student` required. This step will fail if there are existing NULL values in that column.
- Made the column `numericalLastTermGPA` on table `Student` required. This step will fail if there are existing NULL values in that column.
*/
-- AlterTable
ALTER TABLE "Student" ALTER COLUMN "numericalGPA" SET NOT NULL,
ALTER COLUMN "numericalLastTermGPA" SET NOT NULL;
|
ALTER TABLE `phabricator_project`.`project`
MODIFY `phrictionSlug` varchar(128) binary;
ALTER TABLE phabricator_repository.repository_path
ADD COLUMN pathHash varchar(32) binary AFTER path;
UPDATE phabricator_repository.repository_path SET pathHash = MD5(path);
ALTER TABLE phabricator_repository.repository_path
MODIFY pathHash varchar(32) binary not null,
DROP KEY path,
ADD UNIQUE KEY (pathHash);
ALTER TABLE phabricator_user.user_sshkey
ADD COLUMN keyHash varchar(32) binary AFTER keyBody;
UPDATE phabricator_user.user_sshkey SET keyHash = MD5(keyBody);
ALTER TABLE phabricator_user.user_sshkey
MODIFY keyHash varchar(32) binary not null,
DROP KEY keyBody,
ADD UNIQUE KEY (keyHash);
|
ALTER TABLE vizier_cluster_info
ADD COLUMN unhealthy_data_plane_pod_statuses json NOT NULL DEFAULT '{}';
ALTER TABLE vizier_cluster_info
ADD COLUMN previous_vizier_status vizier_status;
ALTER TABLE vizier_cluster_info
ADD COLUMN previous_vizier_status_time TIMESTAMP;
|
Add lastSeenDate for heart beat in v2.2.5
# --- !Ups
ALTER TABLE `StudyResult` ADD `lastSeenDate` datetime DEFAULT NULL;
# --- !Downs
ALTER TABLE `StudyResult` DROP `lastSeenDate`;
|
<reponame>hexiaoting/gpdb
-- WARNING
-- This file is executed against the postgres database, as that is known to
-- exist at the time of running upgrades. If objects are to be manipulated
-- in other databases, make sure to change to the correct database first.
-- drop all AO tables
\ir pre_drop_ao.sql
DROP DATABASE IF EXISTS isolation2test;
\c regression;
-- drop all AO tables
\ir pre_drop_ao.sql
-- Greenplum pg_upgrade doesn't support indexes on partitions since they can't
-- be reliably dump/restored in all situations. Drop all such indexes before
-- attempting the upgrade.
CREATE OR REPLACE FUNCTION drop_indexes() RETURNS void AS $$
DECLARE
part_indexes RECORD;
BEGIN
FOR part_indexes IN
WITH partitions AS (
SELECT DISTINCT n.nspname,
c.relname
FROM pg_catalog.pg_partition p
JOIN pg_catalog.pg_class c ON (p.parrelid = c.oid)
JOIN pg_catalog.pg_namespace n ON (n.oid = c.relnamespace)
UNION
SELECT n.nspname,
partitiontablename AS relname
FROM pg_catalog.pg_partitions p
JOIN pg_catalog.pg_class c ON (p.partitiontablename = c.relname)
JOIN pg_catalog.pg_namespace n ON (n.oid = c.relnamespace)
)
SELECT nspname,
relname,
indexname
FROM partitions
JOIN pg_catalog.pg_indexes ON (relname = tablename
AND nspname = schemaname)
LOOP
EXECUTE 'DROP INDEX IF EXISTS ' || quote_ident(part_indexes.nspname) || '.' || quote_ident(part_indexes.indexname);
END LOOP;
RETURN;
END;
$$ LANGUAGE plpgsql;
SELECT drop_indexes();
DROP FUNCTION drop_indexes();
-- Missing toast tables/indexes in new cluster
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_char_11_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_char_17_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_char_196_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_char_19_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_char_1_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_char_1_true_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_char_23_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_char_32_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_char_3_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_char_4_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_char_4_true_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_char_variable_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_double_11_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_double_17_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_double_196_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_double_19_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_double_1_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_double_1_true_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_double_23_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_double_32_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_double_3_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_double_4_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_double_4_true_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_double_variable_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int2_11_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int2_17_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int2_196_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int2_19_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int2_1_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int2_1_true_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int2_23_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int2_32_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int2_3_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int2_4_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int2_4_true_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int2_variable_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int4_11_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int4_17_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int4_196_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int4_19_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int4_1_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int4_1_true_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int4_23_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int4_32_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int4_3_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int4_4_false_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int4_4_true_false CASCADE;
DROP TABLE IF EXISTS adp_dropped.alter_distpol_g_int4_variable_false_false CASCADE;
DROP TABLE IF EXISTS public.distrib_part_test CASCADE;
DROP TABLE IF EXISTS public.dml_ao_s CASCADE;
DROP TABLE IF EXISTS public.dml_co_s CASCADE;
DROP TABLE IF EXISTS public.dml_heap_s CASCADE;
DROP TABLE IF EXISTS public.test_tsvector CASCADE;
DROP TABLE IF EXISTS stat_heap3.stat_heap_t3 CASCADE;
DROP TABLE IF EXISTS stat_heap3.stat_part_heap_t3 CASCADE;
DROP TABLE IF EXISTS stat_heap4.stat_heap_t4 CASCADE;
DROP TABLE IF EXISTS stat_heap4.stat_part_heap_t4 CASCADE;
DROP TABLE IF EXISTS stat_heap5.stat_heap_t5 CASCADE;
DROP TABLE IF EXISTS stat_heap5.stat_part_heap_t5 CASCADE;
DROP TABLE IF EXISTS stat_heap6.stat_heap_t6 CASCADE;
DROP TABLE IF EXISTS stat_heap6.stat_part_heap_t6 CASCADE;
-- This one's interesting:
-- No match found in new cluster for old relation with OID 173472 in database "regression": "public.sales_1_prt_bb_pkey" which is an index on "public.newpart"
-- No match found in old cluster for new relation with OID 556718 in database "regression": "public.newpart_pkey" which is an index on "public.newpart"
DROP TABLE IF EXISTS public.newpart CASCADE;
-- This view definition changes after upgrade.
DROP VIEW IF EXISTS v_xpect_triangle_de CASCADE;
-- The dump location for this protocol changes sporadically and causes a false
-- negative. This may indicate a bug in pg_dump's sort priority for PROTOCOLs.
DROP PROTOCOL IF EXISTS demoprot_untrusted;
\c dsp1;
-- drop all AO tables
\ir pre_drop_ao.sql
-- h1 seems to switch AO storage options after upgrade.
DROP TABLE IF EXISTS public.h1 CASCADE;
\c dsp2;
-- drop all AO tables
\ir pre_drop_ao.sql
\c dsp3;
-- drop all AO tables
\ir pre_drop_ao.sql
-- toast table and index aren't correctly migrated for this relation, for some
-- reason
DROP TABLE IF EXISTS public.alter_table_reorg_heap CASCADE;
|
<gh_stars>1-10
USE [AIDE]
GO
/****** Object: Table [dbo].[COMCELL_CLOCK] Script Date: 09/02/2019 1:53:26 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER TABLE COMCELL_CLOCK
ADD MIDDAY VARCHAR(50)
GO
|
-- workload_transaction
\d+ DBE_PERF.workload_transaction
\d+ DBE_PERF.global_workload_transaction
\d+ DBE_PERF.user_transaction
\d+ DBE_PERF.global_user_transaction
-- workload transaction
create table temp_info_before as select * from dbe_perf.workload_transaction ;
begin;
select 1;
commit;
begin;
select 1;
rollback;
create table temp_info_after as select * from dbe_perf.workload_transaction ;
select a.commit_counter - b.commit_counter > 0 as commit, a.rollback_counter - b.rollback_counter > 0 as rollback from temp_info_before b join temp_info_after a on b.workload = a.workload;
select workload, commit_counter >=0, rollback_counter >=0, resp_min >=0, resp_max >=0, resp_avg >=0, resp_total >=0
from dbe_perf.workload_transaction order by workload;
select node_name, workload, commit_counter >=0, rollback_counter >=0, resp_min >= 0, resp_max >= 0, resp_avg >= 0, resp_total >= 0
from DBE_PERF.global_workload_transaction order by node_name, workload;
drop table temp_info_before;
drop table temp_info_after;
-- user transaction
create user workload_u1 password '<PASSWORD>!@#';
create user workload_u2 password '<PASSWORD>!@#';
create user workload_u3 password '<PASSWORD>!@#';
select usename from DBE_PERF.user_transaction where usename like 'workload_u%' order by usename;
select node_name, usename from DBE_PERF.global_user_transaction where usename like 'workload_u%' order by node_name, usename;
drop user workload_u1;
drop user workload_u2;
drop user workload_u3;
select usename from DBE_PERF.user_transaction where usename like 'workload_u%' order by usename;
select node_name, usename from DBE_PERF.global_user_transaction where usename like 'workload_u%' order by node_name, usename;
-- workload sql
show track_sql_count;
SET track_sql_count=on;
start transaction;
create table t1_workload_sql(id int, num int) distribute by hash(id);
insert into t1_workload_sql values(1,1);
update t1_workload_sql set num = 2 where id = 1;
select * from t1_workload_sql;
delete from t1_workload_sql;
drop table t1_workload_sql;
commit;
select workload, ddl_count>=2, dml_count>=4, dcl_count>=2 from DBE_PERF.workload_sql_count;
select workload, ddl_count>=2, dml_count>=4, dcl_count>=2 from DBE_PERF.summary_workload_sql_count where node_name='coordinator1';
select workload, total_select_elapse>0, total_update_elapse>0, total_insert_elapse>0, total_delete_elapse>0 from DBE_PERF.workload_sql_elapse_time;
select workload, max_select_elapse>0, max_update_elapse>0, max_insert_elapse>0, max_delete_elapse>0 from DBE_PERF.workload_sql_elapse_time;
select workload, min_select_elapse>=0, min_update_elapse>=0, min_insert_elapse>=0, min_delete_elapse>=0 from DBE_PERF.workload_sql_elapse_time;
select workload, avg_select_elapse>0, avg_update_elapse>0, avg_insert_elapse>0, avg_delete_elapse>0 from DBE_PERF.workload_sql_elapse_time;
select workload, total_select_elapse>0, total_update_elapse>0, total_insert_elapse>0, total_delete_elapse>0 from DBE_PERF.summary_workload_sql_elapse_time where node_name='coordinator1';
select workload, max_select_elapse>0, max_update_elapse>0, max_insert_elapse>0, max_delete_elapse>0 from DBE_PERF.summary_workload_sql_elapse_time where node_name='coordinator1';
select workload, min_select_elapse>=0, min_update_elapse>=0, min_insert_elapse>=0, min_delete_elapse>=0 from DBE_PERF.summary_workload_sql_elapse_time where node_name='coordinator1';
select workload, avg_select_elapse>0, avg_update_elapse>0, avg_insert_elapse>0, avg_delete_elapse>0 from DBE_PERF.summary_workload_sql_elapse_time where node_name='coordinator1';
|
<reponame>pticostaricags/CustomerFinder<filename>CustomerFinder/CustomerFinderDB/dbo/Functions/Table-valued Functions/fnGetTwitterUserStatusLast30Days.sql
CREATE FUNCTION [dbo].[fnGetTwitterUserStatusLast30Days]
(
@username NVARCHAR(100)
)
RETURNS TABLE
AS
RETURN
(
SELECT TUS.*, TA.Username FROM TwitterUserStatus TUS
INNER JOIN TwitterAccount TA on TUS.TwitterAccountsId = TA.TwitterAccountsId
WHERE TUS.CreatedAt >= DATEADD(DAY, -30, GETUTCDATE())
AND TA.TwitterAccountsId IN
(
SELECT * FROM [dbo].[fnGetTwitterFirstLevelFollowersIds] (@username) as FollowersId
UNION
SELECT * FROM [dbo].[fnGetTwitterSecondLevelFollowersIds] (@username) as FollowersId
)
)
|
SELECT
COUNT(`tq`.`id`) AS `now`,
`tid`.`total`
FROM T_QUESTION AS `tq`
LEFT JOIN T_ID AS `tid`
ON `tq`.`id` = `tid`.`id`
WHERE `tq`.`id` = :id;
|
<reponame>URAmiRBin/steamdb
-- counts how many times a game is sold
SELECT
game_id,
COUNT ( game_id )
FROM
user_games
GROUP BY
game_id;
-- counts how many games a user has bought
SELECT
user_id,
COUNT ( user_id )
FROM
user_games
GROUP BY
user_id;
|
<gh_stars>0
-- MySQL dump 10.14 Distrib 5.5.68-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: coinos
-- ------------------------------------------------------
-- Server version 5.5.68-MariaDB
/*!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 */;
--
-- Current Database: `coinos`
--
/*!40000 DROP DATABASE IF EXISTS `coinos`*/;
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `coinos` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `coinos`;
--
-- Table structure for table `SequelizeMeta`
--
DROP TABLE IF EXISTS `SequelizeMeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SequelizeMeta` (
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`name`),
UNIQUE KEY `name` (`name`),
UNIQUE KEY `SequelizeMeta_name_unique` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `accounts`
--
DROP TABLE IF EXISTS `accounts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `accounts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`asset` varchar(255) DEFAULT NULL,
`createdAt` datetime NOT NULL,
`updatedAt` datetime NOT NULL,
`balance` double DEFAULT NULL,
`pending` double DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`ticker` varchar(255) DEFAULT NULL,
`precision` int(11) DEFAULT NULL,
`domain` varchar(255) DEFAULT NULL,
`contract` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
`index` int(11) NOT NULL DEFAULT '0',
`pubkey` varchar(255) DEFAULT NULL,
`hide` tinyint(1) DEFAULT NULL,
`seed` varchar(255) DEFAULT NULL,
`path` varchar(255) DEFAULT NULL,
`network` varchar(255) DEFAULT NULL,
`privkey` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `asset` (`asset`)
) ENGINE=InnoDB AUTO_INCREMENT=21553 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `codes`
--
DROP TABLE IF EXISTS `codes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `codes` (
`code` varchar(255) NOT NULL DEFAULT '',
`text` text,
PRIMARY KEY (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `deposits`
--
DROP TABLE IF EXISTS `deposits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `deposits` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`createdAt` datetime NOT NULL,
`updatedAt` datetime NOT NULL,
`amount` double DEFAULT NULL,
`credited` tinyint(1) DEFAULT NULL,
`code` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `deposits_user_id_foreign` (`user_id`),
CONSTRAINT `deposits_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4568 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `invoices`
--
DROP TABLE IF EXISTS `invoices`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `invoices` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`text` text,
`createdAt` datetime NOT NULL,
`updatedAt` datetime NOT NULL,
`rate` double DEFAULT NULL,
`currency` varchar(255) NOT NULL,
`address` varchar(255) DEFAULT NULL,
`received` double DEFAULT NULL,
`amount` double DEFAULT NULL,
`tip` double DEFAULT NULL,
`network` varchar(255) DEFAULT NULL,
`unconfidential` varchar(255) DEFAULT NULL,
`uuid` varchar(255) DEFAULT NULL,
`memo` text,
`account_id` int(11) DEFAULT NULL,
`path` varchar(255) DEFAULT NULL,
`webhook` text,
PRIMARY KEY (`id`),
KEY `part_of_unconfidential` (`unconfidential`(10)),
KEY `text_index` (`text`(100)),
KEY `unconfidential_index` (`unconfidential`(100)),
KEY `address_index` (`address`(100)),
KEY `invoices_user_id_foreign` (`user_id`),
KEY `invoices_account_id_foreign` (`account_id`),
CONSTRAINT `invoices_account_id_foreign` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`),
CONSTRAINT `invoices_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=46708 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `linkingkeys`
--
DROP TABLE IF EXISTS `linkingkeys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `linkingkeys` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`hex` varchar(255) DEFAULT NULL,
`createdAt` datetime NOT NULL,
`updatedAt` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12617 DEFAULT CHARSET=latin1;
/*!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(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`batch` int(11) DEFAULT NULL,
`migration_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `migrations_lock`
--
DROP TABLE IF EXISTS `migrations_lock`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `migrations_lock` (
`index` int(10) unsigned NOT NULL AUTO_INCREMENT,
`is_locked` int(11) DEFAULT NULL,
PRIMARY KEY (`index`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `orders`
--
DROP TABLE IF EXISTS `orders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `orders` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`v1` double DEFAULT NULL,
`v2` double DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`createdAt` datetime NOT NULL,
`updatedAt` datetime NOT NULL,
`accepted` tinyint(1) NOT NULL DEFAULT '0',
`a1_id` int(11) DEFAULT NULL,
`a2_id` int(11) DEFAULT NULL,
`completedAt` datetime DEFAULT NULL,
`rate` double DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `orders_user_id_foreign` (`user_id`),
KEY `orders_a1_id_foreign` (`a1_id`),
KEY `orders_a2_id_foreign` (`a2_id`),
CONSTRAINT `orders_a1_id_foreign` FOREIGN KEY (`a1_id`) REFERENCES `accounts` (`id`),
CONSTRAINT `orders_a2_id_foreign` FOREIGN KEY (`a2_id`) REFERENCES `accounts` (`id`),
CONSTRAINT `orders_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=337 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `payments`
--
DROP TABLE IF EXISTS `payments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `payments` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`hash` text,
`createdAt` datetime NOT NULL,
`updatedAt` datetime NOT NULL,
`rate` double DEFAULT NULL,
`currency` varchar(255) DEFAULT NULL,
`address` varchar(255) DEFAULT NULL,
`received` tinyint(1) DEFAULT NULL,
`amount` double DEFAULT NULL,
`tip` double NOT NULL DEFAULT '0',
`confirmed` tinyint(1) NOT NULL,
`fee` double NOT NULL DEFAULT '0',
`network` varchar(255) DEFAULT NULL,
`account_id` int(11) DEFAULT NULL,
`preimage` varchar(255) DEFAULT NULL,
`memo` text,
`redeemed` tinyint(1) NOT NULL DEFAULT '0',
`redeemcode` varchar(255) DEFAULT NULL,
`path` varchar(255) DEFAULT NULL,
`invoice_id` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_redeemcode` (`redeemcode`),
KEY `payments_invoice_id_foreign` (`invoice_id`),
KEY `payments_user_id_foreign` (`user_id`),
KEY `payments_account_id_foreign` (`account_id`),
CONSTRAINT `payments_account_id_foreign` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`),
CONSTRAINT `payments_invoice_id_foreign` FOREIGN KEY (`invoice_id`) REFERENCES `invoices` (`id`),
CONSTRAINT `payments_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29225 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `prs`
--
DROP TABLE IF EXISTS `prs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prs` (
`text` text,
`preimage` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `referrals`
--
DROP TABLE IF EXISTS `referrals`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `referrals` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`sponsor_id` int(11) NOT NULL,
`token` varchar(255) NOT NULL,
`expiry` varchar(255) DEFAULT NULL,
`status` enum('available','used','expired','cancelled') NOT NULL DEFAULT 'available',
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `referrals_user_id_foreign` (`user_id`),
KEY `referrals_sponsor_id_foreign` (`sponsor_id`),
CONSTRAINT `referrals_sponsor_id_foreign` FOREIGN KEY (`sponsor_id`) REFERENCES `users` (`id`),
CONSTRAINT `referrals_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4;
/*!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(11) NOT NULL AUTO_INCREMENT,
`username` varchar(255) DEFAULT NULL,
`password` varchar(255) DEFAULT NULL,
`unit` varchar(255) DEFAULT 'SAT',
`currency` varchar(255) DEFAULT NULL,
`createdAt` datetime NOT NULL,
`updatedAt` datetime NOT NULL,
`twofa` tinyint(1) DEFAULT NULL,
`pin` varchar(255) DEFAULT NULL,
`currencies` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
`otpsecret` varchar(255) DEFAULT NULL,
`account_id` int(11) DEFAULT NULL,
`ip` int(10) unsigned DEFAULT NULL,
`subscriptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
`seed` varchar(255) DEFAULT NULL,
`fiat` tinyint(1) NOT NULL DEFAULT '0',
`index` int(11) NOT NULL DEFAULT '0',
`verified` varchar(255) DEFAULT NULL,
`locked` tinyint(1) DEFAULT '0',
`authyId` varchar(255) DEFAULT NULL,
`admin` tinyint(1) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`phone` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `ip` (`ip`),
KEY `username` (`username`)
) ENGINE=InnoDB AUTO_INCREMENT=15377 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `waiting_list`
--
DROP TABLE IF EXISTS `waiting_list`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `waiting_list` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`email` varchar(255) NOT NULL,
`phone` varchar(255) NOT NULL,
`status` enum('pending','activated','expired','cancelled') NOT NULL,
`user_id` int(11) DEFAULT NULL,
`notes` text,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `waiting_list_user_id_foreign` (`user_id`),
CONSTRAINT `waiting_list_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `withdrawals`
--
DROP TABLE IF EXISTS `withdrawals`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `withdrawals` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`createdAt` datetime NOT NULL,
`updatedAt` datetime NOT NULL,
`amount` double DEFAULT NULL,
`completed` tinyint(1) DEFAULT NULL,
`transit` varchar(255) DEFAULT NULL,
`account` varchar(255) DEFAULT NULL,
`institution` varchar(255) DEFAULT NULL,
`notes` text,
`email` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `withdrawals_user_id_foreign` (`user_id`),
CONSTRAINT `withdrawals_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4119 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!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-12 16:26:08
|
-- Lookup between road and roadlink on fid
CREATE OR REPLACE VIEW osmm_itn.road_roadlink AS
SELECT road_fid,
replace(roadlink_fid, '#', '') AS roadlink_fid
FROM
(SELECT fid AS road_fid,
unnest(networkmember_href) AS roadlink_fid
FROM osmm_itn.road) AS a;
-- Lookup between roadlink and the roadnodes at it's start and end
CREATE OR REPLACE VIEW osmm_itn.roadlink_roadnode AS
SELECT a.roadlink_fid,
replace(a.roadnode_fid::text, '#', '') AS roadnode_fid,
a.directednode_orientation,
a.directednode_gradeseparation
FROM
(SELECT roadlink.fid AS roadlink_fid,
unnest(roadlink.directednode_href) AS roadnode_fid,
unnest(roadlink.directednode_orientation) AS directednode_orientation,
unnest(roadlink.directednode_gradeseparation) AS directednode_gradeseparation
FROM osmm_itn.roadlink) AS a;
-- Lookup between ferrylink and ferrynode on fid
CREATE OR REPLACE VIEW osmm_itn.ferrylink_ferrynode AS
SELECT ferrylink_fid,
replace(ferrynode_fid, '#', '') AS ferrynode_fid
FROM
(SELECT fid AS ferrylink_fid,
unnest(directednode_href) AS ferrynode_fid
FROM osmm_itn.ferrylink) AS a;
-- Lookup between ferryterminal and ferrynode on fid. A duplicate of
-- ferryterminal_roadnode as ferryterminal.referencetonetwork_href references
-- both ferrynode and roadnode
CREATE OR REPLACE VIEW osmm_itn.ferryterminal_ferrynode AS
SELECT ferryterminal_fid,
replace(ferrynode_fid, '#', '') AS ferrynode_fid
FROM
(SELECT fid AS ferryterminal_fid,
unnest(referencetonetwork_href) AS ferrynode_fid
FROM osmm_itn.ferryterminal) AS a;
-- Lookup between ferryterminal and roadnode on fid. A duplicate of
-- ferryterminal_ferrynode as ferryterminal.referencetonetwork_href references
-- both ferrynode and roadnode
CREATE OR REPLACE VIEW osmm_itn.ferryterminal_roadnode AS
SELECT ferryterminal_fid,
replace(roadnode_fid, '#', '') AS roadnode_fid
FROM
(SELECT fid AS ferryterminal_fid,
unnest(referencetonetwork_href) AS roadnode_fid
FROM osmm_itn.ferryterminal) AS a;
-- Lookup between roadrouteinformation and roadlink on fid including the order
-- of each roadlink associated with a given roadrouteinformation row
CREATE OR REPLACE VIEW osmm_itn.roadrouteinformation_roadlink AS
SELECT roadrouteinformation_fid,
replace(roadlink_fid, '#', '') AS roadlink_fid,
roadlink_order
FROM
(SELECT fid AS roadrouteinformation_fid,
unnest(directedlink_href) AS roadlink_fid,
generate_subscripts(directedlink_href, 1) AS roadlink_order
FROM osmm_itn.roadrouteinformation) AS a;
-- Lookup between roadlinkinformation and roadlink on fid
-- Used to link in additional RRI to the network
CREATE OR REPLACE VIEW osmm_itn.roadlinkinformation_roadlink AS
SELECT fid AS roadlinkinformation_fid,
replace(referencetoroadlink_href, '#', '') AS roadlink_fid
FROM osmm_itn.roadlinkinformation;
-- Each roadlink with associated roadname(s) and fid of road in case more info
-- is required
CREATE OR REPLACE VIEW osmm_itn.roads AS
SELECT array_to_string(road.roadname, ', ') AS roadname,
road.fid AS road_fid,
roadlink.*
FROM osmm_itn.roadlink AS roadlink
LEFT JOIN osmm_itn.road_roadlink AS road_roadlink ON (roadlink.fid = road_roadlink.roadlink_fid)
LEFT JOIN osmm_itn.road AS road ON (road_roadlink.road_fid = road.fid);
|
<gh_stars>0
-- phpMyAdmin SQL Dump
-- version 5.1.0
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Oct 11, 2021 at 02:24 PM
-- Server version: 10.4.19-MariaDB
-- PHP Version: 7.4.19
-- --------------------------------------------------------
--
-- Dumping data for table `vendors`
--
INSERT INTO `vendors` (`id`, `name`, `slug`, `desc`, `logo`, `banner`, `address`, `email`, `website`, `phone_no`, `latitude`, `longitude`, `order_min_amount`, `order_pre_time`, `auto_reject_time`, `commission_percent`, `commission_fixed_per_order`, `commission_monthly`, `dine_in`, `takeaway`, `delivery`, `status`, `add_category`, `setting`, `is_show_vendor_details`, `created_at`, `updated_at`, `show_slot`, `vendor_templete_id`, `auto_accept_order`) VALUES
(1, 'Flywheel', 'flywheel', NULL, 'vendor/kMTjc9TATs2qflKon3GZss5j4wANzfBKeSjqH7Nm.jpg', 'vendor/8c2XFWji25iTF4x8usv1NDqNt28FOBv6daYTWe4F.png', 'Sector 40, Chandigarh, India', '<EMAIL>', NULL, '9874563456', '30.739443900000', '76.737980800000', '0.00', '0', NULL, 10, '10.00', NULL, 0, 0, 1, 1, 1, 0, 0, NULL, '2021-10-11 10:54:51', 1, 2, 0),
(2, 'Spread Love', 'spread-love', NULL, 'vendor/d95ukJzHoOIQFtVnqs2uQGrcsfEClBHxeMvcw6WD.png', 'vendor/eJ9Uo3Yio8qt3ZD2HTikne5Rq442NDHr3eddYC0J.jpg', 'Sector 26, Chandigarh, India', '<EMAIL>', NULL, '9867845635', '30.729958600000', '76.810103800000', '0.00', '0', NULL, 13, '13.00', NULL, 1, 1, 1, 1, 1, 0, 0, '2021-10-04 19:03:12', '2021-10-11 10:54:27', 1, 2, 0),
(3, 'The Red Cafe', 'the-red-cafe', NULL, 'vendor/9s02B4OdWyXTm2Hb9rXlUOTHJtfiUzVYfNiHXrXd.png', 'vendor/mhEgIxPquCrdqy2fBP0QvF4g1YlQRD0T63o60j9a.jpg', 'Sector 43, Chandigarh, India', '<EMAIL>', NULL, '9865478467', '30.719058600000', '76.748704400000', '0.00', '0', NULL, 10, '10.00', NULL, 1, 1, 1, 1, 1, 0, 0, '2021-10-04 19:05:24', '2021-10-11 10:54:11', 1, 2, 0),
(4, 'Shipmate', 'shipmate', NULL, 'vendor/K8P4SSyKwo33pBlHnqDgrFTRHRDFyJOOKDHxNlbJ.png', 'vendor/hZHrXAPaJbL1APnGfdNvxXsrqfcKPejaML6vrAjr.jpg', 'Chandigarh, India', '<EMAIL>', NULL, '9823451123', '30.733314800000', '76.779417900000', '0.00', '0', NULL, 12, '12.00', NULL, 0, 0, 1, 1, 1, 0, 0, '2021-10-04 19:07:18', '2021-10-07 05:48:24', 1, 2, 0),
(5, 'West Zone', 'west-zone', NULL, 'vendor/FhiQAQ7avgPCv1osVsUIztld64HFclWgjAiIsODw.jpg', 'vendor/khKzjIp9ZByYYTEquG9SyLPOY29cli3yYQoXLZZu.jpg', 'Sector 22, Chandigarh, India', '<EMAIL>', NULL, '9867543123', '30.732038500000', '76.772633400000', '0.00', '0', NULL, 12, '12.00', NULL, 0, 0, 1, 1, 1, 0, 0, '2021-10-04 19:09:13', '2021-10-11 10:53:54', 1, 2, 0),
(6, 'HealthMart', 'healthmart', NULL, 'vendor/4y22qOyXWIwSG2gKhWnpMSLzxFgN65cRbDmOl1a7.png', 'vendor/yGCLI2hGlbNql1R7zBsYmJXmqRnaZXAp2ocrpWNa.jpg', 'Sector 27, Chandigarh, India', '<EMAIL>', NULL, '8936453362', '30.723634600000', '76.797631700000', '0.00', '0', NULL, 15, '15.00', NULL, 0, 0, 1, 1, 1, 0, 0, '2021-10-04 19:14:22', '2021-10-11 11:55:30', 1, 5, 0),
(7, 'Plog Electronics', 'plog-electronics', NULL, 'vendor/kJ2PVrwXdJjHVuVN4dw9GADtw3sy4sBDHwmShRRM.jpg', 'vendor/KeMcZT3kUMlduxSrQXCS6jJzQUzy3bUbo19Lf76p.jpg', 'Sector 17, Chandigarh, India', '<EMAIL>', NULL, '9809545246', '30.741051700000', '76.779015000000', '0.00', '0', NULL, 14, '14.00', NULL, 0, 0, 1, 1, 1, 0, 0, '2021-10-04 19:17:32', '2021-10-11 10:53:15', 1, 2, 0),
(8, 'Dressify', 'dressify', NULL, 'vendor/w3evi2alGLaDHp1MvZ7Caiv7JAAFgZn7zKaVtxB6.jpg', 'vendor/eduHNF09phhpAIUoLnNCyQM5Ltw8gBL0yw8D8VZR.jpg', 'Sector 19, Chandigarh, India', '<EMAIL>', NULL, '9875936245', '30.729363100000', '76.791972800000', '0.00', '0', NULL, 12, '12.00', NULL, 0, 0, 1, 1, 1, 0, 0, '2021-10-04 19:21:24', '2021-10-11 10:53:00', 1, 2, 0),
(9, 'Cinch', 'cinch', NULL, 'vendor/yhA5rN6E0vdXYNwpCNiAZNXMxiQUROGUeJGUDHss.jpg', 'vendor/a1LFdIUqtGOTD6IeFVTw0OJ9phrTgRBFtbufMTUP.png', 'Sector 22, Chandigarh, India', '<EMAIL>', NULL, '9468393425', '30.732038500000', '76.772633400000', '0.00', '0', NULL, 14, '14.00', NULL, 0, 0, 1, 1, 1, 0, 0, '2021-10-04 20:48:03', '2021-10-11 10:52:45', 1, 2, 0);
--
-- Dumping data for table `addon_sets`
--
INSERT INTO `addon_sets` (`id`, `title`, `min_select`, `max_select`, `position`, `status`, `is_core`, `vendor_id`, `created_at`, `updated_at`) VALUES
(1, 'Small Parcels', 1, 1, 1, 1, 1, NULL, NULL, NULL),
(2, 'Number of bedrooms?', 1, 1, 1, 1, 1, 9, '2021-10-04 20:53:53', '2021-10-04 20:53:53'),
(3, 'What kind of car services you require ?', 1, 1, 1, 1, 1, 9, '2021-10-04 20:54:22', '2021-10-04 20:54:22'),
(4, 'Number of Bathrooms ?', 1, 1, 1, 1, 1, 9, '2021-10-04 20:54:50', '2021-10-04 20:54:50'),
(5, 'Jackets', 1, 1, 1, 1, 1, 8, '2021-10-11 09:21:30', '2021-10-11 09:21:30'),
(6, 'Coats', 1, 1, 1, 1, 1, 8, '2021-10-11 09:21:58', '2021-10-11 09:21:58'),
(7, 'Denim', 1, 1, 1, 1, 1, 8, '2021-10-11 09:22:25', '2021-10-11 09:22:25'),
(8, 'Fluffy jackets', 1, 1, 1, 1, 1, 8, '2021-10-11 09:22:54', '2021-10-11 09:22:54'),
(9, 'partywear', 1, 1, 1, 1, 1, 8, '2021-10-11 09:23:37', '2021-10-11 09:23:37'),
(10, 'Printed dress', 1, 1, 1, 1, 1, 8, '2021-10-11 09:24:23', '2021-10-11 09:24:23'),
(11, 'Shirt', 1, 1, 1, 1, 1, 8, '2021-10-11 09:25:19', '2021-10-11 09:25:19'),
(12, 'causal t shirt', 1, 1, 1, 1, 1, 8, '2021-10-11 09:25:49', '2021-10-11 09:25:49'),
(13, 'caprii', 1, 1, 1, 1, 1, 8, '2021-10-11 09:26:35', '2021-10-11 09:26:35'),
(14, 'short', 1, 1, 1, 1, 1, 8, '2021-10-11 09:27:25', '2021-10-11 09:27:38'),
(15, 'scirt', 1, 1, 1, 1, 1, 8, '2021-10-11 09:27:59', '2021-10-11 09:27:59'),
(16, 'sweaters', 1, 1, 1, 1, 1, 8, '2021-10-11 09:28:29', '2021-10-11 09:28:29'),
(17, 'Asus Zenbook 14', 1, 1, 1, 1, 1, 7, '2021-10-11 09:37:27', '2021-10-11 09:37:27'),
(18, 'HP Pavilion 15', 1, 1, 1, 1, 1, 7, '2021-10-11 09:39:11', '2021-10-11 09:39:11'),
(19, 'Macbook Pro M1 Chip', 1, 1, 1, 1, 1, 7, '2021-10-11 09:41:13', '2021-10-11 09:41:13'),
(20, 'Iphone 12 Pro Max', 1, 1, 1, 1, 1, 7, '2021-10-11 09:43:03', '2021-10-11 09:43:03'),
(21, 'Oneplus 9Pro', 1, 1, 1, 1, 1, 7, '2021-10-11 09:45:03', '2021-10-11 09:45:03'),
(22, 'Samsung Note 20 Ultra', 1, 1, 1, 1, 1, 7, '2021-10-11 09:46:29', '2021-10-11 09:46:29'),
(23, 'Inspiron 14 Laptop', 1, 1, 1, 2, 1, 8, '2021-10-11 09:48:06', '2021-10-11 09:49:06'),
(24, 'Inspiron14Laptop', 1, 1, 1, 1, 1, 7, '2021-10-11 09:50:12', '2021-10-11 09:50:12'),
(25, 'Lenovo IdeaPad Slim', 1, 1, 1, 1, 1, 7, '2021-10-11 09:51:00', '2021-10-11 09:51:00'),
(26, 'Acer Nitro 5 Gaming Laptop', 1, 1, 1, 1, 1, 7, '2021-10-11 09:51:50', '2021-10-11 09:51:50'),
(27, 'OnePlus 9R 5G', 1, 1, 1, 1, 1, 7, '2021-10-11 09:52:22', '2021-10-11 09:52:22'),
(28, 'Samsung Galaxy S20 FE 5G', 1, 1, 1, 1, 1, 7, '2021-10-11 09:52:56', '2021-10-11 09:52:56'),
(29, 'OPPO F19 Pro', 1, 1, 1, 1, 1, 7, '2021-10-11 09:54:07', '2021-10-11 09:54:07'),
(30, 'Vitamin C + Zinc', 1, 1, 1, 1, 1, 6, '2021-10-11 09:57:12', '2021-10-11 09:57:12'),
(31, 'Folic B9', 1, 1, 1, 1, 1, 6, '2021-10-11 09:57:47', '2021-10-11 09:57:47'),
(32, 'Casein Protein', 1, 1, 1, 1, 1, 6, '2021-10-11 09:58:20', '2021-10-11 09:58:20'),
(33, 'Thermometer', 1, 1, 1, 1, 1, 6, '2021-10-11 09:58:47', '2021-10-11 09:58:47'),
(34, 'Pulse Oximeter', 1, 1, 1, 1, 1, 6, '2021-10-11 10:00:14', '2021-10-11 10:00:14'),
(35, 'Breathe Free Vaporizer', 1, 1, 1, 1, 1, 6, '2021-10-11 10:01:42', '2021-10-11 10:01:42'),
(36, 'Vitamin B-12', 1, 1, 1, 1, 1, 6, '2021-10-11 10:02:29', '2021-10-11 10:02:29'),
(37, 'Hemp Protein', 1, 1, 1, 1, 1, 6, '2021-10-11 10:02:55', '2021-10-11 10:02:55'),
(38, 'Brown Rice', 1, 1, 1, 2, 1, 6, '2021-10-11 10:03:31', '2021-10-11 11:35:10'),
(39, 'Blood Glucose Monitors', 1, 1, 1, 1, 1, 6, '2021-10-11 10:04:24', '2021-10-11 10:04:24'),
(40, 'Blood Glucose Monitors', 1, 1, 1, 2, 1, 6, '2021-10-11 10:04:25', '2021-10-11 10:04:50'),
(41, 'Pedometers And Weighing Scales', 1, 1, 1, 1, 1, 6, '2021-10-11 10:05:18', '2021-10-11 10:05:18'),
(42, 'Bananas', 1, 1, 1, 1, 1, 5, '2021-10-11 10:07:30', '2021-10-11 10:07:30'),
(43, 'Raspberries Mexico', 1, 1, 1, 1, 1, 5, '2021-10-11 10:08:04', '2021-10-11 10:08:04'),
(44, 'Pears Forelle', 1, 1, 1, 1, 1, 5, '2021-10-11 10:08:42', '2021-10-11 10:08:42'),
(45, 'Tomato', 1, 1, 1, 1, 1, 5, '2021-10-11 10:09:29', '2021-10-11 10:09:29'),
(46, 'Sweet Potato Australia', 1, 1, 1, 1, 1, 5, '2021-10-11 10:10:34', '2021-10-11 10:10:34'),
(47, 'Cauliflower', 1, 1, 1, 1, 1, 5, '2021-10-11 10:11:10', '2021-10-11 10:11:10'),
(48, 'Choco lava cake', 1, 1, 1, 1, 1, 5, '2021-10-11 10:12:12', '2021-10-11 10:12:12'),
(49, 'Black Forest', 1, 1, 1, 1, 1, 5, '2021-10-11 10:14:24', '2021-10-11 10:14:24'),
(50, 'Brown Eggs', 1, 1, 1, 1, 1, 5, '2021-10-11 10:15:04', '2021-10-11 10:15:04'),
(51, 'Apple', 1, 1, 1, 1, 1, 5, '2021-10-11 10:15:46', '2021-10-11 10:15:46'),
(52, 'Watermelon', 1, 1, 1, 1, 1, 5, '2021-10-11 10:16:50', '2021-10-11 10:16:50'),
(53, 'cabbage', 1, 1, 1, 1, 1, 5, '2021-10-11 10:17:26', '2021-10-11 10:17:26'),
(54, 'broccoli', 1, 1, 1, 1, 1, 5, '2021-10-11 10:18:02', '2021-10-11 10:18:02'),
(55, 'cheese', 1, 1, 1, 1, 1, 5, '2021-10-11 10:18:59', '2021-10-11 10:18:59'),
(56, 'Milk shake', 1, 1, 1, 1, 1, 5, '2021-10-11 10:20:22', '2021-10-11 10:20:22'),
(57, 'Prawn Pie', 1, 1, 1, 1, 1, 3, '2021-10-11 10:23:29', '2021-10-11 10:23:29'),
(58, 'Crispy Calamari Rings', 1, 1, 1, 1, 1, 3, '2021-10-11 10:26:19', '2021-10-11 10:26:19'),
(59, 'Yorkshire Lamb Patties', 1, 1, 1, 1, 1, 3, '2021-10-11 10:26:47', '2021-10-11 10:26:47'),
(60, 'Roesti And Salad', 1, 1, 1, 1, 1, 3, '2021-10-11 10:27:32', '2021-10-11 10:27:32'),
(61, 'Paneer Steak', 1, 1, 1, 1, 1, 3, '2021-10-11 10:28:28', '2021-10-11 10:28:28'),
(62, 'Apple Sausage Plait.', 1, 1, 1, 1, 1, 3, '2021-10-11 10:29:07', '2021-10-11 10:29:07'),
(63, 'Pizza Fritta', 1, 1, 1, 1, 1, 2, '2021-10-11 10:30:10', '2021-10-11 10:30:10'),
(64, 'Tomato Bacon Pasta', 1, 1, 1, 1, 1, 2, '2021-10-11 10:30:42', '2021-10-11 10:30:42'),
(65, 'Pasta Carbonara', 1, 1, 1, 1, 1, 2, '2021-10-11 10:31:25', '2021-10-11 10:31:25'),
(66, 'Focaccia Bread', 1, 1, 1, 1, 1, 2, '2021-10-11 10:32:11', '2021-10-11 10:32:11'),
(67, 'Dim Sums', 1, 1, 1, 1, 1, 2, '2021-10-11 10:32:53', '2021-10-11 10:32:53'),
(68, 'Chicken with Chestnuts', 1, 1, 1, 1, 1, 2, '2021-10-11 10:33:27', '2021-10-11 10:33:27'),
(69, 'Spring Rolls', 1, 1, 1, 1, 1, 2, '2021-10-11 10:34:13', '2021-10-11 10:34:13'),
(70, 'Stir Fried Tofu with Rice', 1, 1, 1, 1, 1, 2, '2021-10-11 10:34:58', '2021-10-11 10:34:58'),
(71, 'Polenta', 1, 1, 1, 1, 1, 2, '2021-10-11 10:35:41', '2021-10-11 10:35:41'),
(72, 'Osso buco', 1, 1, 1, 1, 1, 2, '2021-10-11 10:36:51', '2021-10-11 10:36:51'),
(73, 'Quick Noodles', 1, 1, 1, 1, 1, 2, '2021-10-11 10:37:12', '2021-10-11 10:37:12'),
(74, 'SzechwanChilliChicken', 1, 1, 1, 1, 1, 2, '2021-10-11 10:38:05', '2021-10-11 10:38:05'),
(75, 'Acer Nitro 5 Gaming Laptop', 1, 1, 1, 1, 1, 7, '2021-10-11 10:49:14', '2021-10-11 10:49:14');
--
-- Dumping data for table `categories`
--
INSERT INTO `categories` (`id`, `icon`, `slug`, `type_id`, `image`, `is_visible`, `status`, `position`, `is_core`, `can_add_products`, `parent_id`, `vendor_id`, `client_code`, `display_mode`, `warning_page_id`, `template_type_id`, `warning_page_design`, `created_at`, `updated_at`, `deleted_at`, `show_wishlist`) VALUES
(1, NULL, 'Root', 3, NULL, 0, 1, 1, 1, 0, NULL, NULL, NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL, 1),
(2, 'category/icon/RWMrSUmootTCFHz8npUZ8226QNwIPElNjpi6yRxn.svg', 'Delivery', 7, 'category/image/YCKm5Wg6gOzGLcJzvBWrqFUFAedTO2UyxjpXW2Ji.jpg', 1, 1, 1, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, '0', NULL, '2021-10-04 18:16:21', NULL, 1),
(3, 'category/icon/dV6s6hp3N5wjaBecDTh0rsX215mAmJlZxsTqxOUX.svg', 'Restaurant', 3, 'category/image/so6wbch80ReRj6v98nDoAsdQmvWexcr5TBNMKrVh.jpg', 1, 1, 5, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, '0', NULL, '2021-10-06 06:06:25', NULL, 1),
(4, 'category/icon/aEYyg9aS0dudM8MSsNM9fxSdAx4rr5fG3D4wQVGX.svg', 'Supermarket', 3, 'category/image/MHOXYu4zK3nftnwI4R3wThKEhhg9vYgEau903Y2K.jpg', 1, 1, 6, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, '0', NULL, '2021-10-04 18:24:11', NULL, 1),
(5, 'category/icon/MWCp0xZXXgbQaQvVC3Kg2XTedLWI8bqc8bYJnegS.svg', 'Pharmacy', 3, 'category/image/YQo8N8MSqBxp8Btv5c5MnGIPCNK8IZGUsMo7kAbL.jpg', 1, 1, 7, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, '0', NULL, '2021-10-06 06:10:21', NULL, 1),
(6, NULL, 'Send something', 1, NULL, 1, 1, 1, 1, 1, 2, NULL, NULL, '1', NULL, NULL, NULL, NULL, '2021-10-04 17:43:24', '2021-10-04 17:43:24', 1),
(7, NULL, 'Buy something', 1, NULL, 1, 1, 1, 1, 1, 2, NULL, NULL, '1', NULL, NULL, NULL, NULL, '2021-10-04 17:43:29', '2021-10-04 17:43:29', 1),
(8, 'category/icon/t1CwbeuA1FoGnW4vmpfWAO4zrVPB6KiOITEXLoxU.png', 'Vegetables', 1, 'category/image/uP3FdUkice6kKhFiNDY8hn9ZxGbyIgKGCIyT5mkn.jpg', 1, 1, 2, 1, 1, 4, NULL, NULL, NULL, NULL, NULL, '0', NULL, '2021-10-04 18:26:40', NULL, 1),
(9, 'category/icon/uXRj5nfITgRWQnyxb6ou0AhAivZ8kGrZwKh7gTuE.png', 'Fruits', 1, 'category/image/PBLNwITUYuHil4feqe4eXGoWJRufICuAkmukdfpB.jpg', 1, 1, 1, 1, 1, 4, NULL, NULL, NULL, NULL, NULL, '0', NULL, '2021-10-04 18:25:27', NULL, 1),
(10, 'category/icon/Rdy4E0oeDX1nbrKbszDTRb8hAG5l02biG3ZQmN4W.png', 'Dairy and Eggs', 1, 'category/image/1bgiM0KT23xGZP7115HI0aoojrnty5ilz2g4MeJU.jpg', 1, 1, 3, 1, 1, 4, NULL, NULL, NULL, NULL, NULL, '0', NULL, '2021-10-04 18:28:47', NULL, 1),
(11, NULL, 'E-Commerce', 1, NULL, 1, 1, 1, 1, 1, 1, NULL, NULL, '1', NULL, NULL, NULL, NULL, '2021-10-04 17:50:55', '2021-10-04 17:50:55', 1),
(12, NULL, 'Cloth', 1, NULL, 1, 1, 1, 1, 1, 1, NULL, NULL, '1', NULL, NULL, NULL, NULL, '2021-10-04 17:50:58', '2021-10-04 17:50:58', 1),
(13, NULL, 'Dispatcher', 1, NULL, 1, 1, 1, 1, 1, 1, NULL, NULL, '1', NULL, NULL, NULL, NULL, '2021-10-04 17:51:01', '2021-10-04 17:51:01', 1),
(14, 'category/icon/qXoD1zc6nhpTYzNRoEMUl9BqeJESdf6GyvBNltmd.png', 'italian', 1, 'category/image/G4ePl9eipTDm8huheFJUUEfbyN45bYkavrCs2D49.jpg', 1, 1, 1, 1, 1, 3, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 17:58:35', '2021-10-04 18:20:36', NULL, 1),
(15, 'category/icon/hbiwMvyTzksdpjX6OaPJHFGAwiXZryjpNpYoSt2b.png', 'continental', 1, 'category/image/29q6MhYCSljobFJpmlVfN8niQLJo47kv7ePDiyRc.jpg', 1, 1, 3, 1, 1, 3, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 17:58:54', '2021-10-04 18:23:59', NULL, 1),
(16, 'category/icon/yaYZA4gFCVPg1VXh72PUPwhxPxXf7hfht2Ro1E53.png', 'chinese', 1, 'category/image/K4zuQnKlpl9h5C9m29hX9v4PYolArpTugTPFKSNY.jpg', 1, 1, 2, 1, 1, 3, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 17:59:17', '2021-10-04 18:21:57', NULL, 1),
(17, 'category/icon/dGTJPXadYhQ7pUKIFhequRdwZVBKE8ybxmfg9P0M.png', 'fitness', 1, 'category/image/QrxrOTqtIsX3PbWP1Lo4Sa7ee5J4XxbFOMX9bYW5.jpg', 1, 1, 1, 1, 1, 5, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:01:29', '2021-10-04 18:30:06', NULL, 1),
(18, 'category/icon/QbOZTj6r3WWqMWAat2oUlc4xujhUa2lYe9S7SSbL.png', 'healthcare', 1, 'category/image/P83sey2SwBY3t1KjeDTHTy69y7MwlErlRSwKgw8K.png', 1, 1, 2, 1, 1, 5, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:01:57', '2021-10-04 18:31:38', NULL, 1),
(19, 'category/icon/mIzK7P6TBemvw9JAiI7JdfXQQG65z8bDLDvCFToV.png', 'electronics', 3, 'category/image/YMb6SgE7KzRMBtT1ZIZU0YWQsraaWg3pyb000Rb7.jpg', 1, 1, 8, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:04:26', '2021-10-04 18:31:57', NULL, 1),
(20, 'category/icon/LWbscqM2Jn4oHtflsO7LuqMm1zaMrB2Y5HwtzCwf.png', 'mobiles', 1, 'category/image/jbZ84GfGMvMwA4m3Ps3yBwzNverV38W1L2yvVKaH.png', 1, 1, 1, 1, 1, 19, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:05:16', '2021-10-04 18:33:07', NULL, 1),
(21, 'category/icon/DNJafCwN6Lz4oUyiVtakniTuKUMCCsZ3Ty6b0fpC.png', 'laptops', 1, 'category/image/7VgnbZoJ4kBPK9Rub3Y57GYk44UyQcmqY3IHdfJn.jpg', 1, 1, 2, 1, 1, 19, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:09:04', '2021-10-11 11:06:10', NULL, 1),
(22, 'category/icon/G33Uu0pDIE8w2IGPI27JrjRtMV5EPswjWpq0Ks08.svg', 'homecare', 8, 'category/image/u4wvFNI6Gb9S2FsVNwxE7I9dgg0JOSTrJOAboyxa.jpg', 1, 1, 10, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:09:38', '2021-10-04 18:38:08', NULL, 1),
(23, 'category/icon/iA09rFDNXHtDTbvUoamASX4SsKAWWWwpnkL5hKx9.png', 'acservices', 8, 'category/image/DXOqWWe00Rj7CElolyRe5H59srn0R4CA2b9dgx63.jpg', 1, 1, 1, 1, 0, 22, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:10:06', '2021-10-04 18:39:18', NULL, 1),
(24, 'category/icon/XI6Nh00c9xkt3tWoE7fT9JWKPt42Cl8Fyrv40XR4.png', 'cleaningservice', 8, 'category/image/KT2lsCWZBccTkod06SohnYa3maydEJS6f7ADwlkH.png', 1, 1, 2, 1, 0, 22, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:10:50', '2021-10-04 18:40:17', NULL, 1),
(25, 'category/icon/dSPNHq7gC58jsXBLrOXoNGM58W7A5SlkgFH5oOSn.png', 'pest-control', 8, 'category/image/6yUdxG582TyzcAL75ib36jd0x0yvzXj7wLlgj5WB.jpg', 1, 1, 3, 1, 0, 22, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:11:13', '2021-10-04 18:41:12', NULL, 1),
(26, 'category/icon/Rpp2mHmWkHdsDTSEnXyb31bFXdiK53XgymVj8swI.svg', 'fashion', 3, 'category/image/e0K99aCMDkWAzkOKCMusDQYsfNjtBhTWQ55Kk8as.jpg', 1, 1, 9, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:11:50', '2021-10-06 13:54:35', NULL, 1),
(27, 'category/icon/pXlcKR5tO4Viq4KOfL29L4Qs3O7moy0567pTPyL8.png', 'men', 1, 'category/image/caikV2y1rYWD0OIg9djkgL3xG00R2l4CIcm2kobx.png', 1, 1, 1, 1, 1, 26, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:13:09', '2021-10-04 18:36:03', NULL, 1),
(28, 'category/icon/l48XdoJCbOJ46jJcoXGr0cOIfDqdX3MHzPrCf0x9.png', 'women', 1, 'category/image/A3SPk9e1NfMdgcKIhVtP5z3M2aAVAxCqWdjNaOk5.jpg', 1, 1, 2, 1, 1, 26, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:13:32', '2021-10-04 18:37:46', NULL, 1),
(29, 'category/icon/ZHuoAWmRWMpISGLoggN50fCgm4WoMOr6oXpY56PD.svg', 'cabservice', 7, 'category/image/dYZ1Ddb7ctgBsvGkAW04yKltqDAw4lrnvEY8tmZ1.jpg', 1, 1, 2, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:13:53', '2021-10-04 18:18:23', NULL, 1),
(30, 'category/icon/RoqHcb594WAwFtv2M45NqtwMiuI9IYsX8Jn2BpVL.svg', 'motoservice', 7, 'category/image/cDjiDNDCMM2kd014UA7oDZ5ZRlPmGgNPuWDIsvQM.jpg', 1, 1, 3, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:14:25', '2021-10-04 18:18:38', NULL, 1),
(31, 'category/icon/gu0xfHqLjvqwuFitNYHLxJOHirhUZ7wLJhHpg4QQ.svg', 'autoservice', 7, 'category/image/RLHNmawkzB9TlIkMODSSJiasmYG09jk1jAQxnqDE.jpg', 1, 1, 4, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, '0', '2021-10-04 18:15:11', '2021-10-04 18:18:50', NULL, 1);
--
-- Dumping data for table `addon_options`
--
INSERT INTO `addon_options` (`id`, `title`, `addon_id`, `position`, `price`, `created_at`, `updated_at`) VALUES
(1, 'Small parcel', 1, 1, '100.00', NULL, NULL),
(2, '1 Bedroom', 2, 1, '10.00', '2021-10-04 20:53:54', '2021-10-04 20:53:54'),
(3, '2 Bedrooms', 2, 2, '12.00', '2021-10-04 20:53:54', '2021-10-04 20:53:54'),
(4, '3 Bedrooms', 2, 3, '13.00', '2021-10-04 20:53:54', '2021-10-04 20:53:54'),
(5, 'Interior Clean Up', 3, 1, '12.00', '2021-10-04 20:54:22', '2021-10-04 20:54:22'),
(6, 'Exterior Clean up', 3, 2, '14.00', '2021-10-04 20:54:22', '2021-10-04 20:54:22'),
(7, '1 Bathroom', 4, 1, '8.00', '2021-10-04 20:54:50', '2021-10-04 20:54:50'),
(8, '2 Bathrooms', 4, 2, '10.00', '2021-10-04 20:54:50', '2021-10-04 20:54:50'),
(9, 'medium', 5, 1, '7.00', '2021-10-11 09:21:30', '2021-10-11 09:21:30'),
(10, 'large', 5, 2, '14.00', '2021-10-11 09:21:30', '2021-10-11 09:21:30'),
(11, 'Short', 6, 1, '10.00', '2021-10-11 09:21:58', '2021-10-11 09:21:58'),
(12, 'Long', 6, 2, '15.00', '2021-10-11 09:21:58', '2021-10-11 09:21:58'),
(13, 'medium', 7, 1, '8.00', '2021-10-11 09:22:25', '2021-10-11 09:22:25'),
(14, 'large', 7, 2, '16.00', '2021-10-11 09:22:25', '2021-10-11 09:22:25'),
(15, 'medium', 8, 1, '7.00', '2021-10-11 09:22:54', '2021-10-11 09:22:54'),
(16, 'large', 8, 2, '14.00', '2021-10-11 09:22:54', '2021-10-11 09:22:54'),
(17, 'xl', 9, 1, '7.00', '2021-10-11 09:23:37', '2021-10-11 09:23:37'),
(18, 'xxl', 9, 2, '15.00', '2021-10-11 09:23:37', '2021-10-11 09:23:37'),
(19, 'xl', 10, 1, '8.00', '2021-10-11 09:24:23', '2021-10-11 09:24:23'),
(20, 'xxl', 10, 2, '16.00', '2021-10-11 09:24:23', '2021-10-11 09:24:23'),
(21, 'xl', 11, 1, '7.00', '2021-10-11 09:25:19', '2021-10-11 09:25:19'),
(22, 'xxl', 11, 2, '15.00', '2021-10-11 09:25:19', '2021-10-11 09:25:19'),
(23, 'xl', 12, 1, '5.00', '2021-10-11 09:25:49', '2021-10-11 09:25:49'),
(24, 'xxl', 12, 2, '10.00', '2021-10-11 09:25:49', '2021-10-11 09:25:49'),
(25, 'xl', 13, 1, '5.00', '2021-10-11 09:26:35', '2021-10-11 09:26:35'),
(26, 'xxl', 13, 2, '10.00', '2021-10-11 09:26:35', '2021-10-11 09:26:35'),
(27, 'xl', 14, 1, '7.00', '2021-10-11 09:27:25', '2021-10-11 09:27:25'),
(28, 'xxl', 14, 2, '14.00', '2021-10-11 09:27:25', '2021-10-11 09:27:25'),
(29, 'Half', 15, 1, '7.00', '2021-10-11 09:27:59', '2021-10-11 09:27:59'),
(30, 'full', 15, 2, '10.00', '2021-10-11 09:27:59', '2021-10-11 09:27:59'),
(31, 'xl', 16, 1, '7.00', '2021-10-11 09:28:29', '2021-10-11 09:28:29'),
(32, 'xxl', 16, 2, '14.00', '2021-10-11 09:28:29', '2021-10-11 09:28:29'),
(33, '8 gb', 17, 1, '40.00', '2021-10-11 09:37:27', '2021-10-11 09:41:43'),
(34, '12 gb', 17, 2, '45.00', '2021-10-11 09:37:27', '2021-10-11 09:41:43'),
(35, '16 inch screen', 18, 1, '45.00', '2021-10-11 09:39:11', '2021-10-11 09:41:58'),
(36, '14 inch screen', 18, 2, '50.00', '2021-10-11 09:39:11', '2021-10-11 09:41:58'),
(37, '8 GB RAM', 19, 1, '50.00', '2021-10-11 09:41:13', '2021-10-11 09:41:13'),
(38, '16 GB RAM', 19, 2, '55.00', '2021-10-11 09:41:13', '2021-10-11 09:41:13'),
(39, '12gb RAM', 20, 1, '52.00', '2021-10-11 09:43:03', '2021-10-11 09:43:03'),
(40, '16gb RAM', 20, 2, '55.00', '2021-10-11 09:43:03', '2021-10-11 09:43:03'),
(41, '8gb', 21, 1, '45.00', '2021-10-11 09:45:03', '2021-10-11 09:45:03'),
(42, '16gb', 21, 2, '50.00', '2021-10-11 09:45:03', '2021-10-11 09:45:03'),
(43, '8gb', 22, 1, '46.00', '2021-10-11 09:46:29', '2021-10-11 09:46:47'),
(44, '16gb', 22, 2, '50.00', '2021-10-11 09:46:29', '2021-10-11 09:46:47'),
(45, '8 GB', 23, 1, '20.00', '2021-10-11 09:48:06', '2021-10-11 09:48:06'),
(46, '16 GB', 23, 2, '25.00', '2021-10-11 09:48:06', '2021-10-11 09:48:06'),
(47, '8gb', 24, 1, '20.00', '2021-10-11 09:50:12', '2021-10-11 09:50:12'),
(48, '16gb', 24, 2, '23.00', '2021-10-11 09:50:12', '2021-10-11 09:50:12'),
(49, '8gb', 25, 1, '19.00', '2021-10-11 09:51:00', '2021-10-11 09:51:00'),
(50, '16gb', 25, 2, '23.00', '2021-10-11 09:51:00', '2021-10-11 09:51:00'),
(51, '8gb', 26, 1, '23.00', '2021-10-11 09:51:50', '2021-10-11 09:51:50'),
(52, '16gb', 26, 2, '25.00', '2021-10-11 09:51:50', '2021-10-11 09:51:50'),
(53, '8gb', 27, 1, '16.00', '2021-10-11 09:52:22', '2021-10-11 09:52:22'),
(54, '16gb', 27, 2, '20.00', '2021-10-11 09:52:22', '2021-10-11 09:52:22'),
(55, '8gb', 28, 1, '18.00', '2021-10-11 09:52:56', '2021-10-11 09:52:56'),
(56, '16gb', 28, 2, '20.00', '2021-10-11 09:52:56', '2021-10-11 09:52:56'),
(57, '8gb', 29, 1, '12.00', '2021-10-11 09:54:07', '2021-10-11 09:54:07'),
(58, '16gb', 29, 2, '20.00', '2021-10-11 09:54:07', '2021-10-11 09:54:07'),
(59, '1', 30, 1, '10.00', '2021-10-11 09:57:12', '2021-10-11 09:57:12'),
(60, '2', 30, 2, '20.00', '2021-10-11 09:57:12', '2021-10-11 09:57:12'),
(61, '1', 31, 1, '11.00', '2021-10-11 09:57:47', '2021-10-11 09:57:47'),
(62, '2', 31, 2, '21.00', '2021-10-11 09:57:47', '2021-10-11 09:57:47'),
(63, '1', 32, 1, '16.00', '2021-10-11 09:58:20', '2021-10-11 09:58:20'),
(64, '2', 32, 2, '32.00', '2021-10-11 09:58:20', '2021-10-11 09:58:20'),
(65, '1', 33, 1, '15.00', '2021-10-11 09:58:47', '2021-10-11 09:58:47'),
(66, '2', 33, 2, '30.00', '2021-10-11 09:58:47', '2021-10-11 09:58:47'),
(67, '1', 34, 1, '14.00', '2021-10-11 10:00:14', '2021-10-11 10:00:52'),
(68, '2', 34, 2, '28.00', '2021-10-11 10:00:14', '2021-10-11 10:00:52'),
(69, '1', 35, 1, '18.00', '2021-10-11 10:01:42', '2021-10-11 10:01:42'),
(70, '2', 35, 2, '36.00', '2021-10-11 10:01:42', '2021-10-11 10:01:42'),
(71, '1', 36, 1, '16.00', '2021-10-11 10:02:29', '2021-10-11 10:02:29'),
(72, '2', 36, 2, '32.00', '2021-10-11 10:02:29', '2021-10-11 10:02:29'),
(73, '1', 37, 1, '14.00', '2021-10-11 10:02:55', '2021-10-11 10:02:55'),
(74, '2', 37, 2, '28.00', '2021-10-11 10:02:55', '2021-10-11 10:02:55'),
(75, '1', 38, 1, '13.00', '2021-10-11 10:03:31', '2021-10-11 10:03:31'),
(76, '2', 38, 2, '26.00', '2021-10-11 10:03:31', '2021-10-11 10:03:31'),
(77, '1', 39, 1, '12.00', '2021-10-11 10:04:24', '2021-10-11 10:04:24'),
(78, '2', 39, 2, '24.00', '2021-10-11 10:04:24', '2021-10-11 10:04:24'),
(79, '1', 40, 1, '12.00', '2021-10-11 10:04:25', '2021-10-11 10:04:25'),
(80, '2', 40, 2, '24.00', '2021-10-11 10:04:25', '2021-10-11 10:04:25'),
(81, '1', 41, 1, '12.00', '2021-10-11 10:05:18', '2021-10-11 10:05:18'),
(82, '2', 41, 2, '24.00', '2021-10-11 10:05:18', '2021-10-11 10:05:18'),
(83, '2Kg', 42, 1, '12.00', '2021-10-11 10:07:30', '2021-10-11 10:07:30'),
(84, '3Kg', 42, 2, '18.00', '2021-10-11 10:07:30', '2021-10-11 10:07:30'),
(85, '2Kg', 43, 1, '16.00', '2021-10-11 10:08:04', '2021-10-11 10:08:04'),
(86, '3Kg', 43, 2, '24.00', '2021-10-11 10:08:04', '2021-10-11 10:08:04'),
(87, '1Kg', 44, 1, '14.00', '2021-10-11 10:08:42', '2021-10-11 10:08:42'),
(88, '2Kg', 44, 2, '21.00', '2021-10-11 10:08:42', '2021-10-11 10:08:42'),
(89, '2Kg', 45, 1, '20.00', '2021-10-11 10:09:29', '2021-10-11 10:09:29'),
(90, '3Kg', 45, 2, '30.00', '2021-10-11 10:09:30', '2021-10-11 10:09:30'),
(91, '2Kg', 46, 1, '24.00', '2021-10-11 10:10:35', '2021-10-11 10:10:35'),
(92, '3Kg', 46, 2, '36.00', '2021-10-11 10:10:35', '2021-10-11 10:10:35'),
(93, '2Kg', 47, 1, '18.00', '2021-10-11 10:11:10', '2021-10-11 10:11:10'),
(94, '3Kg', 47, 2, '27.00', '2021-10-11 10:11:10', '2021-10-11 10:11:10'),
(95, '1kg', 48, 1, '14.00', '2021-10-11 10:12:12', '2021-10-11 10:13:20'),
(96, '2kg', 48, 2, '21.00', '2021-10-11 10:12:12', '2021-10-11 10:13:20'),
(97, '1Kg', 49, 1, '32.00', '2021-10-11 10:14:24', '2021-10-11 10:14:24'),
(98, '2Kg', 49, 2, '40.00', '2021-10-11 10:14:24', '2021-10-11 10:14:24'),
(99, '12', 50, 1, '11.00', '2021-10-11 10:15:04', '2021-10-11 10:15:04'),
(100, '24', 50, 2, '21.00', '2021-10-11 10:15:04', '2021-10-11 10:15:04'),
(101, '2Kg', 51, 1, '24.00', '2021-10-11 10:15:46', '2021-10-11 10:15:46'),
(102, '3Kg', 51, 2, '36.00', '2021-10-11 10:15:46', '2021-10-11 10:15:46'),
(103, '2Kg', 52, 1, '24.00', '2021-10-11 10:16:50', '2021-10-11 10:16:50'),
(104, '3Kg', 52, 2, '36.00', '2021-10-11 10:16:50', '2021-10-11 10:16:50'),
(105, '2Kg', 53, 1, '24.00', '2021-10-11 10:17:26', '2021-10-11 10:17:26'),
(106, '3Kg', 53, 2, '30.00', '2021-10-11 10:17:26', '2021-10-11 10:17:26'),
(107, '2Kg', 54, 1, '30.00', '2021-10-11 10:18:02', '2021-10-11 10:18:02'),
(108, '3Kg', 54, 2, '35.00', '2021-10-11 10:18:02', '2021-10-11 10:18:02'),
(109, '2', 55, 1, '28.00', '2021-10-11 10:18:59', '2021-10-11 10:19:22'),
(110, '3', 55, 2, '31.00', '2021-10-11 10:18:59', '2021-10-11 10:19:22'),
(111, '2', 56, 1, '25.00', '2021-10-11 10:20:22', '2021-10-11 10:20:22'),
(112, '3', 56, 2, '30.00', '2021-10-11 10:20:22', '2021-10-11 10:20:22'),
(113, 'Half', 57, 1, '9.00', '2021-10-11 10:23:29', '2021-10-11 10:23:29'),
(114, 'Full', 57, 2, '18.00', '2021-10-11 10:23:29', '2021-10-11 10:23:29'),
(115, 'Half', 58, 1, '10.00', '2021-10-11 10:26:19', '2021-10-11 10:26:19'),
(116, 'Full', 58, 2, '20.00', '2021-10-11 10:26:19', '2021-10-11 10:26:19'),
(117, 'Half', 59, 1, '14.00', '2021-10-11 10:26:47', '2021-10-11 10:26:47'),
(118, 'Full', 59, 2, '28.00', '2021-10-11 10:26:47', '2021-10-11 10:26:47'),
(119, 'Half', 60, 1, '13.00', '2021-10-11 10:27:32', '2021-10-11 10:27:32'),
(120, 'Full', 60, 2, '26.00', '2021-10-11 10:27:32', '2021-10-11 10:27:32'),
(121, 'Half', 61, 1, '12.00', '2021-10-11 10:28:28', '2021-10-11 10:28:28'),
(122, 'Full', 61, 2, '24.00', '2021-10-11 10:28:28', '2021-10-11 10:28:28'),
(123, 'Half', 62, 1, '12.00', '2021-10-11 10:29:07', '2021-10-11 10:29:07'),
(124, 'Full', 62, 2, '24.00', '2021-10-11 10:29:07', '2021-10-11 10:29:07'),
(125, 'medium', 63, 1, '9.00', '2021-10-11 10:30:10', '2021-10-11 10:30:10'),
(126, 'Large', 63, 2, '18.00', '2021-10-11 10:30:10', '2021-10-11 10:30:10'),
(127, 'Half', 64, 1, '8.00', '2021-10-11 10:30:42', '2021-10-11 10:30:42'),
(128, 'Full', 64, 2, '16.00', '2021-10-11 10:30:42', '2021-10-11 10:30:42'),
(129, 'Half', 65, 1, '12.00', '2021-10-11 10:31:25', '2021-10-11 10:31:25'),
(130, 'Full', 65, 2, '24.00', '2021-10-11 10:31:25', '2021-10-11 10:31:25'),
(131, 'Half', 66, 1, '11.00', '2021-10-11 10:32:11', '2021-10-11 10:32:11'),
(132, 'Full', 66, 2, '21.00', '2021-10-11 10:32:11', '2021-10-11 10:32:11'),
(133, 'Half', 67, 1, '8.00', '2021-10-11 10:32:53', '2021-10-11 10:32:53'),
(134, 'Full', 67, 2, '16.00', '2021-10-11 10:32:53', '2021-10-11 10:32:53'),
(135, 'Half', 68, 1, '10.00', '2021-10-11 10:33:27', '2021-10-11 10:33:27'),
(136, 'Full', 68, 2, '20.00', '2021-10-11 10:33:27', '2021-10-11 10:33:27'),
(137, 'Half', 69, 1, '7.00', '2021-10-11 10:34:13', '2021-10-11 10:34:13'),
(138, 'Full', 69, 2, '14.00', '2021-10-11 10:34:13', '2021-10-11 10:34:13'),
(139, 'Half', 70, 1, '12.00', '2021-10-11 10:34:58', '2021-10-11 10:34:58'),
(140, 'Full', 70, 2, '24.00', '2021-10-11 10:34:58', '2021-10-11 10:34:58'),
(141, 'Half', 71, 1, '17.00', '2021-10-11 10:35:41', '2021-10-11 10:35:41'),
(142, 'Full', 71, 2, '24.00', '2021-10-11 10:35:41', '2021-10-11 10:35:41'),
(143, 'Half', 72, 1, '15.00', '2021-10-11 10:36:51', '2021-10-11 10:36:51'),
(144, 'Full', 72, 2, '30.00', '2021-10-11 10:36:51', '2021-10-11 10:36:51'),
(145, 'Half', 73, 1, '12.00', '2021-10-11 10:37:12', '2021-10-11 10:37:12'),
(146, 'Full', 73, 2, '24.00', '2021-10-11 10:37:12', '2021-10-11 10:37:12'),
(147, 'Half', 74, 1, '17.00', '2021-10-11 10:38:05', '2021-10-11 10:38:05'),
(148, 'Full', 74, 2, '25.00', '2021-10-11 10:38:05', '2021-10-11 10:38:05'),
(149, '8gb', 75, 1, '23.00', '2021-10-11 10:49:14', '2021-10-11 10:49:14'),
(150, '16gb', 75, 2, '30.00', '2021-10-11 10:49:14', '2021-10-11 10:49:14');
-- --------------------------------------------------------
--
-- Dumping data for table `addon_option_translations`
--
INSERT INTO `addon_option_translations` (`id`, `title`, `addon_opt_id`, `language_id`, `created_at`, `updated_at`) VALUES
(1, 'Small parcel', 1, 1, NULL, '2021-10-06 09:46:51'),
(2, '1 Bedroom', 2, 1, NULL, '2021-10-06 09:46:51'),
(3, '2 Bedrooms', 3, 1, NULL, '2021-10-06 09:46:51'),
(4, '3 Bedrooms', 4, 1, NULL, '2021-10-06 09:46:51'),
(5, 'Interior Clean Up', 5, 1, NULL, '2021-10-06 09:46:51'),
(6, 'Exterior Clean up', 6, 1, NULL, '2021-10-06 09:46:51'),
(7, '1 Bathroom', 7, 1, NULL, '2021-10-06 09:46:51'),
(8, '2 Bathrooms', 8, 1, NULL, '2021-10-06 09:46:51'),
(9, 'medium', 9, 1, NULL, NULL),
(10, 'large', 10, 1, NULL, NULL),
(11, 'Short', 11, 1, NULL, NULL),
(12, 'Long', 12, 1, NULL, NULL),
(13, 'medium', 13, 1, NULL, NULL),
(14, 'large', 14, 1, NULL, NULL),
(15, 'medium', 15, 1, NULL, NULL),
(16, 'large', 16, 1, NULL, NULL),
(17, 'xl', 17, 1, NULL, NULL),
(18, 'xxl', 18, 1, NULL, NULL),
(19, 'xl', 19, 1, NULL, NULL),
(20, 'xxl', 20, 1, NULL, NULL),
(21, 'xl', 21, 1, NULL, NULL),
(22, 'xxl', 22, 1, NULL, NULL),
(23, 'xl', 23, 1, NULL, NULL),
(24, 'xxl', 24, 1, NULL, NULL),
(25, 'xl', 25, 1, NULL, NULL),
(26, 'xxl', 26, 1, NULL, NULL),
(27, 'xl', 27, 1, NULL, NULL),
(28, 'xxl', 28, 1, NULL, NULL),
(29, 'Half', 29, 1, NULL, NULL),
(30, 'full', 30, 1, NULL, NULL),
(31, 'xl', 31, 1, NULL, NULL),
(32, 'xxl', 32, 1, NULL, NULL),
(33, '8 gb', 33, 1, NULL, NULL),
(34, '12 gb', 34, 1, NULL, NULL),
(35, '16 inch screen', 35, 1, NULL, NULL),
(36, '14 inch screen', 36, 1, NULL, NULL),
(37, '8 GB RAM', 37, 1, NULL, NULL),
(38, '16 GB RAM', 38, 1, NULL, NULL),
(39, '12gb RAM', 39, 1, NULL, NULL),
(40, '16gb RAM', 40, 1, NULL, NULL),
(41, '8gb', 41, 1, NULL, NULL),
(42, '16gb', 42, 1, NULL, NULL),
(43, '8gb', 43, 1, NULL, NULL),
(44, '16gb', 44, 1, NULL, NULL),
(45, '8 GB', 45, 1, NULL, NULL),
(46, '16 GB', 46, 1, NULL, NULL),
(47, '8gb', 47, 1, NULL, NULL),
(48, '16gb', 48, 1, NULL, NULL),
(49, '8gb', 49, 1, NULL, NULL),
(50, '16gb', 50, 1, NULL, NULL),
(51, '8gb', 51, 1, NULL, NULL),
(52, '16gb', 52, 1, NULL, NULL),
(53, '8gb', 53, 1, NULL, NULL),
(54, '16gb', 54, 1, NULL, NULL),
(55, '8gb', 55, 1, NULL, NULL),
(56, '16gb', 56, 1, NULL, NULL),
(57, '8gb', 57, 1, NULL, NULL),
(58, '16gb', 58, 1, NULL, NULL),
(59, '1', 59, 1, NULL, NULL),
(60, '2', 60, 1, NULL, NULL),
(61, '1', 61, 1, NULL, NULL),
(62, '2', 62, 1, NULL, NULL),
(63, '1', 63, 1, NULL, NULL),
(64, '2', 64, 1, NULL, NULL),
(65, '1', 65, 1, NULL, NULL),
(66, '2', 66, 1, NULL, NULL),
(67, '1', 67, 1, NULL, NULL),
(68, '2', 68, 1, NULL, NULL),
(69, '1', 69, 1, NULL, NULL),
(70, '2', 70, 1, NULL, NULL),
(71, '1', 71, 1, NULL, NULL),
(72, '2', 72, 1, NULL, NULL),
(73, '1', 73, 1, NULL, NULL),
(74, '2', 74, 1, NULL, NULL),
(75, '1', 75, 1, NULL, NULL),
(76, '2', 76, 1, NULL, NULL),
(77, '1', 77, 1, NULL, NULL),
(78, '2', 78, 1, NULL, NULL),
(79, '1', 79, 1, NULL, NULL),
(80, '2', 80, 1, NULL, NULL),
(81, '1', 81, 1, NULL, NULL),
(82, '2', 82, 1, NULL, NULL),
(83, '2Kg', 83, 1, NULL, NULL),
(84, '3Kg', 84, 1, NULL, NULL),
(85, '2Kg', 85, 1, NULL, NULL),
(86, '3Kg', 86, 1, NULL, NULL),
(87, '1Kg', 87, 1, NULL, NULL),
(88, '2Kg', 88, 1, NULL, NULL),
(89, '2Kg', 89, 1, NULL, NULL),
(90, '3Kg', 90, 1, NULL, NULL),
(91, '2Kg', 91, 1, NULL, NULL),
(92, '3Kg', 92, 1, NULL, NULL),
(93, '2Kg', 93, 1, NULL, NULL),
(94, '3Kg', 94, 1, NULL, NULL),
(95, '1kg', 95, 1, NULL, '2021-10-11 10:13:20'),
(96, '2kg', 96, 1, NULL, '2021-10-11 10:13:20'),
(97, '1Kg', 97, 1, NULL, NULL),
(98, '2Kg', 98, 1, NULL, NULL),
(99, '12', 99, 1, NULL, NULL),
(100, '24', 100, 1, NULL, NULL),
(101, '2Kg', 101, 1, NULL, NULL),
(102, '3Kg', 102, 1, NULL, NULL),
(103, '2Kg', 103, 1, NULL, NULL),
(104, '3Kg', 104, 1, NULL, NULL),
(105, '2Kg', 105, 1, NULL, NULL),
(106, '3Kg', 106, 1, NULL, NULL),
(107, '2Kg', 107, 1, NULL, NULL),
(108, '3Kg', 108, 1, NULL, NULL),
(109, '2', 109, 1, NULL, '2021-10-11 10:19:22'),
(110, '3', 110, 1, NULL, '2021-10-11 10:19:22'),
(111, '2', 111, 1, NULL, NULL),
(112, '3', 112, 1, NULL, NULL),
(113, 'Half', 113, 1, NULL, NULL),
(114, 'Full', 114, 1, NULL, NULL),
(115, 'Half', 115, 1, NULL, NULL),
(116, 'Full', 116, 1, NULL, NULL),
(117, 'Half', 117, 1, NULL, NULL),
(118, 'Full', 118, 1, NULL, NULL),
(119, 'Half', 119, 1, NULL, NULL),
(120, 'Full', 120, 1, NULL, NULL),
(121, 'Half', 121, 1, NULL, NULL),
(122, 'Full', 122, 1, NULL, NULL),
(123, 'Half', 123, 1, NULL, NULL),
(124, 'Full', 124, 1, NULL, NULL),
(125, 'medium', 125, 1, NULL, NULL),
(126, 'Large', 126, 1, NULL, NULL),
(127, 'Half', 127, 1, NULL, NULL),
(128, 'Full', 128, 1, NULL, NULL),
(129, 'Half', 129, 1, NULL, NULL),
(130, 'Full', 130, 1, NULL, NULL),
(131, 'Half', 131, 1, NULL, NULL),
(132, 'Full', 132, 1, NULL, NULL),
(133, 'Half', 133, 1, NULL, NULL),
(134, 'Full', 134, 1, NULL, NULL),
(135, 'Half', 135, 1, NULL, NULL),
(136, 'Full', 136, 1, NULL, NULL),
(137, 'Half', 137, 1, NULL, NULL),
(138, 'Full', 138, 1, NULL, NULL),
(139, 'Half', 139, 1, NULL, NULL),
(140, 'Full', 140, 1, NULL, NULL),
(141, 'Half', 141, 1, NULL, NULL),
(142, 'Full', 142, 1, NULL, NULL),
(143, 'Half', 143, 1, NULL, NULL),
(144, 'Full', 144, 1, NULL, NULL),
(145, 'Half', 145, 1, NULL, NULL),
(146, 'Full', 146, 1, NULL, NULL),
(147, 'Half', 147, 1, NULL, NULL),
(148, 'Full', 148, 1, NULL, NULL),
(149, '8gb', 149, 1, NULL, NULL),
(150, '16gb', 150, 1, NULL, NULL);
-- --------------------------------------------------------
-- --------------------------------------------------------
--
-- Dumping data for table `addon_set_translations`
--
INSERT INTO `addon_set_translations` (`id`, `title`, `addon_id`, `language_id`, `created_at`, `updated_at`) VALUES
(1, 'Small Parcels', 1, 1, NULL, NULL),
(2, 'Number of bedrooms?', 2, 1, NULL, NULL),
(3, 'What kind of car services you require ?', 3, 1, NULL, NULL),
(4, 'Number of Bathrooms ?', 4, 1, NULL, NULL),
(5, 'Jackets', 5, 1, NULL, NULL),
(6, 'Coats', 6, 1, NULL, NULL),
(7, 'Denim', 7, 1, NULL, NULL),
(8, 'Fluffy jackets', 8, 1, NULL, NULL),
(9, 'partywear', 9, 1, NULL, NULL),
(10, 'Printed dress', 10, 1, NULL, NULL),
(11, 'Shirt', 11, 1, NULL, NULL),
(12, 'causal t shirt', 12, 1, NULL, NULL),
(13, 'caprii', 13, 1, NULL, NULL),
(14, 'short', 14, 1, NULL, '2021-10-11 09:27:38'),
(15, 'scirt', 15, 1, NULL, NULL),
(16, 'sweaters', 16, 1, NULL, NULL),
(17, 'Asus Zenbook 14', 17, 1, NULL, NULL),
(18, 'HP Pavilion 15', 18, 1, NULL, NULL),
(19, 'Macbook Pro M1 Chip', 19, 1, NULL, NULL),
(20, 'Iphone 12 Pro Max', 20, 1, NULL, NULL),
(21, 'Oneplus 9Pro', 21, 1, NULL, NULL),
(22, 'Samsung Note 20 Ultra', 22, 1, NULL, NULL),
(23, 'Inspiron 14 Laptop', 23, 1, NULL, NULL),
(24, 'Inspiron14Laptop', 24, 1, NULL, NULL),
(25, 'Lenovo IdeaPad Slim', 25, 1, NULL, NULL),
(26, 'Acer Nitro 5 Gaming Laptop', 26, 1, NULL, NULL),
(27, 'OnePlus 9R 5G', 27, 1, NULL, NULL),
(28, 'Samsung Galaxy S20 FE 5G', 28, 1, NULL, NULL),
(29, 'OPPO F19 Pro', 29, 1, NULL, NULL),
(30, 'Vitamin C + Zinc', 30, 1, NULL, NULL),
(31, 'Folic B9', 31, 1, NULL, NULL),
(32, 'Casein Protein', 32, 1, NULL, NULL),
(33, 'Thermometer', 33, 1, NULL, NULL),
(34, 'Pulse Oximeter', 34, 1, NULL, NULL),
(35, 'Breathe Free Vaporizer', 35, 1, NULL, NULL),
(36, 'Vitamin B-12', 36, 1, NULL, NULL),
(37, 'Hemp Protein', 37, 1, NULL, NULL),
(38, 'Brown Rice', 38, 1, NULL, NULL),
(39, 'Blood Glucose Monitors', 39, 1, NULL, NULL),
(40, 'Blood Glucose Monitors', 40, 1, NULL, NULL),
(41, 'Pedometers And Weighing Scales', 41, 1, NULL, NULL),
(42, 'Bananas', 42, 1, NULL, NULL),
(43, 'Raspberries Mexico', 43, 1, NULL, NULL),
(44, 'Pears Forelle', 44, 1, NULL, NULL),
(45, 'Tomato', 45, 1, NULL, NULL),
(46, 'Sweet Potato Australia', 46, 1, NULL, NULL),
(47, 'Cauliflower', 47, 1, NULL, NULL),
(48, 'Choco lava cake', 48, 1, NULL, NULL),
(49, 'Black Forest', 49, 1, NULL, NULL),
(50, 'Brown Eggs', 50, 1, NULL, NULL),
(51, 'Apple', 51, 1, NULL, NULL),
(52, 'Watermelon', 52, 1, NULL, NULL),
(53, 'cabbage', 53, 1, NULL, NULL),
(54, 'broccoli', 54, 1, NULL, NULL),
(55, 'cheese', 55, 1, NULL, NULL),
(56, 'Milk shake', 56, 1, NULL, NULL),
(57, 'Prawn Pie', 57, 1, NULL, NULL),
(58, 'Crispy Calamari Rings', 58, 1, NULL, NULL),
(59, 'Yorkshire Lamb Patties', 59, 1, NULL, NULL),
(60, 'Roesti And Salad', 60, 1, NULL, NULL),
(61, 'Paneer Steak', 61, 1, NULL, NULL),
(62, 'Apple Sausage Plait.', 62, 1, NULL, NULL),
(63, 'Pizza Fritta', 63, 1, NULL, NULL),
(64, 'Tomato Bacon Pasta', 64, 1, NULL, NULL),
(65, 'Pasta Carbonara', 65, 1, NULL, NULL),
(66, 'Focaccia Bread', 66, 1, NULL, NULL),
(67, 'Dim Sums', 67, 1, NULL, NULL),
(68, 'Chicken with Chestnuts', 68, 1, NULL, NULL),
(69, 'Spring Rolls', 69, 1, NULL, NULL),
(70, 'Stir Fried Tofu with Rice', 70, 1, NULL, NULL),
(71, 'Polenta', 71, 1, NULL, NULL),
(72, 'Osso buco', 72, 1, NULL, NULL),
(73, 'Quick Noodles', 73, 1, NULL, NULL),
(74, 'SzechwanChilliChicken', 74, 1, NULL, NULL),
(75, 'Acer Nitro 5 Gaming Laptop', 75, 1, NULL, NULL);
-- --------------------------------------------------------
--
-- Dumping data for table `brands`
--
INSERT INTO `brands` (`id`, `title`, `image`, `image_banner`, `position`, `status`, `created_at`, `updated_at`) VALUES
(1, '<NAME>', 'brand/9aQWMpFc5Gw5jjs3pPutTs90ig6Y8HqPFvWeobSs.jpg', NULL, 4, 1, NULL, '2021-10-05 04:52:26'),
(2, '<NAME>', 'brand/9jMdTBAiPUjq7b4ffuKFtL3PRkAhe7ZQTZHAjXZV.png', NULL, 3, 1, NULL, '2021-10-05 04:52:26'),
(3, 'Horsewaver', 'brand/Pf1X9NWjYKCgNTCUhyb0SY3mbhGlPbiPAQLz7zre.jpg', NULL, 2, 1, NULL, '2021-10-05 04:52:26'),
(4, 'Foodeer', 'brand/DKv8wbdhBbYN8Sqd0riEOvZqrHbRxhsRiHpOpZT3.png', NULL, 1, 1, NULL, '2021-10-05 04:49:10');
-- --------------------------------------------------------
INSERT INTO `variants` (`id`, `title`, `type`, `position`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Size', 1, 1, 1, NULL, NULL),
(2, 'Color', 2, 2, 1, NULL, NULL),
(3, 'Phones', 1, 3, 1, NULL, NULL);
--
-- Dumping data for table `variant_options`
--
INSERT INTO `variant_options` (`id`, `title`, `variant_id`, `hexacode`, `position`, `created_at`, `updated_at`) VALUES
(1, 'Small', 1, '', 1, NULL, NULL),
(2, 'White', 2, '#ffffff', 1, NULL, NULL),
(3, 'Black', 2, '#000000', 1, NULL, NULL),
(4, 'Grey', 2, '#808080', 1, NULL, NULL),
(5, 'Medium', 1, '', 1, NULL, NULL),
(6, 'Large', 1, '', 1, NULL, NULL),
(7, 'IPhone', 3, '', 1, NULL, NULL),
(8, 'Samsung', 3, '', 1, NULL, NULL),
(9, 'Xiaomi', 3, '', 1, NULL, NULL);
--
-- Dumping data for table `brand_categories`
--
INSERT INTO `brand_categories` (`id`, `brand_id`, `category_id`, `created_at`, `updated_at`) VALUES
(9, 4, 16, NULL, NULL),
(10, 4, 14, NULL, NULL),
(11, 4, 15, NULL, NULL),
(12, 3, 26, NULL, NULL),
(13, 3, 27, NULL, NULL),
(14, 3, 28, NULL, NULL),
(15, 2, 26, NULL, NULL),
(16, 2, 16, NULL, NULL),
(17, 2, 9, NULL, NULL),
(18, 2, 8, NULL, NULL),
(19, 2, 10, NULL, NULL),
(20, 1, 26, NULL, NULL),
(21, 1, 17, NULL, NULL),
(22, 1, 18, NULL, NULL);
-- --------------------------------------------------------
-- --------------------------------------------------------
--
-- Dumping data for table `category_translations`
--
INSERT INTO `category_translations` (`id`, `name`, `trans-slug`, `meta_title`, `meta_description`, `meta_keywords`, `category_id`, `language_id`, `created_at`, `updated_at`) VALUES
(1, 'root', '', 'root', '', '', 1, 1, NULL, '2021-10-06 09:46:51'),
(2, 'Delivery', '', 'Delivery', NULL, NULL, 2, 1, NULL, '2021-10-06 09:46:51'),
(3, 'Restaurant', '', 'Restaurant', NULL, NULL, 3, 1, NULL, '2021-10-06 09:46:51'),
(4, 'Supermarket', '', 'Supermarket', NULL, NULL, 4, 1, NULL, '2021-10-06 09:46:51'),
(5, 'Pharmacy', '', 'Pharmacy', NULL, NULL, 5, 1, NULL, '2021-10-06 09:46:51'),
(6, 'Send something', '', 'Send something', '', '', 6, 1, NULL, '2021-10-06 09:46:51'),
(7, 'Buy something', '', 'Buy something', '', '', 7, 1, NULL, '2021-10-06 09:46:51'),
(8, 'Vegetables', '', 'Vegetables', NULL, NULL, 8, 1, NULL, '2021-10-06 09:46:51'),
(9, 'Fruits', '', 'Fruits', NULL, NULL, 9, 1, NULL, '2021-10-06 09:46:51'),
(10, 'Dairy and Eggs', '', 'Dairy and Eggs', NULL, NULL, 10, 1, NULL, '2021-10-06 09:46:51'),
(11, 'E-Commerce', '', 'E-Commerce', '', '', 11, 1, NULL, '2021-10-06 09:46:51'),
(12, 'Cloth', '', 'Cloth', '', '', 12, 1, NULL, '2021-10-06 09:46:51'),
(13, 'Dispatcher', '', 'Dispatcher', '', '', 13, 1, NULL, '2021-10-06 09:46:51'),
(14, 'Italian', NULL, 'Italian', NULL, NULL, 14, 1, '2021-10-04 17:58:35', '2021-10-06 09:46:51'),
(15, 'Continental', NULL, 'Continental', NULL, NULL, 15, 1, '2021-10-04 17:58:54', '2021-10-06 09:46:51'),
(16, 'Chinese', NULL, 'Chinese', NULL, NULL, 16, 1, '2021-10-04 17:59:17', '2021-10-06 09:46:51'),
(17, 'Fitness & Supplement', NULL, 'Fitness & Supplement', NULL, NULL, 17, 1, '2021-10-04 18:01:29', '2021-10-06 09:46:51'),
(18, 'Healthcare Device', NULL, 'Healthcare Device', NULL, NULL, 18, 1, '2021-10-04 18:01:57', '2021-10-06 09:46:51'),
(19, 'Electronics', NULL, 'Electronics', NULL, NULL, 19, 1, '2021-10-04 18:04:26', '2021-10-06 09:46:51'),
(20, 'Mobiles Phones', NULL, 'Mobiles Phones', NULL, NULL, 20, 1, '2021-10-04 18:05:16', '2021-10-06 09:46:51'),
(21, 'Laptops', NULL, 'Laptops', NULL, NULL, 21, 1, '2021-10-04 18:09:04', '2021-10-06 09:46:51'),
(22, 'Home Care', NULL, 'Home Care', NULL, NULL, 22, 1, '2021-10-04 18:09:38', '2021-10-06 09:46:51'),
(23, 'AC Service & Repair', NULL, 'AC Service & Repair', NULL, NULL, 23, 1, '2021-10-04 18:10:06', '2021-10-06 09:46:51'),
(24, 'Cleaning Service', NULL, 'Cleaning Service', NULL, NULL, 24, 1, '2021-10-04 18:10:50', '2021-10-06 09:46:51'),
(25, 'Pest Control', NULL, 'Pest Control', NULL, NULL, 25, 1, '2021-10-04 18:11:13', '2021-10-06 09:46:51'),
(26, 'Fashion', NULL, 'Fashion', NULL, NULL, 26, 1, '2021-10-04 18:11:50', '2021-10-06 09:46:51'),
(27, 'Men', NULL, 'Men', NULL, NULL, 27, 1, '2021-10-04 18:13:09', '2021-10-06 09:46:51'),
(28, 'Women', NULL, 'Women', NULL, NULL, 28, 1, '2021-10-04 18:13:32', '2021-10-06 09:46:51'),
(29, 'Cab Service', NULL, 'Cab Service', NULL, NULL, 29, 1, '2021-10-04 18:13:53', '2021-10-06 09:46:51'),
(30, 'Moto Service', NULL, 'Moto Service', NULL, NULL, 30, 1, '2021-10-04 18:14:25', '2021-10-06 09:46:51'),
(31, 'Auto Service', NULL, 'Auto Service', NULL, NULL, 31, 1, '2021-10-04 18:15:11', '2021-10-06 09:46:51');
-- --------------------------------------------------------
--
-- Dumping data for table `products`
--
INSERT INTO `products` (`id`, `sku`, `title`, `url_slug`, `description`, `body_html`, `vendor_id`, `category_id`, `type_id`, `country_origin_id`, `is_new`, `is_featured`, `is_live`, `is_physical`, `weight`, `weight_unit`, `has_inventory`, `has_variant`, `sell_when_out_of_stock`, `requires_shipping`, `Requires_last_mile`, `averageRating`, `inquiry_only`, `publish_at`, `created_at`, `updated_at`, `brand_id`, `tax_category_id`, `deleted_at`, `pharmacy_check`, `tags`, `need_price_from_dispatcher`, `mode_of_service`) VALUES
(1, 'sku-id1633375333', '1', 'sku-id1633375333', NULL, NULL, 1, NULL, 1, NULL, 1, 1, 1, 1, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:22:13', NULL, NULL, '2021-10-04 19:22:13', 0, NULL, NULL, NULL),
(2, 'TS001', 'Royo XL', 'TS001', NULL, '', 1, 29, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, '2021-10-04 19:24:08', NULL, '2021-10-04 19:24:08', NULL, NULL, NULL, 0, 'foodservice', '0', NULL),
(3, 'TS002', 'Royo Platinum', 'TS002', NULL, '', 1, 29, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, '2021-10-04 19:25:32', NULL, '2021-10-04 19:25:32', NULL, NULL, NULL, 0, 'foodservice', '0', NULL),
(4, 'TS003', 'Royo Pool', 'TS003', NULL, '', 1, 29, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, '2021-10-04 19:26:53', NULL, '2021-10-04 19:26:53', NULL, NULL, NULL, 0, 'foodservice', '0', NULL),
(5, 'TS004', 'Royo Moto', 'TS004', NULL, '', 1, 30, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, '2021-10-04 19:27:36', NULL, '2021-10-04 19:27:36', NULL, NULL, NULL, 0, 'foodservice', '0', NULL),
(6, 'TS005', 'Royo Auto', 'TS005', NULL, '', 1, 31, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, '2021-10-04 19:28:16', NULL, '2021-10-04 19:28:16', NULL, NULL, NULL, 0, 'foodservice', '0', NULL),
(7, 'DEL001', NULL, 'del001', NULL, NULL, 4, 2, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, '2021-10-04 19:31:03', '2021-10-04 19:29:59', '2021-10-04 19:31:03', NULL, NULL, NULL, 0, 'foodservice', '0', NULL),
(8, 'DEL002', NULL, 'del002', NULL, NULL, 4, 2, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, '2021-10-04 19:31:58', '2021-10-04 19:31:14', '2021-10-04 19:31:58', NULL, NULL, NULL, 0, 'foodservice', '0', NULL),
(9, 'DEL003', NULL, 'del003', NULL, NULL, 4, 2, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, '2021-10-04 19:32:48', '2021-10-04 19:32:09', '2021-10-04 19:32:48', NULL, NULL, NULL, 0, 'foodservice', '0', NULL),
(10, 'IT100', 'Pizza Fritta', 'IT100', NULL, '', 2, 14, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 19:41:45', NULL, '2021-10-11 11:16:19', NULL, NULL, NULL, 0, NULL, '0', NULL),
(11, 'IT1011633376398', 'Pizza Napoletana', 'IT1011633376398', NULL, '', 2, 14, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:39:58', NULL, NULL, '2021-10-04 19:39:58', 0, NULL, NULL, NULL),
(12, 'IT102', 'Tomato Bacon Pasta', 'IT102', NULL, '', 2, 14, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 19:42:52', NULL, '2021-10-11 11:15:50', NULL, NULL, NULL, 0, NULL, '0', NULL),
(13, 'IT103', 'Pasta Carbonara', 'IT103', NULL, '', 2, 14, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 19:43:49', NULL, '2021-10-04 19:43:49', NULL, NULL, NULL, 0, NULL, '0', NULL),
(14, 'IT1041633376365', 'Margherita pizza', 'IT1041633376365', NULL, '', 2, 14, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:39:25', NULL, NULL, '2021-10-04 19:39:25', 0, NULL, NULL, NULL),
(15, 'IT1051633376381', 'Mushroom Risotto', 'IT1051633376381', NULL, '', 2, 14, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:39:41', NULL, NULL, '2021-10-04 19:39:41', 0, NULL, NULL, NULL),
(16, 'IT106', '<NAME> ', 'IT106', NULL, '', 2, 14, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 19:44:36', NULL, '2021-10-04 19:44:36', NULL, NULL, NULL, 0, NULL, '0', NULL),
(17, 'IT1071633376406', 'Lasagna ', 'IT1071633376406', NULL, '', 2, 14, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:40:06', NULL, NULL, '2021-10-04 19:40:06', 0, NULL, NULL, NULL),
(18, 'IT1081633376415', 'Panzanella', 'IT1081633376415', NULL, '', 2, 14, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:40:15', NULL, NULL, '2021-10-04 19:40:15', 0, NULL, NULL, NULL),
(19, 'IT1091633376371', 'Burrata ', 'IT1091633376371', NULL, '', 2, 14, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:39:31', NULL, NULL, '2021-10-04 19:39:31', 0, NULL, NULL, NULL),
(20, 'CH200', 'Dim Sums', 'CH200', NULL, '', 2, 16, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 19:46:56', NULL, '2021-10-04 19:46:56', NULL, NULL, NULL, 0, NULL, '0', NULL),
(21, 'CH202', 'Chicken with Chestnuts', 'CH202', NULL, '', 2, 16, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 19:47:53', NULL, '2021-10-04 19:47:53', NULL, NULL, NULL, 0, NULL, '0', NULL),
(22, 'CH203', 'Spring Rolls', 'CH203', NULL, '', 2, 16, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 19:48:54', NULL, '2021-10-04 19:48:54', NULL, NULL, NULL, 0, NULL, '0', NULL),
(23, 'CH204', 'Stir Fried Tofu with Rice', 'CH204', NULL, '', 2, 16, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 19:49:46', NULL, '2021-10-04 19:49:46', NULL, NULL, NULL, 0, NULL, '0', NULL),
(24, 'CH2051633376730', 'Hot Sour Soup', 'CH2051633376730', NULL, '', 2, 16, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:45:30', NULL, NULL, '2021-10-04 19:45:30', 0, NULL, NULL, NULL),
(25, 'CH2061633376737', '<NAME>', 'CH2061633376737', NULL, '', 2, 16, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:45:37', NULL, NULL, '2021-10-04 19:45:37', 0, NULL, NULL, NULL),
(26, 'CH2071633376743', 'Shrimp with Vermicelli and Garlic', 'CH2071633376743', NULL, '', 2, 16, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:45:43', NULL, NULL, '2021-10-04 19:45:43', 0, NULL, NULL, NULL),
(27, 'CH2081633376749', 'Peking Roasted Duck', 'CH2081633376749', NULL, '', 2, 16, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:45:49', NULL, NULL, '2021-10-04 19:45:49', 0, NULL, NULL, NULL),
(28, 'CH2091633376755', '<NAME>', 'CH2091633376755', NULL, '', 2, 16, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:45:55', NULL, NULL, '2021-10-04 19:45:55', 0, NULL, NULL, NULL),
(29, 'CH2101633376762', 'Fried Shrimp with Cashew Nuts', 'CH2101633376762', NULL, '', 2, 16, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 19:46:02', NULL, NULL, '2021-10-04 19:46:02', 0, NULL, NULL, NULL),
(30, 'CN500', 'Prawn Pie', 'CN500', NULL, '', 3, 15, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 19:53:32', NULL, '2021-10-11 10:59:35', NULL, NULL, NULL, 0, NULL, '0', NULL),
(31, 'CN502', 'Crispy Calamari Rings', 'CN502', NULL, '', 3, 15, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 1, '4.00', 0, '2021-10-04 19:54:13', NULL, '2021-10-11 10:59:57', NULL, NULL, NULL, 0, NULL, '0', NULL),
(32, 'CN503', 'Yorkshire Lamb Patties', 'CN503', NULL, '', 3, 15, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 19:56:13', NULL, '2021-10-11 11:01:11', NULL, NULL, NULL, 0, NULL, '0', NULL),
(33, 'FR600', 'Yellow Bananas ', 'FR600', NULL, '', 5, 9, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 19:59:52', NULL, '2021-10-08 12:53:16', 2, NULL, NULL, 0, NULL, '0', NULL),
(34, 'FR601', 'Raspberries Mexico ', 'FR601', NULL, '', 5, 9, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:00:10', NULL, '2021-10-08 12:53:05', 2, NULL, NULL, 0, NULL, '0', NULL),
(35, 'FR602', 'Pears Forelle ', 'FR602', NULL, '', 5, 9, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:00:31', NULL, '2021-10-08 12:53:29', 2, NULL, NULL, 0, NULL, '0', NULL),
(36, 'FR603', 'Tomato Bunch ', 'FR603', NULL, '', 5, 8, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:00:50', NULL, '2021-10-08 12:53:42', 2, NULL, NULL, 0, NULL, '0', NULL),
(37, 'FR604', 'Sweet Potato Australia', 'FR604', NULL, '', 5, 8, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:01:09', NULL, '2021-10-11 11:06:22', NULL, NULL, NULL, 0, NULL, '0', NULL),
(38, 'FR605', 'Cauliflower ', 'FR605', NULL, '', 5, 8, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:01:26', NULL, '2021-10-11 11:05:58', NULL, NULL, NULL, 0, NULL, '0', NULL),
(39, 'DE110', 'Choco lava cake', 'DE110', NULL, '', 5, 10, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:02:42', NULL, '2021-10-08 12:51:45', 2, NULL, NULL, 0, NULL, '0', NULL),
(40, 'DE111', 'Black Forest', 'DE111', NULL, '', 5, 10, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:03:30', NULL, '2021-10-08 12:52:32', 2, NULL, NULL, 0, NULL, '0', NULL),
(41, 'D202', NULL, 'd202', NULL, NULL, 5, 10, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:04:26', '2021-10-04 20:03:55', '2021-10-08 12:52:46', 2, NULL, NULL, 0, NULL, '0', NULL),
(42, 'PH200', 'Vitamin C + Zinc', 'PH200', NULL, '', 6, 17, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:07:37', NULL, '2021-10-08 12:49:53', 1, NULL, NULL, 0, NULL, '0', NULL),
(43, 'PH201', 'Folic B9', 'PH201', NULL, '', 6, 17, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:08:36', NULL, '2021-10-08 12:50:03', 1, NULL, NULL, 0, NULL, '0', NULL),
(44, 'PH202', 'Casein Protein', 'PH202', NULL, '', 6, 17, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:09:11', NULL, '2021-10-08 12:50:22', 1, NULL, NULL, 0, NULL, '0', NULL),
(45, 'PH206', 'Thermometer', 'PH206', NULL, '', 6, 18, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:12:04', NULL, '2021-10-08 12:50:34', 1, NULL, NULL, 0, NULL, '0', NULL),
(46, 'PH207', 'Pulse Oximeter', 'PH207', NULL, '', 6, 18, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:15:15', NULL, '2021-10-08 12:50:45', 1, NULL, NULL, 0, NULL, '0', NULL),
(47, 'PH208', 'Breathe Free Vaporizer', 'PH208', NULL, '', 6, 18, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:15:36', NULL, '2021-10-08 12:49:30', 1, NULL, NULL, 0, NULL, '0', NULL),
(48, 'EL806', 'Asus Zenbook 14', 'EL806', NULL, '', 7, 21, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:20:54', NULL, '2021-10-11 10:43:56', NULL, NULL, NULL, 0, NULL, '0', NULL),
(49, 'EL807', 'HP Pavilion 14', 'EL807', NULL, '', 7, 21, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:23:04', NULL, '2021-10-11 10:44:03', NULL, NULL, NULL, 0, NULL, '0', NULL),
(50, 'EL808', 'Macbook Pro M1 Chip', 'EL808', NULL, '', 7, 21, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:21:30', NULL, '2021-10-11 10:43:28', NULL, NULL, NULL, 0, NULL, '0', NULL),
(51, 'MB900', NULL, 'mb900', NULL, NULL, 7, 20, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:25:26', '2021-10-04 20:24:03', '2021-10-11 10:45:46', NULL, NULL, NULL, 0, NULL, '0', NULL),
(52, 'MB901', NULL, 'mb901', NULL, NULL, 7, 20, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:27:36', '2021-10-04 20:25:57', '2021-10-11 10:46:30', NULL, NULL, NULL, 0, NULL, '0', NULL),
(53, 'MB902', NULL, 'mb902', NULL, NULL, 7, 20, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:29:46', '2021-10-04 20:27:53', '2021-10-11 10:47:10', NULL, NULL, NULL, 0, NULL, '0', NULL),
(54, 'MEN301', NULL, 'men301', NULL, NULL, 8, 27, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:33:12', '2021-10-04 20:32:42', '2021-10-08 12:47:07', 3, NULL, NULL, 0, NULL, '0', NULL),
(55, 'MEN302', NULL, 'men302', NULL, NULL, 8, 27, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:33:58', '2021-10-04 20:33:28', '2021-10-08 12:47:18', 3, NULL, NULL, 0, NULL, '0', NULL),
(56, 'MEN303', NULL, 'men303', NULL, NULL, 8, 27, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:34:39', '2021-10-04 20:34:10', '2021-10-08 12:47:29', 3, NULL, NULL, 0, NULL, '0', NULL),
(57, 'WOMEN304', NULL, 'women304', NULL, NULL, 8, 28, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:38:53', '2021-10-04 20:35:45', '2021-10-08 12:47:42', 3, NULL, NULL, 0, NULL, '0', NULL),
(58, 'WOMEN305', NULL, 'women305', NULL, NULL, 8, 28, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:37:30', '2021-10-04 20:36:48', '2021-10-08 12:48:26', 3, NULL, NULL, 0, NULL, '0', NULL),
(59, 'WOMEN306', NULL, 'women306', NULL, NULL, 8, 28, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:38:05', '2021-10-04 20:37:43', '2021-10-08 12:48:36', 3, NULL, NULL, 0, NULL, '0', NULL),
(60, 'AC100', 'Split Ac Service', 'AC100', NULL, '', 9, 23, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, '2021-10-04 20:51:29', NULL, '2021-10-05 05:47:31', NULL, NULL, NULL, 0, NULL, '0', NULL),
(61, 'AC101', 'Window Ac Service', 'AC101', NULL, '', 9, 23, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:52:29', NULL, '2021-10-04 20:52:29', NULL, NULL, NULL, 0, 'foodservice', '0', 'schedule'),
(62, 'AC1021633380563', 'Split Ac Installation', 'AC1021633380563', NULL, '', 9, 23, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 20:49:23', NULL, NULL, '2021-10-04 20:49:23', 0, NULL, NULL, NULL),
(63, 'AC1031633380570', 'Window Ac Installation', 'AC1031633380570', NULL, '', 9, 23, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 20:49:30', NULL, NULL, '2021-10-04 20:49:30', 0, NULL, NULL, NULL),
(64, 'CL111', 'Full Home Cleaning', 'CL111', NULL, '', 9, 24, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:53:02', NULL, '2021-10-04 20:53:02', NULL, NULL, NULL, 0, 'foodservice', '0', 'schedule'),
(65, 'CL112', 'Bathroom Cleaning', 'CL112', NULL, '', 9, 24, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:55:31', NULL, '2021-10-04 20:55:31', NULL, NULL, NULL, 0, 'foodservice', '0', 'schedule'),
(66, 'CL113', 'Car Cleaning', 'CL113', NULL, '', 9, 24, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:56:03', NULL, '2021-10-04 20:56:03', NULL, NULL, NULL, 0, 'foodservice', '0', 'schedule'),
(67, 'CL1141633380586', 'Sofa & Carpet Cleaning', 'CL1141633380586', NULL, '', 9, 24, 1, NULL, 1, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, '4.00', 0, NULL, NULL, '2021-10-04 20:49:46', NULL, NULL, '2021-10-04 20:49:46', 0, NULL, NULL, NULL),
(68, 'PC280', 'Bed bugs control', 'PC280', NULL, '', 9, 25, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:56:38', NULL, '2021-10-04 20:56:38', NULL, NULL, NULL, 0, 'foodservice', '0', 'schedule'),
(69, 'PC281', 'Cockroaches pest control', 'PC281', NULL, '', 9, 25, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:57:05', NULL, '2021-10-04 20:57:05', NULL, NULL, NULL, 0, 'foodservice', '0', 'schedule'),
(70, 'PC282', 'Termite control', 'PC282', NULL, '', 9, 25, 1, NULL, 1, 1, 1, 0, NULL, NULL, 0, 0, 0, 0, 1, '4.00', 0, '2021-10-04 20:57:31', NULL, '2021-10-04 20:57:31', NULL, NULL, NULL, 0, 'foodservice', '0', 'schedule'),
(71, 'Shirt', NULL, 'Shirt', NULL, NULL, 8, 27, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 06:19:05', '2021-10-11 05:39:06', '2021-10-11 06:23:14', 3, NULL, NULL, 0, NULL, '0', NULL),
(72, 'CasualT-shirts', NULL, 'casualt-shirts', NULL, NULL, 8, 27, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 06:19:36', '2021-10-11 05:45:30', '2021-10-11 06:23:35', 3, NULL, NULL, 0, NULL, '0', NULL),
(73, 'Capri', NULL, 'capris', NULL, NULL, 8, 27, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 05:54:17', '2021-10-11 05:49:45', '2021-10-11 05:54:17', NULL, NULL, NULL, 0, NULL, '0', NULL),
(74, 'WomenCapri1633932140', NULL, 'womencapri1633932140', NULL, NULL, 8, 28, 1, NULL, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, NULL, 0, NULL, '2021-10-11 06:01:33', '2021-10-11 06:02:20', NULL, NULL, '2021-10-11 06:02:20', 0, NULL, NULL, NULL),
(75, 'Shorts', NULL, 'shorts', NULL, NULL, 8, 28, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 06:15:07', '2021-10-11 06:03:22', '2021-10-11 06:15:07', NULL, NULL, NULL, 0, NULL, '0', NULL),
(76, 'Scirt', NULL, 'scirt', NULL, NULL, 8, 28, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 06:18:24', '2021-10-11 06:16:53', '2021-10-11 06:18:24', NULL, NULL, NULL, 0, NULL, '0', NULL),
(77, 'Sweaters', NULL, 'sweaters', NULL, NULL, 8, 28, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 06:22:36', '2021-10-11 06:20:16', '2021-10-11 06:22:36', NULL, NULL, NULL, 0, NULL, '0', NULL),
(78, 'Inspiron14Laptop', NULL, 'inspiron14laptop', NULL, NULL, 7, 21, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 06:31:29', '2021-10-11 06:29:40', '2021-10-11 06:31:29', NULL, NULL, NULL, 0, NULL, '0', NULL),
(79, 'LenovoIdeaPadSlim310thGen', NULL, 'lenovoideapadslim310thgen', NULL, NULL, 7, 21, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 06:37:39', '2021-10-11 06:34:21', '2021-10-11 06:37:39', NULL, NULL, NULL, 0, NULL, '0', NULL),
(80, 'AcerNitro5GamingLaptopAMD', NULL, 'acernitro5gaminglaptopamd', NULL, NULL, 7, 21, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 06:41:34', '2021-10-11 06:39:03', '2021-10-11 06:41:34', NULL, NULL, NULL, 0, NULL, '0', NULL),
(81, 'OnePlus9R5G', NULL, 'oneplus9r5g', NULL, NULL, 7, 20, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 06:45:28', '2021-10-11 06:42:44', '2021-10-11 06:45:28', NULL, NULL, NULL, 0, NULL, '0', NULL),
(82, 'Samsung Galaxy S20 FE 5G', NULL, 'Samsung Galaxy S20 FE 5G', NULL, NULL, 7, 20, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 06:57:57', '2021-10-11 06:48:14', '2021-10-11 06:57:57', NULL, NULL, NULL, 0, NULL, '0', NULL),
(83, 'OPPOF19Pro', NULL, 'OPPO F19 Prooppof19pro', NULL, NULL, 7, 20, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 07:03:04', '2021-10-11 07:00:01', '2021-10-11 07:03:04', NULL, NULL, NULL, 0, NULL, '0', NULL),
(84, 'VitaminB-12', NULL, 'vitaminb-12', NULL, NULL, 6, 17, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 07:08:23', '2021-10-11 07:05:53', '2021-10-11 07:08:23', NULL, NULL, NULL, 0, NULL, '0', NULL),
(85, 'HempProtein', NULL, 'hempprotein', NULL, NULL, 6, 17, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 07:12:09', '2021-10-11 07:09:53', '2021-10-11 07:12:09', NULL, NULL, NULL, 0, NULL, '0', NULL),
(86, 'BrownRiceProtein1633951999', NULL, 'Brown Rice Protein1633951999', NULL, NULL, 6, 17, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 07:16:51', '2021-10-11 07:13:17', '2021-10-11 11:33:19', NULL, NULL, '2021-10-11 11:33:19', 0, NULL, '0', NULL),
(87, 'BloodGlucoseMonitors', NULL, 'Blood Glucose Monitors:', NULL, NULL, 6, 18, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 07:21:32', '2021-10-11 07:19:10', '2021-10-11 07:21:32', NULL, NULL, NULL, 0, NULL, '0', NULL),
(88, 'PedometersAndWeighingScales', NULL, 'Pedometers And Weighing Scales', NULL, NULL, 6, 18, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 07:26:27', '2021-10-11 07:22:15', '2021-10-11 07:26:27', NULL, NULL, NULL, 0, NULL, '0', NULL),
(89, 'Apples', NULL, 'apples', NULL, NULL, 5, 9, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 07:32:36', '2021-10-11 07:29:40', '2021-10-11 07:32:36', NULL, NULL, NULL, 0, NULL, '0', NULL),
(90, 'watermelon', NULL, 'watermelon', NULL, NULL, 5, 9, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 07:36:35', '2021-10-11 07:33:24', '2021-10-11 07:36:35', NULL, NULL, NULL, 0, NULL, '0', NULL),
(91, 'cabbage', NULL, 'cabbage', NULL, NULL, 5, 8, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 07:41:27', '2021-10-11 07:38:46', '2021-10-11 07:41:27', NULL, NULL, NULL, 0, NULL, '0', NULL),
(92, 'broccoli', NULL, 'broccoli', NULL, NULL, 5, 8, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 07:44:39', '2021-10-11 07:42:27', '2021-10-11 07:44:39', NULL, NULL, NULL, 0, NULL, '0', NULL),
(93, 'cheese', NULL, 'cheese', NULL, NULL, 5, 10, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 07:49:31', '2021-10-11 07:48:03', '2021-10-11 07:49:31', NULL, NULL, NULL, 0, NULL, '0', NULL),
(94, 'milkshake', NULL, 'milk shake', NULL, NULL, 5, 10, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 07:54:04', '2021-10-11 07:52:05', '2021-10-11 07:54:04', NULL, NULL, NULL, 0, NULL, '0', NULL),
(95, 'RoestiAndSalad', NULL, 'Roesti And Salad', NULL, NULL, 3, 15, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 08:44:42', '2021-10-11 08:42:31', '2021-10-11 08:44:42', NULL, NULL, NULL, 0, NULL, '0', NULL),
(96, 'PaneerSteak', NULL, '<NAME>', NULL, NULL, 3, 15, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 08:50:55', '2021-10-11 08:45:11', '2021-10-11 08:50:55', NULL, NULL, NULL, 0, NULL, '0', NULL),
(97, 'AppleSausagePlait.', NULL, 'Apple Sausage Plait.', NULL, NULL, 3, 15, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 08:56:22', '2021-10-11 08:52:12', '2021-10-11 08:56:22', NULL, NULL, NULL, 0, NULL, '0', NULL),
(98, 'Polenta', NULL, 'Polenta.', NULL, NULL, 2, 14, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 09:01:57', '2021-10-11 08:59:48', '2021-10-11 09:01:57', NULL, NULL, NULL, 0, NULL, '0', NULL),
(99, 'Ossobuco', NULL, 'Osso buco', NULL, NULL, 2, 14, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 09:06:37', '2021-10-11 09:02:33', '2021-10-11 09:06:37', NULL, NULL, NULL, 0, NULL, '0', NULL),
(100, 'QuickNoodles', NULL, 'quicknoodles', NULL, NULL, 2, 16, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 09:10:06', '2021-10-11 09:07:23', '2021-10-11 09:10:06', NULL, NULL, NULL, 0, NULL, '0', NULL),
(101, 'SzechwanChilliChicken', NULL, 'szechwanchillichicken', NULL, NULL, 2, 16, 1, NULL, 1, 1, 1, 0, NULL, NULL, 1, 0, 0, 0, 1, NULL, 0, '2021-10-11 09:14:13', '2021-10-11 09:11:13', '2021-10-11 09:14:13', NULL, NULL, NULL, 0, NULL, '0', NULL);
-- --------------------------------------------------------
--
-- Dumping data for table `product_addons`
--
INSERT INTO `product_addons` (`product_id`, `addon_id`, `created_at`, `updated_at`) VALUES
(64, 2, NULL, NULL),
(65, 4, NULL, NULL),
(66, 3, NULL, NULL),
(54, 5, NULL, NULL),
(55, 6, NULL, NULL),
(56, 7, NULL, NULL),
(57, 8, NULL, NULL),
(58, 9, NULL, NULL),
(59, 10, NULL, NULL),
(77, 16, NULL, NULL),
(76, 15, NULL, NULL),
(75, 14, NULL, NULL),
(73, 13, NULL, NULL),
(72, 12, NULL, NULL),
(71, 11, NULL, NULL),
(50, 19, NULL, NULL),
(48, 17, NULL, NULL),
(49, 18, NULL, NULL),
(51, 20, NULL, NULL),
(52, 21, NULL, NULL),
(53, 22, NULL, NULL),
(81, 27, NULL, NULL),
(82, 28, NULL, NULL),
(83, 29, NULL, NULL),
(42, 30, NULL, NULL),
(43, 31, NULL, NULL),
(44, 32, NULL, NULL),
(45, 33, NULL, NULL),
(46, 34, NULL, NULL),
(47, 35, NULL, NULL),
(85, 37, NULL, NULL),
(86, 38, NULL, NULL),
(87, 39, NULL, NULL),
(88, 41, NULL, NULL),
(30, 57, NULL, NULL),
(78, 24, NULL, NULL),
(31, 58, NULL, NULL),
(32, 59, NULL, NULL),
(94, 56, NULL, NULL),
(93, 55, NULL, NULL),
(92, 54, NULL, NULL),
(79, 25, NULL, NULL),
(91, 53, NULL, NULL),
(90, 52, NULL, NULL),
(89, 51, NULL, NULL),
(41, 50, NULL, NULL),
(40, 49, NULL, NULL),
(39, 48, NULL, NULL),
(38, 47, NULL, NULL),
(37, 46, NULL, NULL),
(36, 45, NULL, NULL),
(35, 44, NULL, NULL),
(34, 43, NULL, NULL),
(33, 42, NULL, NULL),
(95, 60, NULL, NULL),
(96, 61, NULL, NULL),
(97, 62, NULL, NULL),
(101, 74, NULL, NULL),
(100, 73, NULL, NULL),
(99, 72, NULL, NULL),
(98, 71, NULL, NULL),
(80, 26, NULL, NULL),
(23, 70, NULL, NULL),
(22, 69, NULL, NULL),
(21, 68, NULL, NULL),
(20, 67, NULL, NULL),
(16, 66, NULL, NULL),
(13, 65, NULL, NULL),
(12, 64, NULL, NULL),
(10, 63, NULL, NULL);
-- --------------------------------------------------------
--
-- Dumping data for table `product_categories`
--
INSERT INTO `product_categories` (`product_id`, `category_id`, `created_at`, `updated_at`) VALUES
(1, 11, NULL, NULL),
(2, 29, NULL, NULL),
(2, 29, NULL, NULL),
(3, 29, NULL, NULL),
(2, 29, NULL, NULL),
(3, 29, NULL, NULL),
(4, 29, NULL, NULL),
(2, 29, NULL, NULL),
(3, 29, NULL, NULL),
(4, 29, NULL, NULL),
(5, 30, NULL, NULL),
(2, 29, NULL, NULL),
(3, 29, NULL, NULL),
(4, 29, NULL, NULL),
(5, 30, NULL, NULL),
(6, 31, NULL, NULL),
(7, 2, '2021-10-04 19:29:59', '2021-10-04 19:29:59'),
(8, 2, '2021-10-04 19:31:14', '2021-10-04 19:31:14'),
(9, 2, '2021-10-04 19:32:09', '2021-10-04 19:32:09'),
(10, 14, NULL, NULL),
(10, 14, NULL, NULL),
(11, 14, NULL, NULL),
(10, 14, NULL, NULL),
(11, 14, NULL, NULL),
(12, 14, NULL, NULL),
(10, 14, NULL, NULL),
(11, 14, NULL, NULL),
(12, 14, NULL, NULL),
(13, 14, NULL, NULL),
(10, 14, NULL, NULL),
(11, 14, NULL, NULL),
(12, 14, NULL, NULL),
(13, 14, NULL, NULL),
(14, 14, NULL, NULL),
(10, 14, NULL, NULL),
(11, 14, NULL, NULL),
(12, 14, NULL, NULL),
(13, 14, NULL, NULL),
(14, 14, NULL, NULL),
(15, 14, NULL, NULL),
(10, 14, NULL, NULL),
(11, 14, NULL, NULL),
(12, 14, NULL, NULL),
(13, 14, NULL, NULL),
(14, 14, NULL, NULL),
(15, 14, NULL, NULL),
(16, 14, NULL, NULL),
(10, 14, NULL, NULL),
(11, 14, NULL, NULL),
(12, 14, NULL, NULL),
(13, 14, NULL, NULL),
(14, 14, NULL, NULL),
(15, 14, NULL, NULL),
(16, 14, NULL, NULL),
(17, 14, NULL, NULL),
(10, 14, NULL, NULL),
(11, 14, NULL, NULL),
(12, 14, NULL, NULL),
(13, 14, NULL, NULL),
(14, 14, NULL, NULL),
(15, 14, NULL, NULL),
(16, 14, NULL, NULL),
(17, 14, NULL, NULL),
(18, 14, NULL, NULL),
(10, 14, NULL, NULL),
(11, 14, NULL, NULL),
(12, 14, NULL, NULL),
(13, 14, NULL, NULL),
(14, 14, NULL, NULL),
(15, 14, NULL, NULL),
(16, 14, NULL, NULL),
(17, 14, NULL, NULL),
(18, 14, NULL, NULL),
(19, 14, NULL, NULL),
(20, 16, NULL, NULL),
(20, 16, NULL, NULL),
(21, 16, NULL, NULL),
(20, 16, NULL, NULL),
(21, 16, NULL, NULL),
(22, 16, NULL, NULL),
(20, 16, NULL, NULL),
(21, 16, NULL, NULL),
(22, 16, NULL, NULL),
(23, 16, NULL, NULL),
(20, 16, NULL, NULL),
(21, 16, NULL, NULL),
(22, 16, NULL, NULL),
(23, 16, NULL, NULL),
(24, 16, NULL, NULL),
(20, 16, NULL, NULL),
(21, 16, NULL, NULL),
(22, 16, NULL, NULL),
(23, 16, NULL, NULL),
(24, 16, NULL, NULL),
(25, 16, NULL, NULL),
(20, 16, NULL, NULL),
(21, 16, NULL, NULL),
(22, 16, NULL, NULL),
(23, 16, NULL, NULL),
(24, 16, NULL, NULL),
(25, 16, NULL, NULL),
(26, 16, NULL, NULL),
(20, 16, NULL, NULL),
(21, 16, NULL, NULL),
(22, 16, NULL, NULL),
(23, 16, NULL, NULL),
(24, 16, NULL, NULL),
(25, 16, NULL, NULL),
(26, 16, NULL, NULL),
(27, 16, NULL, NULL),
(20, 16, NULL, NULL),
(21, 16, NULL, NULL),
(22, 16, NULL, NULL),
(23, 16, NULL, NULL),
(24, 16, NULL, NULL),
(25, 16, NULL, NULL),
(26, 16, NULL, NULL),
(27, 16, NULL, NULL),
(28, 16, NULL, NULL),
(20, 16, NULL, NULL),
(21, 16, NULL, NULL),
(22, 16, NULL, NULL),
(23, 16, NULL, NULL),
(24, 16, NULL, NULL),
(25, 16, NULL, NULL),
(26, 16, NULL, NULL),
(27, 16, NULL, NULL),
(28, 16, NULL, NULL),
(29, 16, NULL, NULL),
(30, 15, NULL, NULL),
(30, 15, NULL, NULL),
(31, 15, NULL, NULL),
(30, 15, NULL, NULL),
(31, 15, NULL, NULL),
(32, 15, NULL, NULL),
(33, 9, NULL, NULL),
(33, 9, NULL, NULL),
(34, 9, NULL, NULL),
(33, 9, NULL, NULL),
(34, 9, NULL, NULL),
(35, 9, NULL, NULL),
(33, 9, NULL, NULL),
(34, 9, NULL, NULL),
(35, 9, NULL, NULL),
(36, 8, NULL, NULL),
(33, 9, NULL, NULL),
(34, 9, NULL, NULL),
(35, 9, NULL, NULL),
(36, 8, NULL, NULL),
(37, 8, NULL, NULL),
(33, 9, NULL, NULL),
(34, 9, NULL, NULL),
(35, 9, NULL, NULL),
(36, 8, NULL, NULL),
(37, 8, NULL, NULL),
(38, 8, NULL, NULL),
(39, 10, NULL, NULL),
(39, 10, NULL, NULL),
(40, 10, NULL, NULL),
(41, 10, '2021-10-04 20:03:55', '2021-10-04 20:03:55'),
(42, 17, NULL, NULL),
(42, 17, NULL, NULL),
(43, 17, NULL, NULL),
(42, 17, NULL, NULL),
(43, 17, NULL, NULL),
(44, 17, NULL, NULL),
(42, 17, NULL, NULL),
(43, 17, NULL, NULL),
(44, 17, NULL, NULL),
(45, 18, NULL, NULL),
(42, 17, NULL, NULL),
(43, 17, NULL, NULL),
(44, 17, NULL, NULL),
(45, 18, NULL, NULL),
(46, 18, NULL, NULL),
(42, 17, NULL, NULL),
(43, 17, NULL, NULL),
(44, 17, NULL, NULL),
(45, 18, NULL, NULL),
(46, 18, NULL, NULL),
(47, 18, NULL, NULL),
(48, 21, NULL, NULL),
(48, 21, NULL, NULL),
(49, 21, NULL, NULL),
(48, 21, NULL, NULL),
(49, 21, NULL, NULL),
(50, 21, NULL, NULL),
(51, 20, '2021-10-04 20:24:03', '2021-10-04 20:24:03'),
(52, 20, '2021-10-04 20:25:57', '2021-10-04 20:25:57'),
(53, 20, '2021-10-04 20:27:53', '2021-10-04 20:27:53'),
(54, 27, '2021-10-04 20:32:42', '2021-10-04 20:32:42'),
(55, 27, '2021-10-04 20:33:28', '2021-10-04 20:33:28'),
(56, 27, '2021-10-04 20:34:10', '2021-10-04 20:34:10'),
(57, 28, '2021-10-04 20:35:45', '2021-10-04 20:35:45'),
(58, 28, '2021-10-04 20:36:48', '2021-10-04 20:36:48'),
(59, 28, '2021-10-04 20:37:43', '2021-10-04 20:37:43'),
(60, 23, NULL, NULL),
(60, 23, NULL, NULL),
(61, 23, NULL, NULL),
(60, 23, NULL, NULL),
(61, 23, NULL, NULL),
(62, 23, NULL, NULL),
(60, 23, NULL, NULL),
(61, 23, NULL, NULL),
(62, 23, NULL, NULL),
(63, 23, NULL, NULL),
(64, 24, NULL, NULL),
(64, 24, NULL, NULL),
(65, 24, NULL, NULL),
(64, 24, NULL, NULL),
(65, 24, NULL, NULL),
(66, 24, NULL, NULL),
(64, 24, NULL, NULL),
(65, 24, NULL, NULL),
(66, 24, NULL, NULL),
(67, 24, NULL, NULL),
(68, 25, NULL, NULL),
(68, 25, NULL, NULL),
(69, 25, NULL, NULL),
(68, 25, NULL, NULL),
(69, 25, NULL, NULL),
(70, 25, NULL, NULL),
(71, 27, '2021-10-11 05:39:06', '2021-10-11 05:39:06'),
(72, 27, '2021-10-11 05:45:30', '2021-10-11 05:45:30'),
(73, 27, '2021-10-11 05:49:45', '2021-10-11 05:49:45'),
(74, 28, '2021-10-11 06:01:33', '2021-10-11 06:01:33'),
(75, 28, '2021-10-11 06:03:22', '2021-10-11 06:03:22'),
(76, 28, '2021-10-11 06:16:53', '2021-10-11 06:16:53'),
(77, 28, '2021-10-11 06:20:16', '2021-10-11 06:20:16'),
(78, 21, '2021-10-11 06:29:40', '2021-10-11 06:29:40'),
(79, 21, '2021-10-11 06:34:21', '2021-10-11 06:34:21'),
(80, 21, '2021-10-11 06:39:03', '2021-10-11 06:39:03'),
(81, 20, '2021-10-11 06:42:44', '2021-10-11 06:42:44'),
(82, 20, '2021-10-11 06:48:14', '2021-10-11 06:48:14'),
(83, 20, '2021-10-11 07:00:01', '2021-10-11 07:00:01'),
(84, 17, '2021-10-11 07:05:53', '2021-10-11 07:05:53'),
(85, 17, '2021-10-11 07:09:53', '2021-10-11 07:09:53'),
(86, 17, '2021-10-11 07:13:17', '2021-10-11 07:13:17'),
(87, 18, '2021-10-11 07:19:10', '2021-10-11 07:19:10'),
(88, 18, '2021-10-11 07:22:15', '2021-10-11 07:22:15'),
(89, 9, '2021-10-11 07:29:40', '2021-10-11 07:29:40'),
(90, 9, '2021-10-11 07:33:24', '2021-10-11 07:33:24'),
(91, 8, '2021-10-11 07:38:46', '2021-10-11 07:38:46'),
(92, 8, '2021-10-11 07:42:27', '2021-10-11 07:42:27'),
(93, 10, '2021-10-11 07:48:03', '2021-10-11 07:48:03'),
(94, 10, '2021-10-11 07:52:05', '2021-10-11 07:52:05'),
(95, 15, '2021-10-11 08:42:31', '2021-10-11 08:42:31'),
(96, 15, '2021-10-11 08:45:11', '2021-10-11 08:45:11'),
(97, 15, '2021-10-11 08:52:12', '2021-10-11 08:52:12'),
(98, 14, '2021-10-11 08:59:48', '2021-10-11 08:59:48'),
(99, 14, '2021-10-11 09:02:33', '2021-10-11 09:02:33'),
(100, 16, '2021-10-11 09:07:23', '2021-10-11 09:07:23'),
(101, 16, '2021-10-11 09:11:13', '2021-10-11 09:11:13');
-- --------------------------------------------------------
--
-- Dumping data for table `vendor_media`
--
INSERT INTO `vendor_media` (`id`, `media_type`, `vendor_id`, `path`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 'prods/0f2SsduEoi4TwUYVCQDymSTazMlvEH3JRLDxf5tk.jpg', '2021-10-04 19:24:05', '2021-10-04 19:24:05'),
(2, 1, 1, 'prods/7EpEtpmg8p3ELvgrA102IfO61P4HntsPF9Scsn4p.jpg', '2021-10-04 19:25:29', '2021-10-04 19:25:29'),
(3, 1, 1, 'prods/qxREUVET35jyDXi3ja32g3bYJEm3iOkryTbiDsKc.jpg', '2021-10-04 19:26:50', '2021-10-04 19:26:50'),
(4, 1, 1, 'prods/bycySSo01DIRyWPx3q4NqcYBCRk76jWs4C5TUu3r.jpg', '2021-10-04 19:27:34', '2021-10-04 19:27:34'),
(5, 1, 1, 'prods/gYjYtNaQgtNn2Xl3fLemBsEXIk8PfyqzqwsqYVWa.jpg', '2021-10-04 19:28:14', '2021-10-04 19:28:14'),
(6, 1, 4, 'prods/CqEwe4PSlQEptRhK1ObO4TzTvkkPkJaAo8qEsd2o.jpg', '2021-10-04 19:30:59', '2021-10-04 19:30:59'),
(7, 1, 4, 'prods/zdOb1N0wTvNovRriCtfYHmUq22oa8ueUAnW7RQ3V.jpg', '2021-10-04 19:31:54', '2021-10-04 19:31:54'),
(8, 1, 4, 'prods/ycXeXh7vR5Ex8qnqvRMmcWsI77WY1TadZauqpf8R.jpg', '2021-10-04 19:32:45', '2021-10-04 19:32:45'),
(10, 1, 2, 'https://i.postimg.cc/tJdS5HKP/pizza-napoletana-1-1.jpg', '2021-10-04 19:39:10', '2021-10-04 19:39:10'),
(13, 1, 2, 'https://i.postimg.cc/9FWJhs38/Margherita-Pizza-018.jpg', '2021-10-04 19:39:10', '2021-10-04 19:39:10'),
(14, 1, 2, 'https://i.postimg.cc/2jx72Tq4/vegan-mushroom-risotto-close-1000x1500.jpg', '2021-10-04 19:39:10', '2021-10-04 19:39:10'),
(16, 1, 2, 'https://i.postimg.cc/dVcdFyTq/55369113.jpg', '2021-10-04 19:39:10', '2021-10-04 19:39:10'),
(17, 1, 2, 'https://i.postimg.cc/Bv627GKD/layered-panzanella-salad-recipe-3.jpg', '2021-10-04 19:39:10', '2021-10-04 19:39:10'),
(18, 1, 2, 'https://i.postimg.cc/KYw393FS/IMG-9109-2.jpg', '2021-10-04 19:39:10', '2021-10-04 19:39:10'),
(19, 1, 2, 'prods/FHjKPoTVguQIqj1w3923pvuGWNm4hhHLL2Zs0u2R.jpg', '2021-10-04 19:41:42', '2021-10-04 19:41:42'),
(20, 1, 2, 'prods/cJ7sJAhMfZVB3aRqHU00bo9KLNV9hsM9u4Qi30M6.jpg', '2021-10-04 19:42:48', '2021-10-04 19:42:48'),
(21, 1, 2, 'prods/tk5cDdxj33aGrpzq2N0gEIJLwpsl7qhoCoJkkhj4.jpg', '2021-10-04 19:43:44', '2021-10-04 19:43:44'),
(22, 1, 2, 'prods/wMo6xlHqaGTsROGB5LKP9bnOsOV9eoFwWf4Of60S.jpg', '2021-10-04 19:44:34', '2021-10-04 19:44:34'),
(27, 1, 2, 'https://i.postimg.cc/kMRMFMT8/hot-and-sour-soup-1.jpg', '2021-10-04 19:45:11', '2021-10-04 19:45:11'),
(28, 1, 2, 'https://i.postimg.cc/zfP5K4W0/sichuan-pork-105860-1.jpg', '2021-10-04 19:45:11', '2021-10-04 19:45:11'),
(29, 1, 2, 'https://i.postimg.cc/dtnfhrG9/20160905-TDP0382.jpg', '2021-10-04 19:45:11', '2021-10-04 19:45:11'),
(30, 1, 2, 'https://i.postimg.cc/pTZfsYWG/Peking-Duck-7206-450-450x375.jpg', '2021-10-04 19:45:11', '2021-10-04 19:45:11'),
(31, 1, 2, 'https://i.postimg.cc/4NKccT9F/8d8be8b0ee63cf8ab7f58a867e9d9f9c.jpg', '2021-10-04 19:45:11', '2021-10-04 19:45:11'),
(32, 1, 2, 'https://i.postimg.cc/vTxm4bNr/c263b384881937647b0442bbf20a616a.jpg', '2021-10-04 19:45:11', '2021-10-04 19:45:11'),
(33, 1, 2, 'prods/78WX98VB4H18bknWYwr7NADRlxm7hxYuzpxEPdWg.jpg', '2021-10-04 19:46:53', '2021-10-04 19:46:53'),
(34, 1, 2, 'prods/V1PiyKpoJa7C29ZtzMyTThv1YPLNsl8fSK2zn43O.jpg', '2021-10-04 19:47:49', '2021-10-04 19:47:49'),
(35, 1, 2, 'prods/kHlB44k8onT0trHrGNfk1fZ9vkDl3peNHoPAlYTQ.jpg', '2021-10-04 19:48:50', '2021-10-04 19:48:50'),
(36, 1, 2, 'prods/rZu1L8nkTDMfOytmSkeoDymyZVPnyi6eMpMevwxI.jpg', '2021-10-04 19:49:43', '2021-10-04 19:49:43'),
(37, 1, 3, 'prods/KOI3UpUyvfRHVLadmZIHGzbMt8pUFu0V5eRZATqD.jpg', '2021-10-04 19:53:29', '2021-10-04 19:53:29'),
(38, 1, 3, 'prods/koAJQxGZ3teJeglHSsdDZqnaXwlgnJZcP8UXZfFP.jpg', '2021-10-04 19:54:10', '2021-10-04 19:54:10'),
(39, 1, 3, 'prods/V5wZ12IsYPnM7ZbqJB5WlToYJBEmxfi7oZxBNuN2.jpg', '2021-10-04 19:56:09', '2021-10-04 19:56:09'),
(42, 1, 5, 'prods/9Oro83aQ6GRxHUdumrE2g6rYDRqVoJMbau8r1twv.jpg', '2021-10-04 19:59:48', '2021-10-04 19:59:48'),
(43, 1, 5, 'prods/YK5ybuiGgaOOgMXl7UllxTvugADaqy4J3WX0U1eK.jpg', '2021-10-04 20:00:08', '2021-10-04 20:00:08'),
(44, 1, 5, 'prods/uCnXPTjPOUWnlnJznetRdPuFBt3zrXZRAnLGJ4KV.jpg', '2021-10-04 20:00:27', '2021-10-04 20:00:27'),
(45, 1, 5, 'prods/huMCO4SpP2zaUB89tT10Rw2HkyLXdHhAxKOW3rna.jpg', '2021-10-04 20:00:47', '2021-10-04 20:00:47'),
(46, 1, 5, 'prods/G2hrs5D4zn1Y1saWyctCppdOyJ2VGyuhgnovxX6S.jpg', '2021-10-04 20:01:05', '2021-10-04 20:01:05'),
(47, 1, 5, 'prods/xnwL8B1gBZy3YrBFgTHJrO9bFpsBHN9ul1NV3j5X.jpg', '2021-10-04 20:01:22', '2021-10-04 20:01:22'),
(48, 1, 5, 'prods/vW8HwonJ9dCra4W4KG4ekaxqUZNHBDALOMaIbFmh.jpg', '2021-10-04 20:02:38', '2021-10-04 20:02:38'),
(49, 1, 5, 'prods/2y1Z2c1fM53aSUME2quT1Ysj3GcrDqaRtGZk0fma.jpg', '2021-10-04 20:03:27', '2021-10-04 20:03:27'),
(50, 1, 5, 'prods/ZpDfeyO3fzQmG8ZOiyeOez8X1AJJf852rJhUfZal.jpg', '2021-10-04 20:04:17', '2021-10-04 20:04:17'),
(56, 1, 7, 'prods/Veo0KtjlIHBmJ9EpNswy6v8ETwmSGhmJ5WSTO1zs.jpg', '2021-10-04 20:20:51', '2021-10-04 20:20:51'),
(57, 1, 7, 'prods/KUlWTWuLH7A94gTou8ROZoETgbMrGSJAODkcScE5.jpg', '2021-10-04 20:21:27', '2021-10-04 20:21:27'),
(58, 1, 7, 'prods/57JqcxZHyM87sORTvBWNZYpovzSouIP3jWZg0kq0.jpg', '2021-10-04 20:23:01', '2021-10-04 20:23:01'),
(59, 1, 7, 'prods/Rwj8MjPmo77lRF89I2OcEuGV2wSCWk7eqO9F9Rvu.jpg', '2021-10-04 20:25:15', '2021-10-04 20:25:15'),
(60, 1, 7, 'prods/CxjDFV2OTyGKT3R05yCotDJjsRoAlERa31S9K5yH.jpg', '2021-10-04 20:27:26', '2021-10-04 20:27:26'),
(61, 1, 7, 'prods/G62PMVeLsatBVYc7ZhqeibE6OPTAI3Nbzl9jeXH3.jpg', '2021-10-04 20:29:36', '2021-10-04 20:29:36'),
(62, 1, 9, 'prods/nD0GARCrh5jMrOybasw7zYAbNFqXJeg5RJjuXgRM.jpg', '2021-10-04 20:51:22', '2021-10-04 20:51:22'),
(63, 1, 9, 'prods/hOFxGasprLLNn8zZrq4gkzARSRq0CuCtqEXlrniJ.jpg', '2021-10-04 20:52:19', '2021-10-04 20:52:19'),
(64, 1, 9, 'prods/yc1J3ea2uNQne8rKTc6t0c2ruD2slNhYaJXIUhkB.jpg', '2021-10-04 20:52:52', '2021-10-04 20:52:52'),
(65, 1, 9, 'prods/mi6KXGb2dSkiaRIiFKYj6hDJDiiSsvujJbkWAcET.jpg', '2021-10-04 20:55:21', '2021-10-04 20:55:21'),
(66, 1, 9, 'prods/mnE00o38TnIcOeNvRMYbuVBerr5C5rwOEyTrIAQq.jpg', '2021-10-04 20:55:50', '2021-10-04 20:55:50'),
(67, 1, 9, 'prods/2mVFAh7S5YBjlQVLfpnHQ2v0LuejDGDDeacn1w9P.jpg', '2021-10-04 20:56:33', '2021-10-04 20:56:33'),
(68, 1, 9, 'prods/QOM6i59AXgoTkkOFhMGmXVWSCv7kdk5fstQGr7rg.jpg', '2021-10-04 20:56:56', '2021-10-04 20:56:56'),
(69, 1, 9, 'prods/9QzfyLDk4sD9rcnpHkyczEwXLEMhQuVa1bIMWqTC.jpg', '2021-10-04 20:57:24', '2021-10-04 20:57:24'),
(70, 1, 8, 'prods/tUKa24xRBXijC6NpS1nAhDTTP6Xcx1USXLa1iOic.jpg', '2021-10-05 04:02:54', '2021-10-05 04:02:54'),
(71, 1, 8, 'prods/dPpZpnnzEskrQY37TgNcwRWSHPKsnGkK7xu1OI2j.jpg', '2021-10-05 04:06:05', '2021-10-05 04:06:05'),
(72, 1, 8, 'prods/BZh2XAon8wjnq6OjDFzSYskhlSyU5GgFNRf3CpQb.jpg', '2021-10-05 04:09:39', '2021-10-05 04:09:39'),
(73, 1, 8, 'prods/IFflxqkyykPvN2rpM5lH3YqG7YglI5ioqxyHiYZZ.jpg', '2021-10-05 04:11:48', '2021-10-05 04:11:48'),
(74, 1, 8, 'prods/RTW9mhnllYpoBLLU8CGBvpJSWAlqLbYIoDpbHiY9.jpg', '2021-10-05 04:17:28', '2021-10-05 04:17:28'),
(75, 1, 8, 'prods/kA6NjDO0TOOK6LHRaFGsYvvngIE5hMVFpBTW6GWi.jpg', '2021-10-05 04:19:35', '2021-10-05 04:19:35'),
(77, 1, 6, 'prods/vg0Y0uZmZKG2YWTwitQCgOSkFuDQ8jcTZuzSa0CU.jpg', '2021-10-05 04:26:29', '2021-10-05 04:26:29'),
(79, 1, 6, 'prods/FVWKTlGr3yLCjodAbEmn8NpnV5xhOqfD5DMQsoJd.jpg', '2021-10-05 04:30:43', '2021-10-05 04:30:43'),
(80, 1, 6, 'prods/dslZcB2Dsxd0I2ePJ6SjWiLrj0ldyvjEAwlvLM80.jpg', '2021-10-05 04:32:17', '2021-10-05 04:32:17'),
(81, 1, 6, 'prods/XIONBl2agAeh6M87Ea0ZTSRUQbk954uWNnyQA5nF.jpg', '2021-10-05 04:35:04', '2021-10-05 04:35:04'),
(82, 1, 6, 'prods/H2DfvQ9PZxVETbeM3GBPIeXRw2bYDH6GonUomQki.jpg', '2021-10-05 04:39:47', '2021-10-05 04:39:47'),
(83, 1, 6, 'prods/UOFFE3QahMkyGYOqs4Y9ZJ1tHgWYXGCrHlIf7UyC.jpg', '2021-10-05 04:41:08', '2021-10-05 04:41:08'),
(84, 1, 8, 'prods/ugpQSzf2cpbuCJ6OLqJXbRFOeIffgPacqw2oalH9.jpg', '2021-10-11 05:43:29', '2021-10-11 05:43:29'),
(85, 1, 8, 'prods/5LQTjQW7AqICSlXi779tOzn3afVC1Vmud7VkMAcC.jpg', '2021-10-11 05:47:28', '2021-10-11 05:47:28'),
(86, 1, 8, 'prods/OEIIrWxC7Lx1rAspI5TcF4HTARUfJm4YZr5JCQg7.jpg', '2021-10-11 05:53:06', '2021-10-11 05:53:06'),
(87, 1, 8, 'prods/4MpPyPeykMc9hk36lL5d7rqAZAgJD5GivzSLTfYK.jpg', '2021-10-11 06:14:44', '2021-10-11 06:14:44'),
(88, 1, 8, 'prods/TrozrhN16F03P9wP1CclSwLYW0MiMyYGYQjrpUg9.jpg', '2021-10-11 06:18:19', '2021-10-11 06:18:19'),
(89, 1, 8, 'prods/Tb2LJ8iogoBXXd7H8sNTk1PaXeRcteX24J5cFlJP.jpg', '2021-10-11 06:20:57', '2021-10-11 06:20:57'),
(93, 1, 7, 'prods/9O6do3A5oiFS1PQKBbPxivL1jSCszCvOvKzfyLvw.jpg', '2021-10-11 06:44:36', '2021-10-11 06:44:36'),
(94, 1, 7, 'prods/ik4fDQG3JxZokFQRWKg33HrAIE9jeAs1eaHzLn3g.jpg', '2021-10-11 06:57:50', '2021-10-11 06:57:50'),
(95, 1, 7, 'prods/qRBNab8l8OETMlFctXpre3orlHvFEJmU4pojahQK.jpg', '2021-10-11 07:02:57', '2021-10-11 07:02:57'),
(96, 1, 6, 'prods/kJX2JpVZBacmSzM9HoC2L3Ca45AqpVsfCrXKdbG1.jpg', '2021-10-11 07:08:15', '2021-10-11 07:08:15'),
(97, 1, 6, 'prods/omtRhU9JtGfY9SfF3qF1tujvORqgcp4kuu7ilmWm.jpg', '2021-10-11 07:11:50', '2021-10-11 07:11:50'),
(98, 1, 6, 'prods/zsB27RP9ya73O6bmCivEMZEoZK0WwonK8rWVI44i.jpg', '2021-10-11 07:16:21', '2021-10-11 07:16:21'),
(99, 1, 6, 'prods/TLRonqV2PxKJHQkJZSewUAwfkLPUw1dN9svc1BpF.jpg', '2021-10-11 07:21:23', '2021-10-11 07:21:23'),
(100, 1, 6, 'prods/aHG2T4yzTV6uM3TJ0uXYOKGkAB8mfPKfeqEzBKVs.png', '2021-10-11 07:26:24', '2021-10-11 07:26:24'),
(101, 1, 5, 'prods/1ix1Ru5KP9lXOf7nSbaqTiNmD2imcDUgyVOk0GDM.jpg', '2021-10-11 07:31:24', '2021-10-11 07:31:24'),
(102, 1, 5, 'prods/5rstRPcdVveNe7KOBKwLooBN0ufAq3DNvfD5z3Os.jpg', '2021-10-11 07:36:31', '2021-10-11 07:36:31'),
(103, 1, 5, 'prods/u2hLqKOjhwWMWi3fc8UmndP1hApwNdr1Lu7VjtiT.jpg', '2021-10-11 07:41:22', '2021-10-11 07:41:22'),
(104, 1, 5, 'prods/hYO66PHqwL1apGnS1D4eMcyoSB2LkmfHMTGjhnyU.jpg', '2021-10-11 07:43:19', '2021-10-11 07:43:19'),
(105, 1, 5, 'prods/5KgGeGT3XpcqBe145CpWPCJszllTYxTpBrZp2jdn.jpg', '2021-10-11 07:49:24', '2021-10-11 07:49:24'),
(106, 1, 5, 'prods/GGqzR97OSaLRy8lFa4yKwruYWIwTIfWT1qgaxNWF.jpg', '2021-10-11 07:52:40', '2021-10-11 07:52:40'),
(107, 1, 3, 'prods/mCQ3omLTIJQ5Q2kwfPYLhqSMkW6wuYDqPWYwzjFb.jpg', '2021-10-11 08:43:44', '2021-10-11 08:43:44'),
(108, 1, 3, 'prods/MOxmeajOKrWMICd5M06jw3jYewWUY6oStAG0OaPu.jpg', '2021-10-11 08:47:10', '2021-10-11 08:47:10'),
(109, 1, 3, 'prods/Xe8rEp6gtAROCovOtONOcqUH6TKhE6lQ6uLWToDu.jpg', '2021-10-11 08:53:26', '2021-10-11 08:53:26'),
(110, 1, 2, 'prods/oq2YB7XwrfarWv6Lv7lmMWPeUMwaoRXv98Kp54cC.jpg', '2021-10-11 09:00:29', '2021-10-11 09:00:29'),
(111, 1, 2, 'prods/IRJb6Rv9ZDlAZmsORxTwCy5jU8KK7jzuMNjzfbRO.jpg', '2021-10-11 09:04:22', '2021-10-11 09:04:22'),
(112, 1, 2, 'prods/eQKXCOxauzclzWGJIDGYh9qUxl0MZQwfC6kNsIZ5.jpg', '2021-10-11 09:08:08', '2021-10-11 09:08:08'),
(113, 1, 2, 'prods/c4l199c7SmvGFh9pv7WL6ZoCuiVFiY6ivWM4WD3h.jpg', '2021-10-11 09:14:06', '2021-10-11 09:14:06'),
(114, 1, 7, 'prods/gN0JKzY1QIvX8VsHEDGxx0VeGKeHCJSBBVuDdq5V.jpg', '2021-10-11 10:59:39', '2021-10-11 10:59:39'),
(115, 1, 7, 'prods/DvVWcVxd0iND2OT3gGm27HgKikThZTtG1cYafJ34.jpg', '2021-10-11 10:59:41', '2021-10-11 10:59:41'),
(117, 1, 7, 'prods/saWoLQeQ8j3rQ6nEa1oQ2YNnlRb26dWITjfAmv9s.jpg', '2021-10-11 11:00:59', '2021-10-11 11:00:59'),
(118, 1, 7, 'prods/6XBwJPAHo3sEIQGXNDAmmXZyKzKZQZH1lmAEDUvp.jpg', '2021-10-11 11:11:03', '2021-10-11 11:11:03'),
(119, 1, 7, 'prods/3ZCZ6tOMxviMx7sU4vBmG2NFzwAS2ZzRhTS6ptMm.jpg', '2021-10-11 11:11:06', '2021-10-11 11:11:06');
-- --------------------------------------------------------
--
-- Dumping data for table `product_images`
--
INSERT INTO `product_images` (`id`, `product_id`, `media_id`, `is_default`, `created_at`, `updated_at`) VALUES
(1, 2, 1, 1, NULL, NULL),
(2, 3, 2, 1, NULL, NULL),
(3, 4, 3, 1, NULL, NULL),
(4, 5, 4, 1, NULL, NULL),
(5, 6, 5, 1, NULL, NULL),
(6, 7, 6, 1, NULL, NULL),
(7, 8, 7, 1, NULL, NULL),
(8, 9, 8, 1, NULL, NULL),
(10, 11, 10, 1, '2021-10-04 19:39:10', '2021-10-04 19:39:10'),
(13, 14, 13, 1, '2021-10-04 19:39:10', '2021-10-04 19:39:10'),
(14, 15, 14, 1, '2021-10-04 19:39:10', '2021-10-04 19:39:10'),
(16, 17, 16, 1, '2021-10-04 19:39:10', '2021-10-04 19:39:10'),
(17, 18, 17, 1, '2021-10-04 19:39:10', '2021-10-04 19:39:10'),
(18, 19, 18, 1, '2021-10-04 19:39:10', '2021-10-04 19:39:10'),
(19, 10, 19, 1, NULL, NULL),
(20, 12, 20, 1, NULL, NULL),
(21, 13, 21, 1, NULL, NULL),
(22, 16, 22, 1, NULL, NULL),
(27, 24, 27, 1, '2021-10-04 19:45:11', '2021-10-04 19:45:11'),
(28, 25, 28, 1, '2021-10-04 19:45:11', '2021-10-04 19:45:11'),
(29, 26, 29, 1, '2021-10-04 19:45:11', '2021-10-04 19:45:11'),
(30, 27, 30, 1, '2021-10-04 19:45:11', '2021-10-04 19:45:11'),
(31, 28, 31, 1, '2021-10-04 19:45:11', '2021-10-04 19:45:11'),
(32, 29, 32, 1, '2021-10-04 19:45:11', '2021-10-04 19:45:11'),
(33, 20, 33, 1, NULL, NULL),
(34, 21, 34, 1, NULL, NULL),
(35, 22, 35, 1, NULL, NULL),
(36, 23, 36, 1, NULL, NULL),
(37, 30, 37, 1, NULL, NULL),
(38, 31, 38, 1, NULL, NULL),
(39, 32, 39, 1, NULL, NULL),
(42, 33, 42, 1, NULL, NULL),
(43, 34, 43, 1, NULL, NULL),
(44, 35, 44, 1, NULL, NULL),
(45, 36, 45, 1, NULL, NULL),
(46, 37, 46, 1, NULL, NULL),
(47, 38, 47, 1, NULL, NULL),
(48, 39, 48, 1, NULL, NULL),
(49, 40, 49, 1, NULL, NULL),
(50, 41, 50, 1, NULL, NULL),
(56, 48, 56, 1, NULL, NULL),
(57, 50, 57, 1, NULL, NULL),
(58, 49, 58, 1, NULL, NULL),
(59, 51, 59, 1, NULL, NULL),
(60, 52, 60, 1, NULL, NULL),
(61, 53, 61, 1, NULL, NULL),
(62, 60, 62, 1, NULL, NULL),
(63, 61, 63, 1, NULL, NULL),
(64, 64, 64, 1, NULL, NULL),
(65, 65, 65, 1, NULL, NULL),
(66, 66, 66, 1, NULL, NULL),
(67, 68, 67, 1, NULL, NULL),
(68, 69, 68, 1, NULL, NULL),
(69, 70, 69, 1, NULL, NULL),
(70, 54, 70, 1, NULL, NULL),
(71, 55, 71, 1, NULL, NULL),
(72, 56, 72, 1, NULL, NULL),
(73, 57, 73, 1, NULL, NULL),
(74, 58, 74, 1, NULL, NULL),
(75, 59, 75, 1, NULL, NULL),
(77, 43, 77, 1, NULL, NULL),
(79, 45, 79, 1, NULL, NULL),
(80, 46, 80, 1, NULL, NULL),
(81, 47, 81, 1, NULL, NULL),
(82, 44, 82, 1, NULL, NULL),
(83, 42, 83, 1, NULL, NULL),
(84, 71, 84, 1, NULL, NULL),
(85, 72, 85, 1, NULL, NULL),
(86, 73, 86, 1, NULL, NULL),
(87, 75, 87, 1, NULL, NULL),
(88, 76, 88, 1, NULL, NULL),
(89, 77, 89, 1, NULL, NULL),
(93, 81, 93, 1, NULL, NULL),
(94, 82, 94, 1, NULL, NULL),
(95, 83, 95, 1, NULL, NULL),
(96, 84, 96, 1, NULL, NULL),
(97, 85, 97, 1, NULL, NULL),
(98, 86, 98, 1, NULL, NULL),
(99, 87, 99, 1, NULL, NULL),
(100, 88, 100, 1, NULL, NULL),
(101, 89, 101, 1, NULL, NULL),
(102, 90, 102, 1, NULL, NULL),
(103, 91, 103, 1, NULL, NULL),
(104, 92, 104, 1, NULL, NULL),
(105, 93, 105, 1, NULL, NULL),
(106, 94, 106, 1, NULL, NULL),
(107, 95, 107, 1, NULL, NULL),
(108, 96, 108, 1, NULL, NULL),
(109, 97, 109, 1, NULL, NULL),
(110, 98, 110, 1, NULL, NULL),
(111, 99, 111, 1, NULL, NULL),
(112, 100, 112, 1, NULL, NULL),
(113, 101, 113, 1, NULL, NULL),
(114, 78, 114, 1, NULL, NULL),
(115, 78, 115, 1, NULL, NULL),
(117, 79, 117, 1, NULL, NULL),
(118, 80, 118, 1, NULL, NULL),
(119, 80, 119, 1, NULL, NULL);
-- --------------------------------------------------------
--
-- Dumping data for table `product_translations`
--
INSERT INTO `product_translations` (`id`, `title`, `body_html`, `meta_title`, `meta_keyword`, `meta_description`, `product_id`, `language_id`, `created_at`, `updated_at`) VALUES
(1, 'Xiaomi', NULL, 'Xiaomi', 'Xiaomi', NULL, 1, 1, NULL, '2021-10-06 09:46:51'),
(2, 'Royo XL', NULL, NULL, NULL, NULL, 2, 1, NULL, '2021-10-07 06:26:47'),
(3, 'Royo XL', '', '', '', '', 2, 1, NULL, '2021-10-06 09:46:51'),
(4, 'Royo Platinum', NULL, NULL, NULL, NULL, 3, 1, NULL, '2021-10-06 09:46:51'),
(5, 'Royo XL', '', '', '', '', 2, 1, NULL, '2021-10-06 09:46:51'),
(6, 'Royo Platinum', '', '', '', '', 3, 1, NULL, '2021-10-06 09:46:51'),
(7, 'Royo Pool', NULL, NULL, NULL, NULL, 4, 1, NULL, '2021-10-06 09:46:51'),
(8, 'Royo XL', '', '', '', '', 2, 1, NULL, '2021-10-06 09:46:51'),
(9, 'Royo Platinum', '', '', '', '', 3, 1, NULL, '2021-10-06 09:46:51'),
(10, 'Royo Pool', '', '', '', '', 4, 1, NULL, '2021-10-06 09:46:51'),
(11, 'Royo Moto', NULL, NULL, NULL, NULL, 5, 1, NULL, '2021-10-06 09:46:51'),
(12, 'Royo XL', '', '', '', '', 2, 1, NULL, '2021-10-06 09:46:51'),
(13, 'Royo Platinum', '', '', '', '', 3, 1, NULL, '2021-10-06 09:46:51'),
(14, 'Royo Pool', '', '', '', '', 4, 1, NULL, '2021-10-06 09:46:51'),
(15, 'Royo Moto', '', '', '', '', 5, 1, NULL, '2021-10-06 09:46:51'),
(16, 'Royo Auto', NULL, NULL, NULL, NULL, 6, 1, NULL, '2021-10-06 09:46:51'),
(17, 'Small Box', NULL, NULL, NULL, NULL, 7, 1, NULL, '2021-10-06 09:46:51'),
(18, 'Medium Box', NULL, NULL, NULL, NULL, 8, 1, NULL, '2021-10-06 09:46:51'),
(19, 'Large Box', NULL, NULL, NULL, NULL, 9, 1, NULL, '2021-10-06 09:46:51'),
(20, 'Pizza Fritta', '<p>Fritta Pizza starts and ends with an Italian crust that's been fried to a light caramel color, giving the dough an incredible flavor.</p>', NULL, NULL, NULL, 10, 1, NULL, '2021-10-06 14:58:41'),
(21, 'Pizza Fritta', '', '', '', '', 10, 1, NULL, '2021-10-06 09:46:51'),
(22, 'Pizza Napoletana', '', '', '', '', 11, 1, NULL, '2021-10-06 09:46:51'),
(23, 'Pizza Fritta', '', '', '', '', 10, 1, NULL, '2021-10-06 09:46:51'),
(24, 'Pizza Napoletana', '', '', '', '', 11, 1, NULL, '2021-10-06 09:46:51'),
(25, 'Tomato Bacon Pasta', '<p>Tomato Bacon Pasta is a quintessential example of how to make a quick pasta dish that’s totally slurp-worthy with just a few ingredients.</p>', NULL, NULL, NULL, 12, 1, NULL, '2021-10-07 06:08:50'),
(26, 'Pizza Fritta', '', '', '', '', 10, 1, NULL, '2021-10-06 09:46:51'),
(27, 'Pizza Napoletana', '', '', '', '', 11, 1, NULL, '2021-10-06 09:46:51'),
(28, 'Tomato Bacon Pasta', '', '', '', '', 12, 1, NULL, '2021-10-06 09:46:51'),
(29, 'Pasta Carbonara', '<p>Carbonara is an Italian pasta dish from Rome made with eggs, hard cheese, cured pork, and black pepper.</p>', NULL, NULL, NULL, 13, 1, NULL, '2021-10-07 06:10:05'),
(30, 'Pizza Fritta', '', '', '', '', 10, 1, NULL, '2021-10-06 09:46:51'),
(31, 'Pizza Napoletana', '', '', '', '', 11, 1, NULL, '2021-10-06 09:46:51'),
(32, 'Tomato Bacon Pasta', '', '', '', '', 12, 1, NULL, '2021-10-06 09:46:51'),
(33, 'Pasta Carbonara', '', '', '', '', 13, 1, NULL, '2021-10-06 09:46:51'),
(34, 'Margherita pizza', '', '', '', '', 14, 1, NULL, '2021-10-06 09:46:51'),
(35, 'Pizza Fritta', '', '', '', '', 10, 1, NULL, '2021-10-06 09:46:51'),
(36, 'Pizza Napoletana', '', '', '', '', 11, 1, NULL, '2021-10-06 09:46:51'),
(37, 'Tomato Bacon Pasta', '', '', '', '', 12, 1, NULL, '2021-10-06 09:46:51'),
(38, 'Pasta Carbonara', '', '', '', '', 13, 1, NULL, '2021-10-06 09:46:51'),
(39, 'Margherita pizza', '', '', '', '', 14, 1, NULL, '2021-10-06 09:46:51'),
(40, 'Mushroom Risotto', '', '', '', '', 15, 1, NULL, '2021-10-06 09:46:51'),
(41, 'Pizza Fritta', '', '', '', '', 10, 1, NULL, '2021-10-06 09:46:51'),
(42, 'Pizza Napoletana', '', '', '', '', 11, 1, NULL, '2021-10-06 09:46:51'),
(43, 'Tomato Bacon Pasta', '', '', '', '', 12, 1, NULL, '2021-10-06 09:46:51'),
(44, 'Pasta Carbonara', '', '', '', '', 13, 1, NULL, '2021-10-06 09:46:51'),
(45, 'Margherita pizza', '', '', '', '', 14, 1, NULL, '2021-10-06 09:46:51'),
(46, 'Mushroom Risotto', '', '', '', '', 15, 1, NULL, '2021-10-06 09:46:51'),
(47, 'Focaccia Bread', '<p>Focaccia is a flat leavened oven-baked Italian bread similar in style and texture to pizza. In some places, it is called pizza bianca.</p>', NULL, NULL, NULL, 16, 1, NULL, '2021-10-07 06:11:15'),
(48, 'Pizza Fritta', '', '', '', '', 10, 1, NULL, '2021-10-06 09:46:51'),
(49, 'Pizza Napoletana', '', '', '', '', 11, 1, NULL, '2021-10-06 09:46:51'),
(50, 'Tomato Bacon Pasta', '', '', '', '', 12, 1, NULL, '2021-10-06 09:46:51'),
(51, 'Pasta Carbonara', '', '', '', '', 13, 1, NULL, '2021-10-06 09:46:51'),
(52, 'Margherita pizza', '', '', '', '', 14, 1, NULL, '2021-10-06 09:46:51'),
(53, 'Mushroom Risotto', '', '', '', '', 15, 1, NULL, '2021-10-06 09:46:51'),
(54, 'Focaccia Bread ', '', '', '', '', 16, 1, NULL, '2021-10-06 09:46:51'),
(55, 'Lasagna ', '', '', '', '', 17, 1, NULL, '2021-10-06 09:46:51'),
(56, 'Pizza Fritta', '', '', '', '', 10, 1, NULL, '2021-10-06 09:46:51'),
(57, 'Pizza Napoletana', '', '', '', '', 11, 1, NULL, '2021-10-06 09:46:51'),
(58, 'Tomato Bacon Pasta', '', '', '', '', 12, 1, NULL, '2021-10-06 09:46:51'),
(59, 'Pasta Carbonara', '', '', '', '', 13, 1, NULL, '2021-10-06 09:46:51'),
(60, 'Margherita pizza', '', '', '', '', 14, 1, NULL, '2021-10-06 09:46:51'),
(61, 'Mushroom Risotto', '', '', '', '', 15, 1, NULL, '2021-10-06 09:46:51'),
(62, 'Focaccia Bread ', '', '', '', '', 16, 1, NULL, '2021-10-06 09:46:51'),
(63, 'Lasagna ', '', '', '', '', 17, 1, NULL, '2021-10-06 09:46:51'),
(64, 'Panzanella', '', '', '', '', 18, 1, NULL, '2021-10-06 09:46:51'),
(65, 'Pizza Fritta', '', '', '', '', 10, 1, NULL, '2021-10-06 09:46:51'),
(66, 'Pizza Napoletana', '', '', '', '', 11, 1, NULL, '2021-10-06 09:46:51'),
(67, 'Tomato Bacon Pasta', '', '', '', '', 12, 1, NULL, '2021-10-06 09:46:51'),
(68, 'Pasta Carbonara', '', '', '', '', 13, 1, NULL, '2021-10-06 09:46:51'),
(69, 'Margherita pizza', '', '', '', '', 14, 1, NULL, '2021-10-06 09:46:51'),
(70, 'Mushroom Risotto', '', '', '', '', 15, 1, NULL, '2021-10-06 09:46:51'),
(71, 'Focaccia Bread ', '', '', '', '', 16, 1, NULL, '2021-10-06 09:46:51'),
(72, 'Lasagna ', '', '', '', '', 17, 1, NULL, '2021-10-06 09:46:51'),
(73, 'Panzanella', '', '', '', '', 18, 1, NULL, '2021-10-06 09:46:51'),
(74, 'Burrata ', '', '', '', '', 19, 1, NULL, '2021-10-06 09:46:51'),
(75, 'Dim Sums', '<p>Dim sum is a traditional Chinese meal made up of small plates of dumplings and other snack dishes and is usually accompanied by tea.</p>', NULL, NULL, NULL, 20, 1, NULL, '2021-10-07 06:11:52'),
(76, 'Dim Sums', '', '', '', '', 20, 1, NULL, '2021-10-06 09:46:51'),
(77, 'Chicken with Chestnuts', '<p>Chicken with Chestnuts minced chicken stir fried with mushrooms, water chestnuts and radish and served on a bed of lettuce.</p>', NULL, NULL, NULL, 21, 1, NULL, '2021-10-07 06:13:33'),
(78, 'Dim Sums', '', '', '', '', 20, 1, NULL, '2021-10-06 09:46:51'),
(79, 'Chicken with Chestnuts', '', '', '', '', 21, 1, NULL, '2021-10-06 09:46:51'),
(80, 'Spring Rolls', '<p> </p>\r\n\r\n<p>Spring roll is a fried dish usually available as a dim sum. They typically contain minced pork, shredded carrot, bean sprouts and other vegetables served with Dipping sauce.</p>', NULL, NULL, NULL, 22, 1, NULL, '2021-10-07 06:14:23'),
(81, 'Dim Sums', '', '', '', '', 20, 1, NULL, '2021-10-06 09:46:51'),
(82, 'Chicken with Chestnuts', '', '', '', '', 21, 1, NULL, '2021-10-06 09:46:51'),
(83, 'Spring Rolls', '', '', '', '', 22, 1, NULL, '2021-10-06 09:46:51'),
(84, 'Stir Fried Tofu with Rice', '<p> </p>\r\n\r\n<p>Stir Fried Tofu with Rice is made from dried soybeans that are soaked in water, crushed, and boiled. The mixture is separated into solid pulp and soy milk.</p>', NULL, NULL, NULL, 23, 1, NULL, '2021-10-07 06:16:34'),
(85, 'Dim Sums', '', '', '', '', 20, 1, NULL, '2021-10-06 09:46:51'),
(86, 'Chicken with Chestnuts', '', '', '', '', 21, 1, NULL, '2021-10-06 09:46:51'),
(87, 'Spring Rolls', '', '', '', '', 22, 1, NULL, '2021-10-06 09:46:51'),
(88, 'Stir Fried Tofu with Rice', '', '', '', '', 23, 1, NULL, '2021-10-06 09:46:51'),
(89, 'Hot Sour Soup', '', '', '', '', 24, 1, NULL, '2021-10-06 09:46:51'),
(90, 'Dim Sums', '', '', '', '', 20, 1, NULL, '2021-10-06 09:46:51'),
(91, 'Chicken with Chestnuts', '', '', '', '', 21, 1, NULL, '2021-10-06 09:46:51'),
(92, 'Spring Rolls', '', '', '', '', 22, 1, NULL, '2021-10-06 09:46:51'),
(93, 'Stir Fried Tofu with Rice', '', '', '', '', 23, 1, NULL, '2021-10-06 09:46:51'),
(94, 'Hot Sour Soup', '', '', '', '', 24, 1, NULL, '2021-10-06 09:46:51'),
(95, '<NAME>', '', '', '', '', 25, 1, NULL, '2021-10-06 09:46:51'),
(96, 'Dim Sums', '', '', '', '', 20, 1, NULL, '2021-10-06 09:46:51'),
(97, 'Chicken with Chestnuts', '', '', '', '', 21, 1, NULL, '2021-10-06 09:46:51'),
(98, 'Spring Rolls', '', '', '', '', 22, 1, NULL, '2021-10-06 09:46:51'),
(99, 'Stir Fried Tofu with Rice', '', '', '', '', 23, 1, NULL, '2021-10-06 09:46:51'),
(100, 'Hot Sour Soup', '', '', '', '', 24, 1, NULL, '2021-10-06 09:46:51'),
(101, '<NAME>', '', '', '', '', 25, 1, NULL, '2021-10-06 09:46:51'),
(102, 'Shrimp with Vermicelli and Garlic', '', '', '', '', 26, 1, NULL, '2021-10-06 09:46:51'),
(103, 'Dim Sums', '', '', '', '', 20, 1, NULL, '2021-10-06 09:46:51'),
(104, 'Chicken with Chestnuts', '', '', '', '', 21, 1, NULL, '2021-10-06 09:46:51'),
(105, 'Spring Rolls', '', '', '', '', 22, 1, NULL, '2021-10-06 09:46:51'),
(106, 'Stir Fried Tofu with Rice', '', '', '', '', 23, 1, NULL, '2021-10-06 09:46:51'),
(107, 'Hot Sour Soup', '', '', '', '', 24, 1, NULL, '2021-10-06 09:46:51'),
(108, '<NAME>', '', '', '', '', 25, 1, NULL, '2021-10-06 09:46:51'),
(109, 'Shrimp with Vermicelli and Garlic', '', '', '', '', 26, 1, NULL, '2021-10-06 09:46:51'),
(110, 'Peking Roasted Duck', '', '', '', '', 27, 1, NULL, '2021-10-06 09:46:51'),
(111, 'Dim Sums', '', '', '', '', 20, 1, NULL, '2021-10-06 09:46:51'),
(112, 'Chicken with Chestnuts', '', '', '', '', 21, 1, NULL, '2021-10-06 09:46:51'),
(113, 'Spring Rolls', '', '', '', '', 22, 1, NULL, '2021-10-06 09:46:51'),
(114, 'Stir Fried Tofu with Rice', '', '', '', '', 23, 1, NULL, '2021-10-06 09:46:51'),
(115, 'Hot Sour Soup', '', '', '', '', 24, 1, NULL, '2021-10-06 09:46:51'),
(116, '<NAME>', '', '', '', '', 25, 1, NULL, '2021-10-06 09:46:51'),
(117, 'Shrimp with Vermicelli and Garlic', '', '', '', '', 26, 1, NULL, '2021-10-06 09:46:51'),
(118, 'Peking Roasted Duck', '', '', '', '', 27, 1, NULL, '2021-10-06 09:46:51'),
(119, '<NAME>', '', '', '', '', 28, 1, NULL, '2021-10-06 09:46:51'),
(120, 'Dim Sums', '', '', '', '', 20, 1, NULL, '2021-10-06 09:46:51'),
(121, 'Chicken with Chestnuts', '', '', '', '', 21, 1, NULL, '2021-10-06 09:46:51'),
(122, 'Spring Rolls', '', '', '', '', 22, 1, NULL, '2021-10-06 09:46:51'),
(123, 'Stir Fried Tofu with Rice', '', '', '', '', 23, 1, NULL, '2021-10-06 09:46:51'),
(124, 'Hot Sour Soup', '', '', '', '', 24, 1, NULL, '2021-10-06 09:46:51'),
(125, '<NAME>', '', '', '', '', 25, 1, NULL, '2021-10-06 09:46:51'),
(126, 'Shrimp with Vermicelli and Garlic', '', '', '', '', 26, 1, NULL, '2021-10-06 09:46:51'),
(127, 'Peking Roasted Duck', '', '', '', '', 27, 1, NULL, '2021-10-06 09:46:51'),
(128, '<NAME>', '', '', '', '', 28, 1, NULL, '2021-10-06 09:46:51'),
(129, 'Fried Shrimp with Cashew Nuts', '', '', '', '', 29, 1, NULL, '2021-10-06 09:46:51'),
(130, 'Prawn Pie', '<p>Prawn Pie and hard boiled eggs are other common additional ingredients. Parsley or chives are sometimes added to the sauce.</p>', NULL, NULL, NULL, 30, 1, NULL, '2021-10-06 14:54:37'),
(131, 'Prawn Pie', '', '', '', '', 30, 1, NULL, '2021-10-06 09:46:51'),
(132, 'Crispy Calamari Rings', '<p>Crispy Calamari Rings used for calamari. Calamari rings are a type of dish made using squid, and they can be prepared in a number of different ways.</p>', NULL, NULL, NULL, 31, 1, NULL, '2021-10-06 14:55:52'),
(133, 'Prawn Pie', '', '', '', '', 30, 1, NULL, '2021-10-06 09:46:51'),
(134, 'Crispy Calamari Rings', '', '', '', '', 31, 1, NULL, '2021-10-06 09:46:51'),
(135, 'Yorkshire Lamb Patties', '<p>Yorkshire Lamb Patties which melt in your mouth, and are quick and easy to make. </p>', NULL, NULL, NULL, 32, 1, NULL, '2021-10-06 14:57:31'),
(136, 'Bananas', '<p>Banana is an elongated, edible fruit botanically produced by several kinds of large herbaceous flowering plants in the genus Musa.</p>', NULL, NULL, NULL, 33, 1, NULL, '2021-10-06 14:44:32'),
(137, 'Yellow Bananas ', '', '', '', '', 33, 1, NULL, '2021-10-06 09:46:51'),
(138, 'Raspberries Mexico', '<p>Raspberry in Mexico is considered as the red gold, since it is one of the most emblematic and fastest growing fruit productions in the country.</p>', NULL, NULL, NULL, 34, 1, NULL, '2021-10-06 14:45:27'),
(139, 'Yellow Bananas ', '', '', '', '', 33, 1, NULL, '2021-10-06 09:46:51'),
(140, 'Raspberries Mexico ', '', '', '', '', 34, 1, NULL, '2021-10-06 09:46:51'),
(141, 'Pears Forelle', '<p>Pears Forelle pear is green and yellow with hints of pink. They originated in Germany and are now heavily grown in Oregon and Washington.</p>', NULL, NULL, NULL, 35, 1, NULL, '2021-10-06 14:46:14'),
(142, 'Yellow Bananas ', '', '', '', '', 33, 1, NULL, '2021-10-06 09:46:51'),
(143, 'Raspberries Mexico ', '', '', '', '', 34, 1, NULL, '2021-10-06 09:46:51'),
(144, 'Pears Forelle ', '', '', '', '', 35, 1, NULL, '2021-10-06 09:46:51'),
(145, 'Tomato', '<p>Tomato is the edible berry of the plant Solanum lycopersicum, commonly known as a tomato plant. The species originated in western South America and Central America. </p>', NULL, NULL, NULL, 36, 1, NULL, '2021-10-06 14:46:56'),
(146, 'Yellow Bananas ', '', '', '', '', 33, 1, NULL, '2021-10-06 09:46:51'),
(147, 'Raspberries Mexico ', '', '', '', '', 34, 1, NULL, '2021-10-06 09:46:51'),
(148, 'P<NAME> ', '', '', '', '', 35, 1, NULL, '2021-10-06 09:46:51'),
(149, 'Tomato Bunch ', '', '', '', '', 36, 1, NULL, '2021-10-06 09:46:51'),
(150, 'Sweet Potato Australia', '<p> </p>\r\n\r\n<p>Sweet potatoes, known as kumera, are originally a native of South America and are an important starch staple in the Pacific Islands. </p>', NULL, NULL, NULL, 37, 1, NULL, '2021-10-06 14:47:40'),
(151, 'Yellow Bananas ', '', '', '', '', 33, 1, NULL, '2021-10-06 09:46:51'),
(152, 'Raspberries Mexico ', '', '', '', '', 34, 1, NULL, '2021-10-06 09:46:51'),
(153, 'P<NAME> ', '', '', '', '', 35, 1, NULL, '2021-10-06 09:46:51'),
(154, 'Tomato Bunch ', '', '', '', '', 36, 1, NULL, '2021-10-06 09:46:51'),
(155, 'Sweet Potato Australia', '', '', '', '', 37, 1, NULL, '2021-10-06 09:46:51'),
(156, 'Cauliflower', '<p>Cauliflower is one of several vegetables in the species Brassica oleracea in the genus Brassica, which is in the Brassicaceae family.</p>', NULL, NULL, NULL, 38, 1, NULL, '2021-10-06 14:48:07'),
(157, 'Choco lava cake', '<p>Molten chocolate cake is a popular dessert that combines the elements of a chocolate cake and a soufflé.</p>', NULL, NULL, NULL, 39, 1, NULL, '2021-10-06 14:48:47'),
(158, 'Choco lava cake', '', '', '', '', 39, 1, NULL, '2021-10-06 09:46:51'),
(159, 'Black Forest', '<p>Black Forest gâteau or Black Forest cake is a chocolate sponge cake with a rich cherry filling based on the German dessert, literally Black Forest Cherry-torte. </p>', NULL, NULL, NULL, 40, 1, NULL, '2021-10-06 14:50:05'),
(160, 'Brown Eggs', '<p>Brown eggs are bigger in size and the yolk of the egg is darker than the white variant. Also, the brown egg comes from the chicken which has a big appetite.</p>', NULL, NULL, NULL, 41, 1, NULL, '2021-10-06 14:50:45'),
(161, 'Vitamin C + Zinc', '<p>Vitamin C and zinc play important roles in providing adequate nutrition and immune defense. This supplement may be given to prevent or treat certain deficiencies caused by poor nutrition, different diseases, medications, or pregnancy.</p>', NULL, NULL, NULL, 42, 1, NULL, '2021-10-06 14:38:22'),
(162, 'Vitamin C + Zinc', '', '', '', '', 42, 1, NULL, '2021-10-06 09:46:51'),
(163, 'Folic B9', '<p>Folic B9 also called folate or folic acid, is one of 8 B vitamins. All B vitamins help the body convert food into fuel, which is used to produce energy.</p>', NULL, NULL, NULL, 43, 1, NULL, '2021-10-06 14:39:28'),
(164, 'Vitamin C + Zinc', '', '', '', '', 42, 1, NULL, '2021-10-06 09:46:51'),
(165, 'Folic B9', '', '', '', '', 43, 1, NULL, '2021-10-06 09:46:51'),
(166, 'Casein Protein', '<p>Casein is a slow-digesting protein that can boost muscle growth and aid recovery after exercise. </p>', NULL, NULL, NULL, 44, 1, NULL, '2021-10-06 14:40:28'),
(167, 'Vitamin C + Zinc', '', '', '', '', 42, 1, NULL, '2021-10-06 09:46:51'),
(168, 'Folic B9', '', '', '', '', 43, 1, NULL, '2021-10-06 09:46:51'),
(169, 'Casein Protein', '', '', '', '', 44, 1, NULL, '2021-10-06 09:46:51'),
(170, 'Thermometer', '<p>Thermometer is the quickest, most accurate way to test for fever.</p>', NULL, NULL, NULL, 45, 1, NULL, '2021-10-06 14:41:40'),
(171, 'Vitamin C + Zinc', '', '', '', '', 42, 1, NULL, '2021-10-06 09:46:51'),
(172, 'Folic B9', '', '', '', '', 43, 1, NULL, '2021-10-06 09:46:51'),
(173, 'Casein Protein', '', '', '', '', 44, 1, NULL, '2021-10-06 09:46:51'),
(174, 'Thermometer', '', '', '', '', 45, 1, NULL, '2021-10-06 09:46:51'),
(175, 'Pulse Oximeter', '<p>Pulse oximetry is a noninvasive method for monitoring a person's oxygen saturation. Peripheral oxygen saturation readings are typically within 2% accuracy of the more desirable reading of arterial oxygen saturation from arterial blood gas analysis.</p>', NULL, NULL, NULL, 46, 1, NULL, '2021-10-06 14:42:23'),
(176, 'Vitamin C + Zinc', '', '', '', '', 42, 1, NULL, '2021-10-06 09:46:51'),
(177, 'Folic B9', '', '', '', '', 43, 1, NULL, '2021-10-06 09:46:51'),
(178, 'Casein Protein', '', '', '', '', 44, 1, NULL, '2021-10-06 09:46:51'),
(179, 'Thermometer', '', '', '', '', 45, 1, NULL, '2021-10-06 09:46:51'),
(180, 'Pulse Oximeter', '', '', '', '', 46, 1, NULL, '2021-10-06 09:46:51'),
(181, 'Breathe Free Vaporizer', '<p>Breathe Free Vaporizer is a mechanical device that turns water into steam and transmits that steam into the surrounding atmosphere.</p>', NULL, NULL, NULL, 47, 1, NULL, '2021-10-06 14:43:20'),
(182, 'Asus Zenbook 14', '<p>Asus ZenBook 14 is a Windows 10 Home laptop with a 14.00-inch display that has a resolution of 1920x1080 pixels.</p>', NULL, NULL, NULL, 48, 1, NULL, '2021-10-06 14:31:16'),
(183, 'Asus Zenbook 14', '', '', '', '', 48, 1, NULL, '2021-10-06 09:46:51'),
(184, 'HP Pavilion 15', '<p>HP Pavilion 14-dv0053TU is a Windows 10 Home laptop with a 14.00-inch display that has a resolution of 1920x1080 pixels.</p>', NULL, NULL, NULL, 49, 1, NULL, '2021-10-06 14:32:04'),
(185, 'Asus Zenbook 14', '', '', '', '', 48, 1, NULL, '2021-10-06 09:46:51'),
(186, 'HP Pavilion 14', '', '', '', '', 49, 1, NULL, '2021-10-06 09:46:51'),
(187, 'Macbook Pro M1 Chip', '<p>Apple M1 chip with 8‑core CPU, 8-core GPU and 16-core Neural Engine. 8GB unified memory. 256GB SSD storage 33.74 cm Retina display with True Tone.</p>', NULL, NULL, NULL, 50, 1, NULL, '2021-10-06 14:33:10'),
(188, 'Iphone 12 Pro Max', '<p>Iphone 12 Pro Max comes with a 6.70-inch touchscreen display with a resolution of 1284x2778 pixels at a pixel density of 458 pixels per inch. iPhone 12 Pro Max is powered by a hexa-core Apple A14 Bionic processor. </p>', NULL, NULL, NULL, 51, 1, NULL, '2021-10-06 14:34:21'),
(189, 'Oneplus 9Pro', '<p>OnePlus exclusive, Hyper Touch reduces in-game imaging delays during even the most demanding mobile gaming for up to 6 times faster then other. Experience ultra-fast aiming and effortlessly precise control.</p>', NULL, NULL, NULL, 52, 1, NULL, '2021-10-06 14:35:52'),
(190, 'Samsung Note 20 Ultra', '<p>Samsung Galaxy Note 20 Ultra 5G is extremely expensive but offers the best of Samsung's technology including a 108-megapixel camera, 5x optical zoom, and an enhanced S-Pen styles.</p>', NULL, NULL, NULL, 53, 1, NULL, '2021-10-06 14:37:12'),
(191, 'Jackets', '<p>Jacket is a garment for the upper body, usually extending below the hips. A jacket typically has sleeves, and fastens in the front or slightly on the side. A jacket is generally lighter, tighter-fitting, and less insulating than a coat, which is outerwear.</p>', NULL, NULL, NULL, 54, 1, NULL, '2021-10-06 14:13:41'),
(192, 'Coats', '<p>Coat is a garment worn on the upper body by either gender for warmth or fashion. Coats typically have long sleeves and are open down the front, closing by means of buttons, zippers, hook-and-loop fasteners, toggles, a belt, or a combination of some of these.</p>', NULL, NULL, NULL, 55, 1, NULL, '2021-10-06 14:14:46'),
(193, 'Denim', '<p>Jeans are a type of pants or trousers, typically made from denim or dungaree cloth. </p>', NULL, NULL, NULL, 56, 1, NULL, '2021-10-06 14:18:30'),
(194, 'Fluffy Jackets', '<p>Fluffy Jackets, also called quilted jackets, have a signature quilted design with sections that are puffy between the stitching.</p>', NULL, NULL, NULL, 57, 1, NULL, '2021-10-11 09:30:55'),
(195, 'Partywear', '<p>Party dress is a dress worn especially for different types of party such as children's party, cocktail party, garden party and costume party would tend to require different styles of dress. </p>', NULL, NULL, NULL, 58, 1, NULL, '2021-10-06 14:28:23'),
(196, 'Printed Dresses', '<p> Printed dress is which can wow you in the summer or make you glamorous in the theme.</p>', NULL, NULL, NULL, 59, 1, NULL, '2021-10-06 14:30:09'),
(197, 'Split Ac Service', '<p>During AC service, the technician cleans the dust and debris from the condenser coil and evaporator coil and other key components of the system. In a split AC, the condenser coils are in the outdoor unit.</p>', NULL, NULL, NULL, 60, 1, NULL, '2021-10-06 09:46:51'),
(198, 'Split Ac Service', '', '', '', '', 60, 1, NULL, '2021-10-06 09:46:51'),
(199, 'Window Ac Service', '<p>Cleaning of AC Condenser Coil, Cooling Coil. Cleaning of AC Filter. Cleaning of AC Drainage Piping (Wet Method). Overall Inspection of the AC unit.</p>', NULL, NULL, NULL, 61, 1, NULL, '2021-10-06 09:46:51'),
(200, 'Split Ac Service', '', '', '', '', 60, 1, NULL, '2021-10-06 09:46:51'),
(201, 'Window Ac Service', '', '', '', '', 61, 1, NULL, '2021-10-06 09:46:51'),
(202, 'Split Ac Installation', '', '', '', '', 62, 1, NULL, '2021-10-06 09:46:51'),
(203, 'Split Ac Service', '', '', '', '', 60, 1, NULL, '2021-10-06 09:46:51'),
(204, 'Window Ac Service', '', '', '', '', 61, 1, NULL, '2021-10-06 09:46:51'),
(205, 'Split Ac Installation', '', '', '', '', 62, 1, NULL, '2021-10-06 09:46:51'),
(206, 'Window Ac Installation', '', '', '', '', 63, 1, NULL, '2021-10-06 09:46:51'),
(207, 'Full Home Cleaning', '<p>Dusting, sweeping, mopping, and washing floors, toilets, showers, tubs, driveways, windows, and counters. Vacuuming carpets, upholstery, and any other dusty surface. Cleaning all surfaces in the kitchen and bathroom. Making beds and fluffing pillows. Folding clean laundry.</p>', NULL, NULL, NULL, 64, 1, NULL, '2021-10-06 09:46:51'),
(208, 'Full Home Cleaning', '', '', '', '', 64, 1, NULL, '2021-10-06 09:46:51'),
(209, 'Bathroom Cleaning', '<p>A preparation for cleaning bathrooms. cleaner, cleanser, cleansing agent - a preparation used in cleaning something. Based on WordNet 3.0, Farlex clipart collection.</p>', NULL, NULL, NULL, 65, 1, NULL, '2021-10-06 09:46:51'),
(210, 'Full Home Cleaning', '', '', '', '', 64, 1, NULL, '2021-10-06 09:46:51'),
(211, 'Bathroom Cleaning', '', '', '', '', 65, 1, NULL, '2021-10-06 09:46:51'),
(212, 'Car Cleaning', '<p>The Car Detailer will clean vehicles according to company standards or client specifications, which may include performing detail inspections.</p>', NULL, NULL, NULL, 66, 1, NULL, '2021-10-06 09:46:51'),
(213, 'Full Home Cleaning', '', '', '', '', 64, 1, NULL, '2021-10-06 09:46:51'),
(214, 'Bathroom Cleaning', '', '', '', '', 65, 1, NULL, '2021-10-06 09:46:51'),
(215, 'Car Cleaning', '', '', '', '', 66, 1, NULL, '2021-10-06 09:46:51'),
(216, 'Sofa & Carpet Cleaning', '', '', '', '', 67, 1, NULL, '2021-10-06 09:46:51'),
(217, 'Bed bugs control', '<p>Thorough vacuuming can get rid of some of your bed bugs. Carefully vacuum rugs, floors, upholstered furniture, bed frames, under beds, around bed legs, and all cracks and crevices around the room.</p>', NULL, NULL, NULL, 68, 1, NULL, '2021-10-06 09:46:51'),
(218, 'Bed bugs control', '', '', '', '', 68, 1, NULL, '2021-10-06 09:46:51'),
(219, 'Cockroaches pest control', '<p>There are many methods of pest control that you could do yourself. • You can kill cockroaches with the help of diatomaceous earth. It eats through the exoskeleton of the pest killing it within 24 hours.</p>', NULL, NULL, NULL, 69, 1, NULL, '2021-10-06 09:46:51'),
(220, 'Bed bugs control', '', '', '', '', 68, 1, NULL, '2021-10-06 09:46:51'),
(221, 'Cockroaches pest control', '', '', '', '', 69, 1, NULL, '2021-10-06 09:46:51'),
(222, 'Termite control', '<p>The treatment involves detection of termites using Termatrac, drilling holes at skirting level on the walls and injecting liquid termiticide in them by trained technicians.The termiticide, once injected into the ground, forms a barrier between the soil and the building structure.</p>', NULL, NULL, NULL, 70, 1, NULL, '2021-10-06 09:46:51'),
(223, 'Shirt', '<p>A shirt is a cloth garment for the upper body (from the neck to the waist). Originally an undergarment worn exclusively by men, it has become, in American English, a catch-all term for a broad variety of upper-body garments and undergarments.</p>', NULL, NULL, NULL, 71, 1, NULL, '2021-10-11 05:44:25'),
(224, 'Casual T-shirts', '<p>Men Casual T-shirts Jeans, dress shirt (casually turn down collared), and a T-shirt or sleeveless shirt are typically considered casual wear for men in modern times.</p>', NULL, NULL, NULL, 72, 1, NULL, '2021-10-11 05:47:32'),
(225, 'Capri', '<p>Capri pants, for men or women, are defined fairly easily as pants that come down to approximately mid-calf. Lower usually just looks like the pants are too short, and higher may give the impression of shorts.</p>', NULL, NULL, NULL, 73, 1, NULL, '2021-10-11 05:54:17'),
(226, '', '', '', '', '', 74, 1, NULL, NULL),
(227, 'Shorts', '<p>Shorts are a garment worn over the pelvic area, circling the waist and splitting to cover the upper part of the legs, sometimes extending down to the knees but not covering the entire length of the leg.</p>', NULL, NULL, NULL, 75, 1, NULL, '2021-10-11 06:15:07'),
(228, 'Scirt', NULL, NULL, NULL, NULL, 76, 1, NULL, '2021-10-11 06:18:24'),
(229, 'Sweaters', '<p>A sweater or pullover, also called a jumper in British and Australian English, is a piece of clothing, typically with long sleeves, made of knitted or crocheted material, that covers the upper part of the body. When sleeveless, the garment is often called a slipover or sweater vest.</p>', NULL, NULL, NULL, 77, 1, NULL, '2021-10-11 06:22:36'),
(230, 'Dell Inspiron 14', '<p>Inspiron 14 Laptop is a Windows 10 Home laptop with a 14.00-inch display that has a resolution of 1920x1080 pixels.</p>', NULL, NULL, NULL, 78, 1, NULL, '2021-10-11 10:59:45'),
(231, 'Lenovo Idea pad Slim', '<p>Lenovo IdeaPad Slim 3 10th Gen Intel Core i3 14" (35.56cm) FHD Thin & Light Laptop.</p>', NULL, NULL, NULL, 79, 1, NULL, '2021-10-11 11:03:13'),
(232, 'Acer Nitro 5 Gaming Laptop', '<p>Acer Nitro 5 Gaming Laptop AMD Ryzen 5-5600H - (16GB/1 TB HDD/256 GB SSD/Nvidia RTX 3060/ Windows 10 Home/144hz) AN515 With 39.6 Cm (15.6 Inches) FHD Display / 2.4 Kgs / XBOX Game Pass</p>', NULL, NULL, NULL, 80, 1, NULL, '2021-10-11 06:41:34'),
(233, 'OnePlus 9R 5G', '<p>OnePlus 9R 5G (Lake Blue, 8GB RAM, 128GB Storage).</p>', NULL, NULL, NULL, 81, 1, NULL, '2021-10-11 06:45:28'),
(234, 'Samsung Galaxy S20 FE 5G', '<p>Samsung Galaxy S20 FE 5G (Cloud Green, 8GB RAM, 128GB Storage)</p>', NULL, NULL, NULL, 82, 1, NULL, '2021-10-11 06:57:57'),
(235, 'OPPO F19 Pro', '<p>OPPO F19 Pro (Fluid Black, 8GB RAM, 128GB Storage) </p>', NULL, NULL, NULL, 83, 1, NULL, '2021-10-11 07:03:04'),
(236, 'Vitamin B-12', '<p>Vitamin B-12 that the body needs in small amounts to function and stay healthy. Vitamin B12 helps make red blood cells, DNA, RNA, energy, and tissues, and keeps nerve cells healthy. It is found in liver, meat, eggs, poultry, shellfish, milk, and milk products.</p>', NULL, NULL, NULL, 84, 1, NULL, '2021-10-11 07:08:24'),
(237, 'Hemp Protein', '<p>Hemp protein is the protein content of hemp seeds. The protein in hemp seeds is made up of the two globular types of proteins, edestin (60–80%) and 2S albumin, with edestin also being rich in the essential amino acids.</p>', NULL, NULL, NULL, 85, 1, NULL, '2021-10-11 07:12:09'),
(238, 'Brown Rice', '<p>Brown Rice protein supplementation great for muscle building and recovery, it is also beneficial to people looking to lose weight, as brown rice has a thermic effect.</p>', NULL, NULL, NULL, 86, 1, NULL, '2021-10-11 07:16:51'),
(239, 'Blood Glucose Monitors', '<p>A blood glucose meter is a small, portable machine that's used to measure how much glucose (a type of sugar) is in the blood (also known as the blood glucose level). People with diabetes often use a blood glucose meter to help them manage their condition.</p>', NULL, NULL, NULL, 87, 1, NULL, '2021-10-11 07:21:32'),
(240, 'Pedometers And Weighing Scales', '<p>Pedometer is extensively used for tracking total number of steps and in many other suitable applications.</p>', NULL, NULL, NULL, 88, 1, NULL, '2021-10-11 07:26:27'),
(241, 'Apple', '<p>The apple is a pome fruit, in which the ripened ovary and surrounding tissue both become fleshy and edible.When harvested, apples are usually roundish, 5–10 cm in diameter, and some shade of red, green, or yellow in colour; they vary in size, shape, and acidity depending on the variety</p>', NULL, NULL, NULL, 89, 1, NULL, '2021-10-11 07:32:36'),
(242, 'Watermelon', '<p>The watermelon is a large fruit of a more or less spherical shape.It has an oval or spherical shape and a dark green and smooth rind, sometimes showing irregular areas of a pale green colour. It has a sweet, juicy, refreshing flesh of yellowish or reddish colour, containing multiple black, brown or white pips.</p>', NULL, NULL, NULL, 90, 1, NULL, '2021-10-11 07:36:35'),
(243, 'cabbage', '<p>Cabbage, comprising several cultivars of Brassica oleracea, is a leafy green, red (purple), or white (pale green) biennial plant grown as an annual vegetable crop for its dense-leaved heads. oleracea), and belongs to the "cole crops" or brassicas, meaning it is closely related to broccoli and cauliflower.</p>', NULL, NULL, NULL, 91, 1, NULL, '2021-10-11 07:41:27'),
(244, 'broccoli', '<p>Broccoli is a fast-growing annual plant that grows 60–90 cm tall. Upright and branching with leathery leaves, broccoli bears dense green clusters of flower buds at the ends of the central axis and the branches.</p>', NULL, NULL, NULL, 92, 1, NULL, '2021-10-11 07:44:39'),
(245, 'cheese', '<p>Cheese is made from Cheese, Sodium Citrate, Common Salt, Citric Acid, permitted natural colour - Annatto. Emulsifier and Class II preservatives. It is made from graded cow/buffalo milk using microbial rennet.</p>', NULL, NULL, NULL, 93, 1, NULL, '2021-10-11 07:49:31'),
(246, 'Milk shake', '<p>Milk shake is a sweet drink made by blending milk, ice cream, and flavorings or sweeteners such as butterscotch, caramel sauce, chocolate syrup.</p>', NULL, NULL, NULL, 94, 1, NULL, '2021-10-11 07:54:04'),
(247, 'Roesti And Salad', '<p>Roesti and Salad Recipe. Crispy creamy potato cakes topped with the freshness of salad. The perfect recipe for a lazy Sunday brunch! Total Cook Time 50 mins</p>', NULL, NULL, NULL, 95, 1, NULL, '2021-10-11 08:44:42'),
(248, 'Paneer Steak', '<p>Paneer Steak is an Indian dish made from chunks of paneer marinated in spices and grilled in a tandoor.</p>', NULL, NULL, NULL, 96, 1, NULL, '2021-10-11 08:50:55'),
(249, 'Apple Sausage Plait.', '<p>Apple Sausage Plait in the form of a cylindrical length of minced pork or other meat encased in a skin, typically sold raw to be grilled or fried before eating.</p>', NULL, NULL, NULL, 97, 1, NULL, '2021-10-11 08:56:22'),
(250, 'Polenta', '<p>Polenta a porridge or mush usually made of ground corn (maize) cooked in salted water. Cheese and butter or oil are often added. Polenta can be eaten hot or cold as a porridge, or it can be cooled until firm, cut into shapes, and then baked, toasted, panfried, or deep-fried.</p>', NULL, NULL, NULL, 98, 1, NULL, '2021-10-11 09:01:57'),
(251, 'Osso buco', '<p>Ossobuco or osso buco is a specialty of Lombard cuisine of cross-cut veal<strong> </strong>shanks braised with vegetables, white wine and broth.</p>', NULL, NULL, NULL, 99, 1, NULL, '2021-10-11 09:06:37'),
(252, 'Quick Noodles', '<p>Quick Noodles a cooked egg-and-flour paste prominent in European and Asian cuisine, generally distinguished from pasta by its elongated ribbonlike form. Noodles are commonly used to add body and flavour to broth soups</p>', NULL, NULL, NULL, 100, 1, NULL, '2021-10-11 09:10:06'),
(253, 'Szechwan Chilli Chicken', '<p>About Szechwan Chilli Chicken Recipe: A fiery side fried chicken cooked with brown, green & white peppercorns and oriental spices.</p>', NULL, NULL, NULL, 101, 1, NULL, '2021-10-11 10:37:25');
-- --------------------------------------------------------
--
-- Dumping data for table `product_variants`
--
INSERT INTO `product_variants` (`id`, `sku`, `product_id`, `title`, `quantity`, `price`, `position`, `compare_at_price`, `barcode`, `cost_price`, `currency_id`, `tax_category_id`, `inventory_policy`, `fulfillment_service`, `inventory_management`, `created_at`, `updated_at`, `status`) VALUES
(1, 'sku-id1633375333925589c', 1, NULL, 100, '500.00', 1, '500.00', '7543ebf012007e', '300.00', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:22:13', 1),
(2, 'sku-id163337533398a4b3b', 1, 'sku-id-Black-Black', 100, '500.00', 1, '500.00', '1500cdf2d597df', '300.00', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:22:13', 1),
(3, 'sku-id16333753335644674', 1, 'sku-id-Black-Grey', 100, '500.00', 1, '500.00', '2ea56327679387', '300.00', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:22:13', 1),
(4, 'sku-id1633375333c50fbde', 1, 'sku-id-Medium-Black', 100, '500.00', 1, '500.00', '8f47f11a19433f', '300.00', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:22:13', 1),
(5, 'sku-id16333753339f83b05', 1, 'sku-id-Medium-Grey', 100, '500.00', 1, '500.00', '8f7318b112bbe9', '300.00', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:22:13', 1),
(6, 'TS001', 2, NULL, 0, NULL, 1, NULL, 'a2a9bccf12bafa', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:22:32', '2021-10-07 06:26:47', 1),
(7, 'TS002', 3, NULL, 0, NULL, 1, NULL, '19fd99e3967244', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:22:32', '2021-10-05 05:54:43', 1),
(8, 'TS003', 4, NULL, 0, NULL, 1, NULL, '7ea865f59596dd', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:22:32', '2021-10-05 05:49:10', 1),
(9, 'TS004', 5, NULL, 0, NULL, 1, NULL, 'e5ac06b2f9a7e4', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:22:32', '2021-10-05 05:48:56', 1),
(10, 'TS005', 6, NULL, 0, NULL, 1, NULL, 'dd23f8e8176eca', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:22:32', '2021-10-04 19:28:16', 1),
(11, 'DEL001', 7, NULL, 0, NULL, 1, NULL, '4ebe28f1edd8bf', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:29:59', '2021-10-04 19:31:03', 1),
(12, 'DEL002', 8, NULL, 0, NULL, 1, NULL, '939edaff47fa9d', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:31:14', '2021-10-04 19:31:58', 1),
(13, 'DEL003', 9, NULL, 0, NULL, 1, NULL, '4be5dd2821fe16', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:32:09', '2021-10-04 19:32:48', 1),
(14, 'IT100', 10, NULL, 220, '9.00', 1, '12.00', 'd2b98d462b9bb6', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:39:10', '2021-10-04 19:39:10', 1),
(15, 'IT10116333763982553f36', 11, NULL, 240, '10.00', 1, '14.00', 'd0693ee5682c9f', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:39:10', '2021-10-04 19:39:58', 1),
(16, 'IT102', 12, NULL, 310, '8.00', 1, '10.00', '8b42a582def893', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:39:10', '2021-10-04 19:39:10', 1),
(17, 'IT103', 13, NULL, 340, '12.00', 1, '15.00', 'bd32f120e3dc5b', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:39:10', '2021-10-04 19:39:10', 1),
(18, 'IT10416333763651c9713b', 14, NULL, 270, '8.00', 1, '10.00', '8f2c14da51b407', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:39:10', '2021-10-04 19:39:25', 1),
(19, 'IT10516333763818f4411a', 15, NULL, 240, '9.00', 1, '12.00', 'f9baaec43fa47c', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:39:10', '2021-10-04 19:39:41', 1),
(20, 'IT106', 16, NULL, 210, '11.00', 1, '13.00', '894cc8af32de64', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:39:10', '2021-10-04 19:39:10', 1),
(21, 'IT10716333764065e15904', 17, NULL, 310, '14.00', 1, '16.00', '727770fa957754', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:39:10', '2021-10-04 19:40:06', 1),
(22, 'IT10816333764152b544af', 18, NULL, 330, '13.00', 1, '15.00', 'c75361d366189d', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:39:10', '2021-10-04 19:40:15', 1),
(23, 'IT10916333763718930e5d', 19, NULL, 350, '15.00', 1, '17.00', '17147e33cb7190', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:39:10', '2021-10-04 19:39:31', 1),
(24, 'CH200', 20, NULL, 220, '8.00', 1, '10.00', '83231956e105d3', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:45:11', '2021-10-04 19:45:11', 1),
(25, 'CH202', 21, NULL, 240, '10.00', 1, '12.00', '34fafe9bb02d83', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:45:11', '2021-10-04 19:45:11', 1),
(26, 'CH203', 22, NULL, 310, '7.00', 1, '10.00', 'f2e7a0dde9eddf', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:45:11', '2021-10-04 19:45:11', 1),
(27, 'CH204', 23, NULL, 340, '12.00', 1, '14.00', 'b601d372ffea76', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:45:11', '2021-10-04 19:45:11', 1),
(28, 'CH2051633376730f942258', 24, NULL, 240, '7.00', 1, '10.00', '98619f23def7a7', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:45:11', '2021-10-04 19:45:30', 1),
(29, 'CH2061633376737ee72d4f', 25, NULL, 270, '13.00', 1, '15.00', '175690f77bdda4', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:45:11', '2021-10-04 19:45:37', 1),
(30, 'CH2071633376743f9a2349', 26, NULL, 310, '14.00', 1, '16.00', '6c202dbb294539', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:45:11', '2021-10-04 19:45:43', 1),
(31, 'CH2081633376749e5989f5', 27, NULL, 230, '9.00', 1, '12.00', '34c0c90c084dc6', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:45:11', '2021-10-04 19:45:49', 1),
(32, 'CH2091633376755a405fe3', 28, NULL, 280, '12.00', 1, '14.00', 'b2533bef2b5621', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:45:11', '2021-10-04 19:45:55', 1),
(33, 'CH2101633376762cebe295', 29, NULL, 360, '10.00', 1, '12.00', '6bd43a31eeb9e4', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:45:11', '2021-10-04 19:46:02', 1),
(34, 'CN500', 30, NULL, 220, '9.00', 1, '12.00', 'c18b14ae294cb0', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:52:15', '2021-10-04 19:52:15', 1),
(35, 'CN502', 31, NULL, 310, '10.00', 1, '12.00', '285745652e76f4', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:52:15', '2021-10-04 19:52:15', 1),
(36, 'CN503', 32, NULL, 340, '14.00', 1, '16.00', '3902e977f96448', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:52:15', '2021-10-04 19:52:15', 1),
(37, 'FR600', 33, NULL, 220, '6.00', 1, '10.00', '71f76a727739d7', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:58:30', '2021-10-04 19:58:30', 1),
(38, 'FR601', 34, NULL, 240, '8.00', 1, '12.00', '384980f2ced2c1', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:58:30', '2021-10-04 19:58:30', 1),
(39, 'FR602', 35, NULL, 310, '7.00', 1, '10.00', 'b88f8a6bbfefb8', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:58:30', '2021-10-04 19:58:30', 1),
(40, 'FR603', 36, NULL, 340, '10.00', 1, '12.00', 'd9eb46fc061623', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:58:30', '2021-10-04 19:58:30', 1),
(41, 'FR604', 37, NULL, 280, '12.00', 1, '14.00', 'e76f981458a8b5', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:58:30', '2021-10-04 19:58:30', 1),
(42, 'FR605', 38, NULL, 360, '9.00', 1, '12.00', '05ffb65d96e2f2', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:58:30', '2021-10-04 19:58:30', 1),
(43, 'DE110', 39, NULL, 245, '14.00', 1, '16.00', 'c466bfb9b86738', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:58:53', '2021-10-04 19:58:53', 1),
(44, 'DE111', 40, NULL, 265, '16.00', 1, '18.00', '162643a11065de', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 19:58:53', '2021-10-04 19:58:53', 1),
(45, 'D202', 41, NULL, 310, '11.00', 1, '14.00', '266488f94537c6', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:03:55', '2021-10-04 20:04:37', 1),
(46, 'PH200', 42, NULL, 230, '10.00', 1, '12.00', 'cc3a3ba79a1529', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:06:51', '2021-10-04 20:08:11', 1),
(47, 'PH201', 43, NULL, 190, '11.00', 1, '13.00', '0f7a69cbaf52cf', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:06:51', '2021-10-04 20:08:47', 1),
(48, 'PH202', 44, NULL, 410, '16.00', 1, '18.00', '0069e71ae0c8ac', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:06:51', '2021-10-04 20:09:25', 1),
(49, 'PH206', 45, NULL, 350, '15.00', 1, '17.00', '79a10fb3b147fb', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:06:51', '2021-10-04 20:12:20', 1),
(50, 'PH207', 46, NULL, 240, '14.00', 1, '16.00', '661fc75d00de82', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:06:51', '2021-10-04 20:15:50', 1),
(51, 'PH208', 47, NULL, 260, '18.00', 1, '20.00', '2dc5525e2241a2', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:06:51', '2021-10-04 20:16:02', 1),
(52, 'EL806', 48, NULL, 340, '40.00', 1, '45.00', '17e07677edc94a', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:18:06', '2021-10-04 20:23:19', 1),
(53, 'EL807', 49, NULL, 290, '45.00', 1, '48.00', 'b71ab30defc3c5', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:18:06', '2021-10-04 20:23:33', 1),
(54, 'EL808', 50, NULL, 260, '50.00', 1, '55.00', 'b502cfe753bd3e', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:18:06', '2021-10-04 20:23:47', 1),
(55, 'MB900', 51, NULL, 240, '52.00', 1, '55.00', '07d30863f387a6', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:24:03', '2021-10-04 20:29:58', 1),
(56, 'MB901', 52, NULL, 270, '45.00', 1, '48.00', 'b69822c61a56d1', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:25:57', '2021-10-04 20:30:12', 1),
(57, 'MB902', 53, NULL, 290, '46.00', 1, '48.00', 'a0e66bf4cce3e7', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:27:53', '2021-10-04 20:30:26', 1),
(58, 'MEN301', 54, NULL, 280, '25.00', 1, '30.00', '819b47cfafb64b', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:32:42', '2021-10-04 20:35:00', 1),
(59, 'MEN302', 55, NULL, 310, '26.00', 1, '28.00', '4ba1a680f3ba2b', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:33:28', '2021-10-04 20:35:11', 1),
(60, 'MEN303', 56, NULL, 330, '24.00', 1, '28.00', '856fe68fc740c0', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:34:10', '2021-10-04 20:35:23', 1),
(61, 'WOMEN304', 57, NULL, 350, '24.00', 1, '26.00', '0f3bd79fd38f36', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:35:45', '2021-10-04 20:38:20', 1),
(62, 'WOMEN305', 58, NULL, 360, '18.00', 1, '20.00', '387f6aa42d06ae', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:36:48', '2021-10-04 20:38:32', 1),
(63, 'WOMEN306', 59, NULL, 310, '15.00', 1, '18.00', '2f2874dbfa0677', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:37:43', '2021-10-04 20:38:43', 1),
(64, 'AC100', 60, NULL, 0, '10.00', 1, '12.00', '1cb19b60453bc3', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:49:18', '2021-10-05 05:47:31', 1),
(65, 'AC101', 61, NULL, 0, '8.00', 1, '10.00', '656f80de886d60', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:49:18', '2021-10-05 05:17:38', 1),
(66, 'AC1021633380563ff753d8', 62, NULL, 0, '0.00', 1, '0.00', '98841a7c9fb742', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:49:18', '2021-10-04 20:49:23', 1),
(67, 'AC1031633380570c8d914a', 63, NULL, 0, '0.00', 1, '0.00', 'db5a13bee5c98d', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:49:18', '2021-10-04 20:49:30', 1),
(68, 'CL111', 64, NULL, 0, '16.00', 1, '18.00', '1761f84082e3e4', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:49:37', '2021-10-05 05:18:46', 1),
(69, 'CL112', 65, NULL, 0, '14.00', 1, '16.00', 'f233a58aae14c5', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:49:37', '2021-10-05 05:20:38', 1),
(70, 'CL113', 66, NULL, 0, '13.00', 1, '14.00', 'b7af164ab4c109', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:49:37', '2021-10-05 05:21:24', 1),
(71, 'CL1141633380586e0b4580', 67, NULL, 0, '0.00', 1, '0.00', '98cad2e3cf2091', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:49:37', '2021-10-04 20:49:46', 1),
(72, 'PC280', 68, NULL, 0, '9.00', 1, '12.00', '425cd02d706ca0', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:49:54', '2021-10-05 05:22:08', 1),
(73, 'PC281', 69, NULL, 0, '11.00', 1, '13.00', '50256d5c5d8fb3', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:49:54', '2021-10-05 05:23:22', 1),
(74, 'PC282', 70, NULL, 0, '14.00', 1, '16.00', 'bfc74887be5c87', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-04 20:49:54', '2021-10-05 05:24:38', 1),
(75, 'Shirt', 71, NULL, 1990, '12.00', 1, '15.00', '13a8a1ebb00b92', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 05:39:06', '2021-10-11 05:44:26', 1),
(76, 'CasualT-shirts', 72, NULL, 1990, '17.00', 1, '22.00', 'be53b93d8b4f17', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 05:45:30', '2021-10-11 05:47:32', 1),
(77, 'Capris', 73, NULL, 1990, '19.00', 1, '22.00', 'a9f6ba2ca77dec', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 05:49:45', '2021-10-11 05:54:17', 1),
(78, 'WomenCapri16339321401ba78c6', 74, NULL, 0, NULL, 1, NULL, '52026e71cb192e', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 06:01:33', '2021-10-11 06:02:20', 1),
(79, 'Shorts', 75, NULL, 2900, '18.00', 1, '22.00', 'a8dcad36a8c50e', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 06:03:22', '2021-10-11 06:18:45', 1),
(80, 'Scirt', 76, NULL, 1889, '19.00', 1, '22.00', '804cdfb98108ee', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 06:16:53', '2021-10-11 06:18:24', 1),
(81, 'Sweaters', 77, NULL, 1890, '17.00', 1, '22.00', '9ef3df3ac9722b', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 06:20:16', '2021-10-11 06:22:36', 1),
(82, 'Inspiron14Laptop', 78, NULL, 1990, '20.00', 1, '23.00', 'a94347e8103a1d', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 06:29:40', '2021-10-11 06:31:29', 1),
(83, 'LenovoIdeaPadSlim310thGen', 79, NULL, 1900, '19.00', 1, '22.00', 'ee8b027a53323c', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 06:34:21', '2021-10-11 06:37:39', 1),
(84, 'AcerNitro5GamingLaptopAMD', 80, NULL, 199, '150.00', 1, '165.00', 'b8893cc1f82a49', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 06:39:03', '2021-10-11 11:11:44', 1),
(85, 'OnePlus9R5G', 81, NULL, 1880, '16.00', 1, '20.00', 'b1d2d3de25950a', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 06:42:45', '2021-10-11 06:45:28', 1),
(86, 'OnePlus9R5G(LakeBlue,8GBRAM,128GBStorage)', 82, NULL, 1890, '18.00', 1, '22.00', '34ff409e53d79a', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 06:48:14', '2021-10-11 06:57:57', 1),
(87, 'OPPOF19Pro', 83, NULL, 1000, '12.00', 1, '15.00', 'c4f70ae7e0ad25', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 07:00:01', '2021-10-11 07:03:04', 1),
(88, 'VitaminB-12', 84, NULL, 888, '16.00', 1, '20.00', '17622b8dc42f52', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 07:05:53', '2021-10-11 11:33:41', 1),
(89, 'HempProtein', 85, NULL, 1890, '14.00', 1, '20.00', '359df175e9c185', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 07:09:53', '2021-10-11 07:12:09', 1),
(90, 'BrownRiceProtein16339519990a4bbe7', 86, NULL, 1600, '13.00', 1, '15.00', '41ec612c88d1d1', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 07:13:17', '2021-10-11 11:33:19', 1),
(91, 'BloodGlucoseMonitors:', 87, NULL, 1789, '12.00', 1, '15.00', 'dd587e7fd593c7', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 07:19:10', '2021-10-11 07:21:32', 1),
(92, 'PedometersAndWeighingScales', 88, NULL, 1780, '12.00', 1, '15.00', '80fe4269747b13', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 07:22:15', '2021-10-11 07:26:28', 1),
(93, 'Apples', 89, NULL, 1590, '12.00', 1, '15.00', '72d282b61f2f8d', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 07:29:40', '2021-10-11 07:32:36', 1),
(94, 'watermelon', 90, NULL, 1678, '12.00', 1, '14.00', '5f9a22faa94d54', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 07:33:24', '2021-10-11 07:36:35', 1),
(95, 'cabbage', 91, NULL, 1600, '12.00', 1, '15.00', '34b9366fd85077', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 07:38:46', '2021-10-11 07:41:27', 1),
(96, 'broccoli', 92, NULL, 1700, '15.00', 1, '18.00', 'dcb836cd06d258', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 07:42:27', '2021-10-11 07:44:39', 1),
(97, 'cheese', 93, NULL, 1789, '14.00', 1, '18.00', 'f3ffe0746049e4', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 07:48:03', '2021-10-11 07:49:31', 1),
(98, 'milkshake', 94, NULL, 1789, '19.00', 1, '22.00', 'e7fe61ed5956a4', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 07:52:05', '2021-10-11 07:54:04', 1),
(99, 'RoestiAndSalad', 95, NULL, 1200, '13.00', 1, '15.00', '1ca362bdd97d82', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 08:42:31', '2021-10-11 10:27:22', 1),
(100, 'PaneerSteak', 96, NULL, 1690, '12.00', 1, '14.00', 'd51ec2b603ff25', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 08:45:11', '2021-10-11 08:50:55', 1),
(101, 'AppleSausagePlait.', 97, NULL, 1789, '12.00', 1, '16.00', 'b7ac8fa7ffb21a', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 08:52:12', '2021-10-11 08:56:22', 1),
(102, 'Polenta.', 98, NULL, 2300, '17.00', 1, '19.00', '345b1f10e32dca', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 08:59:48', '2021-10-11 09:01:57', 1),
(103, 'Ossobuco', 99, NULL, 1500, '15.00', 1, '18.00', '555f31634b8f9f', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 09:02:33', '2021-10-11 09:06:37', 1),
(104, 'QuickNoodles', 100, NULL, 1690, '12.00', 1, '15.00', '1786576b9779e2', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 09:07:23', '2021-10-11 09:10:06', 1),
(105, 'SzechwanChilliChicken', 101, NULL, 1890, '17.00', 1, '19.00', 'e992069726f6ee', NULL, NULL, NULL, NULL, NULL, NULL, '2021-10-11 09:11:13', '2021-10-11 09:14:14', 1);
-- --------------------------------------------------------
--
-- Dumping data for table `product_variant_sets`
--
INSERT INTO `product_variant_sets` (`id`, `product_id`, `product_variant_id`, `variant_type_id`, `variant_option_id`, `created_at`, `updated_at`) VALUES
(1, 1, 2, 1, 1, NULL, NULL),
(2, 1, 2, 2, 5, NULL, NULL),
(3, 1, 3, 1, 1, NULL, NULL),
(4, 1, 3, 2, 6, NULL, NULL),
(5, 1, 3, 1, 1, NULL, NULL),
(6, 1, 3, 2, 6, NULL, NULL),
(7, 1, 4, 1, 7, NULL, NULL),
(8, 1, 4, 2, 5, NULL, NULL),
(9, 1, 5, 1, 7, NULL, NULL),
(10, 1, 5, 2, 6, NULL, NULL);
-- --------------------------------------------------------
--
-- Dumping data for table `variant_option_translations`
--
INSERT INTO `variant_option_translations` (`id`, `title`, `variant_option_id`, `language_id`, `created_at`, `updated_at`) VALUES
(1, 'Small', 1, 1, NULL, '2021-10-06 09:46:51'),
(2, 'White', 2, 1, NULL, '2021-10-06 09:46:51'),
(3, 'Black', 3, 1, NULL, '2021-10-06 09:46:51'),
(4, 'Grey', 4, 1, NULL, '2021-10-06 09:46:51'),
(5, 'Medium', 5, 1, NULL, '2021-10-06 09:46:51'),
(6, 'Large', 6, 1, NULL, '2021-10-06 09:46:51'),
(7, 'IPhone', 7, 1, NULL, '2021-10-06 09:46:51'),
(8, 'Samsung', 8, 1, NULL, '2021-10-06 09:46:51'),
(9, 'Xiaomi', 9, 1, NULL, '2021-10-06 09:46:51');
-- --------------------------------------------------------
--
-- Dumping data for table `variant_translations`
--
INSERT INTO `variant_translations` (`id`, `title`, `variant_id`, `language_id`, `created_at`, `updated_at`) VALUES
(1, 'Size', 1, 1, NULL, '2021-10-06 09:46:51'),
(2, 'Color', 2, 1, NULL, '2021-10-06 09:46:51'),
(3, 'Phones', 3, 1, NULL, '2021-10-06 09:46:51');
-- --------------------------------------------------------
--
-- Dumping data for table `vendor_categories`
--
INSERT INTO `vendor_categories` (`id`, `vendor_id`, `category_id`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 29, 1, '2021-10-04 19:21:55', '2021-10-04 19:21:55'),
(2, 1, 30, 1, '2021-10-04 19:21:56', '2021-10-04 19:21:56'),
(3, 1, 31, 1, '2021-10-04 19:21:57', '2021-10-04 19:21:57'),
(4, 4, 2, 1, '2021-10-04 19:29:04', '2021-10-04 19:29:04'),
(5, 2, 3, 1, '2021-10-04 19:38:45', '2021-10-04 19:38:45'),
(6, 2, 14, 1, '2021-10-04 19:38:45', '2021-10-04 19:38:45'),
(7, 2, 16, 1, '2021-10-04 19:38:46', '2021-10-04 19:38:46'),
(8, 3, 3, 1, '2021-10-04 19:51:26', '2021-10-04 19:51:26'),
(9, 3, 15, 1, '2021-10-04 19:51:27', '2021-10-04 19:51:27'),
(10, 5, 4, 1, '2021-10-04 19:57:12', '2021-10-04 19:57:12'),
(11, 5, 9, 1, '2021-10-04 19:57:13', '2021-10-04 19:57:13'),
(12, 5, 8, 1, '2021-10-04 19:57:14', '2021-10-04 19:57:14'),
(13, 5, 10, 1, '2021-10-04 19:57:15', '2021-10-04 19:57:15'),
(14, 6, 5, 1, '2021-10-04 20:05:53', '2021-10-04 20:05:53'),
(15, 6, 17, 1, '2021-10-04 20:05:53', '2021-10-04 20:05:53'),
(16, 6, 18, 1, '2021-10-04 20:05:55', '2021-10-04 20:05:55'),
(17, 7, 19, 1, '2021-10-04 20:16:46', '2021-10-04 20:16:46'),
(18, 7, 20, 1, '2021-10-04 20:16:47', '2021-10-04 20:16:47'),
(19, 7, 21, 1, '2021-10-04 20:16:48', '2021-10-04 20:16:48'),
(20, 8, 26, 1, '2021-10-04 20:31:19', '2021-10-04 20:31:19'),
(21, 8, 27, 1, '2021-10-04 20:31:20', '2021-10-04 20:31:20'),
(22, 8, 28, 1, '2021-10-04 20:31:21', '2021-10-04 20:31:21'),
(23, 9, 22, 1, '2021-10-04 20:48:30', '2021-10-04 20:48:30'),
(24, 9, 23, 1, '2021-10-04 20:48:32', '2021-10-04 20:48:32'),
(25, 9, 24, 1, '2021-10-04 20:48:33', '2021-10-04 20:48:33'),
(26, 9, 25, 1, '2021-10-04 20:48:35', '2021-10-04 20:48:35');
-- --------------------------------------------------------
INSERT INTO `banners` (`id`, `name`, `description`, `image`, `validity_on`, `sorting`, `status`, `start_date_time`, `end_date_time`, `redirect_category_id`, `redirect_vendor_id`, `link`, `created_at`, `updated_at`, `image_mobile`) VALUES
(1, 'Electronics', NULL, 'banner/WuzCZXWQqt4dkrtGox6rQ7zIZPWiZnq4cJJ3pLEO.png', 1, 1, 1, '2021-10-05 01:06:00', '2021-12-31 12:00:00', 19, NULL, 'category', NULL, '2021-10-11 10:22:17', 'banner/Ly9d7sR5ZdVhDy2fhKcvq2OIbipwXPaAfyTg8HzN.png'),
(2, 'Vegetables', NULL, 'banner/hg4qAjmf6SzObNE6lSgGRjIjMbKYW1QA8GtaIDmX.png', 1, 2, 1, '2021-10-05 01:07:00', '2021-12-31 12:00:00', 8, NULL, 'category', NULL, '2021-10-11 10:22:06', 'banner/GFtkCmAbjXXBEUgFyX0d4PwaOYYQFQTwZK9tPj2a.png'),
(3, 'Pharmacy', NULL, 'banner/EfrnNn6R6QxonjB9tdVDhLZCBuje1XxUw1gjXvFR.jpg', 0, 3, 1, '2021-10-05 01:07:00', '2021-12-31 12:00:00', 5, NULL, 'category', NULL, '2021-10-08 06:23:46', 'banner/AZ7QmHWxvodad5TR4A2Xjx3O5QNjZ4lcDez2Wcgm.png'),
(4, 'Fashion', NULL, 'banner/r1e1x91RGF3M2xG8iXxxYSOyOqSs6qtHHG0EGx3n.png', 1, 4, 1, '2021-10-05 01:07:00', '2021-12-31 12:00:00', 26, NULL, 'category', '2021-10-04 18:49:39', '2021-10-11 10:21:53', 'banner/sqjzaAEHcquIlbwFn34B6lHmoGDAcNajMUYdl6SR.png');
INSERT INTO `cab_booking_layouts` (`id`, `title`, `slug`, `order_by`, `is_active`, `created_at`, `updated_at`) VALUES
(1, 'Vendors', 'vendors', 1, 1, NULL, NULL),
(2, 'Featured Products', 'featured_products', 2, 1, NULL, NULL),
(3, 'New Products', 'new_products', 3, 1, NULL, NULL),
(4, 'On Sale', 'on_sale', 4, 1, NULL, NULL),
(5, 'Best Sellers', 'best_sellers', 5, 1, NULL, NULL),
(6, 'Brands', 'brands', 6, 1, NULL, NULL),
(7, 'Pickup Delivery', 'pickup_delivery', 7, 1, '2021-10-04 18:42:14', '2021-10-04 18:42:14');
INSERT INTO `cab_booking_layout_categories` (`id`, `cab_booking_layout_id`, `category_id`, `created_at`, `updated_at`) VALUES
(1, 7, 2, '2021-10-04 18:42:14', '2021-10-04 18:42:14');
UPDATE `client_preferences` SET `business_type` = 'super_app' WHERE `client_preferences`.`id` = 1;
|
-- Creates a database in the server
CREATE DATABASE IF NOT EXISTS hbtn_0d_2;
-- Creates a user with SELECT privileges only
CREATE USER IF NOT EXISTS 'user_0d_2'@'localhost' IDENTIFIED BY 'user_0d_2_pwd';
GRANT SELECT ON hbtn_0d_2.* TO 'user_0d_2'@'localhost';
FLUSH PRIVILEGES;
|
<reponame>wf539/TK70-461
----70-461 Ch 3 Ex 1
USE [TSQL2012];
GO
--1.
SELECT
S.[shipperid]
, [companyname]
, [phone] AS phone number
FROM [Sales].[Shippers] AS S;
--2.
SELECT
S.[shipperid]
, [companyname]
, [phone] AS "phone number"
FROM [Sales].[Shippers] AS S;
|
<filename>SQL/Weather_Observation_Station_13.sql
SELECT CAST(SUM(LAT_N) AS NUMERIC(10,4))
FROM STATION
WHERE 1=1
AND LAT_N > 38.7880
AND LAT_N < 137.2345
|
<filename>mssql/01.DatabasesIntroduction/P18.BasicSelectAllFields.sql
GO
USE [SoftUni]
GO
SELECT *
FROM [Towns]
GO
SELECT *
FROM [Departments]
GO
SELECT *
FROM [Employees]
|
select billitem.id as 'Bill Item Id', bill.`ID` as 'Bill Id' ,
bill.`BILLTYPE`, bill.`CREATEDAT`, billitem.`NETVALUE` as 'BillItem Net Value' ,
bill.`NETTOTAL` as 'bill Net Total',billitem.`PAIDFORBILLFEE_ID`,billitem.`REFERANCEBILLITEM_ID`,billitem.`REFERENCEBILL_ID`,
bill.`REFERENCEBILL_ID`,bill.`CANCELLEDBILL_ID`
from billitem
inner join bill
on billitem.`BILL_ID`=bill.`ID`
order by billItem.id desc limit 20;
|
<filename>code/SQL/hana_volume_usage_data.sql
select TOP 1 d.usage_type, ROUND(MAX( d.total_size)/1024/1024/1024, 1) AS "TOTAL_SIZE_DATA_GB", ROUND(MAX( d.used_size)/1024/1024/1024, 1) AS "USED_SIZE_DATA_GB"
from ( ( m_volumes as v1 join M_VOLUME_SIZES as v2 on v1.volume_id = v2.volume_id ) right outer join m_disks as d on d.disk_id = v2.disk_id )
where USAGE_TYPE = 'DATA' group by d.total_size, d.usage_type, d.used_size
|
<reponame>TAUSBV/cef-data-marketplace
ALTER TABLE `products`
ADD COLUMN `matching_data_request_id` INT UNSIGNED AFTER `total_target_words`;
ALTER TABLE `products`
ADD CONSTRAINT `fk-product-matching_data_request`
FOREIGN KEY (`matching_data_request_id`)
REFERENCES `matching_data_request` (`id`)
ON DELETE SET NULL
ON UPDATE NO ACTION;
|
INSERT INTO `lt_area` VALUES ('1', '0', '北京', '0');
INSERT INTO `lt_area` VALUES ('2', '1', '北京市', '0');
INSERT INTO `lt_area` VALUES ('3', '2', '东城区', '0');
INSERT INTO `lt_area` VALUES ('4', '2', '西城区', '0');
INSERT INTO `lt_area` VALUES ('5', '2', '崇文区', '0');
INSERT INTO `lt_area` VALUES ('6', '2', '宣武区', '0');
INSERT INTO `lt_area` VALUES ('7', '2', '朝阳区', '0');
INSERT INTO `lt_area` VALUES ('8', '2', '丰台区', '0');
INSERT INTO `lt_area` VALUES ('9', '2', '石景山区', '0');
INSERT INTO `lt_area` VALUES ('10', '2', '海淀区', '0');
INSERT INTO `lt_area` VALUES ('11', '2', '门头沟区', '0');
INSERT INTO `lt_area` VALUES ('12', '2', '房山区', '0');
INSERT INTO `lt_area` VALUES ('13', '2', '通州区', '0');
INSERT INTO `lt_area` VALUES ('14', '2', '顺义区', '0');
INSERT INTO `lt_area` VALUES ('15', '2', '昌平区', '0');
INSERT INTO `lt_area` VALUES ('16', '2', '大兴区', '0');
INSERT INTO `lt_area` VALUES ('17', '2', '怀柔区', '0');
INSERT INTO `lt_area` VALUES ('18', '2', '平谷区', '0');
INSERT INTO `lt_area` VALUES ('19', '2', '密云县', '0');
INSERT INTO `lt_area` VALUES ('20', '2', '延庆县', '0');
INSERT INTO `lt_area` VALUES ('21', '0', '上海', '0');
INSERT INTO `lt_area` VALUES ('22', '21', '上海市', '0');
INSERT INTO `lt_area` VALUES ('23', '22', '黄浦区', '0');
INSERT INTO `lt_area` VALUES ('24', '22', '卢湾区', '0');
INSERT INTO `lt_area` VALUES ('25', '22', '徐汇区', '0');
INSERT INTO `lt_area` VALUES ('26', '22', '长宁区', '0');
INSERT INTO `lt_area` VALUES ('27', '22', '静安区', '0');
INSERT INTO `lt_area` VALUES ('28', '22', '普陀区', '0');
INSERT INTO `lt_area` VALUES ('29', '22', '闸北区', '0');
INSERT INTO `lt_area` VALUES ('30', '22', '虹口区', '0');
INSERT INTO `lt_area` VALUES ('31', '22', '杨浦区', '0');
INSERT INTO `lt_area` VALUES ('32', '22', '闵行区', '0');
INSERT INTO `lt_area` VALUES ('33', '22', '宝山区', '0');
INSERT INTO `lt_area` VALUES ('34', '22', '嘉定区', '0');
INSERT INTO `lt_area` VALUES ('35', '22', '浦东新区', '0');
INSERT INTO `lt_area` VALUES ('36', '22', '金山区', '0');
INSERT INTO `lt_area` VALUES ('37', '22', '松江区', '0');
INSERT INTO `lt_area` VALUES ('38', '22', '青浦区', '0');
INSERT INTO `lt_area` VALUES ('39', '22', '南汇区', '0');
INSERT INTO `lt_area` VALUES ('40', '22', '奉贤区', '0');
INSERT INTO `lt_area` VALUES ('41', '22', '崇明县', '0');
INSERT INTO `lt_area` VALUES ('42', '0', '天津', '0');
INSERT INTO `lt_area` VALUES ('43', '42', '天津市', '0');
INSERT INTO `lt_area` VALUES ('44', '43', '和平区', '0');
INSERT INTO `lt_area` VALUES ('45', '43', '河东区', '0');
INSERT INTO `lt_area` VALUES ('46', '43', '河西区', '0');
INSERT INTO `lt_area` VALUES ('47', '43', '南开区', '0');
INSERT INTO `lt_area` VALUES ('48', '43', '河北区', '0');
INSERT INTO `lt_area` VALUES ('49', '43', '红桥区', '0');
INSERT INTO `lt_area` VALUES ('50', '43', '塘沽区', '0');
INSERT INTO `lt_area` VALUES ('51', '43', '汉沽区', '0');
INSERT INTO `lt_area` VALUES ('52', '43', '大港区', '0');
INSERT INTO `lt_area` VALUES ('53', '43', '东丽区', '0');
INSERT INTO `lt_area` VALUES ('54', '43', '西青区', '0');
INSERT INTO `lt_area` VALUES ('55', '43', '津南区', '0');
INSERT INTO `lt_area` VALUES ('56', '43', '北辰区', '0');
INSERT INTO `lt_area` VALUES ('57', '43', '武清区', '0');
INSERT INTO `lt_area` VALUES ('58', '43', '宝坻区', '0');
INSERT INTO `lt_area` VALUES ('59', '43', '宁河县', '0');
INSERT INTO `lt_area` VALUES ('60', '43', '静海县', '0');
INSERT INTO `lt_area` VALUES ('61', '43', '蓟县', '0');
INSERT INTO `lt_area` VALUES ('62', '0', '重庆', '0');
INSERT INTO `lt_area` VALUES ('63', '62', '重庆市', '0');
INSERT INTO `lt_area` VALUES ('64', '63', '万州区', '0');
INSERT INTO `lt_area` VALUES ('65', '63', '涪陵区', '0');
INSERT INTO `lt_area` VALUES ('66', '63', '渝中区', '0');
INSERT INTO `lt_area` VALUES ('67', '63', '大渡口区', '0');
INSERT INTO `lt_area` VALUES ('68', '63', '江北区', '0');
INSERT INTO `lt_area` VALUES ('69', '63', '沙坪坝区', '0');
INSERT INTO `lt_area` VALUES ('70', '63', '九龙坡区', '0');
INSERT INTO `lt_area` VALUES ('71', '63', '南岸区', '0');
INSERT INTO `lt_area` VALUES ('72', '63', '北碚区', '0');
INSERT INTO `lt_area` VALUES ('73', '63', '万盛区', '0');
INSERT INTO `lt_area` VALUES ('74', '63', '双桥区', '0');
INSERT INTO `lt_area` VALUES ('75', '63', '渝北区', '0');
INSERT INTO `lt_area` VALUES ('76', '63', '巴南区', '0');
INSERT INTO `lt_area` VALUES ('77', '63', '黔江区', '0');
INSERT INTO `lt_area` VALUES ('78', '63', '长寿区', '0');
INSERT INTO `lt_area` VALUES ('79', '63', '綦江县', '0');
INSERT INTO `lt_area` VALUES ('80', '63', '潼南县', '0');
INSERT INTO `lt_area` VALUES ('81', '63', '铜梁县', '0');
INSERT INTO `lt_area` VALUES ('82', '63', '大足县', '0');
INSERT INTO `lt_area` VALUES ('83', '63', '荣昌县', '0');
INSERT INTO `lt_area` VALUES ('84', '63', '璧山县', '0');
INSERT INTO `lt_area` VALUES ('85', '63', '梁平县', '0');
INSERT INTO `lt_area` VALUES ('86', '63', '城口县', '0');
INSERT INTO `lt_area` VALUES ('87', '63', '丰都县', '0');
INSERT INTO `lt_area` VALUES ('88', '63', '垫江县', '0');
INSERT INTO `lt_area` VALUES ('89', '63', '武隆县', '0');
INSERT INTO `lt_area` VALUES ('90', '63', '忠县', '0');
INSERT INTO `lt_area` VALUES ('91', '63', '开县', '0');
INSERT INTO `lt_area` VALUES ('92', '63', '云阳县', '0');
INSERT INTO `lt_area` VALUES ('93', '63', '奉节县', '0');
INSERT INTO `lt_area` VALUES ('94', '63', '巫山县', '0');
INSERT INTO `lt_area` VALUES ('95', '63', '巫溪县', '0');
INSERT INTO `lt_area` VALUES ('96', '63', '石柱土家族自治县', '0');
INSERT INTO `lt_area` VALUES ('97', '63', '秀山土家族苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('98', '63', '酉阳土家族苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('99', '63', '彭水苗族土家族自治县', '0');
INSERT INTO `lt_area` VALUES ('100', '63', '江津市', '0');
INSERT INTO `lt_area` VALUES ('101', '63', '合川市', '0');
INSERT INTO `lt_area` VALUES ('102', '63', '永川市', '0');
INSERT INTO `lt_area` VALUES ('103', '63', '南川市', '0');
INSERT INTO `lt_area` VALUES ('104', '0', '安徽', '0');
INSERT INTO `lt_area` VALUES ('105', '104', '合肥市', '0');
INSERT INTO `lt_area` VALUES ('106', '105', '瑶海区', '0');
INSERT INTO `lt_area` VALUES ('107', '105', '庐阳区', '0');
INSERT INTO `lt_area` VALUES ('108', '105', '蜀山区', '0');
INSERT INTO `lt_area` VALUES ('109', '105', '包河区', '0');
INSERT INTO `lt_area` VALUES ('110', '105', '长丰县', '0');
INSERT INTO `lt_area` VALUES ('111', '105', '肥东县', '0');
INSERT INTO `lt_area` VALUES ('112', '105', '肥西县', '0');
INSERT INTO `lt_area` VALUES ('113', '104', '安庆市', '0');
INSERT INTO `lt_area` VALUES ('114', '113', '迎江区', '0');
INSERT INTO `lt_area` VALUES ('115', '113', '大观区', '0');
INSERT INTO `lt_area` VALUES ('116', '113', '郊区', '0');
INSERT INTO `lt_area` VALUES ('117', '113', '怀宁县', '0');
INSERT INTO `lt_area` VALUES ('118', '113', '枞阳县', '0');
INSERT INTO `lt_area` VALUES ('119', '113', '潜山县', '0');
INSERT INTO `lt_area` VALUES ('120', '113', '太湖县', '0');
INSERT INTO `lt_area` VALUES ('121', '113', '宿松县', '0');
INSERT INTO `lt_area` VALUES ('122', '113', '望江县', '0');
INSERT INTO `lt_area` VALUES ('123', '113', '岳西县', '0');
INSERT INTO `lt_area` VALUES ('124', '113', '桐城市', '0');
INSERT INTO `lt_area` VALUES ('125', '104', '蚌埠市', '0');
INSERT INTO `lt_area` VALUES ('126', '125', '龙子湖区', '0');
INSERT INTO `lt_area` VALUES ('127', '125', '蚌山区', '0');
INSERT INTO `lt_area` VALUES ('128', '125', '禹会区', '0');
INSERT INTO `lt_area` VALUES ('129', '125', '淮上区', '0');
INSERT INTO `lt_area` VALUES ('130', '125', '怀远县', '0');
INSERT INTO `lt_area` VALUES ('131', '125', '五河县', '0');
INSERT INTO `lt_area` VALUES ('132', '125', '固镇县', '0');
INSERT INTO `lt_area` VALUES ('133', '104', '亳州市', '0');
INSERT INTO `lt_area` VALUES ('134', '133', '谯城区', '0');
INSERT INTO `lt_area` VALUES ('135', '133', '涡阳县', '0');
INSERT INTO `lt_area` VALUES ('136', '133', '蒙城县', '0');
INSERT INTO `lt_area` VALUES ('137', '133', '利辛县', '0');
INSERT INTO `lt_area` VALUES ('138', '104', '巢湖市', '0');
INSERT INTO `lt_area` VALUES ('139', '138', '居巢区', '0');
INSERT INTO `lt_area` VALUES ('140', '138', '庐江县', '0');
INSERT INTO `lt_area` VALUES ('141', '138', '无为县', '0');
INSERT INTO `lt_area` VALUES ('142', '138', '含山县', '0');
INSERT INTO `lt_area` VALUES ('143', '138', '和县', '0');
INSERT INTO `lt_area` VALUES ('144', '104', '池州市', '0');
INSERT INTO `lt_area` VALUES ('145', '144', '贵池区', '0');
INSERT INTO `lt_area` VALUES ('146', '144', '东至县', '0');
INSERT INTO `lt_area` VALUES ('147', '144', '石台县', '0');
INSERT INTO `lt_area` VALUES ('148', '144', '青阳县', '0');
INSERT INTO `lt_area` VALUES ('149', '104', '滁州市', '0');
INSERT INTO `lt_area` VALUES ('150', '149', '琅琊区', '0');
INSERT INTO `lt_area` VALUES ('151', '149', '南谯区', '0');
INSERT INTO `lt_area` VALUES ('152', '149', '来安县', '0');
INSERT INTO `lt_area` VALUES ('153', '149', '全椒县', '0');
INSERT INTO `lt_area` VALUES ('154', '149', '定远县', '0');
INSERT INTO `lt_area` VALUES ('155', '149', '凤阳县', '0');
INSERT INTO `lt_area` VALUES ('156', '149', '天长市', '0');
INSERT INTO `lt_area` VALUES ('157', '149', '明光市', '0');
INSERT INTO `lt_area` VALUES ('158', '104', '阜阳市', '0');
INSERT INTO `lt_area` VALUES ('159', '158', '颍州区', '0');
INSERT INTO `lt_area` VALUES ('160', '158', '颍东区', '0');
INSERT INTO `lt_area` VALUES ('161', '158', '颍泉区', '0');
INSERT INTO `lt_area` VALUES ('162', '158', '临泉县', '0');
INSERT INTO `lt_area` VALUES ('163', '158', '太和县', '0');
INSERT INTO `lt_area` VALUES ('164', '158', '阜南县', '0');
INSERT INTO `lt_area` VALUES ('165', '158', '颍上县', '0');
INSERT INTO `lt_area` VALUES ('166', '158', '界首市', '0');
INSERT INTO `lt_area` VALUES ('167', '104', '淮北市', '0');
INSERT INTO `lt_area` VALUES ('168', '167', '杜集区', '0');
INSERT INTO `lt_area` VALUES ('169', '167', '相山区', '0');
INSERT INTO `lt_area` VALUES ('170', '167', '烈山区', '0');
INSERT INTO `lt_area` VALUES ('171', '167', '濉溪县', '0');
INSERT INTO `lt_area` VALUES ('172', '104', '淮南市', '0');
INSERT INTO `lt_area` VALUES ('173', '172', '大通区', '0');
INSERT INTO `lt_area` VALUES ('174', '172', '田家庵区', '0');
INSERT INTO `lt_area` VALUES ('175', '172', '谢家集区', '0');
INSERT INTO `lt_area` VALUES ('176', '172', '八公山区', '0');
INSERT INTO `lt_area` VALUES ('177', '172', '潘集区', '0');
INSERT INTO `lt_area` VALUES ('178', '172', '凤台县', '0');
INSERT INTO `lt_area` VALUES ('179', '104', '黄山市', '0');
INSERT INTO `lt_area` VALUES ('180', '179', '屯溪区', '0');
INSERT INTO `lt_area` VALUES ('181', '179', '黄山区', '0');
INSERT INTO `lt_area` VALUES ('182', '179', '徽州区', '0');
INSERT INTO `lt_area` VALUES ('183', '179', '歙县', '0');
INSERT INTO `lt_area` VALUES ('184', '179', '休宁县', '0');
INSERT INTO `lt_area` VALUES ('185', '179', '黟县', '0');
INSERT INTO `lt_area` VALUES ('186', '179', '祁门县', '0');
INSERT INTO `lt_area` VALUES ('187', '104', '六安市', '0');
INSERT INTO `lt_area` VALUES ('188', '187', '金安区', '0');
INSERT INTO `lt_area` VALUES ('189', '187', '裕安区', '0');
INSERT INTO `lt_area` VALUES ('190', '187', '寿县', '0');
INSERT INTO `lt_area` VALUES ('191', '187', '霍邱县', '0');
INSERT INTO `lt_area` VALUES ('192', '187', '舒城县', '0');
INSERT INTO `lt_area` VALUES ('193', '187', '金寨县', '0');
INSERT INTO `lt_area` VALUES ('194', '187', '霍山县', '0');
INSERT INTO `lt_area` VALUES ('195', '104', '马鞍山市', '0');
INSERT INTO `lt_area` VALUES ('196', '195', '金家庄区', '0');
INSERT INTO `lt_area` VALUES ('197', '195', '花山区', '0');
INSERT INTO `lt_area` VALUES ('198', '195', '雨山区', '0');
INSERT INTO `lt_area` VALUES ('199', '195', '当涂县', '0');
INSERT INTO `lt_area` VALUES ('200', '104', '宿州市', '0');
INSERT INTO `lt_area` VALUES ('201', '200', '墉桥区', '0');
INSERT INTO `lt_area` VALUES ('202', '200', '砀山县', '0');
INSERT INTO `lt_area` VALUES ('203', '200', '萧县', '0');
INSERT INTO `lt_area` VALUES ('204', '200', '灵璧县', '0');
INSERT INTO `lt_area` VALUES ('205', '200', '泗县', '0');
INSERT INTO `lt_area` VALUES ('206', '104', '铜陵市', '0');
INSERT INTO `lt_area` VALUES ('207', '206', '铜官山区', '0');
INSERT INTO `lt_area` VALUES ('208', '206', '狮子山区', '0');
INSERT INTO `lt_area` VALUES ('209', '206', '郊区', '0');
INSERT INTO `lt_area` VALUES ('210', '206', '铜陵县', '0');
INSERT INTO `lt_area` VALUES ('211', '104', '芜湖市', '0');
INSERT INTO `lt_area` VALUES ('212', '211', '镜湖区', '0');
INSERT INTO `lt_area` VALUES ('213', '211', '马塘区', '0');
INSERT INTO `lt_area` VALUES ('214', '211', '新芜区', '0');
INSERT INTO `lt_area` VALUES ('215', '211', '鸠江区', '0');
INSERT INTO `lt_area` VALUES ('216', '211', '芜湖县', '0');
INSERT INTO `lt_area` VALUES ('217', '211', '繁昌县', '0');
INSERT INTO `lt_area` VALUES ('218', '211', '南陵县', '0');
INSERT INTO `lt_area` VALUES ('219', '104', '宣城市', '0');
INSERT INTO `lt_area` VALUES ('220', '219', '宣州区', '0');
INSERT INTO `lt_area` VALUES ('221', '219', '郎溪县', '0');
INSERT INTO `lt_area` VALUES ('222', '219', '广德县', '0');
INSERT INTO `lt_area` VALUES ('223', '219', '泾县', '0');
INSERT INTO `lt_area` VALUES ('224', '219', '绩溪县', '0');
INSERT INTO `lt_area` VALUES ('225', '219', '旌德县', '0');
INSERT INTO `lt_area` VALUES ('226', '219', '宁国市', '0');
INSERT INTO `lt_area` VALUES ('227', '0', '福建', '0');
INSERT INTO `lt_area` VALUES ('228', '227', '福州市', '0');
INSERT INTO `lt_area` VALUES ('229', '228', '鼓楼区', '0');
INSERT INTO `lt_area` VALUES ('230', '228', '台江区', '0');
INSERT INTO `lt_area` VALUES ('231', '228', '仓山区', '0');
INSERT INTO `lt_area` VALUES ('232', '228', '马尾区', '0');
INSERT INTO `lt_area` VALUES ('233', '228', '晋安区', '0');
INSERT INTO `lt_area` VALUES ('234', '228', '闽侯县', '0');
INSERT INTO `lt_area` VALUES ('235', '228', '连江县', '0');
INSERT INTO `lt_area` VALUES ('236', '228', '罗源县', '0');
INSERT INTO `lt_area` VALUES ('237', '228', '闽清县', '0');
INSERT INTO `lt_area` VALUES ('238', '228', '永泰县', '0');
INSERT INTO `lt_area` VALUES ('239', '228', '平潭县', '0');
INSERT INTO `lt_area` VALUES ('240', '228', '福清市', '0');
INSERT INTO `lt_area` VALUES ('241', '228', '长乐市', '0');
INSERT INTO `lt_area` VALUES ('242', '227', '龙岩市', '0');
INSERT INTO `lt_area` VALUES ('243', '242', '新罗区', '0');
INSERT INTO `lt_area` VALUES ('244', '242', '长汀县', '0');
INSERT INTO `lt_area` VALUES ('245', '242', '永定县', '0');
INSERT INTO `lt_area` VALUES ('246', '242', '上杭县', '0');
INSERT INTO `lt_area` VALUES ('247', '242', '武平县', '0');
INSERT INTO `lt_area` VALUES ('248', '242', '连城县', '0');
INSERT INTO `lt_area` VALUES ('249', '242', '漳平市', '0');
INSERT INTO `lt_area` VALUES ('250', '227', '南平市', '0');
INSERT INTO `lt_area` VALUES ('251', '250', '延平区', '0');
INSERT INTO `lt_area` VALUES ('252', '250', '顺昌县', '0');
INSERT INTO `lt_area` VALUES ('253', '250', '浦城县', '0');
INSERT INTO `lt_area` VALUES ('254', '250', '光泽县', '0');
INSERT INTO `lt_area` VALUES ('255', '250', '松溪县', '0');
INSERT INTO `lt_area` VALUES ('256', '250', '政和县', '0');
INSERT INTO `lt_area` VALUES ('257', '250', '邵武市', '0');
INSERT INTO `lt_area` VALUES ('258', '250', '武夷山市', '0');
INSERT INTO `lt_area` VALUES ('259', '250', '建瓯市', '0');
INSERT INTO `lt_area` VALUES ('260', '250', '建阳市', '0');
INSERT INTO `lt_area` VALUES ('261', '227', '宁德市', '0');
INSERT INTO `lt_area` VALUES ('262', '261', '蕉城区', '0');
INSERT INTO `lt_area` VALUES ('263', '261', '霞浦县', '0');
INSERT INTO `lt_area` VALUES ('264', '261', '古田县', '0');
INSERT INTO `lt_area` VALUES ('265', '261', '屏南县', '0');
INSERT INTO `lt_area` VALUES ('266', '261', '寿宁县', '0');
INSERT INTO `lt_area` VALUES ('267', '261', '周宁县', '0');
INSERT INTO `lt_area` VALUES ('268', '261', '柘荣县', '0');
INSERT INTO `lt_area` VALUES ('269', '261', '福安市', '0');
INSERT INTO `lt_area` VALUES ('270', '261', '福鼎市', '0');
INSERT INTO `lt_area` VALUES ('271', '227', '莆田市', '0');
INSERT INTO `lt_area` VALUES ('272', '271', '城厢区', '0');
INSERT INTO `lt_area` VALUES ('273', '271', '涵江区', '0');
INSERT INTO `lt_area` VALUES ('274', '271', '荔城区', '0');
INSERT INTO `lt_area` VALUES ('275', '271', '秀屿区', '0');
INSERT INTO `lt_area` VALUES ('276', '271', '仙游县', '0');
INSERT INTO `lt_area` VALUES ('277', '227', '泉州市', '0');
INSERT INTO `lt_area` VALUES ('278', '277', '鲤城区', '0');
INSERT INTO `lt_area` VALUES ('279', '277', '丰泽区', '0');
INSERT INTO `lt_area` VALUES ('280', '277', '洛江区', '0');
INSERT INTO `lt_area` VALUES ('281', '277', '泉港区', '0');
INSERT INTO `lt_area` VALUES ('282', '277', '惠安县', '0');
INSERT INTO `lt_area` VALUES ('283', '277', '安溪县', '0');
INSERT INTO `lt_area` VALUES ('284', '277', '永春县', '0');
INSERT INTO `lt_area` VALUES ('285', '277', '德化县', '0');
INSERT INTO `lt_area` VALUES ('286', '277', '金门县', '0');
INSERT INTO `lt_area` VALUES ('287', '277', '石狮市', '0');
INSERT INTO `lt_area` VALUES ('288', '277', '晋江市', '0');
INSERT INTO `lt_area` VALUES ('289', '277', '南安市', '0');
INSERT INTO `lt_area` VALUES ('290', '227', '三明市', '0');
INSERT INTO `lt_area` VALUES ('291', '290', '梅列区', '0');
INSERT INTO `lt_area` VALUES ('292', '290', '三元区', '0');
INSERT INTO `lt_area` VALUES ('293', '290', '明溪县', '0');
INSERT INTO `lt_area` VALUES ('294', '290', '清流县', '0');
INSERT INTO `lt_area` VALUES ('295', '290', '宁化县', '0');
INSERT INTO `lt_area` VALUES ('296', '290', '大田县', '0');
INSERT INTO `lt_area` VALUES ('297', '290', '尤溪县', '0');
INSERT INTO `lt_area` VALUES ('298', '290', '沙县', '0');
INSERT INTO `lt_area` VALUES ('299', '290', '将乐县', '0');
INSERT INTO `lt_area` VALUES ('300', '290', '泰宁县', '0');
INSERT INTO `lt_area` VALUES ('301', '290', '建宁县', '0');
INSERT INTO `lt_area` VALUES ('302', '290', '永安市', '0');
INSERT INTO `lt_area` VALUES ('303', '227', '厦门市', '0');
INSERT INTO `lt_area` VALUES ('304', '303', '思明区', '0');
INSERT INTO `lt_area` VALUES ('305', '303', '海沧区', '0');
INSERT INTO `lt_area` VALUES ('306', '303', '湖里区', '0');
INSERT INTO `lt_area` VALUES ('307', '303', '集美区', '0');
INSERT INTO `lt_area` VALUES ('308', '303', '同安区', '0');
INSERT INTO `lt_area` VALUES ('309', '303', '翔安区', '0');
INSERT INTO `lt_area` VALUES ('310', '227', '漳州市', '0');
INSERT INTO `lt_area` VALUES ('311', '310', '芗城区', '0');
INSERT INTO `lt_area` VALUES ('312', '310', '龙文区', '0');
INSERT INTO `lt_area` VALUES ('313', '310', '云霄县', '0');
INSERT INTO `lt_area` VALUES ('314', '310', '漳浦县', '0');
INSERT INTO `lt_area` VALUES ('315', '310', '诏安县', '0');
INSERT INTO `lt_area` VALUES ('316', '310', '长泰县', '0');
INSERT INTO `lt_area` VALUES ('317', '310', '东山县', '0');
INSERT INTO `lt_area` VALUES ('318', '310', '南靖县', '0');
INSERT INTO `lt_area` VALUES ('319', '310', '平和县', '0');
INSERT INTO `lt_area` VALUES ('320', '310', '华安县', '0');
INSERT INTO `lt_area` VALUES ('321', '310', '龙海市', '0');
INSERT INTO `lt_area` VALUES ('322', '0', '甘肃', '0');
INSERT INTO `lt_area` VALUES ('323', '322', '兰州市', '0');
INSERT INTO `lt_area` VALUES ('324', '323', '城关区', '0');
INSERT INTO `lt_area` VALUES ('325', '323', '七里河区', '0');
INSERT INTO `lt_area` VALUES ('326', '323', '西固区', '0');
INSERT INTO `lt_area` VALUES ('327', '323', '安宁区', '0');
INSERT INTO `lt_area` VALUES ('328', '323', '红古区', '0');
INSERT INTO `lt_area` VALUES ('329', '323', '永登县', '0');
INSERT INTO `lt_area` VALUES ('330', '323', '皋兰县', '0');
INSERT INTO `lt_area` VALUES ('331', '323', '榆中县', '0');
INSERT INTO `lt_area` VALUES ('332', '322', '白银市', '0');
INSERT INTO `lt_area` VALUES ('333', '332', '白银区', '0');
INSERT INTO `lt_area` VALUES ('334', '332', '平川区', '0');
INSERT INTO `lt_area` VALUES ('335', '332', '靖远县', '0');
INSERT INTO `lt_area` VALUES ('336', '332', '会宁县', '0');
INSERT INTO `lt_area` VALUES ('337', '332', '景泰县', '0');
INSERT INTO `lt_area` VALUES ('338', '322', '定西市', '0');
INSERT INTO `lt_area` VALUES ('339', '338', '安定区', '0');
INSERT INTO `lt_area` VALUES ('340', '338', '通渭县', '0');
INSERT INTO `lt_area` VALUES ('341', '338', '陇西县', '0');
INSERT INTO `lt_area` VALUES ('342', '338', '渭源县', '0');
INSERT INTO `lt_area` VALUES ('343', '338', '临洮县', '0');
INSERT INTO `lt_area` VALUES ('344', '338', '漳县', '0');
INSERT INTO `lt_area` VALUES ('345', '338', '岷县', '0');
INSERT INTO `lt_area` VALUES ('346', '322', '甘南藏族自治州', '0');
INSERT INTO `lt_area` VALUES ('347', '346', '合作市', '0');
INSERT INTO `lt_area` VALUES ('348', '346', '临潭县', '0');
INSERT INTO `lt_area` VALUES ('349', '346', '卓尼县', '0');
INSERT INTO `lt_area` VALUES ('350', '346', '舟曲县', '0');
INSERT INTO `lt_area` VALUES ('351', '346', '迭部县', '0');
INSERT INTO `lt_area` VALUES ('352', '346', '玛曲县', '0');
INSERT INTO `lt_area` VALUES ('353', '346', '碌曲县', '0');
INSERT INTO `lt_area` VALUES ('354', '346', '夏河县', '0');
INSERT INTO `lt_area` VALUES ('355', '322', '嘉峪关市', '0');
INSERT INTO `lt_area` VALUES ('356', '322', '金昌市', '0');
INSERT INTO `lt_area` VALUES ('357', '356', '金川区', '0');
INSERT INTO `lt_area` VALUES ('358', '356', '永昌县', '0');
INSERT INTO `lt_area` VALUES ('359', '322', '酒泉市', '0');
INSERT INTO `lt_area` VALUES ('360', '359', '肃州区', '0');
INSERT INTO `lt_area` VALUES ('361', '359', '金塔县', '0');
INSERT INTO `lt_area` VALUES ('362', '359', '安西县', '0');
INSERT INTO `lt_area` VALUES ('363', '359', '肃北蒙古族自治县', '0');
INSERT INTO `lt_area` VALUES ('364', '359', '阿克塞哈萨克族自治县', '0');
INSERT INTO `lt_area` VALUES ('365', '359', '玉门市', '0');
INSERT INTO `lt_area` VALUES ('366', '359', '敦煌市', '0');
INSERT INTO `lt_area` VALUES ('367', '322', '临夏回族自治州', '0');
INSERT INTO `lt_area` VALUES ('368', '367', '临夏市', '0');
INSERT INTO `lt_area` VALUES ('369', '367', '临夏县', '0');
INSERT INTO `lt_area` VALUES ('370', '367', '康乐县', '0');
INSERT INTO `lt_area` VALUES ('371', '367', '永靖县', '0');
INSERT INTO `lt_area` VALUES ('372', '367', '广河县', '0');
INSERT INTO `lt_area` VALUES ('373', '367', '和政县', '0');
INSERT INTO `lt_area` VALUES ('374', '367', '东乡族自治县', '0');
INSERT INTO `lt_area` VALUES ('375', '367', '积石山保安族东乡族撒拉族自治县', '0');
INSERT INTO `lt_area` VALUES ('376', '322', '陇南市', '0');
INSERT INTO `lt_area` VALUES ('377', '376', '武都区', '0');
INSERT INTO `lt_area` VALUES ('378', '376', '成县', '0');
INSERT INTO `lt_area` VALUES ('379', '376', '文县', '0');
INSERT INTO `lt_area` VALUES ('380', '376', '宕昌县', '0');
INSERT INTO `lt_area` VALUES ('381', '376', '康县', '0');
INSERT INTO `lt_area` VALUES ('382', '376', '西和县', '0');
INSERT INTO `lt_area` VALUES ('383', '376', '礼县', '0');
INSERT INTO `lt_area` VALUES ('384', '376', '徽县', '0');
INSERT INTO `lt_area` VALUES ('385', '376', '两当县', '0');
INSERT INTO `lt_area` VALUES ('386', '322', '平凉市', '0');
INSERT INTO `lt_area` VALUES ('387', '386', '崆峒区', '0');
INSERT INTO `lt_area` VALUES ('388', '386', '泾川县', '0');
INSERT INTO `lt_area` VALUES ('389', '386', '灵台县', '0');
INSERT INTO `lt_area` VALUES ('390', '386', '崇信县', '0');
INSERT INTO `lt_area` VALUES ('391', '386', '华亭县', '0');
INSERT INTO `lt_area` VALUES ('392', '386', '庄浪县', '0');
INSERT INTO `lt_area` VALUES ('393', '386', '静宁县', '0');
INSERT INTO `lt_area` VALUES ('394', '322', '庆阳市', '0');
INSERT INTO `lt_area` VALUES ('395', '394', '西峰区', '0');
INSERT INTO `lt_area` VALUES ('396', '394', '庆城县', '0');
INSERT INTO `lt_area` VALUES ('397', '394', '环县', '0');
INSERT INTO `lt_area` VALUES ('398', '394', '华池县', '0');
INSERT INTO `lt_area` VALUES ('399', '394', '合水县', '0');
INSERT INTO `lt_area` VALUES ('400', '394', '正宁县', '0');
INSERT INTO `lt_area` VALUES ('401', '394', '宁县', '0');
INSERT INTO `lt_area` VALUES ('402', '394', '镇原县', '0');
INSERT INTO `lt_area` VALUES ('403', '322', '天水市', '0');
INSERT INTO `lt_area` VALUES ('404', '403', '秦城区', '0');
INSERT INTO `lt_area` VALUES ('405', '403', '北道区', '0');
INSERT INTO `lt_area` VALUES ('406', '403', '清水县', '0');
INSERT INTO `lt_area` VALUES ('407', '403', '秦安县', '0');
INSERT INTO `lt_area` VALUES ('408', '403', '甘谷县', '0');
INSERT INTO `lt_area` VALUES ('409', '403', '武山县', '0');
INSERT INTO `lt_area` VALUES ('410', '403', '张家川回族自治县', '0');
INSERT INTO `lt_area` VALUES ('411', '322', '武威市', '0');
INSERT INTO `lt_area` VALUES ('412', '411', '凉州区', '0');
INSERT INTO `lt_area` VALUES ('413', '411', '民勤县', '0');
INSERT INTO `lt_area` VALUES ('414', '411', '古浪县', '0');
INSERT INTO `lt_area` VALUES ('415', '411', '天祝藏族自治县', '0');
INSERT INTO `lt_area` VALUES ('416', '322', '张掖市', '0');
INSERT INTO `lt_area` VALUES ('417', '416', '甘州区', '0');
INSERT INTO `lt_area` VALUES ('418', '416', '肃南裕固族自治县', '0');
INSERT INTO `lt_area` VALUES ('419', '416', '民乐县', '0');
INSERT INTO `lt_area` VALUES ('420', '416', '临泽县', '0');
INSERT INTO `lt_area` VALUES ('421', '416', '高台县', '0');
INSERT INTO `lt_area` VALUES ('422', '416', '山丹县', '0');
INSERT INTO `lt_area` VALUES ('423', '0', '广东', '0');
INSERT INTO `lt_area` VALUES ('424', '423', '广州市', '0');
INSERT INTO `lt_area` VALUES ('425', '424', '东山区', '0');
INSERT INTO `lt_area` VALUES ('426', '424', '荔湾区', '0');
INSERT INTO `lt_area` VALUES ('427', '424', '越秀区', '0');
INSERT INTO `lt_area` VALUES ('428', '424', '海珠区', '0');
INSERT INTO `lt_area` VALUES ('429', '424', '天河区', '0');
INSERT INTO `lt_area` VALUES ('430', '424', '芳村区', '0');
INSERT INTO `lt_area` VALUES ('431', '424', '白云区', '0');
INSERT INTO `lt_area` VALUES ('432', '424', '黄埔区', '0');
INSERT INTO `lt_area` VALUES ('433', '424', '番禺区', '0');
INSERT INTO `lt_area` VALUES ('434', '424', '花都区', '0');
INSERT INTO `lt_area` VALUES ('435', '424', '增城市', '0');
INSERT INTO `lt_area` VALUES ('436', '424', '从化市', '0');
INSERT INTO `lt_area` VALUES ('437', '423', '潮州市', '0');
INSERT INTO `lt_area` VALUES ('438', '437', '湘桥区', '0');
INSERT INTO `lt_area` VALUES ('439', '437', '潮安县', '0');
INSERT INTO `lt_area` VALUES ('440', '437', '饶平县', '0');
INSERT INTO `lt_area` VALUES ('441', '423', '东莞市', '0');
INSERT INTO `lt_area` VALUES ('442', '423', '佛山市', '0');
INSERT INTO `lt_area` VALUES ('443', '442', '禅城区', '0');
INSERT INTO `lt_area` VALUES ('444', '442', '南海区', '0');
INSERT INTO `lt_area` VALUES ('445', '442', '顺德区', '0');
INSERT INTO `lt_area` VALUES ('446', '442', '三水区', '0');
INSERT INTO `lt_area` VALUES ('447', '442', '高明区', '0');
INSERT INTO `lt_area` VALUES ('448', '423', '河源市', '0');
INSERT INTO `lt_area` VALUES ('449', '448', '源城区', '0');
INSERT INTO `lt_area` VALUES ('450', '448', '紫金县', '0');
INSERT INTO `lt_area` VALUES ('451', '448', '龙川县', '0');
INSERT INTO `lt_area` VALUES ('452', '448', '连平县', '0');
INSERT INTO `lt_area` VALUES ('453', '448', '和平县', '0');
INSERT INTO `lt_area` VALUES ('454', '448', '东源县', '0');
INSERT INTO `lt_area` VALUES ('455', '423', '惠州市', '0');
INSERT INTO `lt_area` VALUES ('456', '455', '惠城区', '0');
INSERT INTO `lt_area` VALUES ('457', '455', '惠阳区', '0');
INSERT INTO `lt_area` VALUES ('458', '455', '博罗县', '0');
INSERT INTO `lt_area` VALUES ('459', '455', '惠东县', '0');
INSERT INTO `lt_area` VALUES ('460', '455', '龙门县', '0');
INSERT INTO `lt_area` VALUES ('461', '423', '江门市', '0');
INSERT INTO `lt_area` VALUES ('462', '461', '蓬江区', '0');
INSERT INTO `lt_area` VALUES ('463', '461', '江海区', '0');
INSERT INTO `lt_area` VALUES ('464', '461', '新会区', '0');
INSERT INTO `lt_area` VALUES ('465', '461', '台山市', '0');
INSERT INTO `lt_area` VALUES ('466', '461', '开平市', '0');
INSERT INTO `lt_area` VALUES ('467', '461', '鹤山市', '0');
INSERT INTO `lt_area` VALUES ('468', '461', '恩平市', '0');
INSERT INTO `lt_area` VALUES ('469', '423', '揭阳市', '0');
INSERT INTO `lt_area` VALUES ('470', '469', '榕城区', '0');
INSERT INTO `lt_area` VALUES ('471', '469', '揭东县', '0');
INSERT INTO `lt_area` VALUES ('472', '469', '揭西县', '0');
INSERT INTO `lt_area` VALUES ('473', '469', '惠来县', '0');
INSERT INTO `lt_area` VALUES ('474', '469', '普宁市', '0');
INSERT INTO `lt_area` VALUES ('475', '423', '茂名市', '0');
INSERT INTO `lt_area` VALUES ('476', '475', '茂南区', '0');
INSERT INTO `lt_area` VALUES ('477', '475', '茂港区', '0');
INSERT INTO `lt_area` VALUES ('478', '475', '电白县', '0');
INSERT INTO `lt_area` VALUES ('479', '475', '高州市', '0');
INSERT INTO `lt_area` VALUES ('480', '475', '化州市', '0');
INSERT INTO `lt_area` VALUES ('481', '475', '信宜市', '0');
INSERT INTO `lt_area` VALUES ('482', '423', '梅江区', '0');
INSERT INTO `lt_area` VALUES ('483', '423', '梅州市', '0');
INSERT INTO `lt_area` VALUES ('484', '483', '梅县', '0');
INSERT INTO `lt_area` VALUES ('485', '483', '大埔县', '0');
INSERT INTO `lt_area` VALUES ('486', '483', '丰顺县', '0');
INSERT INTO `lt_area` VALUES ('487', '483', '五华县', '0');
INSERT INTO `lt_area` VALUES ('488', '483', '平远县', '0');
INSERT INTO `lt_area` VALUES ('489', '483', '蕉岭县', '0');
INSERT INTO `lt_area` VALUES ('490', '483', '兴宁市', '0');
INSERT INTO `lt_area` VALUES ('491', '423', '清远市', '0');
INSERT INTO `lt_area` VALUES ('492', '491', '清城区', '0');
INSERT INTO `lt_area` VALUES ('493', '491', '佛冈县', '0');
INSERT INTO `lt_area` VALUES ('494', '491', '阳山县', '0');
INSERT INTO `lt_area` VALUES ('495', '491', '连山壮族瑶族自治县', '0');
INSERT INTO `lt_area` VALUES ('496', '491', '连南瑶族自治县', '0');
INSERT INTO `lt_area` VALUES ('497', '491', '清新县', '0');
INSERT INTO `lt_area` VALUES ('498', '491', '英德市', '0');
INSERT INTO `lt_area` VALUES ('499', '491', '连州市', '0');
INSERT INTO `lt_area` VALUES ('500', '423', '汕头市', '0');
INSERT INTO `lt_area` VALUES ('501', '500', '龙湖区', '0');
INSERT INTO `lt_area` VALUES ('502', '500', '金平区', '0');
INSERT INTO `lt_area` VALUES ('503', '500', '濠江区', '0');
INSERT INTO `lt_area` VALUES ('504', '500', '潮阳区', '0');
INSERT INTO `lt_area` VALUES ('505', '500', '潮南区', '0');
INSERT INTO `lt_area` VALUES ('506', '500', '澄海区', '0');
INSERT INTO `lt_area` VALUES ('507', '500', '南澳县', '0');
INSERT INTO `lt_area` VALUES ('508', '423', '汕尾市', '0');
INSERT INTO `lt_area` VALUES ('509', '508', '城区', '0');
INSERT INTO `lt_area` VALUES ('510', '508', '海丰县', '0');
INSERT INTO `lt_area` VALUES ('511', '508', '陆河县', '0');
INSERT INTO `lt_area` VALUES ('512', '508', '陆丰市', '0');
INSERT INTO `lt_area` VALUES ('513', '423', '韶关市', '0');
INSERT INTO `lt_area` VALUES ('514', '513', '武江区', '0');
INSERT INTO `lt_area` VALUES ('515', '513', '浈江区', '0');
INSERT INTO `lt_area` VALUES ('516', '513', '曲江区', '0');
INSERT INTO `lt_area` VALUES ('517', '513', '始兴县', '0');
INSERT INTO `lt_area` VALUES ('518', '513', '仁化县', '0');
INSERT INTO `lt_area` VALUES ('519', '513', '翁源县', '0');
INSERT INTO `lt_area` VALUES ('520', '513', '乳源瑶族自治县', '0');
INSERT INTO `lt_area` VALUES ('521', '513', '新丰县', '0');
INSERT INTO `lt_area` VALUES ('522', '513', '乐昌市', '0');
INSERT INTO `lt_area` VALUES ('523', '513', '南雄市', '0');
INSERT INTO `lt_area` VALUES ('524', '423', '深圳市', '0');
INSERT INTO `lt_area` VALUES ('525', '524', '罗湖区', '0');
INSERT INTO `lt_area` VALUES ('526', '524', '福田区', '0');
INSERT INTO `lt_area` VALUES ('527', '524', '南山区', '0');
INSERT INTO `lt_area` VALUES ('528', '524', '宝安区', '0');
INSERT INTO `lt_area` VALUES ('529', '524', '龙岗区', '0');
INSERT INTO `lt_area` VALUES ('530', '524', '盐田区', '0');
INSERT INTO `lt_area` VALUES ('531', '423', '阳江市', '0');
INSERT INTO `lt_area` VALUES ('532', '531', '江城区', '0');
INSERT INTO `lt_area` VALUES ('533', '531', '阳西县', '0');
INSERT INTO `lt_area` VALUES ('534', '531', '阳东县', '0');
INSERT INTO `lt_area` VALUES ('535', '531', '阳春市', '0');
INSERT INTO `lt_area` VALUES ('536', '423', '云浮市', '0');
INSERT INTO `lt_area` VALUES ('537', '536', '云城区', '0');
INSERT INTO `lt_area` VALUES ('538', '536', '新兴县', '0');
INSERT INTO `lt_area` VALUES ('539', '536', '郁南县', '0');
INSERT INTO `lt_area` VALUES ('540', '536', '云安县', '0');
INSERT INTO `lt_area` VALUES ('541', '536', '罗定市', '0');
INSERT INTO `lt_area` VALUES ('542', '423', '湛江市', '0');
INSERT INTO `lt_area` VALUES ('543', '542', '赤坎区', '0');
INSERT INTO `lt_area` VALUES ('544', '542', '霞山区', '0');
INSERT INTO `lt_area` VALUES ('545', '542', '坡头区', '0');
INSERT INTO `lt_area` VALUES ('546', '542', '麻章区', '0');
INSERT INTO `lt_area` VALUES ('547', '542', '遂溪县', '0');
INSERT INTO `lt_area` VALUES ('548', '542', '徐闻县', '0');
INSERT INTO `lt_area` VALUES ('549', '542', '廉江市', '0');
INSERT INTO `lt_area` VALUES ('550', '542', '雷州市', '0');
INSERT INTO `lt_area` VALUES ('551', '542', '吴川市', '0');
INSERT INTO `lt_area` VALUES ('552', '423', '肇庆市', '0');
INSERT INTO `lt_area` VALUES ('553', '552', '端州区', '0');
INSERT INTO `lt_area` VALUES ('554', '552', '鼎湖区', '0');
INSERT INTO `lt_area` VALUES ('555', '552', '广宁县', '0');
INSERT INTO `lt_area` VALUES ('556', '552', '怀集县', '0');
INSERT INTO `lt_area` VALUES ('557', '552', '封开县', '0');
INSERT INTO `lt_area` VALUES ('558', '552', '德庆县', '0');
INSERT INTO `lt_area` VALUES ('559', '552', '高要市', '0');
INSERT INTO `lt_area` VALUES ('560', '552', '四会市', '0');
INSERT INTO `lt_area` VALUES ('561', '423', '中山市', '0');
INSERT INTO `lt_area` VALUES ('562', '423', '珠海市', '0');
INSERT INTO `lt_area` VALUES ('563', '562', '香洲区', '0');
INSERT INTO `lt_area` VALUES ('564', '562', '斗门区', '0');
INSERT INTO `lt_area` VALUES ('565', '562', '金湾区', '0');
INSERT INTO `lt_area` VALUES ('566', '0', '广西', '0');
INSERT INTO `lt_area` VALUES ('567', '566', '南宁市', '0');
INSERT INTO `lt_area` VALUES ('568', '567', '兴宁区', '0');
INSERT INTO `lt_area` VALUES ('569', '567', '青秀区', '0');
INSERT INTO `lt_area` VALUES ('570', '567', '江南区', '0');
INSERT INTO `lt_area` VALUES ('571', '567', '西乡塘区', '0');
INSERT INTO `lt_area` VALUES ('572', '567', '良庆区', '0');
INSERT INTO `lt_area` VALUES ('573', '567', '邕宁区', '0');
INSERT INTO `lt_area` VALUES ('574', '567', '武鸣县', '0');
INSERT INTO `lt_area` VALUES ('575', '567', '隆安县', '0');
INSERT INTO `lt_area` VALUES ('576', '567', '马山县', '0');
INSERT INTO `lt_area` VALUES ('577', '567', '上林县', '0');
INSERT INTO `lt_area` VALUES ('578', '567', '宾阳县', '0');
INSERT INTO `lt_area` VALUES ('579', '567', '横县', '0');
INSERT INTO `lt_area` VALUES ('580', '566', '百色市', '0');
INSERT INTO `lt_area` VALUES ('581', '580', '右江区', '0');
INSERT INTO `lt_area` VALUES ('582', '580', '田阳县', '0');
INSERT INTO `lt_area` VALUES ('583', '580', '田东县', '0');
INSERT INTO `lt_area` VALUES ('584', '580', '平果县', '0');
INSERT INTO `lt_area` VALUES ('585', '580', '德保县', '0');
INSERT INTO `lt_area` VALUES ('586', '580', '靖西县', '0');
INSERT INTO `lt_area` VALUES ('587', '580', '那坡县', '0');
INSERT INTO `lt_area` VALUES ('588', '580', '凌云县', '0');
INSERT INTO `lt_area` VALUES ('589', '580', '乐业县', '0');
INSERT INTO `lt_area` VALUES ('590', '580', '田林县', '0');
INSERT INTO `lt_area` VALUES ('591', '580', '西林县', '0');
INSERT INTO `lt_area` VALUES ('592', '580', '隆林各族自治县', '0');
INSERT INTO `lt_area` VALUES ('593', '566', '北海市', '0');
INSERT INTO `lt_area` VALUES ('594', '593', '海城区', '0');
INSERT INTO `lt_area` VALUES ('595', '593', '银海区', '0');
INSERT INTO `lt_area` VALUES ('596', '593', '铁山港区', '0');
INSERT INTO `lt_area` VALUES ('597', '593', '合浦县', '0');
INSERT INTO `lt_area` VALUES ('598', '566', '崇左市', '0');
INSERT INTO `lt_area` VALUES ('599', '598', '江洲区', '0');
INSERT INTO `lt_area` VALUES ('600', '598', '扶绥县', '0');
INSERT INTO `lt_area` VALUES ('601', '598', '宁明县', '0');
INSERT INTO `lt_area` VALUES ('602', '598', '龙州县', '0');
INSERT INTO `lt_area` VALUES ('603', '598', '大新县', '0');
INSERT INTO `lt_area` VALUES ('604', '598', '天等县', '0');
INSERT INTO `lt_area` VALUES ('605', '598', '凭祥市', '0');
INSERT INTO `lt_area` VALUES ('606', '566', '防城港市', '0');
INSERT INTO `lt_area` VALUES ('607', '606', '港口区', '0');
INSERT INTO `lt_area` VALUES ('608', '606', '防城区', '0');
INSERT INTO `lt_area` VALUES ('609', '606', '上思县', '0');
INSERT INTO `lt_area` VALUES ('610', '606', '东兴市', '0');
INSERT INTO `lt_area` VALUES ('611', '566', '贵港市', '0');
INSERT INTO `lt_area` VALUES ('612', '611', '港北区', '0');
INSERT INTO `lt_area` VALUES ('613', '611', '港南区', '0');
INSERT INTO `lt_area` VALUES ('614', '611', '覃塘区', '0');
INSERT INTO `lt_area` VALUES ('615', '611', '平南县', '0');
INSERT INTO `lt_area` VALUES ('616', '611', '桂平市', '0');
INSERT INTO `lt_area` VALUES ('617', '566', '桂林市', '0');
INSERT INTO `lt_area` VALUES ('618', '617', '秀峰区', '0');
INSERT INTO `lt_area` VALUES ('619', '617', '叠彩区', '0');
INSERT INTO `lt_area` VALUES ('620', '617', '象山区', '0');
INSERT INTO `lt_area` VALUES ('621', '617', '七星区', '0');
INSERT INTO `lt_area` VALUES ('622', '617', '雁山区', '0');
INSERT INTO `lt_area` VALUES ('623', '617', '阳朔县', '0');
INSERT INTO `lt_area` VALUES ('624', '617', '临桂县', '0');
INSERT INTO `lt_area` VALUES ('625', '617', '灵川县', '0');
INSERT INTO `lt_area` VALUES ('626', '617', '全州县', '0');
INSERT INTO `lt_area` VALUES ('627', '617', '兴安县', '0');
INSERT INTO `lt_area` VALUES ('628', '617', '永福县', '0');
INSERT INTO `lt_area` VALUES ('629', '617', '灌阳县', '0');
INSERT INTO `lt_area` VALUES ('630', '617', '龙胜各族自治县', '0');
INSERT INTO `lt_area` VALUES ('631', '617', '资源县', '0');
INSERT INTO `lt_area` VALUES ('632', '617', '平乐县', '0');
INSERT INTO `lt_area` VALUES ('633', '617', '荔蒲县', '0');
INSERT INTO `lt_area` VALUES ('634', '617', '恭城瑶族自治县', '0');
INSERT INTO `lt_area` VALUES ('635', '566', '河池市', '0');
INSERT INTO `lt_area` VALUES ('636', '635', '金城江区', '0');
INSERT INTO `lt_area` VALUES ('637', '635', '南丹县', '0');
INSERT INTO `lt_area` VALUES ('638', '635', '天峨县', '0');
INSERT INTO `lt_area` VALUES ('639', '635', '凤山县', '0');
INSERT INTO `lt_area` VALUES ('640', '635', '东兰县', '0');
INSERT INTO `lt_area` VALUES ('641', '635', '罗城仫佬族自治县', '0');
INSERT INTO `lt_area` VALUES ('642', '635', '环江毛南族自治县', '0');
INSERT INTO `lt_area` VALUES ('643', '635', '巴马瑶族自治县', '0');
INSERT INTO `lt_area` VALUES ('644', '635', '都安瑶族自治县', '0');
INSERT INTO `lt_area` VALUES ('645', '635', '大化瑶族自治县', '0');
INSERT INTO `lt_area` VALUES ('646', '635', '宜州市', '0');
INSERT INTO `lt_area` VALUES ('647', '566', '贺州市', '0');
INSERT INTO `lt_area` VALUES ('648', '647', '八步区', '0');
INSERT INTO `lt_area` VALUES ('649', '647', '昭平县', '0');
INSERT INTO `lt_area` VALUES ('650', '647', '钟山县', '0');
INSERT INTO `lt_area` VALUES ('651', '647', '富川瑶族自治县', '0');
INSERT INTO `lt_area` VALUES ('652', '566', '来宾市', '0');
INSERT INTO `lt_area` VALUES ('653', '652', '兴宾区', '0');
INSERT INTO `lt_area` VALUES ('654', '652', '忻城县', '0');
INSERT INTO `lt_area` VALUES ('655', '652', '象州县', '0');
INSERT INTO `lt_area` VALUES ('656', '652', '武宣县', '0');
INSERT INTO `lt_area` VALUES ('657', '652', '金秀瑶族自治县', '0');
INSERT INTO `lt_area` VALUES ('658', '652', '合山市', '0');
INSERT INTO `lt_area` VALUES ('659', '566', '柳州市', '0');
INSERT INTO `lt_area` VALUES ('660', '659', '城中区', '0');
INSERT INTO `lt_area` VALUES ('661', '659', '鱼峰区', '0');
INSERT INTO `lt_area` VALUES ('662', '659', '柳南区', '0');
INSERT INTO `lt_area` VALUES ('663', '659', '柳北区', '0');
INSERT INTO `lt_area` VALUES ('664', '659', '柳江县', '0');
INSERT INTO `lt_area` VALUES ('665', '659', '柳城县', '0');
INSERT INTO `lt_area` VALUES ('666', '659', '鹿寨县', '0');
INSERT INTO `lt_area` VALUES ('667', '659', '融安县', '0');
INSERT INTO `lt_area` VALUES ('668', '659', '融水苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('669', '659', '三江侗族自治县', '0');
INSERT INTO `lt_area` VALUES ('670', '566', '钦州市', '0');
INSERT INTO `lt_area` VALUES ('671', '670', '钦南区', '0');
INSERT INTO `lt_area` VALUES ('672', '670', '钦北区', '0');
INSERT INTO `lt_area` VALUES ('673', '670', '灵山县', '0');
INSERT INTO `lt_area` VALUES ('674', '670', '浦北县', '0');
INSERT INTO `lt_area` VALUES ('675', '566', '梧州市', '0');
INSERT INTO `lt_area` VALUES ('676', '675', '万秀区', '0');
INSERT INTO `lt_area` VALUES ('677', '675', '蝶山区', '0');
INSERT INTO `lt_area` VALUES ('678', '675', '长洲区', '0');
INSERT INTO `lt_area` VALUES ('679', '675', '苍梧县', '0');
INSERT INTO `lt_area` VALUES ('680', '675', '藤县', '0');
INSERT INTO `lt_area` VALUES ('681', '675', '蒙山县', '0');
INSERT INTO `lt_area` VALUES ('682', '675', '岑溪市', '0');
INSERT INTO `lt_area` VALUES ('683', '566', '玉林市', '0');
INSERT INTO `lt_area` VALUES ('684', '683', '玉州区', '0');
INSERT INTO `lt_area` VALUES ('685', '683', '容县', '0');
INSERT INTO `lt_area` VALUES ('686', '683', '陆川县', '0');
INSERT INTO `lt_area` VALUES ('687', '683', '博白县', '0');
INSERT INTO `lt_area` VALUES ('688', '683', '兴业县', '0');
INSERT INTO `lt_area` VALUES ('689', '683', '北流市', '0');
INSERT INTO `lt_area` VALUES ('690', '0', '贵州', '0');
INSERT INTO `lt_area` VALUES ('691', '690', '贵阳市', '0');
INSERT INTO `lt_area` VALUES ('692', '691', '南明区', '0');
INSERT INTO `lt_area` VALUES ('693', '691', '云岩区', '0');
INSERT INTO `lt_area` VALUES ('694', '691', '花溪区', '0');
INSERT INTO `lt_area` VALUES ('695', '691', '乌当区', '0');
INSERT INTO `lt_area` VALUES ('696', '691', '白云区', '0');
INSERT INTO `lt_area` VALUES ('697', '691', '小河区', '0');
INSERT INTO `lt_area` VALUES ('698', '691', '开阳县', '0');
INSERT INTO `lt_area` VALUES ('699', '691', '息烽县', '0');
INSERT INTO `lt_area` VALUES ('700', '691', '修文县', '0');
INSERT INTO `lt_area` VALUES ('701', '691', '清镇市', '0');
INSERT INTO `lt_area` VALUES ('702', '690', '安顺市', '0');
INSERT INTO `lt_area` VALUES ('703', '702', '西秀区', '0');
INSERT INTO `lt_area` VALUES ('704', '702', '平坝县', '0');
INSERT INTO `lt_area` VALUES ('705', '702', '普定县', '0');
INSERT INTO `lt_area` VALUES ('706', '702', '镇宁布依族苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('707', '702', '关岭布依族苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('708', '702', '紫云苗族布依族自治县', '0');
INSERT INTO `lt_area` VALUES ('709', '690', '毕节地区', '0');
INSERT INTO `lt_area` VALUES ('710', '709', '毕节市', '0');
INSERT INTO `lt_area` VALUES ('711', '709', '大方县', '0');
INSERT INTO `lt_area` VALUES ('712', '709', '黔西县', '0');
INSERT INTO `lt_area` VALUES ('713', '709', '金沙县', '0');
INSERT INTO `lt_area` VALUES ('714', '709', '织金县', '0');
INSERT INTO `lt_area` VALUES ('715', '709', '纳雍县', '0');
INSERT INTO `lt_area` VALUES ('716', '709', '威宁彝族回族苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('717', '709', '赫章县', '0');
INSERT INTO `lt_area` VALUES ('718', '690', '六盘水市', '0');
INSERT INTO `lt_area` VALUES ('719', '718', '钟山区', '0');
INSERT INTO `lt_area` VALUES ('720', '718', '六枝特区', '0');
INSERT INTO `lt_area` VALUES ('721', '718', '水城县', '0');
INSERT INTO `lt_area` VALUES ('722', '718', '盘县', '0');
INSERT INTO `lt_area` VALUES ('723', '690', '黔东南苗族侗族自治州', '0');
INSERT INTO `lt_area` VALUES ('724', '723', '凯里市', '0');
INSERT INTO `lt_area` VALUES ('725', '723', '黄平县', '0');
INSERT INTO `lt_area` VALUES ('726', '723', '施秉县', '0');
INSERT INTO `lt_area` VALUES ('727', '723', '三穗县', '0');
INSERT INTO `lt_area` VALUES ('728', '723', '镇远县', '0');
INSERT INTO `lt_area` VALUES ('729', '723', '岑巩县', '0');
INSERT INTO `lt_area` VALUES ('730', '723', '天柱县', '0');
INSERT INTO `lt_area` VALUES ('731', '723', '锦屏县', '0');
INSERT INTO `lt_area` VALUES ('732', '723', '剑河县', '0');
INSERT INTO `lt_area` VALUES ('733', '723', '台江县', '0');
INSERT INTO `lt_area` VALUES ('734', '723', '黎平县', '0');
INSERT INTO `lt_area` VALUES ('735', '723', '榕江县', '0');
INSERT INTO `lt_area` VALUES ('736', '723', '从江县', '0');
INSERT INTO `lt_area` VALUES ('737', '723', '雷山县', '0');
INSERT INTO `lt_area` VALUES ('738', '723', '麻江县', '0');
INSERT INTO `lt_area` VALUES ('739', '723', '丹寨县', '0');
INSERT INTO `lt_area` VALUES ('740', '690', '黔南布依族苗族自治州', '0');
INSERT INTO `lt_area` VALUES ('741', '740', '都匀市', '0');
INSERT INTO `lt_area` VALUES ('742', '740', '福泉市', '0');
INSERT INTO `lt_area` VALUES ('743', '740', '荔波县', '0');
INSERT INTO `lt_area` VALUES ('744', '740', '贵定县', '0');
INSERT INTO `lt_area` VALUES ('745', '740', '瓮安县', '0');
INSERT INTO `lt_area` VALUES ('746', '740', '独山县', '0');
INSERT INTO `lt_area` VALUES ('747', '740', '平塘县', '0');
INSERT INTO `lt_area` VALUES ('748', '740', '罗甸县', '0');
INSERT INTO `lt_area` VALUES ('749', '740', '长顺县', '0');
INSERT INTO `lt_area` VALUES ('750', '740', '龙里县', '0');
INSERT INTO `lt_area` VALUES ('751', '740', '惠水县', '0');
INSERT INTO `lt_area` VALUES ('752', '740', '三都水族自治县', '0');
INSERT INTO `lt_area` VALUES ('753', '690', '黔西南布依族苗族自治州', '0');
INSERT INTO `lt_area` VALUES ('754', '753', '兴义市', '0');
INSERT INTO `lt_area` VALUES ('755', '753', '兴仁县', '0');
INSERT INTO `lt_area` VALUES ('756', '753', '普安县', '0');
INSERT INTO `lt_area` VALUES ('757', '753', '晴隆县', '0');
INSERT INTO `lt_area` VALUES ('758', '753', '贞丰县', '0');
INSERT INTO `lt_area` VALUES ('759', '753', '望谟县', '0');
INSERT INTO `lt_area` VALUES ('760', '753', '册亨县', '0');
INSERT INTO `lt_area` VALUES ('761', '753', '安龙县', '0');
INSERT INTO `lt_area` VALUES ('762', '690', '铜仁地区', '0');
INSERT INTO `lt_area` VALUES ('763', '762', '铜仁市', '0');
INSERT INTO `lt_area` VALUES ('764', '762', '江口县', '0');
INSERT INTO `lt_area` VALUES ('765', '762', '玉屏侗族自治县', '0');
INSERT INTO `lt_area` VALUES ('766', '762', '石阡县', '0');
INSERT INTO `lt_area` VALUES ('767', '762', '思南县', '0');
INSERT INTO `lt_area` VALUES ('768', '762', '印江土家族苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('769', '762', '德江县', '0');
INSERT INTO `lt_area` VALUES ('770', '762', '沿河土家族自治县', '0');
INSERT INTO `lt_area` VALUES ('771', '762', '松桃苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('772', '762', '万山特区', '0');
INSERT INTO `lt_area` VALUES ('773', '690', '遵义市', '0');
INSERT INTO `lt_area` VALUES ('774', '773', '红花岗区', '0');
INSERT INTO `lt_area` VALUES ('775', '773', '汇川区', '0');
INSERT INTO `lt_area` VALUES ('776', '773', '遵义县', '0');
INSERT INTO `lt_area` VALUES ('777', '773', '桐梓县', '0');
INSERT INTO `lt_area` VALUES ('778', '773', '绥阳县', '0');
INSERT INTO `lt_area` VALUES ('779', '773', '正安县', '0');
INSERT INTO `lt_area` VALUES ('780', '773', '道真仡佬族苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('781', '773', '务川仡佬族苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('782', '773', '凤冈县', '0');
INSERT INTO `lt_area` VALUES ('783', '773', '湄潭县', '0');
INSERT INTO `lt_area` VALUES ('784', '773', '余庆县', '0');
INSERT INTO `lt_area` VALUES ('785', '773', '习水县', '0');
INSERT INTO `lt_area` VALUES ('786', '773', '赤水市', '0');
INSERT INTO `lt_area` VALUES ('787', '773', '仁怀市', '0');
INSERT INTO `lt_area` VALUES ('788', '0', '海南', '0');
INSERT INTO `lt_area` VALUES ('789', '788', '海口市', '0');
INSERT INTO `lt_area` VALUES ('790', '789', '秀英区', '0');
INSERT INTO `lt_area` VALUES ('791', '789', '龙华区', '0');
INSERT INTO `lt_area` VALUES ('792', '789', '琼山区', '0');
INSERT INTO `lt_area` VALUES ('793', '789', '美兰区', '0');
INSERT INTO `lt_area` VALUES ('794', '788', '白沙黎族自治县', '0');
INSERT INTO `lt_area` VALUES ('795', '788', '保亭黎族苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('796', '788', '昌江黎族自治县', '0');
INSERT INTO `lt_area` VALUES ('797', '788', '澄迈县', '0');
INSERT INTO `lt_area` VALUES ('798', '788', '儋州市', '0');
INSERT INTO `lt_area` VALUES ('799', '788', '定安县', '0');
INSERT INTO `lt_area` VALUES ('800', '788', '东方市', '0');
INSERT INTO `lt_area` VALUES ('801', '788', '乐东黎族自治县', '0');
INSERT INTO `lt_area` VALUES ('802', '788', '临高县', '0');
INSERT INTO `lt_area` VALUES ('803', '788', '陵水黎族自治县', '0');
INSERT INTO `lt_area` VALUES ('804', '788', '南沙群岛', '0');
INSERT INTO `lt_area` VALUES ('805', '788', '琼海市', '0');
INSERT INTO `lt_area` VALUES ('806', '788', '琼中黎族苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('807', '788', '三亚市', '0');
INSERT INTO `lt_area` VALUES ('808', '788', '屯昌县', '0');
INSERT INTO `lt_area` VALUES ('809', '788', '万宁市', '0');
INSERT INTO `lt_area` VALUES ('810', '788', '文昌市', '0');
INSERT INTO `lt_area` VALUES ('811', '788', '五指山市', '0');
INSERT INTO `lt_area` VALUES ('812', '788', '西沙群岛', '0');
INSERT INTO `lt_area` VALUES ('813', '788', '中沙群岛的岛礁及其海域', '0');
INSERT INTO `lt_area` VALUES ('814', '0', '河北', '0');
INSERT INTO `lt_area` VALUES ('815', '814', '石家庄市', '0');
INSERT INTO `lt_area` VALUES ('816', '815', '长安区', '0');
INSERT INTO `lt_area` VALUES ('817', '815', '桥东区', '0');
INSERT INTO `lt_area` VALUES ('818', '815', '桥西区', '0');
INSERT INTO `lt_area` VALUES ('819', '815', '新华区', '0');
INSERT INTO `lt_area` VALUES ('820', '815', '井陉矿区', '0');
INSERT INTO `lt_area` VALUES ('821', '815', '裕华区', '0');
INSERT INTO `lt_area` VALUES ('822', '815', '井陉县', '0');
INSERT INTO `lt_area` VALUES ('823', '815', '正定县', '0');
INSERT INTO `lt_area` VALUES ('824', '815', '栾城县', '0');
INSERT INTO `lt_area` VALUES ('825', '815', '行唐县', '0');
INSERT INTO `lt_area` VALUES ('826', '815', '灵寿县', '0');
INSERT INTO `lt_area` VALUES ('827', '815', '高邑县', '0');
INSERT INTO `lt_area` VALUES ('828', '815', '深泽县', '0');
INSERT INTO `lt_area` VALUES ('829', '815', '赞皇县', '0');
INSERT INTO `lt_area` VALUES ('830', '815', '无极县', '0');
INSERT INTO `lt_area` VALUES ('831', '815', '平山县', '0');
INSERT INTO `lt_area` VALUES ('832', '815', '元氏县', '0');
INSERT INTO `lt_area` VALUES ('833', '815', '赵县', '0');
INSERT INTO `lt_area` VALUES ('834', '815', '辛集市', '0');
INSERT INTO `lt_area` VALUES ('835', '815', '藁城市', '0');
INSERT INTO `lt_area` VALUES ('836', '815', '晋州市', '0');
INSERT INTO `lt_area` VALUES ('837', '815', '新乐市', '0');
INSERT INTO `lt_area` VALUES ('838', '815', '鹿泉市', '0');
INSERT INTO `lt_area` VALUES ('839', '814', '保定市', '0');
INSERT INTO `lt_area` VALUES ('840', '839', '新市区', '0');
INSERT INTO `lt_area` VALUES ('841', '839', '北市区', '0');
INSERT INTO `lt_area` VALUES ('842', '839', '南市区', '0');
INSERT INTO `lt_area` VALUES ('843', '839', '满城县', '0');
INSERT INTO `lt_area` VALUES ('844', '839', '清苑县', '0');
INSERT INTO `lt_area` VALUES ('845', '839', '涞水县', '0');
INSERT INTO `lt_area` VALUES ('846', '839', '阜平县', '0');
INSERT INTO `lt_area` VALUES ('847', '839', '徐水县', '0');
INSERT INTO `lt_area` VALUES ('848', '839', '定兴县', '0');
INSERT INTO `lt_area` VALUES ('849', '839', '唐县', '0');
INSERT INTO `lt_area` VALUES ('850', '839', '高阳县', '0');
INSERT INTO `lt_area` VALUES ('851', '839', '容城县', '0');
INSERT INTO `lt_area` VALUES ('852', '839', '涞源县', '0');
INSERT INTO `lt_area` VALUES ('853', '839', '望都县', '0');
INSERT INTO `lt_area` VALUES ('854', '839', '安新县', '0');
INSERT INTO `lt_area` VALUES ('855', '839', '易县', '0');
INSERT INTO `lt_area` VALUES ('856', '839', '曲阳县', '0');
INSERT INTO `lt_area` VALUES ('857', '839', '蠡县', '0');
INSERT INTO `lt_area` VALUES ('858', '839', '顺平县', '0');
INSERT INTO `lt_area` VALUES ('859', '839', '博野县', '0');
INSERT INTO `lt_area` VALUES ('860', '839', '雄县', '0');
INSERT INTO `lt_area` VALUES ('861', '839', '涿州市', '0');
INSERT INTO `lt_area` VALUES ('862', '839', '定州市', '0');
INSERT INTO `lt_area` VALUES ('863', '839', '安国市', '0');
INSERT INTO `lt_area` VALUES ('864', '839', '高碑店市', '0');
INSERT INTO `lt_area` VALUES ('865', '814', '沧州市', '0');
INSERT INTO `lt_area` VALUES ('866', '865', '新华区', '0');
INSERT INTO `lt_area` VALUES ('867', '865', '运河区', '0');
INSERT INTO `lt_area` VALUES ('868', '865', '沧县', '0');
INSERT INTO `lt_area` VALUES ('869', '865', '青县', '0');
INSERT INTO `lt_area` VALUES ('870', '865', '东光县', '0');
INSERT INTO `lt_area` VALUES ('871', '865', '海兴县', '0');
INSERT INTO `lt_area` VALUES ('872', '865', '盐山县', '0');
INSERT INTO `lt_area` VALUES ('873', '865', '肃宁县', '0');
INSERT INTO `lt_area` VALUES ('874', '865', '南皮县', '0');
INSERT INTO `lt_area` VALUES ('875', '865', '吴桥县', '0');
INSERT INTO `lt_area` VALUES ('876', '865', '献县', '0');
INSERT INTO `lt_area` VALUES ('877', '865', '孟村回族自治县', '0');
INSERT INTO `lt_area` VALUES ('878', '865', '泊头市', '0');
INSERT INTO `lt_area` VALUES ('879', '865', '任丘市', '0');
INSERT INTO `lt_area` VALUES ('880', '865', '黄骅市', '0');
INSERT INTO `lt_area` VALUES ('881', '865', '河间市', '0');
INSERT INTO `lt_area` VALUES ('882', '814', '承德市', '0');
INSERT INTO `lt_area` VALUES ('883', '882', '双桥区', '0');
INSERT INTO `lt_area` VALUES ('884', '882', '双滦区', '0');
INSERT INTO `lt_area` VALUES ('885', '882', '鹰手营子矿区', '0');
INSERT INTO `lt_area` VALUES ('886', '882', '承德县', '0');
INSERT INTO `lt_area` VALUES ('887', '882', '兴隆县', '0');
INSERT INTO `lt_area` VALUES ('888', '882', '平泉县', '0');
INSERT INTO `lt_area` VALUES ('889', '882', '滦平县', '0');
INSERT INTO `lt_area` VALUES ('890', '882', '隆化县', '0');
INSERT INTO `lt_area` VALUES ('891', '882', '丰宁满族自治县', '0');
INSERT INTO `lt_area` VALUES ('892', '882', '宽城满族自治县', '0');
INSERT INTO `lt_area` VALUES ('893', '882', '围场满族蒙古族自治县', '0');
INSERT INTO `lt_area` VALUES ('894', '814', '邯郸市', '0');
INSERT INTO `lt_area` VALUES ('895', '894', '邯山区', '0');
INSERT INTO `lt_area` VALUES ('896', '894', '丛台区', '0');
INSERT INTO `lt_area` VALUES ('897', '894', '复兴区', '0');
INSERT INTO `lt_area` VALUES ('898', '894', '峰峰矿区', '0');
INSERT INTO `lt_area` VALUES ('899', '894', '邯郸县', '0');
INSERT INTO `lt_area` VALUES ('900', '894', '临漳县', '0');
INSERT INTO `lt_area` VALUES ('901', '894', '成安县', '0');
INSERT INTO `lt_area` VALUES ('902', '894', '大名县', '0');
INSERT INTO `lt_area` VALUES ('903', '894', '涉县', '0');
INSERT INTO `lt_area` VALUES ('904', '894', '磁县', '0');
INSERT INTO `lt_area` VALUES ('905', '894', '肥乡县', '0');
INSERT INTO `lt_area` VALUES ('906', '894', '永年县', '0');
INSERT INTO `lt_area` VALUES ('907', '894', '邱县', '0');
INSERT INTO `lt_area` VALUES ('908', '894', '鸡泽县', '0');
INSERT INTO `lt_area` VALUES ('909', '894', '广平县', '0');
INSERT INTO `lt_area` VALUES ('910', '894', '馆陶县', '0');
INSERT INTO `lt_area` VALUES ('911', '894', '魏县', '0');
INSERT INTO `lt_area` VALUES ('912', '894', '曲周县', '0');
INSERT INTO `lt_area` VALUES ('913', '894', '武安市', '0');
INSERT INTO `lt_area` VALUES ('914', '814', '衡水市', '0');
INSERT INTO `lt_area` VALUES ('915', '914', '桃城区', '0');
INSERT INTO `lt_area` VALUES ('916', '914', '枣强县', '0');
INSERT INTO `lt_area` VALUES ('917', '914', '武邑县', '0');
INSERT INTO `lt_area` VALUES ('918', '914', '武强县', '0');
INSERT INTO `lt_area` VALUES ('919', '914', '饶阳县', '0');
INSERT INTO `lt_area` VALUES ('920', '914', '安平县', '0');
INSERT INTO `lt_area` VALUES ('921', '914', '故城县', '0');
INSERT INTO `lt_area` VALUES ('922', '914', '景县', '0');
INSERT INTO `lt_area` VALUES ('923', '914', '阜城县', '0');
INSERT INTO `lt_area` VALUES ('924', '914', '冀州市', '0');
INSERT INTO `lt_area` VALUES ('925', '914', '深州市', '0');
INSERT INTO `lt_area` VALUES ('926', '814', '廊坊市', '0');
INSERT INTO `lt_area` VALUES ('927', '926', '安次区', '0');
INSERT INTO `lt_area` VALUES ('928', '926', '广阳区', '0');
INSERT INTO `lt_area` VALUES ('929', '926', '固安县', '0');
INSERT INTO `lt_area` VALUES ('930', '926', '永清县', '0');
INSERT INTO `lt_area` VALUES ('931', '926', '香河县', '0');
INSERT INTO `lt_area` VALUES ('932', '926', '大城县', '0');
INSERT INTO `lt_area` VALUES ('933', '926', '文安县', '0');
INSERT INTO `lt_area` VALUES ('934', '926', '大厂回族自治县', '0');
INSERT INTO `lt_area` VALUES ('935', '926', '霸州市', '0');
INSERT INTO `lt_area` VALUES ('936', '926', '三河市', '0');
INSERT INTO `lt_area` VALUES ('937', '814', '秦皇岛市', '0');
INSERT INTO `lt_area` VALUES ('938', '937', '海港区', '0');
INSERT INTO `lt_area` VALUES ('939', '937', '山海关区', '0');
INSERT INTO `lt_area` VALUES ('940', '937', '北戴河区', '0');
INSERT INTO `lt_area` VALUES ('941', '937', '青龙满族自治县', '0');
INSERT INTO `lt_area` VALUES ('942', '937', '昌黎县', '0');
INSERT INTO `lt_area` VALUES ('943', '937', '抚宁县', '0');
INSERT INTO `lt_area` VALUES ('944', '937', '卢龙县', '0');
INSERT INTO `lt_area` VALUES ('945', '814', '唐山市', '0');
INSERT INTO `lt_area` VALUES ('946', '945', '路南区', '0');
INSERT INTO `lt_area` VALUES ('947', '945', '路北区', '0');
INSERT INTO `lt_area` VALUES ('948', '945', '古冶区', '0');
INSERT INTO `lt_area` VALUES ('949', '945', '开平区', '0');
INSERT INTO `lt_area` VALUES ('950', '945', '丰南区', '0');
INSERT INTO `lt_area` VALUES ('951', '945', '丰润区', '0');
INSERT INTO `lt_area` VALUES ('952', '945', '滦县', '0');
INSERT INTO `lt_area` VALUES ('953', '945', '滦南县', '0');
INSERT INTO `lt_area` VALUES ('954', '945', '乐亭县', '0');
INSERT INTO `lt_area` VALUES ('955', '945', '迁西县', '0');
INSERT INTO `lt_area` VALUES ('956', '945', '玉田县', '0');
INSERT INTO `lt_area` VALUES ('957', '945', '唐海县', '0');
INSERT INTO `lt_area` VALUES ('958', '945', '遵化市', '0');
INSERT INTO `lt_area` VALUES ('959', '945', '迁安市', '0');
INSERT INTO `lt_area` VALUES ('960', '814', '邢台市', '0');
INSERT INTO `lt_area` VALUES ('961', '960', '桥东区', '0');
INSERT INTO `lt_area` VALUES ('962', '960', '桥西区', '0');
INSERT INTO `lt_area` VALUES ('963', '960', '邢台县', '0');
INSERT INTO `lt_area` VALUES ('964', '960', '临城县', '0');
INSERT INTO `lt_area` VALUES ('965', '960', '内丘县', '0');
INSERT INTO `lt_area` VALUES ('966', '960', '柏乡县', '0');
INSERT INTO `lt_area` VALUES ('967', '960', '隆尧县', '0');
INSERT INTO `lt_area` VALUES ('968', '960', '任县', '0');
INSERT INTO `lt_area` VALUES ('969', '960', '南和县', '0');
INSERT INTO `lt_area` VALUES ('970', '960', '宁晋县', '0');
INSERT INTO `lt_area` VALUES ('971', '960', '巨鹿县', '0');
INSERT INTO `lt_area` VALUES ('972', '960', '新河县', '0');
INSERT INTO `lt_area` VALUES ('973', '960', '广宗县', '0');
INSERT INTO `lt_area` VALUES ('974', '960', '平乡县', '0');
INSERT INTO `lt_area` VALUES ('975', '960', '威县', '0');
INSERT INTO `lt_area` VALUES ('976', '960', '清河县', '0');
INSERT INTO `lt_area` VALUES ('977', '960', '临西县', '0');
INSERT INTO `lt_area` VALUES ('978', '960', '南宫市', '0');
INSERT INTO `lt_area` VALUES ('979', '960', '沙河市', '0');
INSERT INTO `lt_area` VALUES ('980', '814', '张家口市', '0');
INSERT INTO `lt_area` VALUES ('981', '980', '桥东区', '0');
INSERT INTO `lt_area` VALUES ('982', '980', '桥西区', '0');
INSERT INTO `lt_area` VALUES ('983', '980', '宣化区', '0');
INSERT INTO `lt_area` VALUES ('984', '980', '下花园区', '0');
INSERT INTO `lt_area` VALUES ('985', '980', '宣化县', '0');
INSERT INTO `lt_area` VALUES ('986', '980', '张北县', '0');
INSERT INTO `lt_area` VALUES ('987', '980', '康保县', '0');
INSERT INTO `lt_area` VALUES ('988', '980', '沽源县', '0');
INSERT INTO `lt_area` VALUES ('989', '980', '尚义县', '0');
INSERT INTO `lt_area` VALUES ('990', '980', '蔚县', '0');
INSERT INTO `lt_area` VALUES ('991', '980', '阳原县', '0');
INSERT INTO `lt_area` VALUES ('992', '980', '怀安县', '0');
INSERT INTO `lt_area` VALUES ('993', '980', '万全县', '0');
INSERT INTO `lt_area` VALUES ('994', '980', '怀来县', '0');
INSERT INTO `lt_area` VALUES ('995', '980', '涿鹿县', '0');
INSERT INTO `lt_area` VALUES ('996', '980', '赤城县', '0');
INSERT INTO `lt_area` VALUES ('997', '980', '崇礼县', '0');
INSERT INTO `lt_area` VALUES ('998', '0', '河南', '0');
INSERT INTO `lt_area` VALUES ('999', '998', '郑州市', '0');
INSERT INTO `lt_area` VALUES ('1000', '999', '中原区', '0');
INSERT INTO `lt_area` VALUES ('1001', '999', '二七区', '0');
INSERT INTO `lt_area` VALUES ('1002', '999', '管城回族区', '0');
INSERT INTO `lt_area` VALUES ('1003', '999', '金水区', '0');
INSERT INTO `lt_area` VALUES ('1004', '999', '上街区', '0');
INSERT INTO `lt_area` VALUES ('1005', '999', '邙山区', '0');
INSERT INTO `lt_area` VALUES ('1006', '999', '中牟县', '0');
INSERT INTO `lt_area` VALUES ('1007', '999', '巩义市', '0');
INSERT INTO `lt_area` VALUES ('1008', '999', '荥阳市', '0');
INSERT INTO `lt_area` VALUES ('1009', '999', '新密市', '0');
INSERT INTO `lt_area` VALUES ('1010', '999', '新郑市', '0');
INSERT INTO `lt_area` VALUES ('1011', '999', '登封市', '0');
INSERT INTO `lt_area` VALUES ('1012', '998', '安阳市', '0');
INSERT INTO `lt_area` VALUES ('1013', '1012', '文峰区', '0');
INSERT INTO `lt_area` VALUES ('1014', '1012', '北关区', '0');
INSERT INTO `lt_area` VALUES ('1015', '1012', '殷都区', '0');
INSERT INTO `lt_area` VALUES ('1016', '1012', '龙安区', '0');
INSERT INTO `lt_area` VALUES ('1017', '1012', '安阳县', '0');
INSERT INTO `lt_area` VALUES ('1018', '1012', '汤阴县', '0');
INSERT INTO `lt_area` VALUES ('1019', '1012', '滑县', '0');
INSERT INTO `lt_area` VALUES ('1020', '1012', '内黄县', '0');
INSERT INTO `lt_area` VALUES ('1021', '1012', '林州市', '0');
INSERT INTO `lt_area` VALUES ('1022', '998', '鹤壁市', '0');
INSERT INTO `lt_area` VALUES ('1023', '1022', '鹤山区', '0');
INSERT INTO `lt_area` VALUES ('1024', '1022', '山城区', '0');
INSERT INTO `lt_area` VALUES ('1025', '1022', '淇滨区', '0');
INSERT INTO `lt_area` VALUES ('1026', '1022', '浚县', '0');
INSERT INTO `lt_area` VALUES ('1027', '1022', '淇县', '0');
INSERT INTO `lt_area` VALUES ('1028', '998', '济源市', '0');
INSERT INTO `lt_area` VALUES ('1029', '998', '焦作市', '0');
INSERT INTO `lt_area` VALUES ('1030', '1029', '解放区', '0');
INSERT INTO `lt_area` VALUES ('1031', '1029', '中站区', '0');
INSERT INTO `lt_area` VALUES ('1032', '1029', '马村区', '0');
INSERT INTO `lt_area` VALUES ('1033', '1029', '山阳区', '0');
INSERT INTO `lt_area` VALUES ('1034', '1029', '修武县', '0');
INSERT INTO `lt_area` VALUES ('1035', '1029', '博爱县', '0');
INSERT INTO `lt_area` VALUES ('1036', '1029', '武陟县', '0');
INSERT INTO `lt_area` VALUES ('1037', '1029', '温县', '0');
INSERT INTO `lt_area` VALUES ('1038', '1029', '济源市', '0');
INSERT INTO `lt_area` VALUES ('1039', '1029', '沁阳市', '0');
INSERT INTO `lt_area` VALUES ('1040', '1029', '孟州市', '0');
INSERT INTO `lt_area` VALUES ('1041', '998', '开封市', '0');
INSERT INTO `lt_area` VALUES ('1042', '1041', '龙亭区', '0');
INSERT INTO `lt_area` VALUES ('1043', '1041', '顺河回族区', '0');
INSERT INTO `lt_area` VALUES ('1044', '1041', '鼓楼区', '0');
INSERT INTO `lt_area` VALUES ('1045', '1041', '南关区', '0');
INSERT INTO `lt_area` VALUES ('1046', '1041', '郊区', '0');
INSERT INTO `lt_area` VALUES ('1047', '1041', '杞县', '0');
INSERT INTO `lt_area` VALUES ('1048', '1041', '通许县', '0');
INSERT INTO `lt_area` VALUES ('1049', '1041', '尉氏县', '0');
INSERT INTO `lt_area` VALUES ('1050', '1041', '开封县', '0');
INSERT INTO `lt_area` VALUES ('1051', '1041', '兰考县', '0');
INSERT INTO `lt_area` VALUES ('1052', '998', '洛阳市', '0');
INSERT INTO `lt_area` VALUES ('1053', '1052', '老城区', '0');
INSERT INTO `lt_area` VALUES ('1054', '1052', '西工区', '0');
INSERT INTO `lt_area` VALUES ('1055', '1052', '廛河回族区', '0');
INSERT INTO `lt_area` VALUES ('1056', '1052', '涧西区', '0');
INSERT INTO `lt_area` VALUES ('1057', '1052', '吉利区', '0');
INSERT INTO `lt_area` VALUES ('1058', '1052', '洛龙区', '0');
INSERT INTO `lt_area` VALUES ('1059', '1052', '孟津县', '0');
INSERT INTO `lt_area` VALUES ('1060', '1052', '新安县', '0');
INSERT INTO `lt_area` VALUES ('1061', '1052', '栾川县', '0');
INSERT INTO `lt_area` VALUES ('1062', '1052', '嵩县', '0');
INSERT INTO `lt_area` VALUES ('1063', '1052', '汝阳县', '0');
INSERT INTO `lt_area` VALUES ('1064', '1052', '宜阳县', '0');
INSERT INTO `lt_area` VALUES ('1065', '1052', '洛宁县', '0');
INSERT INTO `lt_area` VALUES ('1066', '1052', '伊川县', '0');
INSERT INTO `lt_area` VALUES ('1067', '1052', '偃师市', '0');
INSERT INTO `lt_area` VALUES ('1068', '998', '漯河市', '0');
INSERT INTO `lt_area` VALUES ('1069', '1068', '源汇区', '0');
INSERT INTO `lt_area` VALUES ('1070', '1068', '郾城区', '0');
INSERT INTO `lt_area` VALUES ('1071', '1068', '召陵区', '0');
INSERT INTO `lt_area` VALUES ('1072', '1068', '舞阳县', '0');
INSERT INTO `lt_area` VALUES ('1073', '1068', '临颍县', '0');
INSERT INTO `lt_area` VALUES ('1074', '998', '南阳市', '0');
INSERT INTO `lt_area` VALUES ('1075', '1074', '宛城区', '0');
INSERT INTO `lt_area` VALUES ('1076', '1074', '卧龙区', '0');
INSERT INTO `lt_area` VALUES ('1077', '1074', '南召县', '0');
INSERT INTO `lt_area` VALUES ('1078', '1074', '方城县', '0');
INSERT INTO `lt_area` VALUES ('1079', '1074', '西峡县', '0');
INSERT INTO `lt_area` VALUES ('1080', '1074', '镇平县', '0');
INSERT INTO `lt_area` VALUES ('1081', '1074', '内乡县', '0');
INSERT INTO `lt_area` VALUES ('1082', '1074', '淅川县', '0');
INSERT INTO `lt_area` VALUES ('1083', '1074', '社旗县', '0');
INSERT INTO `lt_area` VALUES ('1084', '1074', '唐河县', '0');
INSERT INTO `lt_area` VALUES ('1085', '1074', '新野县', '0');
INSERT INTO `lt_area` VALUES ('1086', '1074', '桐柏县', '0');
INSERT INTO `lt_area` VALUES ('1087', '1074', '邓州市', '0');
INSERT INTO `lt_area` VALUES ('1088', '998', '平顶山市', '0');
INSERT INTO `lt_area` VALUES ('1089', '1088', '新华区', '0');
INSERT INTO `lt_area` VALUES ('1090', '1088', '卫东区', '0');
INSERT INTO `lt_area` VALUES ('1091', '1088', '石龙区', '0');
INSERT INTO `lt_area` VALUES ('1092', '1088', '湛河区', '0');
INSERT INTO `lt_area` VALUES ('1093', '1088', '宝丰县', '0');
INSERT INTO `lt_area` VALUES ('1094', '1088', '叶县', '0');
INSERT INTO `lt_area` VALUES ('1095', '1088', '鲁山县', '0');
INSERT INTO `lt_area` VALUES ('1096', '1088', '郏县', '0');
INSERT INTO `lt_area` VALUES ('1097', '1088', '舞钢市', '0');
INSERT INTO `lt_area` VALUES ('1098', '1088', '汝州市', '0');
INSERT INTO `lt_area` VALUES ('1099', '998', '濮阳市', '0');
INSERT INTO `lt_area` VALUES ('1100', '1099', '华龙区', '0');
INSERT INTO `lt_area` VALUES ('1101', '1099', '清丰县', '0');
INSERT INTO `lt_area` VALUES ('1102', '1099', '南乐县', '0');
INSERT INTO `lt_area` VALUES ('1103', '1099', '范县', '0');
INSERT INTO `lt_area` VALUES ('1104', '1099', '台前县', '0');
INSERT INTO `lt_area` VALUES ('1105', '1099', '濮阳县', '0');
INSERT INTO `lt_area` VALUES ('1106', '998', '三门峡市', '0');
INSERT INTO `lt_area` VALUES ('1107', '1106', '湖滨区', '0');
INSERT INTO `lt_area` VALUES ('1108', '1106', '渑池县', '0');
INSERT INTO `lt_area` VALUES ('1109', '1106', '陕县', '0');
INSERT INTO `lt_area` VALUES ('1110', '1106', '卢氏县', '0');
INSERT INTO `lt_area` VALUES ('1111', '1106', '义马市', '0');
INSERT INTO `lt_area` VALUES ('1112', '1106', '灵宝市', '0');
INSERT INTO `lt_area` VALUES ('1113', '998', '商丘市', '0');
INSERT INTO `lt_area` VALUES ('1114', '1113', '梁园区', '0');
INSERT INTO `lt_area` VALUES ('1115', '1113', '睢阳区', '0');
INSERT INTO `lt_area` VALUES ('1116', '1113', '民权县', '0');
INSERT INTO `lt_area` VALUES ('1117', '1113', '睢县', '0');
INSERT INTO `lt_area` VALUES ('1118', '1113', '宁陵县', '0');
INSERT INTO `lt_area` VALUES ('1119', '1113', '柘城县', '0');
INSERT INTO `lt_area` VALUES ('1120', '1113', '虞城县', '0');
INSERT INTO `lt_area` VALUES ('1121', '1113', '夏邑县', '0');
INSERT INTO `lt_area` VALUES ('1122', '1113', '永城市', '0');
INSERT INTO `lt_area` VALUES ('1123', '998', '新乡市', '0');
INSERT INTO `lt_area` VALUES ('1124', '1123', '红旗区', '0');
INSERT INTO `lt_area` VALUES ('1125', '1123', '卫滨区', '0');
INSERT INTO `lt_area` VALUES ('1126', '1123', '凤泉区', '0');
INSERT INTO `lt_area` VALUES ('1127', '1123', '牧野区', '0');
INSERT INTO `lt_area` VALUES ('1128', '1123', '新乡县', '0');
INSERT INTO `lt_area` VALUES ('1129', '1123', '获嘉县', '0');
INSERT INTO `lt_area` VALUES ('1130', '1123', '原阳县', '0');
INSERT INTO `lt_area` VALUES ('1131', '1123', '延津县', '0');
INSERT INTO `lt_area` VALUES ('1132', '1123', '封丘县', '0');
INSERT INTO `lt_area` VALUES ('1133', '1123', '长垣县', '0');
INSERT INTO `lt_area` VALUES ('1134', '1123', '卫辉市', '0');
INSERT INTO `lt_area` VALUES ('1135', '1123', '辉县市', '0');
INSERT INTO `lt_area` VALUES ('1136', '998', '信阳市', '0');
INSERT INTO `lt_area` VALUES ('1137', '1136', '师河区', '0');
INSERT INTO `lt_area` VALUES ('1138', '1136', '平桥区', '0');
INSERT INTO `lt_area` VALUES ('1139', '1136', '罗山县', '0');
INSERT INTO `lt_area` VALUES ('1140', '1136', '光山县', '0');
INSERT INTO `lt_area` VALUES ('1141', '1136', '新县', '0');
INSERT INTO `lt_area` VALUES ('1142', '1136', '商城县', '0');
INSERT INTO `lt_area` VALUES ('1143', '1136', '固始县', '0');
INSERT INTO `lt_area` VALUES ('1144', '1136', '潢川县', '0');
INSERT INTO `lt_area` VALUES ('1145', '1136', '淮滨县', '0');
INSERT INTO `lt_area` VALUES ('1146', '1136', '息县', '0');
INSERT INTO `lt_area` VALUES ('1147', '998', '许昌市', '0');
INSERT INTO `lt_area` VALUES ('1148', '1147', '魏都区', '0');
INSERT INTO `lt_area` VALUES ('1149', '1147', '许昌县', '0');
INSERT INTO `lt_area` VALUES ('1150', '1147', '鄢陵县', '0');
INSERT INTO `lt_area` VALUES ('1151', '1147', '襄城县', '0');
INSERT INTO `lt_area` VALUES ('1152', '1147', '禹州市', '0');
INSERT INTO `lt_area` VALUES ('1153', '1147', '长葛市', '0');
INSERT INTO `lt_area` VALUES ('1154', '998', '周口市', '0');
INSERT INTO `lt_area` VALUES ('1155', '1154', '川汇区', '0');
INSERT INTO `lt_area` VALUES ('1156', '1154', '扶沟县', '0');
INSERT INTO `lt_area` VALUES ('1157', '1154', '西华县', '0');
INSERT INTO `lt_area` VALUES ('1158', '1154', '商水县', '0');
INSERT INTO `lt_area` VALUES ('1159', '1154', '沈丘县', '0');
INSERT INTO `lt_area` VALUES ('1160', '1154', '郸城县', '0');
INSERT INTO `lt_area` VALUES ('1161', '1154', '淮阳县', '0');
INSERT INTO `lt_area` VALUES ('1162', '1154', '太康县', '0');
INSERT INTO `lt_area` VALUES ('1163', '1154', '鹿邑县', '0');
INSERT INTO `lt_area` VALUES ('1164', '1154', '项城市', '0');
INSERT INTO `lt_area` VALUES ('1165', '998', '驻马店市', '0');
INSERT INTO `lt_area` VALUES ('1166', '1165', '驿城区', '0');
INSERT INTO `lt_area` VALUES ('1167', '1165', '西平县', '0');
INSERT INTO `lt_area` VALUES ('1168', '1165', '上蔡县', '0');
INSERT INTO `lt_area` VALUES ('1169', '1165', '平舆县', '0');
INSERT INTO `lt_area` VALUES ('1170', '1165', '正阳县', '0');
INSERT INTO `lt_area` VALUES ('1171', '1165', '确山县', '0');
INSERT INTO `lt_area` VALUES ('1172', '1165', '泌阳县', '0');
INSERT INTO `lt_area` VALUES ('1173', '1165', '汝南县', '0');
INSERT INTO `lt_area` VALUES ('1174', '1165', '遂平县', '0');
INSERT INTO `lt_area` VALUES ('1175', '1165', '新蔡县', '0');
INSERT INTO `lt_area` VALUES ('1176', '0', '黑龙江', '0');
INSERT INTO `lt_area` VALUES ('1177', '1176', '哈尔滨市', '0');
INSERT INTO `lt_area` VALUES ('1178', '1177', '道里区', '0');
INSERT INTO `lt_area` VALUES ('1179', '1177', '南岗区', '0');
INSERT INTO `lt_area` VALUES ('1180', '1177', '道外区', '0');
INSERT INTO `lt_area` VALUES ('1181', '1177', '香坊区', '0');
INSERT INTO `lt_area` VALUES ('1182', '1177', '动力区', '0');
INSERT INTO `lt_area` VALUES ('1183', '1177', '平房区', '0');
INSERT INTO `lt_area` VALUES ('1184', '1177', '松北区', '0');
INSERT INTO `lt_area` VALUES ('1185', '1177', '呼兰区', '0');
INSERT INTO `lt_area` VALUES ('1186', '1177', '依兰县', '0');
INSERT INTO `lt_area` VALUES ('1187', '1177', '方正县', '0');
INSERT INTO `lt_area` VALUES ('1188', '1177', '宾县', '0');
INSERT INTO `lt_area` VALUES ('1189', '1177', '巴彦县', '0');
INSERT INTO `lt_area` VALUES ('1190', '1177', '木兰县', '0');
INSERT INTO `lt_area` VALUES ('1191', '1177', '通河县', '0');
INSERT INTO `lt_area` VALUES ('1192', '1177', '延寿县', '0');
INSERT INTO `lt_area` VALUES ('1193', '1177', '阿城市', '0');
INSERT INTO `lt_area` VALUES ('1194', '1177', '双城市', '0');
INSERT INTO `lt_area` VALUES ('1195', '1177', '尚志市', '0');
INSERT INTO `lt_area` VALUES ('1196', '1177', '五常市', '0');
INSERT INTO `lt_area` VALUES ('1197', '1176', '大庆市', '0');
INSERT INTO `lt_area` VALUES ('1198', '1197', '萨尔图区', '0');
INSERT INTO `lt_area` VALUES ('1199', '1197', '龙凤区', '0');
INSERT INTO `lt_area` VALUES ('1200', '1197', '让胡路区', '0');
INSERT INTO `lt_area` VALUES ('1201', '1197', '红岗区', '0');
INSERT INTO `lt_area` VALUES ('1202', '1197', '大同区', '0');
INSERT INTO `lt_area` VALUES ('1203', '1197', '肇州县', '0');
INSERT INTO `lt_area` VALUES ('1204', '1197', '肇源县', '0');
INSERT INTO `lt_area` VALUES ('1205', '1197', '林甸县', '0');
INSERT INTO `lt_area` VALUES ('1206', '1197', '杜尔伯特蒙古族自治县', '0');
INSERT INTO `lt_area` VALUES ('1207', '1176', '大兴安岭地区', '0');
INSERT INTO `lt_area` VALUES ('1208', '1207', '呼玛县', '0');
INSERT INTO `lt_area` VALUES ('1209', '1207', '塔河县', '0');
INSERT INTO `lt_area` VALUES ('1210', '1207', '漠河县', '0');
INSERT INTO `lt_area` VALUES ('1211', '1176', '鹤岗市', '0');
INSERT INTO `lt_area` VALUES ('1212', '1211', '向阳区', '0');
INSERT INTO `lt_area` VALUES ('1213', '1211', '工农区', '0');
INSERT INTO `lt_area` VALUES ('1214', '1211', '南山区', '0');
INSERT INTO `lt_area` VALUES ('1215', '1211', '兴安区', '0');
INSERT INTO `lt_area` VALUES ('1216', '1211', '东山区', '0');
INSERT INTO `lt_area` VALUES ('1217', '1211', '兴山区', '0');
INSERT INTO `lt_area` VALUES ('1218', '1211', '萝北县', '0');
INSERT INTO `lt_area` VALUES ('1219', '1211', '绥滨县', '0');
INSERT INTO `lt_area` VALUES ('1220', '1176', '黑河市', '0');
INSERT INTO `lt_area` VALUES ('1221', '1220', '爱辉区', '0');
INSERT INTO `lt_area` VALUES ('1222', '1220', '嫩江县', '0');
INSERT INTO `lt_area` VALUES ('1223', '1220', '逊克县', '0');
INSERT INTO `lt_area` VALUES ('1224', '1220', '孙吴县', '0');
INSERT INTO `lt_area` VALUES ('1225', '1220', '北安市', '0');
INSERT INTO `lt_area` VALUES ('1226', '1220', '五大连池市', '0');
INSERT INTO `lt_area` VALUES ('1227', '1176', '鸡西市', '0');
INSERT INTO `lt_area` VALUES ('1228', '1227', '鸡冠区', '0');
INSERT INTO `lt_area` VALUES ('1229', '1227', '恒山区', '0');
INSERT INTO `lt_area` VALUES ('1230', '1227', '滴道区', '0');
INSERT INTO `lt_area` VALUES ('1231', '1227', '梨树区', '0');
INSERT INTO `lt_area` VALUES ('1232', '1227', '城子河区', '0');
INSERT INTO `lt_area` VALUES ('1233', '1227', '麻山区', '0');
INSERT INTO `lt_area` VALUES ('1234', '1227', '鸡东县', '0');
INSERT INTO `lt_area` VALUES ('1235', '1227', '虎林市', '0');
INSERT INTO `lt_area` VALUES ('1236', '1227', '密山市', '0');
INSERT INTO `lt_area` VALUES ('1237', '1176', '佳木斯市', '0');
INSERT INTO `lt_area` VALUES ('1238', '1237', '永红区', '0');
INSERT INTO `lt_area` VALUES ('1239', '1237', '向阳区', '0');
INSERT INTO `lt_area` VALUES ('1240', '1237', '前进区', '0');
INSERT INTO `lt_area` VALUES ('1241', '1237', '东风区', '0');
INSERT INTO `lt_area` VALUES ('1242', '1237', '郊区', '0');
INSERT INTO `lt_area` VALUES ('1243', '1237', '桦南县', '0');
INSERT INTO `lt_area` VALUES ('1244', '1237', '桦川县', '0');
INSERT INTO `lt_area` VALUES ('1245', '1237', '汤原县', '0');
INSERT INTO `lt_area` VALUES ('1246', '1237', '抚远县', '0');
INSERT INTO `lt_area` VALUES ('1247', '1237', '同江市', '0');
INSERT INTO `lt_area` VALUES ('1248', '1237', '富锦市', '0');
INSERT INTO `lt_area` VALUES ('1249', '1176', '牡丹江市', '0');
INSERT INTO `lt_area` VALUES ('1250', '1249', '东安区', '0');
INSERT INTO `lt_area` VALUES ('1251', '1249', '阳明区', '0');
INSERT INTO `lt_area` VALUES ('1252', '1249', '爱民区', '0');
INSERT INTO `lt_area` VALUES ('1253', '1249', '西安区', '0');
INSERT INTO `lt_area` VALUES ('1254', '1249', '东宁县', '0');
INSERT INTO `lt_area` VALUES ('1255', '1249', '林口县', '0');
INSERT INTO `lt_area` VALUES ('1256', '1249', '绥芬河市', '0');
INSERT INTO `lt_area` VALUES ('1257', '1249', '海林市', '0');
INSERT INTO `lt_area` VALUES ('1258', '1249', '宁安市', '0');
INSERT INTO `lt_area` VALUES ('1259', '1249', '穆棱市', '0');
INSERT INTO `lt_area` VALUES ('1260', '1176', '七台河市', '0');
INSERT INTO `lt_area` VALUES ('1261', '1260', '新兴区', '0');
INSERT INTO `lt_area` VALUES ('1262', '1260', '桃山区', '0');
INSERT INTO `lt_area` VALUES ('1263', '1260', '茄子河区', '0');
INSERT INTO `lt_area` VALUES ('1264', '1260', '勃利县', '0');
INSERT INTO `lt_area` VALUES ('1265', '1176', '齐齐哈尔市', '0');
INSERT INTO `lt_area` VALUES ('1266', '1265', '龙沙区', '0');
INSERT INTO `lt_area` VALUES ('1267', '1265', '建华区', '0');
INSERT INTO `lt_area` VALUES ('1268', '1265', '铁锋区', '0');
INSERT INTO `lt_area` VALUES ('1269', '1265', '昂昂溪区', '0');
INSERT INTO `lt_area` VALUES ('1270', '1265', '富拉尔基区', '0');
INSERT INTO `lt_area` VALUES ('1271', '1265', '碾子山区', '0');
INSERT INTO `lt_area` VALUES ('1272', '1265', '梅里斯达斡尔族区', '0');
INSERT INTO `lt_area` VALUES ('1273', '1265', '龙江县', '0');
INSERT INTO `lt_area` VALUES ('1274', '1265', '依安县', '0');
INSERT INTO `lt_area` VALUES ('1275', '1265', '泰来县', '0');
INSERT INTO `lt_area` VALUES ('1276', '1265', '甘南县', '0');
INSERT INTO `lt_area` VALUES ('1277', '1265', '富裕县', '0');
INSERT INTO `lt_area` VALUES ('1278', '1265', '克山县', '0');
INSERT INTO `lt_area` VALUES ('1279', '1265', '克东县', '0');
INSERT INTO `lt_area` VALUES ('1280', '1265', '拜泉县', '0');
INSERT INTO `lt_area` VALUES ('1281', '1265', '讷河市', '0');
INSERT INTO `lt_area` VALUES ('1282', '1176', '双鸭山市', '0');
INSERT INTO `lt_area` VALUES ('1283', '1282', '尖山区', '0');
INSERT INTO `lt_area` VALUES ('1284', '1282', '岭东区', '0');
INSERT INTO `lt_area` VALUES ('1285', '1282', '四方台区', '0');
INSERT INTO `lt_area` VALUES ('1286', '1282', '宝山区', '0');
INSERT INTO `lt_area` VALUES ('1287', '1282', '集贤县', '0');
INSERT INTO `lt_area` VALUES ('1288', '1282', '友谊县', '0');
INSERT INTO `lt_area` VALUES ('1289', '1282', '宝清县', '0');
INSERT INTO `lt_area` VALUES ('1290', '1282', '饶河县', '0');
INSERT INTO `lt_area` VALUES ('1291', '1176', '绥化市', '0');
INSERT INTO `lt_area` VALUES ('1292', '1291', '北林区', '0');
INSERT INTO `lt_area` VALUES ('1293', '1291', '望奎县', '0');
INSERT INTO `lt_area` VALUES ('1294', '1291', '兰西县', '0');
INSERT INTO `lt_area` VALUES ('1295', '1291', '青冈县', '0');
INSERT INTO `lt_area` VALUES ('1296', '1291', '庆安县', '0');
INSERT INTO `lt_area` VALUES ('1297', '1291', '明水县', '0');
INSERT INTO `lt_area` VALUES ('1298', '1291', '绥棱县', '0');
INSERT INTO `lt_area` VALUES ('1299', '1291', '安达市', '0');
INSERT INTO `lt_area` VALUES ('1300', '1291', '肇东市', '0');
INSERT INTO `lt_area` VALUES ('1301', '1291', '海伦市', '0');
INSERT INTO `lt_area` VALUES ('1302', '1176', '伊春市', '0');
INSERT INTO `lt_area` VALUES ('1303', '1302', '伊春区', '0');
INSERT INTO `lt_area` VALUES ('1304', '1302', '南岔区', '0');
INSERT INTO `lt_area` VALUES ('1305', '1302', '友好区', '0');
INSERT INTO `lt_area` VALUES ('1306', '1302', '西林区', '0');
INSERT INTO `lt_area` VALUES ('1307', '1302', '翠峦区', '0');
INSERT INTO `lt_area` VALUES ('1308', '1302', '新青区', '0');
INSERT INTO `lt_area` VALUES ('1309', '1302', '美溪区', '0');
INSERT INTO `lt_area` VALUES ('1310', '1302', '金山屯区', '0');
INSERT INTO `lt_area` VALUES ('1311', '1302', '五营区', '0');
INSERT INTO `lt_area` VALUES ('1312', '1302', '乌马河区', '0');
INSERT INTO `lt_area` VALUES ('1313', '1302', '汤旺河区', '0');
INSERT INTO `lt_area` VALUES ('1314', '1302', '带岭区', '0');
INSERT INTO `lt_area` VALUES ('1315', '1302', '乌伊岭区', '0');
INSERT INTO `lt_area` VALUES ('1316', '1302', '红星区', '0');
INSERT INTO `lt_area` VALUES ('1317', '1302', '上甘岭区', '0');
INSERT INTO `lt_area` VALUES ('1318', '1302', '嘉荫县', '0');
INSERT INTO `lt_area` VALUES ('1319', '1302', '铁力市', '0');
INSERT INTO `lt_area` VALUES ('1320', '0', '湖北', '0');
INSERT INTO `lt_area` VALUES ('1321', '1320', '武汉市', '0');
INSERT INTO `lt_area` VALUES ('1322', '1321', '江岸区', '0');
INSERT INTO `lt_area` VALUES ('1323', '1321', '江汉区', '0');
INSERT INTO `lt_area` VALUES ('1324', '1321', '乔口区', '0');
INSERT INTO `lt_area` VALUES ('1325', '1321', '汉阳区', '0');
INSERT INTO `lt_area` VALUES ('1326', '1321', '武昌区', '0');
INSERT INTO `lt_area` VALUES ('1327', '1321', '青山区', '0');
INSERT INTO `lt_area` VALUES ('1328', '1321', '洪山区', '0');
INSERT INTO `lt_area` VALUES ('1329', '1321', '东西湖区', '0');
INSERT INTO `lt_area` VALUES ('1330', '1321', '汉南区', '0');
INSERT INTO `lt_area` VALUES ('1331', '1321', '蔡甸区', '0');
INSERT INTO `lt_area` VALUES ('1332', '1321', '江夏区', '0');
INSERT INTO `lt_area` VALUES ('1333', '1321', '黄陂区', '0');
INSERT INTO `lt_area` VALUES ('1334', '1321', '新洲区', '0');
INSERT INTO `lt_area` VALUES ('1335', '1320', '鄂州市', '0');
INSERT INTO `lt_area` VALUES ('1336', '1335', '梁子湖区', '0');
INSERT INTO `lt_area` VALUES ('1337', '1335', '华容区', '0');
INSERT INTO `lt_area` VALUES ('1338', '1335', '鄂城区', '0');
INSERT INTO `lt_area` VALUES ('1339', '1320', '恩施土家族苗族自治州', '0');
INSERT INTO `lt_area` VALUES ('1340', '1339', '恩施市', '0');
INSERT INTO `lt_area` VALUES ('1341', '1339', '利川市', '0');
INSERT INTO `lt_area` VALUES ('1342', '1339', '建始县', '0');
INSERT INTO `lt_area` VALUES ('1343', '1339', '巴东县', '0');
INSERT INTO `lt_area` VALUES ('1344', '1339', '宣恩县', '0');
INSERT INTO `lt_area` VALUES ('1345', '1339', '咸丰县', '0');
INSERT INTO `lt_area` VALUES ('1346', '1339', '来凤县', '0');
INSERT INTO `lt_area` VALUES ('1347', '1339', '鹤峰县', '0');
INSERT INTO `lt_area` VALUES ('1348', '1320', '黄冈市', '0');
INSERT INTO `lt_area` VALUES ('1349', '1348', '黄州区', '0');
INSERT INTO `lt_area` VALUES ('1350', '1348', '团风县', '0');
INSERT INTO `lt_area` VALUES ('1351', '1348', '红安县', '0');
INSERT INTO `lt_area` VALUES ('1352', '1348', '罗田县', '0');
INSERT INTO `lt_area` VALUES ('1353', '1348', '英山县', '0');
INSERT INTO `lt_area` VALUES ('1354', '1348', '浠水县', '0');
INSERT INTO `lt_area` VALUES ('1355', '1348', '蕲春县', '0');
INSERT INTO `lt_area` VALUES ('1356', '1348', '黄梅县', '0');
INSERT INTO `lt_area` VALUES ('1357', '1348', '麻城市', '0');
INSERT INTO `lt_area` VALUES ('1358', '1348', '武穴市', '0');
INSERT INTO `lt_area` VALUES ('1359', '1320', '黄石市', '0');
INSERT INTO `lt_area` VALUES ('1360', '1359', '黄石港区', '0');
INSERT INTO `lt_area` VALUES ('1361', '1359', '西塞山区', '0');
INSERT INTO `lt_area` VALUES ('1362', '1359', '下陆区', '0');
INSERT INTO `lt_area` VALUES ('1363', '1359', '铁山区', '0');
INSERT INTO `lt_area` VALUES ('1364', '1359', '阳新县', '0');
INSERT INTO `lt_area` VALUES ('1365', '1359', '大冶市', '0');
INSERT INTO `lt_area` VALUES ('1366', '1320', '荆门市', '0');
INSERT INTO `lt_area` VALUES ('1367', '1366', '东宝区', '0');
INSERT INTO `lt_area` VALUES ('1368', '1366', '掇刀区', '0');
INSERT INTO `lt_area` VALUES ('1369', '1366', '京山县', '0');
INSERT INTO `lt_area` VALUES ('1370', '1366', '沙洋县', '0');
INSERT INTO `lt_area` VALUES ('1371', '1366', '钟祥市', '0');
INSERT INTO `lt_area` VALUES ('1372', '1320', '荆州市', '0');
INSERT INTO `lt_area` VALUES ('1373', '1372', '沙市区', '0');
INSERT INTO `lt_area` VALUES ('1374', '1372', '荆州区', '0');
INSERT INTO `lt_area` VALUES ('1375', '1372', '公安县', '0');
INSERT INTO `lt_area` VALUES ('1376', '1372', '监利县', '0');
INSERT INTO `lt_area` VALUES ('1377', '1372', '江陵县', '0');
INSERT INTO `lt_area` VALUES ('1378', '1372', '石首市', '0');
INSERT INTO `lt_area` VALUES ('1379', '1372', '洪湖市', '0');
INSERT INTO `lt_area` VALUES ('1380', '1372', '松滋市', '0');
INSERT INTO `lt_area` VALUES ('1381', '1320', '潜江市', '0');
INSERT INTO `lt_area` VALUES ('1382', '1320', '神农架林区', '0');
INSERT INTO `lt_area` VALUES ('1383', '1320', '十堰市', '0');
INSERT INTO `lt_area` VALUES ('1384', '1383', '茅箭区', '0');
INSERT INTO `lt_area` VALUES ('1385', '1383', '张湾区', '0');
INSERT INTO `lt_area` VALUES ('1386', '1383', '郧县', '0');
INSERT INTO `lt_area` VALUES ('1387', '1383', '郧西县', '0');
INSERT INTO `lt_area` VALUES ('1388', '1383', '竹山县', '0');
INSERT INTO `lt_area` VALUES ('1389', '1383', '竹溪县', '0');
INSERT INTO `lt_area` VALUES ('1390', '1383', '房县', '0');
INSERT INTO `lt_area` VALUES ('1391', '1383', '丹江口市', '0');
INSERT INTO `lt_area` VALUES ('1392', '1320', '随州市', '0');
INSERT INTO `lt_area` VALUES ('1393', '1392', '曾都区', '0');
INSERT INTO `lt_area` VALUES ('1394', '1392', '广水市', '0');
INSERT INTO `lt_area` VALUES ('1395', '1320', '天门市', '0');
INSERT INTO `lt_area` VALUES ('1396', '1320', '仙桃市', '0');
INSERT INTO `lt_area` VALUES ('1397', '1320', '咸宁市', '0');
INSERT INTO `lt_area` VALUES ('1398', '1397', '咸安区', '0');
INSERT INTO `lt_area` VALUES ('1399', '1397', '嘉鱼县', '0');
INSERT INTO `lt_area` VALUES ('1400', '1397', '通城县', '0');
INSERT INTO `lt_area` VALUES ('1401', '1397', '崇阳县', '0');
INSERT INTO `lt_area` VALUES ('1402', '1397', '通山县', '0');
INSERT INTO `lt_area` VALUES ('1403', '1397', '赤壁市', '0');
INSERT INTO `lt_area` VALUES ('1404', '1320', '襄樊市', '0');
INSERT INTO `lt_area` VALUES ('1405', '1404', '襄城区', '0');
INSERT INTO `lt_area` VALUES ('1406', '1404', '樊城区', '0');
INSERT INTO `lt_area` VALUES ('1407', '1404', '襄阳区', '0');
INSERT INTO `lt_area` VALUES ('1408', '1404', '南漳县', '0');
INSERT INTO `lt_area` VALUES ('1409', '1404', '谷城县', '0');
INSERT INTO `lt_area` VALUES ('1410', '1404', '保康县', '0');
INSERT INTO `lt_area` VALUES ('1411', '1404', '老河口市', '0');
INSERT INTO `lt_area` VALUES ('1412', '1404', '枣阳市', '0');
INSERT INTO `lt_area` VALUES ('1413', '1404', '宜城市', '0');
INSERT INTO `lt_area` VALUES ('1414', '1320', '孝感市', '0');
INSERT INTO `lt_area` VALUES ('1415', '1414', '孝南区', '0');
INSERT INTO `lt_area` VALUES ('1416', '1414', '孝昌县', '0');
INSERT INTO `lt_area` VALUES ('1417', '1414', '大悟县', '0');
INSERT INTO `lt_area` VALUES ('1418', '1414', '云梦县', '0');
INSERT INTO `lt_area` VALUES ('1419', '1414', '应城市', '0');
INSERT INTO `lt_area` VALUES ('1420', '1414', '安陆市', '0');
INSERT INTO `lt_area` VALUES ('1421', '1414', '汉川市', '0');
INSERT INTO `lt_area` VALUES ('1422', '1320', '宜昌市', '0');
INSERT INTO `lt_area` VALUES ('1423', '1422', '西陵区', '0');
INSERT INTO `lt_area` VALUES ('1424', '1422', '伍家岗区', '0');
INSERT INTO `lt_area` VALUES ('1425', '1422', '点军区', '0');
INSERT INTO `lt_area` VALUES ('1426', '1422', '猇亭区', '0');
INSERT INTO `lt_area` VALUES ('1427', '1422', '夷陵区', '0');
INSERT INTO `lt_area` VALUES ('1428', '1422', '远安县', '0');
INSERT INTO `lt_area` VALUES ('1429', '1422', '兴山县', '0');
INSERT INTO `lt_area` VALUES ('1430', '1422', '秭归县', '0');
INSERT INTO `lt_area` VALUES ('1431', '1422', '长阳土家族自治县', '0');
INSERT INTO `lt_area` VALUES ('1432', '1422', '五峰土家族自治县', '0');
INSERT INTO `lt_area` VALUES ('1433', '1422', '宜都市', '0');
INSERT INTO `lt_area` VALUES ('1434', '1422', '当阳市', '0');
INSERT INTO `lt_area` VALUES ('1435', '1422', '枝江市', '0');
INSERT INTO `lt_area` VALUES ('1436', '0', '湖南', '0');
INSERT INTO `lt_area` VALUES ('1437', '1436', '长沙市', '0');
INSERT INTO `lt_area` VALUES ('1438', '1437', '芙蓉区', '0');
INSERT INTO `lt_area` VALUES ('1439', '1437', '天心区', '0');
INSERT INTO `lt_area` VALUES ('1440', '1437', '岳麓区', '0');
INSERT INTO `lt_area` VALUES ('1441', '1437', '开福区', '0');
INSERT INTO `lt_area` VALUES ('1442', '1437', '雨花区', '0');
INSERT INTO `lt_area` VALUES ('1443', '1437', '长沙县', '0');
INSERT INTO `lt_area` VALUES ('1444', '1437', '望城县', '0');
INSERT INTO `lt_area` VALUES ('1445', '1437', '宁乡县', '0');
INSERT INTO `lt_area` VALUES ('1446', '1437', '浏阳市', '0');
INSERT INTO `lt_area` VALUES ('1447', '1436', '常德市', '0');
INSERT INTO `lt_area` VALUES ('1448', '1447', '武陵区', '0');
INSERT INTO `lt_area` VALUES ('1449', '1447', '鼎城区', '0');
INSERT INTO `lt_area` VALUES ('1450', '1447', '安乡县', '0');
INSERT INTO `lt_area` VALUES ('1451', '1447', '汉寿县', '0');
INSERT INTO `lt_area` VALUES ('1452', '1447', '澧县', '0');
INSERT INTO `lt_area` VALUES ('1453', '1447', '临澧县', '0');
INSERT INTO `lt_area` VALUES ('1454', '1447', '桃源县', '0');
INSERT INTO `lt_area` VALUES ('1455', '1447', '石门县', '0');
INSERT INTO `lt_area` VALUES ('1456', '1447', '津市市', '0');
INSERT INTO `lt_area` VALUES ('1457', '1436', '郴州市', '0');
INSERT INTO `lt_area` VALUES ('1458', '1457', '北湖区', '0');
INSERT INTO `lt_area` VALUES ('1459', '1457', '苏仙区', '0');
INSERT INTO `lt_area` VALUES ('1460', '1457', '桂阳县', '0');
INSERT INTO `lt_area` VALUES ('1461', '1457', '宜章县', '0');
INSERT INTO `lt_area` VALUES ('1462', '1457', '永兴县', '0');
INSERT INTO `lt_area` VALUES ('1463', '1457', '嘉禾县', '0');
INSERT INTO `lt_area` VALUES ('1464', '1457', '临武县', '0');
INSERT INTO `lt_area` VALUES ('1465', '1457', '汝城县', '0');
INSERT INTO `lt_area` VALUES ('1466', '1457', '桂东县', '0');
INSERT INTO `lt_area` VALUES ('1467', '1457', '安仁县', '0');
INSERT INTO `lt_area` VALUES ('1468', '1457', '资兴市', '0');
INSERT INTO `lt_area` VALUES ('1469', '1436', '衡阳市', '0');
INSERT INTO `lt_area` VALUES ('1470', '1469', '珠晖区', '0');
INSERT INTO `lt_area` VALUES ('1471', '1469', '雁峰区', '0');
INSERT INTO `lt_area` VALUES ('1472', '1469', '石鼓区', '0');
INSERT INTO `lt_area` VALUES ('1473', '1469', '蒸湘区', '0');
INSERT INTO `lt_area` VALUES ('1474', '1469', '南岳区', '0');
INSERT INTO `lt_area` VALUES ('1475', '1469', '衡阳县', '0');
INSERT INTO `lt_area` VALUES ('1476', '1469', '衡南县', '0');
INSERT INTO `lt_area` VALUES ('1477', '1469', '衡山县', '0');
INSERT INTO `lt_area` VALUES ('1478', '1469', '衡东县', '0');
INSERT INTO `lt_area` VALUES ('1479', '1469', '祁东县', '0');
INSERT INTO `lt_area` VALUES ('1480', '1469', '耒阳市', '0');
INSERT INTO `lt_area` VALUES ('1481', '1469', '常宁市', '0');
INSERT INTO `lt_area` VALUES ('1482', '1436', '怀化市', '0');
INSERT INTO `lt_area` VALUES ('1483', '1482', '鹤城区', '0');
INSERT INTO `lt_area` VALUES ('1484', '1482', '中方县', '0');
INSERT INTO `lt_area` VALUES ('1485', '1482', '沅陵县', '0');
INSERT INTO `lt_area` VALUES ('1486', '1482', '辰溪县', '0');
INSERT INTO `lt_area` VALUES ('1487', '1482', '溆浦县', '0');
INSERT INTO `lt_area` VALUES ('1488', '1482', '会同县', '0');
INSERT INTO `lt_area` VALUES ('1489', '1482', '麻阳苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('1490', '1482', '新晃侗族自治县', '0');
INSERT INTO `lt_area` VALUES ('1491', '1482', '芷江侗族自治县', '0');
INSERT INTO `lt_area` VALUES ('1492', '1482', '靖州苗族侗族自治县', '0');
INSERT INTO `lt_area` VALUES ('1493', '1482', '通道侗族自治县', '0');
INSERT INTO `lt_area` VALUES ('1494', '1482', '洪江市', '0');
INSERT INTO `lt_area` VALUES ('1495', '1436', '娄底市', '0');
INSERT INTO `lt_area` VALUES ('1496', '1495', '娄星区', '0');
INSERT INTO `lt_area` VALUES ('1497', '1495', '双峰县', '0');
INSERT INTO `lt_area` VALUES ('1498', '1495', '新化县', '0');
INSERT INTO `lt_area` VALUES ('1499', '1495', '冷水江市', '0');
INSERT INTO `lt_area` VALUES ('1500', '1495', '涟源市', '0');
INSERT INTO `lt_area` VALUES ('1501', '1436', '邵阳市', '0');
INSERT INTO `lt_area` VALUES ('1502', '1501', '双清区', '0');
INSERT INTO `lt_area` VALUES ('1503', '1501', '大祥区', '0');
INSERT INTO `lt_area` VALUES ('1504', '1501', '北塔区', '0');
INSERT INTO `lt_area` VALUES ('1505', '1501', '邵东县', '0');
INSERT INTO `lt_area` VALUES ('1506', '1501', '新邵县', '0');
INSERT INTO `lt_area` VALUES ('1507', '1501', '邵阳县', '0');
INSERT INTO `lt_area` VALUES ('1508', '1501', '隆回县', '0');
INSERT INTO `lt_area` VALUES ('1509', '1501', '洞口县', '0');
INSERT INTO `lt_area` VALUES ('1510', '1501', '绥宁县', '0');
INSERT INTO `lt_area` VALUES ('1511', '1501', '新宁县', '0');
INSERT INTO `lt_area` VALUES ('1512', '1501', '城步苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('1513', '1501', '武冈市', '0');
INSERT INTO `lt_area` VALUES ('1514', '1436', '湘潭市', '0');
INSERT INTO `lt_area` VALUES ('1515', '1514', '雨湖区', '0');
INSERT INTO `lt_area` VALUES ('1516', '1514', '岳塘区', '0');
INSERT INTO `lt_area` VALUES ('1517', '1514', '湘潭县', '0');
INSERT INTO `lt_area` VALUES ('1518', '1514', '湘乡市', '0');
INSERT INTO `lt_area` VALUES ('1519', '1514', '韶山市', '0');
INSERT INTO `lt_area` VALUES ('1520', '1436', '湘西土家族苗族自治州', '0');
INSERT INTO `lt_area` VALUES ('1521', '1520', '吉首市', '0');
INSERT INTO `lt_area` VALUES ('1522', '1520', '泸溪县', '0');
INSERT INTO `lt_area` VALUES ('1523', '1520', '凤凰县', '0');
INSERT INTO `lt_area` VALUES ('1524', '1520', '花垣县', '0');
INSERT INTO `lt_area` VALUES ('1525', '1520', '保靖县', '0');
INSERT INTO `lt_area` VALUES ('1526', '1520', '古丈县', '0');
INSERT INTO `lt_area` VALUES ('1527', '1520', '永顺县', '0');
INSERT INTO `lt_area` VALUES ('1528', '1520', '龙山县', '0');
INSERT INTO `lt_area` VALUES ('1529', '1436', '益阳市', '0');
INSERT INTO `lt_area` VALUES ('1530', '1529', '资阳区', '0');
INSERT INTO `lt_area` VALUES ('1531', '1529', '赫山区', '0');
INSERT INTO `lt_area` VALUES ('1532', '1529', '南县', '0');
INSERT INTO `lt_area` VALUES ('1533', '1529', '桃江县', '0');
INSERT INTO `lt_area` VALUES ('1534', '1529', '安化县', '0');
INSERT INTO `lt_area` VALUES ('1535', '1529', '沅江市', '0');
INSERT INTO `lt_area` VALUES ('1536', '1436', '永州市', '0');
INSERT INTO `lt_area` VALUES ('1537', '1536', '芝山区', '0');
INSERT INTO `lt_area` VALUES ('1538', '1536', '冷水滩区', '0');
INSERT INTO `lt_area` VALUES ('1539', '1536', '祁阳县', '0');
INSERT INTO `lt_area` VALUES ('1540', '1536', '东安县', '0');
INSERT INTO `lt_area` VALUES ('1541', '1536', '双牌县', '0');
INSERT INTO `lt_area` VALUES ('1542', '1536', '道县', '0');
INSERT INTO `lt_area` VALUES ('1543', '1536', '江永县', '0');
INSERT INTO `lt_area` VALUES ('1544', '1536', '宁远县', '0');
INSERT INTO `lt_area` VALUES ('1545', '1536', '蓝山县', '0');
INSERT INTO `lt_area` VALUES ('1546', '1536', '新田县', '0');
INSERT INTO `lt_area` VALUES ('1547', '1536', '江华瑶族自治县', '0');
INSERT INTO `lt_area` VALUES ('1548', '1436', '岳阳市', '0');
INSERT INTO `lt_area` VALUES ('1549', '1548', '岳阳楼区', '0');
INSERT INTO `lt_area` VALUES ('1550', '1548', '云溪区', '0');
INSERT INTO `lt_area` VALUES ('1551', '1548', '君山区', '0');
INSERT INTO `lt_area` VALUES ('1552', '1548', '岳阳县', '0');
INSERT INTO `lt_area` VALUES ('1553', '1548', '华容县', '0');
INSERT INTO `lt_area` VALUES ('1554', '1548', '湘阴县', '0');
INSERT INTO `lt_area` VALUES ('1555', '1548', '平江县', '0');
INSERT INTO `lt_area` VALUES ('1556', '1548', '汨罗市', '0');
INSERT INTO `lt_area` VALUES ('1557', '1548', '临湘市', '0');
INSERT INTO `lt_area` VALUES ('1558', '1436', '张家界市', '0');
INSERT INTO `lt_area` VALUES ('1559', '1558', '永定区', '0');
INSERT INTO `lt_area` VALUES ('1560', '1558', '武陵源区', '0');
INSERT INTO `lt_area` VALUES ('1561', '1558', '慈利县', '0');
INSERT INTO `lt_area` VALUES ('1562', '1558', '桑植县', '0');
INSERT INTO `lt_area` VALUES ('1563', '1436', '株洲市', '0');
INSERT INTO `lt_area` VALUES ('1564', '1563', '荷塘区', '0');
INSERT INTO `lt_area` VALUES ('1565', '1563', '芦淞区', '0');
INSERT INTO `lt_area` VALUES ('1566', '1563', '石峰区', '0');
INSERT INTO `lt_area` VALUES ('1567', '1563', '天元区', '0');
INSERT INTO `lt_area` VALUES ('1568', '1563', '株洲县', '0');
INSERT INTO `lt_area` VALUES ('1569', '1563', '攸县', '0');
INSERT INTO `lt_area` VALUES ('1570', '1563', '茶陵县', '0');
INSERT INTO `lt_area` VALUES ('1571', '1563', '炎陵县', '0');
INSERT INTO `lt_area` VALUES ('1572', '1563', '醴陵市', '0');
INSERT INTO `lt_area` VALUES ('1573', '0', '吉林', '0');
INSERT INTO `lt_area` VALUES ('1574', '1573', '长春市', '0');
INSERT INTO `lt_area` VALUES ('1575', '1574', '南关区', '0');
INSERT INTO `lt_area` VALUES ('1576', '1574', '宽城区', '0');
INSERT INTO `lt_area` VALUES ('1577', '1574', '朝阳区', '0');
INSERT INTO `lt_area` VALUES ('1578', '1574', '二道区', '0');
INSERT INTO `lt_area` VALUES ('1579', '1574', '绿园区', '0');
INSERT INTO `lt_area` VALUES ('1580', '1574', '双阳区', '0');
INSERT INTO `lt_area` VALUES ('1581', '1574', '农安县', '0');
INSERT INTO `lt_area` VALUES ('1582', '1574', '九台市', '0');
INSERT INTO `lt_area` VALUES ('1583', '1574', '榆树市', '0');
INSERT INTO `lt_area` VALUES ('1584', '1574', '德惠市', '0');
INSERT INTO `lt_area` VALUES ('1585', '1573', '白城市', '0');
INSERT INTO `lt_area` VALUES ('1586', '1585', '洮北区', '0');
INSERT INTO `lt_area` VALUES ('1587', '1585', '镇赉县', '0');
INSERT INTO `lt_area` VALUES ('1588', '1585', '通榆县', '0');
INSERT INTO `lt_area` VALUES ('1589', '1585', '洮南市', '0');
INSERT INTO `lt_area` VALUES ('1590', '1585', '大安市', '0');
INSERT INTO `lt_area` VALUES ('1591', '1573', '白山市', '0');
INSERT INTO `lt_area` VALUES ('1592', '1591', '八道江区', '0');
INSERT INTO `lt_area` VALUES ('1593', '1591', '抚松县', '0');
INSERT INTO `lt_area` VALUES ('1594', '1591', '靖宇县', '0');
INSERT INTO `lt_area` VALUES ('1595', '1591', '长白朝鲜族自治县', '0');
INSERT INTO `lt_area` VALUES ('1596', '1591', '江源县', '0');
INSERT INTO `lt_area` VALUES ('1597', '1591', '临江市', '0');
INSERT INTO `lt_area` VALUES ('1598', '1573', '吉林市', '0');
INSERT INTO `lt_area` VALUES ('1599', '1598', '昌邑区', '0');
INSERT INTO `lt_area` VALUES ('1600', '1598', '龙潭区', '0');
INSERT INTO `lt_area` VALUES ('1601', '1598', '船营区', '0');
INSERT INTO `lt_area` VALUES ('1602', '1598', '丰满区', '0');
INSERT INTO `lt_area` VALUES ('1603', '1598', '永吉县', '0');
INSERT INTO `lt_area` VALUES ('1604', '1598', '蛟河市', '0');
INSERT INTO `lt_area` VALUES ('1605', '1598', '桦甸市', '0');
INSERT INTO `lt_area` VALUES ('1606', '1598', '舒兰市', '0');
INSERT INTO `lt_area` VALUES ('1607', '1598', '磐石市', '0');
INSERT INTO `lt_area` VALUES ('1608', '1573', '辽源市', '0');
INSERT INTO `lt_area` VALUES ('1609', '1608', '龙山区', '0');
INSERT INTO `lt_area` VALUES ('1610', '1608', '西安区', '0');
INSERT INTO `lt_area` VALUES ('1611', '1608', '东丰县', '0');
INSERT INTO `lt_area` VALUES ('1612', '1608', '东辽县', '0');
INSERT INTO `lt_area` VALUES ('1613', '1573', '四平市', '0');
INSERT INTO `lt_area` VALUES ('1614', '1613', '铁西区', '0');
INSERT INTO `lt_area` VALUES ('1615', '1613', '铁东区', '0');
INSERT INTO `lt_area` VALUES ('1616', '1613', '梨树县', '0');
INSERT INTO `lt_area` VALUES ('1617', '1613', '伊通满族自治县', '0');
INSERT INTO `lt_area` VALUES ('1618', '1613', '公主岭市', '0');
INSERT INTO `lt_area` VALUES ('1619', '1613', '双辽市', '0');
INSERT INTO `lt_area` VALUES ('1620', '1573', '松原市', '0');
INSERT INTO `lt_area` VALUES ('1621', '1620', '宁江区', '0');
INSERT INTO `lt_area` VALUES ('1622', '1620', '前郭尔罗斯蒙古族自治县', '0');
INSERT INTO `lt_area` VALUES ('1623', '1620', '长岭县', '0');
INSERT INTO `lt_area` VALUES ('1624', '1620', '乾安县', '0');
INSERT INTO `lt_area` VALUES ('1625', '1620', '扶余县', '0');
INSERT INTO `lt_area` VALUES ('1626', '1573', '通化市', '0');
INSERT INTO `lt_area` VALUES ('1627', '1626', '东昌区', '0');
INSERT INTO `lt_area` VALUES ('1628', '1626', '二道江区', '0');
INSERT INTO `lt_area` VALUES ('1629', '1626', '通化县', '0');
INSERT INTO `lt_area` VALUES ('1630', '1626', '辉南县', '0');
INSERT INTO `lt_area` VALUES ('1631', '1626', '柳河县', '0');
INSERT INTO `lt_area` VALUES ('1632', '1626', '梅河口市', '0');
INSERT INTO `lt_area` VALUES ('1633', '1626', '集安市', '0');
INSERT INTO `lt_area` VALUES ('1634', '1573', '延边朝鲜族自治州', '0');
INSERT INTO `lt_area` VALUES ('1635', '1634', '延吉市', '0');
INSERT INTO `lt_area` VALUES ('1636', '1634', '图们市', '0');
INSERT INTO `lt_area` VALUES ('1637', '1634', '敦化市', '0');
INSERT INTO `lt_area` VALUES ('1638', '1634', '珲春市', '0');
INSERT INTO `lt_area` VALUES ('1639', '1634', '龙井市', '0');
INSERT INTO `lt_area` VALUES ('1640', '1634', '和龙市', '0');
INSERT INTO `lt_area` VALUES ('1641', '1634', '汪清县', '0');
INSERT INTO `lt_area` VALUES ('1642', '1634', '安图县', '0');
INSERT INTO `lt_area` VALUES ('1643', '0', '江苏', '0');
INSERT INTO `lt_area` VALUES ('1644', '1643', '南京市', '0');
INSERT INTO `lt_area` VALUES ('1645', '1644', '玄武区', '0');
INSERT INTO `lt_area` VALUES ('1646', '1644', '白下区', '0');
INSERT INTO `lt_area` VALUES ('1647', '1644', '秦淮区', '0');
INSERT INTO `lt_area` VALUES ('1648', '1644', '建邺区', '0');
INSERT INTO `lt_area` VALUES ('1649', '1644', '鼓楼区', '0');
INSERT INTO `lt_area` VALUES ('1650', '1644', '下关区', '0');
INSERT INTO `lt_area` VALUES ('1651', '1644', '浦口区', '0');
INSERT INTO `lt_area` VALUES ('1652', '1644', '栖霞区', '0');
INSERT INTO `lt_area` VALUES ('1653', '1644', '雨花台区', '0');
INSERT INTO `lt_area` VALUES ('1654', '1644', '江宁区', '0');
INSERT INTO `lt_area` VALUES ('1655', '1644', '六合区', '0');
INSERT INTO `lt_area` VALUES ('1656', '1644', '溧水县', '0');
INSERT INTO `lt_area` VALUES ('1657', '1644', '高淳县', '0');
INSERT INTO `lt_area` VALUES ('1658', '1643', '常州市', '0');
INSERT INTO `lt_area` VALUES ('1659', '1658', '天宁区', '0');
INSERT INTO `lt_area` VALUES ('1660', '1658', '钟楼区', '0');
INSERT INTO `lt_area` VALUES ('1661', '1658', '戚墅堰区', '0');
INSERT INTO `lt_area` VALUES ('1662', '1658', '新北区', '0');
INSERT INTO `lt_area` VALUES ('1663', '1658', '武进区', '0');
INSERT INTO `lt_area` VALUES ('1664', '1658', '溧阳市', '0');
INSERT INTO `lt_area` VALUES ('1665', '1658', '金坛市', '0');
INSERT INTO `lt_area` VALUES ('1666', '1643', '淮安市', '0');
INSERT INTO `lt_area` VALUES ('1667', '1666', '清河区', '0');
INSERT INTO `lt_area` VALUES ('1668', '1666', '楚州区', '0');
INSERT INTO `lt_area` VALUES ('1669', '1666', '淮阴区', '0');
INSERT INTO `lt_area` VALUES ('1670', '1666', '清浦区', '0');
INSERT INTO `lt_area` VALUES ('1671', '1666', '涟水县', '0');
INSERT INTO `lt_area` VALUES ('1672', '1666', '洪泽县', '0');
INSERT INTO `lt_area` VALUES ('1673', '1666', '盱眙县', '0');
INSERT INTO `lt_area` VALUES ('1674', '1666', '金湖县', '0');
INSERT INTO `lt_area` VALUES ('1675', '1643', '连云港市', '0');
INSERT INTO `lt_area` VALUES ('1676', '1675', '连云区', '0');
INSERT INTO `lt_area` VALUES ('1677', '1675', '新浦区', '0');
INSERT INTO `lt_area` VALUES ('1678', '1675', '海州区', '0');
INSERT INTO `lt_area` VALUES ('1679', '1675', '赣榆县', '0');
INSERT INTO `lt_area` VALUES ('1680', '1675', '东海县', '0');
INSERT INTO `lt_area` VALUES ('1681', '1675', '灌云县', '0');
INSERT INTO `lt_area` VALUES ('1682', '1675', '灌南县', '0');
INSERT INTO `lt_area` VALUES ('1683', '1643', '南通市', '0');
INSERT INTO `lt_area` VALUES ('1684', '1683', '崇川区', '0');
INSERT INTO `lt_area` VALUES ('1685', '1683', '港闸区', '0');
INSERT INTO `lt_area` VALUES ('1686', '1683', '海安县', '0');
INSERT INTO `lt_area` VALUES ('1687', '1683', '如东县', '0');
INSERT INTO `lt_area` VALUES ('1688', '1683', '启东市', '0');
INSERT INTO `lt_area` VALUES ('1689', '1683', '如皋市', '0');
INSERT INTO `lt_area` VALUES ('1690', '1683', '通州市', '0');
INSERT INTO `lt_area` VALUES ('1691', '1683', '海门市', '0');
INSERT INTO `lt_area` VALUES ('1692', '1643', '苏州市', '0');
INSERT INTO `lt_area` VALUES ('1693', '1692', '沧浪区', '0');
INSERT INTO `lt_area` VALUES ('1694', '1692', '平江区', '0');
INSERT INTO `lt_area` VALUES ('1695', '1692', '金阊区', '0');
INSERT INTO `lt_area` VALUES ('1696', '1692', '虎丘区', '0');
INSERT INTO `lt_area` VALUES ('1697', '1692', '吴中区', '0');
INSERT INTO `lt_area` VALUES ('1698', '1692', '相城区', '0');
INSERT INTO `lt_area` VALUES ('1699', '1692', '常熟市', '0');
INSERT INTO `lt_area` VALUES ('1700', '1692', '张家港市', '0');
INSERT INTO `lt_area` VALUES ('1701', '1692', '昆山市', '0');
INSERT INTO `lt_area` VALUES ('1702', '1692', '吴江市', '0');
INSERT INTO `lt_area` VALUES ('1703', '1692', '太仓市', '0');
INSERT INTO `lt_area` VALUES ('1704', '1643', '宿迁市', '0');
INSERT INTO `lt_area` VALUES ('1705', '1704', '宿城区', '0');
INSERT INTO `lt_area` VALUES ('1706', '1704', '宿豫区', '0');
INSERT INTO `lt_area` VALUES ('1707', '1704', '沭阳县', '0');
INSERT INTO `lt_area` VALUES ('1708', '1704', '泗阳县', '0');
INSERT INTO `lt_area` VALUES ('1709', '1704', '泗洪县', '0');
INSERT INTO `lt_area` VALUES ('1710', '1643', '泰州市', '0');
INSERT INTO `lt_area` VALUES ('1711', '1710', '海陵区', '0');
INSERT INTO `lt_area` VALUES ('1712', '1710', '高港区', '0');
INSERT INTO `lt_area` VALUES ('1713', '1710', '兴化市', '0');
INSERT INTO `lt_area` VALUES ('1714', '1710', '靖江市', '0');
INSERT INTO `lt_area` VALUES ('1715', '1710', '泰兴市', '0');
INSERT INTO `lt_area` VALUES ('1716', '1710', '姜堰市', '0');
INSERT INTO `lt_area` VALUES ('1717', '1643', '无锡市', '0');
INSERT INTO `lt_area` VALUES ('1718', '1717', '崇安区', '0');
INSERT INTO `lt_area` VALUES ('1719', '1717', '南长区', '0');
INSERT INTO `lt_area` VALUES ('1720', '1717', '北塘区', '0');
INSERT INTO `lt_area` VALUES ('1721', '1717', '锡山区', '0');
INSERT INTO `lt_area` VALUES ('1722', '1717', '惠山区', '0');
INSERT INTO `lt_area` VALUES ('1723', '1717', '滨湖区', '0');
INSERT INTO `lt_area` VALUES ('1724', '1717', '江阴市', '0');
INSERT INTO `lt_area` VALUES ('1725', '1717', '宜兴市', '0');
INSERT INTO `lt_area` VALUES ('1726', '1643', '徐州市', '0');
INSERT INTO `lt_area` VALUES ('1727', '1726', '鼓楼区', '0');
INSERT INTO `lt_area` VALUES ('1728', '1726', '云龙区', '0');
INSERT INTO `lt_area` VALUES ('1729', '1726', '九里区', '0');
INSERT INTO `lt_area` VALUES ('1730', '1726', '贾汪区', '0');
INSERT INTO `lt_area` VALUES ('1731', '1726', '泉山区', '0');
INSERT INTO `lt_area` VALUES ('1732', '1726', '丰县', '0');
INSERT INTO `lt_area` VALUES ('1733', '1726', '沛县', '0');
INSERT INTO `lt_area` VALUES ('1734', '1726', '铜山县', '0');
INSERT INTO `lt_area` VALUES ('1735', '1726', '睢宁县', '0');
INSERT INTO `lt_area` VALUES ('1736', '1726', '新沂市', '0');
INSERT INTO `lt_area` VALUES ('1737', '1726', '邳州市', '0');
INSERT INTO `lt_area` VALUES ('1738', '1643', '盐城市', '0');
INSERT INTO `lt_area` VALUES ('1739', '1738', '亭湖区', '0');
INSERT INTO `lt_area` VALUES ('1740', '1738', '盐都区', '0');
INSERT INTO `lt_area` VALUES ('1741', '1738', '响水县', '0');
INSERT INTO `lt_area` VALUES ('1742', '1738', '滨海县', '0');
INSERT INTO `lt_area` VALUES ('1743', '1738', '阜宁县', '0');
INSERT INTO `lt_area` VALUES ('1744', '1738', '射阳县', '0');
INSERT INTO `lt_area` VALUES ('1745', '1738', '建湖县', '0');
INSERT INTO `lt_area` VALUES ('1746', '1738', '东台市', '0');
INSERT INTO `lt_area` VALUES ('1747', '1738', '大丰市', '0');
INSERT INTO `lt_area` VALUES ('1748', '1643', '扬州市', '0');
INSERT INTO `lt_area` VALUES ('1749', '1748', '广陵区', '0');
INSERT INTO `lt_area` VALUES ('1750', '1748', '邗江区', '0');
INSERT INTO `lt_area` VALUES ('1751', '1748', '郊区', '0');
INSERT INTO `lt_area` VALUES ('1752', '1748', '宝应县', '0');
INSERT INTO `lt_area` VALUES ('1753', '1748', '仪征市', '0');
INSERT INTO `lt_area` VALUES ('1754', '1748', '高邮市', '0');
INSERT INTO `lt_area` VALUES ('1755', '1748', '江都市', '0');
INSERT INTO `lt_area` VALUES ('1756', '1643', '镇江市', '0');
INSERT INTO `lt_area` VALUES ('1757', '1756', '京口区', '0');
INSERT INTO `lt_area` VALUES ('1758', '1756', '润州区', '0');
INSERT INTO `lt_area` VALUES ('1759', '1756', '丹徒区', '0');
INSERT INTO `lt_area` VALUES ('1760', '1756', '丹阳市', '0');
INSERT INTO `lt_area` VALUES ('1761', '1756', '扬中市', '0');
INSERT INTO `lt_area` VALUES ('1762', '1756', '句容市', '0');
INSERT INTO `lt_area` VALUES ('1763', '0', '江西', '0');
INSERT INTO `lt_area` VALUES ('1764', '1763', '南昌市', '0');
INSERT INTO `lt_area` VALUES ('1765', '1764', '东湖区', '0');
INSERT INTO `lt_area` VALUES ('1766', '1764', '西湖区', '0');
INSERT INTO `lt_area` VALUES ('1767', '1764', '青云谱区', '0');
INSERT INTO `lt_area` VALUES ('1768', '1764', '湾里区', '0');
INSERT INTO `lt_area` VALUES ('1769', '1764', '青山湖区', '0');
INSERT INTO `lt_area` VALUES ('1770', '1764', '南昌县', '0');
INSERT INTO `lt_area` VALUES ('1771', '1764', '新建县', '0');
INSERT INTO `lt_area` VALUES ('1772', '1764', '安义县', '0');
INSERT INTO `lt_area` VALUES ('1773', '1764', '进贤县', '0');
INSERT INTO `lt_area` VALUES ('1774', '1763', '抚州市', '0');
INSERT INTO `lt_area` VALUES ('1775', '1774', '临川区', '0');
INSERT INTO `lt_area` VALUES ('1776', '1774', '南城县', '0');
INSERT INTO `lt_area` VALUES ('1777', '1774', '黎川县', '0');
INSERT INTO `lt_area` VALUES ('1778', '1774', '南丰县', '0');
INSERT INTO `lt_area` VALUES ('1779', '1774', '崇仁县', '0');
INSERT INTO `lt_area` VALUES ('1780', '1774', '乐安县', '0');
INSERT INTO `lt_area` VALUES ('1781', '1774', '宜黄县', '0');
INSERT INTO `lt_area` VALUES ('1782', '1774', '金溪县', '0');
INSERT INTO `lt_area` VALUES ('1783', '1774', '资溪县', '0');
INSERT INTO `lt_area` VALUES ('1784', '1774', '东乡县', '0');
INSERT INTO `lt_area` VALUES ('1785', '1774', '广昌县', '0');
INSERT INTO `lt_area` VALUES ('1786', '1763', '赣州市', '0');
INSERT INTO `lt_area` VALUES ('1787', '1786', '章贡区', '0');
INSERT INTO `lt_area` VALUES ('1788', '1786', '赣县', '0');
INSERT INTO `lt_area` VALUES ('1789', '1786', '信丰县', '0');
INSERT INTO `lt_area` VALUES ('1790', '1786', '大余县', '0');
INSERT INTO `lt_area` VALUES ('1791', '1786', '上犹县', '0');
INSERT INTO `lt_area` VALUES ('1792', '1786', '崇义县', '0');
INSERT INTO `lt_area` VALUES ('1793', '1786', '安远县', '0');
INSERT INTO `lt_area` VALUES ('1794', '1786', '龙南县', '0');
INSERT INTO `lt_area` VALUES ('1795', '1786', '定南县', '0');
INSERT INTO `lt_area` VALUES ('1796', '1786', '全南县', '0');
INSERT INTO `lt_area` VALUES ('1797', '1786', '宁都县', '0');
INSERT INTO `lt_area` VALUES ('1798', '1786', '于都县', '0');
INSERT INTO `lt_area` VALUES ('1799', '1786', '兴国县', '0');
INSERT INTO `lt_area` VALUES ('1800', '1786', '会昌县', '0');
INSERT INTO `lt_area` VALUES ('1801', '1786', '寻乌县', '0');
INSERT INTO `lt_area` VALUES ('1802', '1786', '石城县', '0');
INSERT INTO `lt_area` VALUES ('1803', '1786', '瑞金市', '0');
INSERT INTO `lt_area` VALUES ('1804', '1786', '南康市', '0');
INSERT INTO `lt_area` VALUES ('1805', '1763', '吉安市', '0');
INSERT INTO `lt_area` VALUES ('1806', '1805', '吉州区', '0');
INSERT INTO `lt_area` VALUES ('1807', '1805', '青原区', '0');
INSERT INTO `lt_area` VALUES ('1808', '1805', '吉安县', '0');
INSERT INTO `lt_area` VALUES ('1809', '1805', '吉水县', '0');
INSERT INTO `lt_area` VALUES ('1810', '1805', '峡江县', '0');
INSERT INTO `lt_area` VALUES ('1811', '1805', '新干县', '0');
INSERT INTO `lt_area` VALUES ('1812', '1805', '永丰县', '0');
INSERT INTO `lt_area` VALUES ('1813', '1805', '泰和县', '0');
INSERT INTO `lt_area` VALUES ('1814', '1805', '遂川县', '0');
INSERT INTO `lt_area` VALUES ('1815', '1805', '万安县', '0');
INSERT INTO `lt_area` VALUES ('1816', '1805', '安福县', '0');
INSERT INTO `lt_area` VALUES ('1817', '1805', '永新县', '0');
INSERT INTO `lt_area` VALUES ('1818', '1805', '井冈山市', '0');
INSERT INTO `lt_area` VALUES ('1819', '1763', '景德镇市', '0');
INSERT INTO `lt_area` VALUES ('1820', '1819', '昌江区', '0');
INSERT INTO `lt_area` VALUES ('1821', '1819', '珠山区', '0');
INSERT INTO `lt_area` VALUES ('1822', '1819', '浮梁县', '0');
INSERT INTO `lt_area` VALUES ('1823', '1819', '乐平市', '0');
INSERT INTO `lt_area` VALUES ('1824', '1763', '九江市', '0');
INSERT INTO `lt_area` VALUES ('1825', '1824', '庐山区', '0');
INSERT INTO `lt_area` VALUES ('1826', '1824', '浔阳区', '0');
INSERT INTO `lt_area` VALUES ('1827', '1824', '九江县', '0');
INSERT INTO `lt_area` VALUES ('1828', '1824', '武宁县', '0');
INSERT INTO `lt_area` VALUES ('1829', '1824', '修水县', '0');
INSERT INTO `lt_area` VALUES ('1830', '1824', '永修县', '0');
INSERT INTO `lt_area` VALUES ('1831', '1824', '德安县', '0');
INSERT INTO `lt_area` VALUES ('1832', '1824', '星子县', '0');
INSERT INTO `lt_area` VALUES ('1833', '1824', '都昌县', '0');
INSERT INTO `lt_area` VALUES ('1834', '1824', '湖口县', '0');
INSERT INTO `lt_area` VALUES ('1835', '1824', '彭泽县', '0');
INSERT INTO `lt_area` VALUES ('1836', '1824', '瑞昌市', '0');
INSERT INTO `lt_area` VALUES ('1837', '1763', '萍乡市', '0');
INSERT INTO `lt_area` VALUES ('1838', '1837', '安源区', '0');
INSERT INTO `lt_area` VALUES ('1839', '1837', '湘东区', '0');
INSERT INTO `lt_area` VALUES ('1840', '1837', '莲花县', '0');
INSERT INTO `lt_area` VALUES ('1841', '1837', '上栗县', '0');
INSERT INTO `lt_area` VALUES ('1842', '1837', '芦溪县', '0');
INSERT INTO `lt_area` VALUES ('1843', '1763', '上饶市', '0');
INSERT INTO `lt_area` VALUES ('1844', '1843', '信州区', '0');
INSERT INTO `lt_area` VALUES ('1845', '1843', '上饶县', '0');
INSERT INTO `lt_area` VALUES ('1846', '1843', '广丰县', '0');
INSERT INTO `lt_area` VALUES ('1847', '1843', '玉山县', '0');
INSERT INTO `lt_area` VALUES ('1848', '1843', '铅山县', '0');
INSERT INTO `lt_area` VALUES ('1849', '1843', '横峰县', '0');
INSERT INTO `lt_area` VALUES ('1850', '1843', '弋阳县', '0');
INSERT INTO `lt_area` VALUES ('1851', '1843', '余干县', '0');
INSERT INTO `lt_area` VALUES ('1852', '1843', '鄱阳县', '0');
INSERT INTO `lt_area` VALUES ('1853', '1843', '万年县', '0');
INSERT INTO `lt_area` VALUES ('1854', '1843', '婺源县', '0');
INSERT INTO `lt_area` VALUES ('1855', '1843', '德兴市', '0');
INSERT INTO `lt_area` VALUES ('1856', '1763', '新余市', '0');
INSERT INTO `lt_area` VALUES ('1857', '1856', '渝水区', '0');
INSERT INTO `lt_area` VALUES ('1858', '1856', '分宜县', '0');
INSERT INTO `lt_area` VALUES ('1859', '1763', '宜春市', '0');
INSERT INTO `lt_area` VALUES ('1860', '1859', '袁州区', '0');
INSERT INTO `lt_area` VALUES ('1861', '1859', '奉新县', '0');
INSERT INTO `lt_area` VALUES ('1862', '1859', '万载县', '0');
INSERT INTO `lt_area` VALUES ('1863', '1859', '上高县', '0');
INSERT INTO `lt_area` VALUES ('1864', '1859', '宜丰县', '0');
INSERT INTO `lt_area` VALUES ('1865', '1859', '靖安县', '0');
INSERT INTO `lt_area` VALUES ('1866', '1859', '铜鼓县', '0');
INSERT INTO `lt_area` VALUES ('1867', '1859', '丰城市', '0');
INSERT INTO `lt_area` VALUES ('1868', '1859', '樟树市', '0');
INSERT INTO `lt_area` VALUES ('1869', '1859', '高安市', '0');
INSERT INTO `lt_area` VALUES ('1870', '1763', '鹰潭市', '0');
INSERT INTO `lt_area` VALUES ('1871', '1870', '月湖区', '0');
INSERT INTO `lt_area` VALUES ('1872', '1870', '余江县', '0');
INSERT INTO `lt_area` VALUES ('1873', '1870', '贵溪市', '0');
INSERT INTO `lt_area` VALUES ('1874', '0', '辽宁', '0');
INSERT INTO `lt_area` VALUES ('1875', '1874', '沈阳市', '0');
INSERT INTO `lt_area` VALUES ('1876', '1875', '和平区', '0');
INSERT INTO `lt_area` VALUES ('1877', '1875', '沈河区', '0');
INSERT INTO `lt_area` VALUES ('1878', '1875', '大东区', '0');
INSERT INTO `lt_area` VALUES ('1879', '1875', '皇姑区', '0');
INSERT INTO `lt_area` VALUES ('1880', '1875', '铁西区', '0');
INSERT INTO `lt_area` VALUES ('1881', '1875', '苏家屯区', '0');
INSERT INTO `lt_area` VALUES ('1882', '1875', '东陵区', '0');
INSERT INTO `lt_area` VALUES ('1883', '1875', '新城子区', '0');
INSERT INTO `lt_area` VALUES ('1884', '1875', '于洪区', '0');
INSERT INTO `lt_area` VALUES ('1885', '1875', '辽中县', '0');
INSERT INTO `lt_area` VALUES ('1886', '1875', '康平县', '0');
INSERT INTO `lt_area` VALUES ('1887', '1875', '法库县', '0');
INSERT INTO `lt_area` VALUES ('1888', '1875', '新民市', '0');
INSERT INTO `lt_area` VALUES ('1889', '1874', '鞍山市', '0');
INSERT INTO `lt_area` VALUES ('1890', '1889', '铁东区', '0');
INSERT INTO `lt_area` VALUES ('1891', '1889', '铁西区', '0');
INSERT INTO `lt_area` VALUES ('1892', '1889', '立山区', '0');
INSERT INTO `lt_area` VALUES ('1893', '1889', '千山区', '0');
INSERT INTO `lt_area` VALUES ('1894', '1889', '台安县', '0');
INSERT INTO `lt_area` VALUES ('1895', '1889', '岫岩满族自治县', '0');
INSERT INTO `lt_area` VALUES ('1896', '1889', '海城市', '0');
INSERT INTO `lt_area` VALUES ('1897', '1874', '本溪市', '0');
INSERT INTO `lt_area` VALUES ('1898', '1897', '平山区', '0');
INSERT INTO `lt_area` VALUES ('1899', '1897', '溪湖区', '0');
INSERT INTO `lt_area` VALUES ('1900', '1897', '明山区', '0');
INSERT INTO `lt_area` VALUES ('1901', '1897', '南芬区', '0');
INSERT INTO `lt_area` VALUES ('1902', '1897', '本溪满族自治县', '0');
INSERT INTO `lt_area` VALUES ('1903', '1897', '桓仁满族自治县', '0');
INSERT INTO `lt_area` VALUES ('1904', '1874', '朝阳市', '0');
INSERT INTO `lt_area` VALUES ('1905', '1904', '双塔区', '0');
INSERT INTO `lt_area` VALUES ('1906', '1904', '龙城区', '0');
INSERT INTO `lt_area` VALUES ('1907', '1904', '朝阳县', '0');
INSERT INTO `lt_area` VALUES ('1908', '1904', '建平县', '0');
INSERT INTO `lt_area` VALUES ('1909', '1904', '喀喇沁左翼蒙古族自治县', '0');
INSERT INTO `lt_area` VALUES ('1910', '1904', '北票市', '0');
INSERT INTO `lt_area` VALUES ('1911', '1904', '凌源市', '0');
INSERT INTO `lt_area` VALUES ('1912', '1874', '大连市', '0');
INSERT INTO `lt_area` VALUES ('1913', '1912', '中山区', '0');
INSERT INTO `lt_area` VALUES ('1914', '1912', '西岗区', '0');
INSERT INTO `lt_area` VALUES ('1915', '1912', '沙河口区', '0');
INSERT INTO `lt_area` VALUES ('1916', '1912', '甘井子区', '0');
INSERT INTO `lt_area` VALUES ('1917', '1912', '旅顺口区', '0');
INSERT INTO `lt_area` VALUES ('1918', '1912', '金州区', '0');
INSERT INTO `lt_area` VALUES ('1919', '1912', '长海县', '0');
INSERT INTO `lt_area` VALUES ('1920', '1912', '瓦房店市', '0');
INSERT INTO `lt_area` VALUES ('1921', '1912', '普兰店市', '0');
INSERT INTO `lt_area` VALUES ('1922', '1912', '庄河市', '0');
INSERT INTO `lt_area` VALUES ('1923', '1874', '丹东市', '0');
INSERT INTO `lt_area` VALUES ('1924', '1923', '元宝区', '0');
INSERT INTO `lt_area` VALUES ('1925', '1923', '振兴区', '0');
INSERT INTO `lt_area` VALUES ('1926', '1923', '振安区', '0');
INSERT INTO `lt_area` VALUES ('1927', '1923', '宽甸满族自治县', '0');
INSERT INTO `lt_area` VALUES ('1928', '1923', '东港市', '0');
INSERT INTO `lt_area` VALUES ('1929', '1923', '凤城市', '0');
INSERT INTO `lt_area` VALUES ('1930', '1874', '抚顺市', '0');
INSERT INTO `lt_area` VALUES ('1931', '1930', '新抚区', '0');
INSERT INTO `lt_area` VALUES ('1932', '1930', '东洲区', '0');
INSERT INTO `lt_area` VALUES ('1933', '1930', '望花区', '0');
INSERT INTO `lt_area` VALUES ('1934', '1930', '顺城区', '0');
INSERT INTO `lt_area` VALUES ('1935', '1930', '抚顺县', '0');
INSERT INTO `lt_area` VALUES ('1936', '1930', '新宾满族自治县', '0');
INSERT INTO `lt_area` VALUES ('1937', '1930', '清原满族自治县', '0');
INSERT INTO `lt_area` VALUES ('1938', '1874', '阜新市', '0');
INSERT INTO `lt_area` VALUES ('1939', '1938', '海州区', '0');
INSERT INTO `lt_area` VALUES ('1940', '1938', '新邱区', '0');
INSERT INTO `lt_area` VALUES ('1941', '1938', '太平区', '0');
INSERT INTO `lt_area` VALUES ('1942', '1938', '清河门区', '0');
INSERT INTO `lt_area` VALUES ('1943', '1938', '细河区', '0');
INSERT INTO `lt_area` VALUES ('1944', '1938', '阜新蒙古族自治县', '0');
INSERT INTO `lt_area` VALUES ('1945', '1938', '彰武县', '0');
INSERT INTO `lt_area` VALUES ('1946', '1874', '葫芦岛市', '0');
INSERT INTO `lt_area` VALUES ('1947', '1946', '连山区', '0');
INSERT INTO `lt_area` VALUES ('1948', '1946', '龙港区', '0');
INSERT INTO `lt_area` VALUES ('1949', '1946', '南票区', '0');
INSERT INTO `lt_area` VALUES ('1950', '1946', '绥中县', '0');
INSERT INTO `lt_area` VALUES ('1951', '1946', '建昌县', '0');
INSERT INTO `lt_area` VALUES ('1952', '1946', '兴城市', '0');
INSERT INTO `lt_area` VALUES ('1953', '1874', '锦州市', '0');
INSERT INTO `lt_area` VALUES ('1954', '1953', '古塔区', '0');
INSERT INTO `lt_area` VALUES ('1955', '1953', '凌河区', '0');
INSERT INTO `lt_area` VALUES ('1956', '1953', '太和区', '0');
INSERT INTO `lt_area` VALUES ('1957', '1953', '黑山县', '0');
INSERT INTO `lt_area` VALUES ('1958', '1953', '义县', '0');
INSERT INTO `lt_area` VALUES ('1959', '1953', '凌海市', '0');
INSERT INTO `lt_area` VALUES ('1960', '1953', '北宁市', '0');
INSERT INTO `lt_area` VALUES ('1961', '1874', '辽阳市', '0');
INSERT INTO `lt_area` VALUES ('1962', '1961', '白塔区', '0');
INSERT INTO `lt_area` VALUES ('1963', '1961', '文圣区', '0');
INSERT INTO `lt_area` VALUES ('1964', '1961', '宏伟区', '0');
INSERT INTO `lt_area` VALUES ('1965', '1961', '弓长岭区', '0');
INSERT INTO `lt_area` VALUES ('1966', '1961', '太子河区', '0');
INSERT INTO `lt_area` VALUES ('1967', '1961', '辽阳县', '0');
INSERT INTO `lt_area` VALUES ('1968', '1961', '灯塔市', '0');
INSERT INTO `lt_area` VALUES ('1969', '1874', '盘锦市', '0');
INSERT INTO `lt_area` VALUES ('1970', '1969', '双台子区', '0');
INSERT INTO `lt_area` VALUES ('1971', '1969', '兴隆台区', '0');
INSERT INTO `lt_area` VALUES ('1972', '1969', '大洼县', '0');
INSERT INTO `lt_area` VALUES ('1973', '1969', '盘山县', '0');
INSERT INTO `lt_area` VALUES ('1974', '1874', '铁岭市', '0');
INSERT INTO `lt_area` VALUES ('1975', '1974', '银州区', '0');
INSERT INTO `lt_area` VALUES ('1976', '1974', '清河区', '0');
INSERT INTO `lt_area` VALUES ('1977', '1974', '铁岭县', '0');
INSERT INTO `lt_area` VALUES ('1978', '1974', '西丰县', '0');
INSERT INTO `lt_area` VALUES ('1979', '1974', '昌图县', '0');
INSERT INTO `lt_area` VALUES ('1980', '1974', '调兵山市', '0');
INSERT INTO `lt_area` VALUES ('1981', '1974', '开原市', '0');
INSERT INTO `lt_area` VALUES ('1982', '1874', '营口市', '0');
INSERT INTO `lt_area` VALUES ('1983', '1982', '站前区', '0');
INSERT INTO `lt_area` VALUES ('1984', '1982', '西市区', '0');
INSERT INTO `lt_area` VALUES ('1985', '1982', '鲅鱼圈区', '0');
INSERT INTO `lt_area` VALUES ('1986', '1982', '老边区', '0');
INSERT INTO `lt_area` VALUES ('1987', '1982', '盖州市', '0');
INSERT INTO `lt_area` VALUES ('1988', '1982', '大石桥市', '0');
INSERT INTO `lt_area` VALUES ('1989', '0', '内蒙古', '0');
INSERT INTO `lt_area` VALUES ('1990', '1989', '呼和浩特市', '0');
INSERT INTO `lt_area` VALUES ('1991', '1990', '新城区', '0');
INSERT INTO `lt_area` VALUES ('1992', '1990', '回民区', '0');
INSERT INTO `lt_area` VALUES ('1993', '1990', '玉泉区', '0');
INSERT INTO `lt_area` VALUES ('1994', '1990', '赛罕区', '0');
INSERT INTO `lt_area` VALUES ('1995', '1990', '土默特左旗', '0');
INSERT INTO `lt_area` VALUES ('1996', '1990', '托克托县', '0');
INSERT INTO `lt_area` VALUES ('1997', '1990', '和林格尔县', '0');
INSERT INTO `lt_area` VALUES ('1998', '1990', '清水河县', '0');
INSERT INTO `lt_area` VALUES ('1999', '1990', '武川县', '0');
INSERT INTO `lt_area` VALUES ('2000', '1989', '阿拉善盟', '0');
INSERT INTO `lt_area` VALUES ('2001', '2000', '阿拉善左旗', '0');
INSERT INTO `lt_area` VALUES ('2002', '2000', '阿拉善右旗', '0');
INSERT INTO `lt_area` VALUES ('2003', '2000', '额济纳旗', '0');
INSERT INTO `lt_area` VALUES ('2004', '1989', '巴彦淖尔市', '0');
INSERT INTO `lt_area` VALUES ('2005', '2004', '临河区', '0');
INSERT INTO `lt_area` VALUES ('2006', '2004', '五原县', '0');
INSERT INTO `lt_area` VALUES ('2007', '2004', '磴口县', '0');
INSERT INTO `lt_area` VALUES ('2008', '2004', '乌拉特前旗', '0');
INSERT INTO `lt_area` VALUES ('2009', '2004', '乌拉特中旗', '0');
INSERT INTO `lt_area` VALUES ('2010', '2004', '乌拉特后旗', '0');
INSERT INTO `lt_area` VALUES ('2011', '2004', '杭锦后旗', '0');
INSERT INTO `lt_area` VALUES ('2012', '1989', '包头市', '0');
INSERT INTO `lt_area` VALUES ('2013', '2012', '东河区', '0');
INSERT INTO `lt_area` VALUES ('2014', '2012', '昆都仑区', '0');
INSERT INTO `lt_area` VALUES ('2015', '2012', '青山区', '0');
INSERT INTO `lt_area` VALUES ('2016', '2012', '石拐区', '0');
INSERT INTO `lt_area` VALUES ('2017', '2012', '白云矿区', '0');
INSERT INTO `lt_area` VALUES ('2018', '2012', '九原区', '0');
INSERT INTO `lt_area` VALUES ('2019', '2012', '土默特右旗', '0');
INSERT INTO `lt_area` VALUES ('2020', '2012', '固阳县', '0');
INSERT INTO `lt_area` VALUES ('2021', '2012', '达尔罕茂明安联合旗', '0');
INSERT INTO `lt_area` VALUES ('2022', '1989', '赤峰市', '0');
INSERT INTO `lt_area` VALUES ('2023', '2022', '红山区', '0');
INSERT INTO `lt_area` VALUES ('2024', '2022', '元宝山区', '0');
INSERT INTO `lt_area` VALUES ('2025', '2022', '松山区', '0');
INSERT INTO `lt_area` VALUES ('2026', '2022', '阿鲁科尔沁旗', '0');
INSERT INTO `lt_area` VALUES ('2027', '2022', '巴林左旗', '0');
INSERT INTO `lt_area` VALUES ('2028', '2022', '巴林右旗', '0');
INSERT INTO `lt_area` VALUES ('2029', '2022', '林西县', '0');
INSERT INTO `lt_area` VALUES ('2030', '2022', '克什克腾旗', '0');
INSERT INTO `lt_area` VALUES ('2031', '2022', '翁牛特旗', '0');
INSERT INTO `lt_area` VALUES ('2032', '2022', '喀喇沁旗', '0');
INSERT INTO `lt_area` VALUES ('2033', '2022', '宁城县', '0');
INSERT INTO `lt_area` VALUES ('2034', '2022', '敖汉旗', '0');
INSERT INTO `lt_area` VALUES ('2035', '1989', '鄂尔多斯市', '0');
INSERT INTO `lt_area` VALUES ('2036', '2035', '东胜区', '0');
INSERT INTO `lt_area` VALUES ('2037', '2035', '达拉特旗', '0');
INSERT INTO `lt_area` VALUES ('2038', '2035', '准格尔旗', '0');
INSERT INTO `lt_area` VALUES ('2039', '2035', '鄂托克前旗', '0');
INSERT INTO `lt_area` VALUES ('2040', '2035', '鄂托克旗', '0');
INSERT INTO `lt_area` VALUES ('2041', '2035', '杭锦旗', '0');
INSERT INTO `lt_area` VALUES ('2042', '2035', '乌审旗', '0');
INSERT INTO `lt_area` VALUES ('2043', '2035', '伊金霍洛旗', '0');
INSERT INTO `lt_area` VALUES ('2044', '1989', '呼伦贝尔市', '0');
INSERT INTO `lt_area` VALUES ('2045', '2044', '海拉尔区', '0');
INSERT INTO `lt_area` VALUES ('2046', '2044', '阿荣旗', '0');
INSERT INTO `lt_area` VALUES ('2047', '2044', '莫力达瓦达斡尔族自治旗', '0');
INSERT INTO `lt_area` VALUES ('2048', '2044', '鄂伦春自治旗', '0');
INSERT INTO `lt_area` VALUES ('2049', '2044', '鄂温克族自治旗', '0');
INSERT INTO `lt_area` VALUES ('2050', '2044', '陈巴尔虎旗', '0');
INSERT INTO `lt_area` VALUES ('2051', '2044', '新巴尔虎左旗', '0');
INSERT INTO `lt_area` VALUES ('2052', '2044', '新巴尔虎右旗', '0');
INSERT INTO `lt_area` VALUES ('2053', '2044', '满洲里市', '0');
INSERT INTO `lt_area` VALUES ('2054', '2044', '牙克石市', '0');
INSERT INTO `lt_area` VALUES ('2055', '2044', '扎兰屯市', '0');
INSERT INTO `lt_area` VALUES ('2056', '2044', '额尔古纳市', '0');
INSERT INTO `lt_area` VALUES ('2057', '2044', '根河市', '0');
INSERT INTO `lt_area` VALUES ('2058', '1989', '通辽市', '0');
INSERT INTO `lt_area` VALUES ('2059', '2058', '科尔沁区', '0');
INSERT INTO `lt_area` VALUES ('2060', '2058', '科尔沁左翼中旗', '0');
INSERT INTO `lt_area` VALUES ('2061', '2058', '科尔沁左翼后旗', '0');
INSERT INTO `lt_area` VALUES ('2062', '2058', '开鲁县', '0');
INSERT INTO `lt_area` VALUES ('2063', '2058', '库伦旗', '0');
INSERT INTO `lt_area` VALUES ('2064', '2058', '奈曼旗', '0');
INSERT INTO `lt_area` VALUES ('2065', '2058', '扎鲁特旗', '0');
INSERT INTO `lt_area` VALUES ('2066', '2058', '霍林郭勒市', '0');
INSERT INTO `lt_area` VALUES ('2067', '1989', '乌海市', '0');
INSERT INTO `lt_area` VALUES ('2068', '2067', '海勃湾区', '0');
INSERT INTO `lt_area` VALUES ('2069', '2067', '海南区', '0');
INSERT INTO `lt_area` VALUES ('2070', '2067', '乌达区', '0');
INSERT INTO `lt_area` VALUES ('2071', '1989', '乌兰察布市', '0');
INSERT INTO `lt_area` VALUES ('2072', '2071', '集宁区', '0');
INSERT INTO `lt_area` VALUES ('2073', '2071', '卓资县', '0');
INSERT INTO `lt_area` VALUES ('2074', '2071', '化德县', '0');
INSERT INTO `lt_area` VALUES ('2075', '2071', '商都县', '0');
INSERT INTO `lt_area` VALUES ('2076', '2071', '兴和县', '0');
INSERT INTO `lt_area` VALUES ('2077', '2071', '凉城县', '0');
INSERT INTO `lt_area` VALUES ('2078', '2071', '察哈尔右翼前旗', '0');
INSERT INTO `lt_area` VALUES ('2079', '2071', '察哈尔右翼中旗', '0');
INSERT INTO `lt_area` VALUES ('2080', '2071', '察哈尔右翼后旗', '0');
INSERT INTO `lt_area` VALUES ('2081', '2071', '四子王旗', '0');
INSERT INTO `lt_area` VALUES ('2082', '2071', '丰镇市', '0');
INSERT INTO `lt_area` VALUES ('2083', '1989', '锡林郭勒盟', '0');
INSERT INTO `lt_area` VALUES ('2084', '2083', '二连浩特市', '0');
INSERT INTO `lt_area` VALUES ('2085', '2083', '锡林浩特市', '0');
INSERT INTO `lt_area` VALUES ('2086', '2083', '阿巴嘎旗', '0');
INSERT INTO `lt_area` VALUES ('2087', '2083', '苏尼特左旗', '0');
INSERT INTO `lt_area` VALUES ('2088', '2083', '苏尼特右旗', '0');
INSERT INTO `lt_area` VALUES ('2089', '2083', '东乌珠穆沁旗', '0');
INSERT INTO `lt_area` VALUES ('2090', '2083', '西乌珠穆沁旗', '0');
INSERT INTO `lt_area` VALUES ('2091', '2083', '太仆寺旗', '0');
INSERT INTO `lt_area` VALUES ('2092', '2083', '镶黄旗', '0');
INSERT INTO `lt_area` VALUES ('2093', '2083', '正镶白旗', '0');
INSERT INTO `lt_area` VALUES ('2094', '2083', '正蓝旗', '0');
INSERT INTO `lt_area` VALUES ('2095', '2083', '多伦县', '0');
INSERT INTO `lt_area` VALUES ('2096', '1989', '兴安盟', '0');
INSERT INTO `lt_area` VALUES ('2097', '2096', '乌兰浩特市', '0');
INSERT INTO `lt_area` VALUES ('2098', '2096', '阿尔山市', '0');
INSERT INTO `lt_area` VALUES ('2099', '2096', '科尔沁右翼前旗', '0');
INSERT INTO `lt_area` VALUES ('2100', '2096', '科尔沁右翼中旗', '0');
INSERT INTO `lt_area` VALUES ('2101', '2096', '扎赉特旗', '0');
INSERT INTO `lt_area` VALUES ('2102', '2096', '突泉县', '0');
INSERT INTO `lt_area` VALUES ('2103', '0', '宁夏', '0');
INSERT INTO `lt_area` VALUES ('2104', '2103', '银川市', '0');
INSERT INTO `lt_area` VALUES ('2105', '2104', '兴庆区', '0');
INSERT INTO `lt_area` VALUES ('2106', '2104', '西夏区', '0');
INSERT INTO `lt_area` VALUES ('2107', '2104', '金凤区', '0');
INSERT INTO `lt_area` VALUES ('2108', '2104', '永宁县', '0');
INSERT INTO `lt_area` VALUES ('2109', '2104', '贺兰县', '0');
INSERT INTO `lt_area` VALUES ('2110', '2104', '灵武市', '0');
INSERT INTO `lt_area` VALUES ('2111', '2103', '固原市', '0');
INSERT INTO `lt_area` VALUES ('2112', '2111', '原州区', '0');
INSERT INTO `lt_area` VALUES ('2113', '2111', '西吉县', '0');
INSERT INTO `lt_area` VALUES ('2114', '2111', '隆德县', '0');
INSERT INTO `lt_area` VALUES ('2115', '2111', '泾源县', '0');
INSERT INTO `lt_area` VALUES ('2116', '2111', '彭阳县', '0');
INSERT INTO `lt_area` VALUES ('2117', '2103', '石嘴山市', '0');
INSERT INTO `lt_area` VALUES ('2118', '2117', '大武口区', '0');
INSERT INTO `lt_area` VALUES ('2119', '2117', '惠农区', '0');
INSERT INTO `lt_area` VALUES ('2120', '2117', '平罗县', '0');
INSERT INTO `lt_area` VALUES ('2121', '2103', '吴忠市', '0');
INSERT INTO `lt_area` VALUES ('2122', '2121', '利通区', '0');
INSERT INTO `lt_area` VALUES ('2123', '2121', '盐池县', '0');
INSERT INTO `lt_area` VALUES ('2124', '2121', '同心县', '0');
INSERT INTO `lt_area` VALUES ('2125', '2121', '青铜峡市', '0');
INSERT INTO `lt_area` VALUES ('2126', '2103', '中卫市', '0');
INSERT INTO `lt_area` VALUES ('2127', '2126', '沙坡头区', '0');
INSERT INTO `lt_area` VALUES ('2128', '2126', '中宁县', '0');
INSERT INTO `lt_area` VALUES ('2129', '2126', '海原县', '0');
INSERT INTO `lt_area` VALUES ('2130', '0', '青海', '0');
INSERT INTO `lt_area` VALUES ('2131', '2130', '西宁市', '0');
INSERT INTO `lt_area` VALUES ('2132', '2131', '城东区', '0');
INSERT INTO `lt_area` VALUES ('2133', '2131', '城中区', '0');
INSERT INTO `lt_area` VALUES ('2134', '2131', '城西区', '0');
INSERT INTO `lt_area` VALUES ('2135', '2131', '城北区', '0');
INSERT INTO `lt_area` VALUES ('2136', '2131', '大通回族土族自治县', '0');
INSERT INTO `lt_area` VALUES ('2137', '2131', '湟中县', '0');
INSERT INTO `lt_area` VALUES ('2138', '2131', '湟源县', '0');
INSERT INTO `lt_area` VALUES ('2139', '2130', '果洛藏族自治州', '0');
INSERT INTO `lt_area` VALUES ('2140', '2139', '玛沁县', '0');
INSERT INTO `lt_area` VALUES ('2141', '2139', '班玛县', '0');
INSERT INTO `lt_area` VALUES ('2142', '2139', '甘德县', '0');
INSERT INTO `lt_area` VALUES ('2143', '2139', '达日县', '0');
INSERT INTO `lt_area` VALUES ('2144', '2139', '久治县', '0');
INSERT INTO `lt_area` VALUES ('2145', '2139', '玛多县', '0');
INSERT INTO `lt_area` VALUES ('2146', '2130', '海北藏族自治州', '0');
INSERT INTO `lt_area` VALUES ('2147', '2146', '门源回族自治县', '0');
INSERT INTO `lt_area` VALUES ('2148', '2146', '祁连县', '0');
INSERT INTO `lt_area` VALUES ('2149', '2146', '海晏县', '0');
INSERT INTO `lt_area` VALUES ('2150', '2146', '刚察县', '0');
INSERT INTO `lt_area` VALUES ('2151', '2130', '海东地区', '0');
INSERT INTO `lt_area` VALUES ('2152', '2151', '平安县', '0');
INSERT INTO `lt_area` VALUES ('2153', '2151', '民和回族土族自治县', '0');
INSERT INTO `lt_area` VALUES ('2154', '2151', '乐都县', '0');
INSERT INTO `lt_area` VALUES ('2155', '2151', '互助土族自治县', '0');
INSERT INTO `lt_area` VALUES ('2156', '2151', '化隆回族自治县', '0');
INSERT INTO `lt_area` VALUES ('2157', '2151', '循化撒拉族自治县', '0');
INSERT INTO `lt_area` VALUES ('2158', '2130', '海南藏族自治州', '0');
INSERT INTO `lt_area` VALUES ('2159', '2158', '共和县', '0');
INSERT INTO `lt_area` VALUES ('2160', '2158', '同德县', '0');
INSERT INTO `lt_area` VALUES ('2161', '2158', '贵德县', '0');
INSERT INTO `lt_area` VALUES ('2162', '2158', '兴海县', '0');
INSERT INTO `lt_area` VALUES ('2163', '2158', '贵南县', '0');
INSERT INTO `lt_area` VALUES ('2164', '2130', '海西蒙古族藏族自治州', '0');
INSERT INTO `lt_area` VALUES ('2165', '2164', '格尔木市', '0');
INSERT INTO `lt_area` VALUES ('2166', '2164', '德令哈市', '0');
INSERT INTO `lt_area` VALUES ('2167', '2164', '乌兰县', '0');
INSERT INTO `lt_area` VALUES ('2168', '2164', '都兰县', '0');
INSERT INTO `lt_area` VALUES ('2169', '2164', '天峻县', '0');
INSERT INTO `lt_area` VALUES ('2170', '2130', '黄南藏族自治州', '0');
INSERT INTO `lt_area` VALUES ('2171', '2170', '同仁县', '0');
INSERT INTO `lt_area` VALUES ('2172', '2170', '尖扎县', '0');
INSERT INTO `lt_area` VALUES ('2173', '2170', '泽库县', '0');
INSERT INTO `lt_area` VALUES ('2174', '2170', '河南蒙古族自治县', '0');
INSERT INTO `lt_area` VALUES ('2175', '2130', '玉树藏族自治州', '0');
INSERT INTO `lt_area` VALUES ('2176', '2175', '玉树县', '0');
INSERT INTO `lt_area` VALUES ('2177', '2175', '杂多县', '0');
INSERT INTO `lt_area` VALUES ('2178', '2175', '称多县', '0');
INSERT INTO `lt_area` VALUES ('2179', '2175', '治多县', '0');
INSERT INTO `lt_area` VALUES ('2180', '2175', '囊谦县', '0');
INSERT INTO `lt_area` VALUES ('2181', '2175', '曲麻莱县', '0');
INSERT INTO `lt_area` VALUES ('2182', '0', '山东', '0');
INSERT INTO `lt_area` VALUES ('2183', '2182', '济南市', '0');
INSERT INTO `lt_area` VALUES ('2184', '2183', '历下区', '0');
INSERT INTO `lt_area` VALUES ('2185', '2183', '市中区', '0');
INSERT INTO `lt_area` VALUES ('2186', '2183', '槐荫区', '0');
INSERT INTO `lt_area` VALUES ('2187', '2183', '天桥区', '0');
INSERT INTO `lt_area` VALUES ('2188', '2183', '历城区', '0');
INSERT INTO `lt_area` VALUES ('2189', '2183', '长清区', '0');
INSERT INTO `lt_area` VALUES ('2190', '2183', '平阴县', '0');
INSERT INTO `lt_area` VALUES ('2191', '2183', '济阳县', '0');
INSERT INTO `lt_area` VALUES ('2192', '2183', '商河县', '0');
INSERT INTO `lt_area` VALUES ('2193', '2183', '章丘市', '0');
INSERT INTO `lt_area` VALUES ('2194', '2182', '滨州市', '0');
INSERT INTO `lt_area` VALUES ('2195', '2194', '滨城区', '0');
INSERT INTO `lt_area` VALUES ('2196', '2194', '惠民县', '0');
INSERT INTO `lt_area` VALUES ('2197', '2194', '阳信县', '0');
INSERT INTO `lt_area` VALUES ('2198', '2194', '无棣县', '0');
INSERT INTO `lt_area` VALUES ('2199', '2194', '沾化县', '0');
INSERT INTO `lt_area` VALUES ('2200', '2194', '博兴县', '0');
INSERT INTO `lt_area` VALUES ('2201', '2194', '邹平县', '0');
INSERT INTO `lt_area` VALUES ('2202', '2182', '德州市', '0');
INSERT INTO `lt_area` VALUES ('2203', '2202', '德城区', '0');
INSERT INTO `lt_area` VALUES ('2204', '2202', '陵县', '0');
INSERT INTO `lt_area` VALUES ('2205', '2202', '宁津县', '0');
INSERT INTO `lt_area` VALUES ('2206', '2202', '庆云县', '0');
INSERT INTO `lt_area` VALUES ('2207', '2202', '临邑县', '0');
INSERT INTO `lt_area` VALUES ('2208', '2202', '齐河县', '0');
INSERT INTO `lt_area` VALUES ('2209', '2202', '平原县', '0');
INSERT INTO `lt_area` VALUES ('2210', '2202', '夏津县', '0');
INSERT INTO `lt_area` VALUES ('2211', '2202', '武城县', '0');
INSERT INTO `lt_area` VALUES ('2212', '2202', '乐陵市', '0');
INSERT INTO `lt_area` VALUES ('2213', '2202', '禹城市', '0');
INSERT INTO `lt_area` VALUES ('2214', '2182', '东营市', '0');
INSERT INTO `lt_area` VALUES ('2215', '2214', '东营区', '0');
INSERT INTO `lt_area` VALUES ('2216', '2214', '河口区', '0');
INSERT INTO `lt_area` VALUES ('2217', '2214', '垦利县', '0');
INSERT INTO `lt_area` VALUES ('2218', '2214', '利津县', '0');
INSERT INTO `lt_area` VALUES ('2219', '2214', '广饶县', '0');
INSERT INTO `lt_area` VALUES ('2220', '2182', '菏泽市', '0');
INSERT INTO `lt_area` VALUES ('2221', '2220', '牡丹区', '0');
INSERT INTO `lt_area` VALUES ('2222', '2220', '曹县', '0');
INSERT INTO `lt_area` VALUES ('2223', '2220', '单县', '0');
INSERT INTO `lt_area` VALUES ('2224', '2220', '成武县', '0');
INSERT INTO `lt_area` VALUES ('2225', '2220', '巨野县', '0');
INSERT INTO `lt_area` VALUES ('2226', '2220', '郓城县', '0');
INSERT INTO `lt_area` VALUES ('2227', '2220', '鄄城县', '0');
INSERT INTO `lt_area` VALUES ('2228', '2220', '定陶县', '0');
INSERT INTO `lt_area` VALUES ('2229', '2220', '东明县', '0');
INSERT INTO `lt_area` VALUES ('2230', '2182', '济宁市', '0');
INSERT INTO `lt_area` VALUES ('2231', '2230', '市中区', '0');
INSERT INTO `lt_area` VALUES ('2232', '2230', '任城区', '0');
INSERT INTO `lt_area` VALUES ('2233', '2230', '微山县', '0');
INSERT INTO `lt_area` VALUES ('2234', '2230', '鱼台县', '0');
INSERT INTO `lt_area` VALUES ('2235', '2230', '金乡县', '0');
INSERT INTO `lt_area` VALUES ('2236', '2230', '嘉祥县', '0');
INSERT INTO `lt_area` VALUES ('2237', '2230', '汶上县', '0');
INSERT INTO `lt_area` VALUES ('2238', '2230', '泗水县', '0');
INSERT INTO `lt_area` VALUES ('2239', '2230', '梁山县', '0');
INSERT INTO `lt_area` VALUES ('2240', '2230', '曲阜市', '0');
INSERT INTO `lt_area` VALUES ('2241', '2230', '兖州市', '0');
INSERT INTO `lt_area` VALUES ('2242', '2230', '邹城市', '0');
INSERT INTO `lt_area` VALUES ('2243', '2182', '莱芜市', '0');
INSERT INTO `lt_area` VALUES ('2244', '2243', '莱城区', '0');
INSERT INTO `lt_area` VALUES ('2245', '2243', '钢城区', '0');
INSERT INTO `lt_area` VALUES ('2246', '2182', '聊城市', '0');
INSERT INTO `lt_area` VALUES ('2247', '2246', '东昌府区', '0');
INSERT INTO `lt_area` VALUES ('2248', '2246', '阳谷县', '0');
INSERT INTO `lt_area` VALUES ('2249', '2246', '莘县', '0');
INSERT INTO `lt_area` VALUES ('2250', '2246', '茌平县', '0');
INSERT INTO `lt_area` VALUES ('2251', '2246', '东阿县', '0');
INSERT INTO `lt_area` VALUES ('2252', '2246', '冠县', '0');
INSERT INTO `lt_area` VALUES ('2253', '2246', '高唐县', '0');
INSERT INTO `lt_area` VALUES ('2254', '2246', '临清市', '0');
INSERT INTO `lt_area` VALUES ('2255', '2182', '临沂市', '0');
INSERT INTO `lt_area` VALUES ('2256', '2255', '兰山区', '0');
INSERT INTO `lt_area` VALUES ('2257', '2255', '罗庄区', '0');
INSERT INTO `lt_area` VALUES ('2258', '2255', '河东区', '0');
INSERT INTO `lt_area` VALUES ('2259', '2255', '沂南县', '0');
INSERT INTO `lt_area` VALUES ('2260', '2255', '郯城县', '0');
INSERT INTO `lt_area` VALUES ('2261', '2255', '沂水县', '0');
INSERT INTO `lt_area` VALUES ('2262', '2255', '苍山县', '0');
INSERT INTO `lt_area` VALUES ('2263', '2255', '费县', '0');
INSERT INTO `lt_area` VALUES ('2264', '2255', '平邑县', '0');
INSERT INTO `lt_area` VALUES ('2265', '2255', '莒南县', '0');
INSERT INTO `lt_area` VALUES ('2266', '2255', '蒙阴县', '0');
INSERT INTO `lt_area` VALUES ('2267', '2255', '临沭县', '0');
INSERT INTO `lt_area` VALUES ('2268', '2182', '青岛市', '0');
INSERT INTO `lt_area` VALUES ('2269', '2268', '市南区', '0');
INSERT INTO `lt_area` VALUES ('2270', '2268', '市北区', '0');
INSERT INTO `lt_area` VALUES ('2271', '2268', '四方区', '0');
INSERT INTO `lt_area` VALUES ('2272', '2268', '黄岛区', '0');
INSERT INTO `lt_area` VALUES ('2273', '2268', '崂山区', '0');
INSERT INTO `lt_area` VALUES ('2274', '2268', '李沧区', '0');
INSERT INTO `lt_area` VALUES ('2275', '2268', '城阳区', '0');
INSERT INTO `lt_area` VALUES ('2276', '2268', '胶州市', '0');
INSERT INTO `lt_area` VALUES ('2277', '2268', '即墨市', '0');
INSERT INTO `lt_area` VALUES ('2278', '2268', '平度市', '0');
INSERT INTO `lt_area` VALUES ('2279', '2268', '胶南市', '0');
INSERT INTO `lt_area` VALUES ('2280', '2268', '莱西市', '0');
INSERT INTO `lt_area` VALUES ('2281', '2182', '日照市', '0');
INSERT INTO `lt_area` VALUES ('2282', '2281', '东港区', '0');
INSERT INTO `lt_area` VALUES ('2283', '2281', '岚山区', '0');
INSERT INTO `lt_area` VALUES ('2284', '2281', '五莲县', '0');
INSERT INTO `lt_area` VALUES ('2285', '2281', '莒县', '0');
INSERT INTO `lt_area` VALUES ('2286', '2182', '泰安市', '0');
INSERT INTO `lt_area` VALUES ('2287', '2286', '泰山区', '0');
INSERT INTO `lt_area` VALUES ('2288', '2286', '岱岳区', '0');
INSERT INTO `lt_area` VALUES ('2289', '2286', '宁阳县', '0');
INSERT INTO `lt_area` VALUES ('2290', '2286', '东平县', '0');
INSERT INTO `lt_area` VALUES ('2291', '2286', '新泰市', '0');
INSERT INTO `lt_area` VALUES ('2292', '2286', '肥城市', '0');
INSERT INTO `lt_area` VALUES ('2293', '2182', '威海市', '0');
INSERT INTO `lt_area` VALUES ('2294', '2293', '环翠区', '0');
INSERT INTO `lt_area` VALUES ('2295', '2293', '文登市', '0');
INSERT INTO `lt_area` VALUES ('2296', '2293', '荣成市', '0');
INSERT INTO `lt_area` VALUES ('2297', '2293', '乳山市', '0');
INSERT INTO `lt_area` VALUES ('2298', '2182', '潍坊市', '0');
INSERT INTO `lt_area` VALUES ('2299', '2298', '潍城区', '0');
INSERT INTO `lt_area` VALUES ('2300', '2298', '寒亭区', '0');
INSERT INTO `lt_area` VALUES ('2301', '2298', '坊子区', '0');
INSERT INTO `lt_area` VALUES ('2302', '2298', '奎文区', '0');
INSERT INTO `lt_area` VALUES ('2303', '2298', '临朐县', '0');
INSERT INTO `lt_area` VALUES ('2304', '2298', '昌乐县', '0');
INSERT INTO `lt_area` VALUES ('2305', '2298', '青州市', '0');
INSERT INTO `lt_area` VALUES ('2306', '2298', '诸城市', '0');
INSERT INTO `lt_area` VALUES ('2307', '2298', '寿光市', '0');
INSERT INTO `lt_area` VALUES ('2308', '2298', '安丘市', '0');
INSERT INTO `lt_area` VALUES ('2309', '2298', '高密市', '0');
INSERT INTO `lt_area` VALUES ('2310', '2298', '昌邑市', '0');
INSERT INTO `lt_area` VALUES ('2311', '2182', '烟台市', '0');
INSERT INTO `lt_area` VALUES ('2312', '2311', '芝罘区', '0');
INSERT INTO `lt_area` VALUES ('2313', '2311', '福山区', '0');
INSERT INTO `lt_area` VALUES ('2314', '2311', '牟平区', '0');
INSERT INTO `lt_area` VALUES ('2315', '2311', '莱山区', '0');
INSERT INTO `lt_area` VALUES ('2316', '2311', '长岛县', '0');
INSERT INTO `lt_area` VALUES ('2317', '2311', '龙口市', '0');
INSERT INTO `lt_area` VALUES ('2318', '2311', '莱阳市', '0');
INSERT INTO `lt_area` VALUES ('2319', '2311', '莱州市', '0');
INSERT INTO `lt_area` VALUES ('2320', '2311', '蓬莱市', '0');
INSERT INTO `lt_area` VALUES ('2321', '2311', '招远市', '0');
INSERT INTO `lt_area` VALUES ('2322', '2311', '栖霞市', '0');
INSERT INTO `lt_area` VALUES ('2323', '2311', '海阳市', '0');
INSERT INTO `lt_area` VALUES ('2324', '2182', '枣庄市', '0');
INSERT INTO `lt_area` VALUES ('2325', '2324', '市中区', '0');
INSERT INTO `lt_area` VALUES ('2326', '2324', '薛城区', '0');
INSERT INTO `lt_area` VALUES ('2327', '2324', '峄城区', '0');
INSERT INTO `lt_area` VALUES ('2328', '2324', '台儿庄区', '0');
INSERT INTO `lt_area` VALUES ('2329', '2324', '山亭区', '0');
INSERT INTO `lt_area` VALUES ('2330', '2324', '滕州市', '0');
INSERT INTO `lt_area` VALUES ('2331', '2182', '淄博市', '0');
INSERT INTO `lt_area` VALUES ('2332', '2331', '淄川区', '0');
INSERT INTO `lt_area` VALUES ('2333', '2331', '张店区', '0');
INSERT INTO `lt_area` VALUES ('2334', '2331', '博山区', '0');
INSERT INTO `lt_area` VALUES ('2335', '2331', '临淄区', '0');
INSERT INTO `lt_area` VALUES ('2336', '2331', '周村区', '0');
INSERT INTO `lt_area` VALUES ('2337', '2331', '桓台县', '0');
INSERT INTO `lt_area` VALUES ('2338', '2331', '高青县', '0');
INSERT INTO `lt_area` VALUES ('2339', '2331', '沂源县', '0');
INSERT INTO `lt_area` VALUES ('2340', '0', '山西', '0');
INSERT INTO `lt_area` VALUES ('2341', '2340', '太原市', '0');
INSERT INTO `lt_area` VALUES ('2342', '2341', '小店区', '0');
INSERT INTO `lt_area` VALUES ('2343', '2341', '迎泽区', '0');
INSERT INTO `lt_area` VALUES ('2344', '2341', '杏花岭区', '0');
INSERT INTO `lt_area` VALUES ('2345', '2341', '尖草坪区', '0');
INSERT INTO `lt_area` VALUES ('2346', '2341', '万柏林区', '0');
INSERT INTO `lt_area` VALUES ('2347', '2341', '晋源区', '0');
INSERT INTO `lt_area` VALUES ('2348', '2341', '清徐县', '0');
INSERT INTO `lt_area` VALUES ('2349', '2341', '阳曲县', '0');
INSERT INTO `lt_area` VALUES ('2350', '2341', '娄烦县', '0');
INSERT INTO `lt_area` VALUES ('2351', '2341', '古交市', '0');
INSERT INTO `lt_area` VALUES ('2352', '2340', '长治市', '0');
INSERT INTO `lt_area` VALUES ('2353', '2352', '城区', '0');
INSERT INTO `lt_area` VALUES ('2354', '2352', '郊区', '0');
INSERT INTO `lt_area` VALUES ('2355', '2352', '长治县', '0');
INSERT INTO `lt_area` VALUES ('2356', '2352', '襄垣县', '0');
INSERT INTO `lt_area` VALUES ('2357', '2352', '屯留县', '0');
INSERT INTO `lt_area` VALUES ('2358', '2352', '平顺县', '0');
INSERT INTO `lt_area` VALUES ('2359', '2352', '黎城县', '0');
INSERT INTO `lt_area` VALUES ('2360', '2352', '壶关县', '0');
INSERT INTO `lt_area` VALUES ('2361', '2352', '长子县', '0');
INSERT INTO `lt_area` VALUES ('2362', '2352', '武乡县', '0');
INSERT INTO `lt_area` VALUES ('2363', '2352', '沁县', '0');
INSERT INTO `lt_area` VALUES ('2364', '2352', '沁源县', '0');
INSERT INTO `lt_area` VALUES ('2365', '2352', '潞城市', '0');
INSERT INTO `lt_area` VALUES ('2366', '2340', '大同市', '0');
INSERT INTO `lt_area` VALUES ('2367', '2366', '城区', '0');
INSERT INTO `lt_area` VALUES ('2368', '2366', '矿区', '0');
INSERT INTO `lt_area` VALUES ('2369', '2366', '南郊区', '0');
INSERT INTO `lt_area` VALUES ('2370', '2366', '新荣区', '0');
INSERT INTO `lt_area` VALUES ('2371', '2366', '阳高县', '0');
INSERT INTO `lt_area` VALUES ('2372', '2366', '天镇县', '0');
INSERT INTO `lt_area` VALUES ('2373', '2366', '广灵县', '0');
INSERT INTO `lt_area` VALUES ('2374', '2366', '灵丘县', '0');
INSERT INTO `lt_area` VALUES ('2375', '2366', '浑源县', '0');
INSERT INTO `lt_area` VALUES ('2376', '2366', '左云县', '0');
INSERT INTO `lt_area` VALUES ('2377', '2366', '大同县', '0');
INSERT INTO `lt_area` VALUES ('2378', '2340', '晋城市', '0');
INSERT INTO `lt_area` VALUES ('2379', '2378', '城区', '0');
INSERT INTO `lt_area` VALUES ('2380', '2378', '沁水县', '0');
INSERT INTO `lt_area` VALUES ('2381', '2378', '阳城县', '0');
INSERT INTO `lt_area` VALUES ('2382', '2378', '陵川县', '0');
INSERT INTO `lt_area` VALUES ('2383', '2378', '泽州县', '0');
INSERT INTO `lt_area` VALUES ('2384', '2378', '高平市', '0');
INSERT INTO `lt_area` VALUES ('2385', '2340', '晋中市', '0');
INSERT INTO `lt_area` VALUES ('2386', '2385', '榆次区', '0');
INSERT INTO `lt_area` VALUES ('2387', '2385', '榆社县', '0');
INSERT INTO `lt_area` VALUES ('2388', '2385', '左权县', '0');
INSERT INTO `lt_area` VALUES ('2389', '2385', '和顺县', '0');
INSERT INTO `lt_area` VALUES ('2390', '2385', '昔阳县', '0');
INSERT INTO `lt_area` VALUES ('2391', '2385', '寿阳县', '0');
INSERT INTO `lt_area` VALUES ('2392', '2385', '太谷县', '0');
INSERT INTO `lt_area` VALUES ('2393', '2385', '祁县', '0');
INSERT INTO `lt_area` VALUES ('2394', '2385', '平遥县', '0');
INSERT INTO `lt_area` VALUES ('2395', '2385', '灵石县', '0');
INSERT INTO `lt_area` VALUES ('2396', '2385', '介休市', '0');
INSERT INTO `lt_area` VALUES ('2397', '2340', '临汾市', '0');
INSERT INTO `lt_area` VALUES ('2398', '2397', '尧都区', '0');
INSERT INTO `lt_area` VALUES ('2399', '2397', '曲沃县', '0');
INSERT INTO `lt_area` VALUES ('2400', '2397', '翼城县', '0');
INSERT INTO `lt_area` VALUES ('2401', '2397', '襄汾县', '0');
INSERT INTO `lt_area` VALUES ('2402', '2397', '洪洞县', '0');
INSERT INTO `lt_area` VALUES ('2403', '2397', '古县', '0');
INSERT INTO `lt_area` VALUES ('2404', '2397', '安泽县', '0');
INSERT INTO `lt_area` VALUES ('2405', '2397', '浮山县', '0');
INSERT INTO `lt_area` VALUES ('2406', '2397', '吉县', '0');
INSERT INTO `lt_area` VALUES ('2407', '2397', '乡宁县', '0');
INSERT INTO `lt_area` VALUES ('2408', '2397', '大宁县', '0');
INSERT INTO `lt_area` VALUES ('2409', '2397', '隰县', '0');
INSERT INTO `lt_area` VALUES ('2410', '2397', '永和县', '0');
INSERT INTO `lt_area` VALUES ('2411', '2397', '蒲县', '0');
INSERT INTO `lt_area` VALUES ('2412', '2397', '汾西县', '0');
INSERT INTO `lt_area` VALUES ('2413', '2397', '侯马市', '0');
INSERT INTO `lt_area` VALUES ('2414', '2397', '霍州市', '0');
INSERT INTO `lt_area` VALUES ('2415', '2340', '吕梁市', '0');
INSERT INTO `lt_area` VALUES ('2416', '2415', '离石区', '0');
INSERT INTO `lt_area` VALUES ('2417', '2415', '文水县', '0');
INSERT INTO `lt_area` VALUES ('2418', '2415', '交城县', '0');
INSERT INTO `lt_area` VALUES ('2419', '2415', '兴县', '0');
INSERT INTO `lt_area` VALUES ('2420', '2415', '临县', '0');
INSERT INTO `lt_area` VALUES ('2421', '2415', '柳林县', '0');
INSERT INTO `lt_area` VALUES ('2422', '2415', '石楼县', '0');
INSERT INTO `lt_area` VALUES ('2423', '2415', '岚县', '0');
INSERT INTO `lt_area` VALUES ('2424', '2415', '方山县', '0');
INSERT INTO `lt_area` VALUES ('2425', '2415', '中阳县', '0');
INSERT INTO `lt_area` VALUES ('2426', '2415', '交口县', '0');
INSERT INTO `lt_area` VALUES ('2427', '2415', '孝义市', '0');
INSERT INTO `lt_area` VALUES ('2428', '2415', '汾阳市', '0');
INSERT INTO `lt_area` VALUES ('2429', '2340', '朔州市', '0');
INSERT INTO `lt_area` VALUES ('2430', '2429', '朔城区', '0');
INSERT INTO `lt_area` VALUES ('2431', '2429', '平鲁区', '0');
INSERT INTO `lt_area` VALUES ('2432', '2429', '山阴县', '0');
INSERT INTO `lt_area` VALUES ('2433', '2429', '应县', '0');
INSERT INTO `lt_area` VALUES ('2434', '2429', '右玉县', '0');
INSERT INTO `lt_area` VALUES ('2435', '2429', '怀仁县', '0');
INSERT INTO `lt_area` VALUES ('2436', '2340', '忻州市', '0');
INSERT INTO `lt_area` VALUES ('2437', '2436', '忻府区', '0');
INSERT INTO `lt_area` VALUES ('2438', '2436', '定襄县', '0');
INSERT INTO `lt_area` VALUES ('2439', '2436', '五台县', '0');
INSERT INTO `lt_area` VALUES ('2440', '2436', '代县', '0');
INSERT INTO `lt_area` VALUES ('2441', '2436', '繁峙县', '0');
INSERT INTO `lt_area` VALUES ('2442', '2436', '宁武县', '0');
INSERT INTO `lt_area` VALUES ('2443', '2436', '静乐县', '0');
INSERT INTO `lt_area` VALUES ('2444', '2436', '神池县', '0');
INSERT INTO `lt_area` VALUES ('2445', '2436', '五寨县', '0');
INSERT INTO `lt_area` VALUES ('2446', '2436', '岢岚县', '0');
INSERT INTO `lt_area` VALUES ('2447', '2436', '河曲县', '0');
INSERT INTO `lt_area` VALUES ('2448', '2436', '保德县', '0');
INSERT INTO `lt_area` VALUES ('2449', '2436', '偏关县', '0');
INSERT INTO `lt_area` VALUES ('2450', '2436', '原平市', '0');
INSERT INTO `lt_area` VALUES ('2451', '2340', '阳泉市', '0');
INSERT INTO `lt_area` VALUES ('2452', '2451', '城区', '0');
INSERT INTO `lt_area` VALUES ('2453', '2451', '矿区', '0');
INSERT INTO `lt_area` VALUES ('2454', '2451', '郊区', '0');
INSERT INTO `lt_area` VALUES ('2455', '2451', '平定县', '0');
INSERT INTO `lt_area` VALUES ('2456', '2451', '盂县', '0');
INSERT INTO `lt_area` VALUES ('2457', '2340', '运城市', '0');
INSERT INTO `lt_area` VALUES ('2458', '2457', '盐湖区', '0');
INSERT INTO `lt_area` VALUES ('2459', '2457', '临猗县', '0');
INSERT INTO `lt_area` VALUES ('2460', '2457', '万荣县', '0');
INSERT INTO `lt_area` VALUES ('2461', '2457', '闻喜县', '0');
INSERT INTO `lt_area` VALUES ('2462', '2457', '稷山县', '0');
INSERT INTO `lt_area` VALUES ('2463', '2457', '新绛县', '0');
INSERT INTO `lt_area` VALUES ('2464', '2457', '绛县', '0');
INSERT INTO `lt_area` VALUES ('2465', '2457', '垣曲县', '0');
INSERT INTO `lt_area` VALUES ('2466', '2457', '夏县', '0');
INSERT INTO `lt_area` VALUES ('2467', '2457', '平陆县', '0');
INSERT INTO `lt_area` VALUES ('2468', '2457', '芮城县', '0');
INSERT INTO `lt_area` VALUES ('2469', '2457', '永济市', '0');
INSERT INTO `lt_area` VALUES ('2470', '2457', '河津市', '0');
INSERT INTO `lt_area` VALUES ('2471', '0', '陕西', '0');
INSERT INTO `lt_area` VALUES ('2472', '2471', '西安市', '0');
INSERT INTO `lt_area` VALUES ('2473', '2472', '新城区', '0');
INSERT INTO `lt_area` VALUES ('2474', '2472', '碑林区', '0');
INSERT INTO `lt_area` VALUES ('2475', '2472', '莲湖区', '0');
INSERT INTO `lt_area` VALUES ('2476', '2472', '灞桥区', '0');
INSERT INTO `lt_area` VALUES ('2477', '2472', '未央区', '0');
INSERT INTO `lt_area` VALUES ('2478', '2472', '雁塔区', '0');
INSERT INTO `lt_area` VALUES ('2479', '2472', '阎良区', '0');
INSERT INTO `lt_area` VALUES ('2480', '2472', '临潼区', '0');
INSERT INTO `lt_area` VALUES ('2481', '2472', '长安区', '0');
INSERT INTO `lt_area` VALUES ('2482', '2472', '蓝田县', '0');
INSERT INTO `lt_area` VALUES ('2483', '2472', '周至县', '0');
INSERT INTO `lt_area` VALUES ('2484', '2472', '户县', '0');
INSERT INTO `lt_area` VALUES ('2485', '2472', '高陵县', '0');
INSERT INTO `lt_area` VALUES ('2486', '2471', '安康市', '0');
INSERT INTO `lt_area` VALUES ('2487', '2486', '汉滨区', '0');
INSERT INTO `lt_area` VALUES ('2488', '2486', '汉阴县', '0');
INSERT INTO `lt_area` VALUES ('2489', '2486', '石泉县', '0');
INSERT INTO `lt_area` VALUES ('2490', '2486', '宁陕县', '0');
INSERT INTO `lt_area` VALUES ('2491', '2486', '紫阳县', '0');
INSERT INTO `lt_area` VALUES ('2492', '2486', '岚皋县', '0');
INSERT INTO `lt_area` VALUES ('2493', '2486', '平利县', '0');
INSERT INTO `lt_area` VALUES ('2494', '2486', '镇坪县', '0');
INSERT INTO `lt_area` VALUES ('2495', '2486', '旬阳县', '0');
INSERT INTO `lt_area` VALUES ('2496', '2486', '白河县', '0');
INSERT INTO `lt_area` VALUES ('2497', '2471', '宝鸡市', '0');
INSERT INTO `lt_area` VALUES ('2498', '2497', '渭滨区', '0');
INSERT INTO `lt_area` VALUES ('2499', '2497', '金台区', '0');
INSERT INTO `lt_area` VALUES ('2500', '2497', '陈仓区', '0');
INSERT INTO `lt_area` VALUES ('2501', '2497', '凤翔县', '0');
INSERT INTO `lt_area` VALUES ('2502', '2497', '岐山县', '0');
INSERT INTO `lt_area` VALUES ('2503', '2497', '扶风县', '0');
INSERT INTO `lt_area` VALUES ('2504', '2497', '眉县', '0');
INSERT INTO `lt_area` VALUES ('2505', '2497', '陇县', '0');
INSERT INTO `lt_area` VALUES ('2506', '2497', '千阳县', '0');
INSERT INTO `lt_area` VALUES ('2507', '2497', '麟游县', '0');
INSERT INTO `lt_area` VALUES ('2508', '2497', '凤县', '0');
INSERT INTO `lt_area` VALUES ('2509', '2497', '太白县', '0');
INSERT INTO `lt_area` VALUES ('2510', '2471', '汉中市', '0');
INSERT INTO `lt_area` VALUES ('2511', '2510', '汉台区', '0');
INSERT INTO `lt_area` VALUES ('2512', '2510', '南郑县', '0');
INSERT INTO `lt_area` VALUES ('2513', '2510', '城固县', '0');
INSERT INTO `lt_area` VALUES ('2514', '2510', '洋县', '0');
INSERT INTO `lt_area` VALUES ('2515', '2510', '西乡县', '0');
INSERT INTO `lt_area` VALUES ('2516', '2510', '勉县', '0');
INSERT INTO `lt_area` VALUES ('2517', '2510', '宁强县', '0');
INSERT INTO `lt_area` VALUES ('2518', '2510', '略阳县', '0');
INSERT INTO `lt_area` VALUES ('2519', '2510', '镇巴县', '0');
INSERT INTO `lt_area` VALUES ('2520', '2510', '留坝县', '0');
INSERT INTO `lt_area` VALUES ('2521', '2510', '佛坪县', '0');
INSERT INTO `lt_area` VALUES ('2522', '2471', '商洛市', '0');
INSERT INTO `lt_area` VALUES ('2523', '2522', '商州区', '0');
INSERT INTO `lt_area` VALUES ('2524', '2522', '洛南县', '0');
INSERT INTO `lt_area` VALUES ('2525', '2522', '丹凤县', '0');
INSERT INTO `lt_area` VALUES ('2526', '2522', '商南县', '0');
INSERT INTO `lt_area` VALUES ('2527', '2522', '山阳县', '0');
INSERT INTO `lt_area` VALUES ('2528', '2522', '镇安县', '0');
INSERT INTO `lt_area` VALUES ('2529', '2522', '柞水县', '0');
INSERT INTO `lt_area` VALUES ('2530', '2471', '铜川市', '0');
INSERT INTO `lt_area` VALUES ('2531', '2530', '王益区', '0');
INSERT INTO `lt_area` VALUES ('2532', '2530', '印台区', '0');
INSERT INTO `lt_area` VALUES ('2533', '2530', '耀州区', '0');
INSERT INTO `lt_area` VALUES ('2534', '2530', '宜君县', '0');
INSERT INTO `lt_area` VALUES ('2535', '2471', '渭南市', '0');
INSERT INTO `lt_area` VALUES ('2536', '2535', '临渭区', '0');
INSERT INTO `lt_area` VALUES ('2537', '2535', '华县', '0');
INSERT INTO `lt_area` VALUES ('2538', '2535', '潼关县', '0');
INSERT INTO `lt_area` VALUES ('2539', '2535', '大荔县', '0');
INSERT INTO `lt_area` VALUES ('2540', '2535', '合阳县', '0');
INSERT INTO `lt_area` VALUES ('2541', '2535', '澄城县', '0');
INSERT INTO `lt_area` VALUES ('2542', '2535', '蒲城县', '0');
INSERT INTO `lt_area` VALUES ('2543', '2535', '白水县', '0');
INSERT INTO `lt_area` VALUES ('2544', '2535', '富平县', '0');
INSERT INTO `lt_area` VALUES ('2545', '2535', '韩城市', '0');
INSERT INTO `lt_area` VALUES ('2546', '2535', '华阴市', '0');
INSERT INTO `lt_area` VALUES ('2547', '2471', '咸阳市', '0');
INSERT INTO `lt_area` VALUES ('2548', '2547', '秦都区', '0');
INSERT INTO `lt_area` VALUES ('2549', '2547', '杨凌区', '0');
INSERT INTO `lt_area` VALUES ('2550', '2547', '渭城区', '0');
INSERT INTO `lt_area` VALUES ('2551', '2547', '三原县', '0');
INSERT INTO `lt_area` VALUES ('2552', '2547', '泾阳县', '0');
INSERT INTO `lt_area` VALUES ('2553', '2547', '乾县', '0');
INSERT INTO `lt_area` VALUES ('2554', '2547', '礼泉县', '0');
INSERT INTO `lt_area` VALUES ('2555', '2547', '永寿县', '0');
INSERT INTO `lt_area` VALUES ('2556', '2547', '彬县', '0');
INSERT INTO `lt_area` VALUES ('2557', '2547', '长武县', '0');
INSERT INTO `lt_area` VALUES ('2558', '2547', '旬邑县', '0');
INSERT INTO `lt_area` VALUES ('2559', '2547', '淳化县', '0');
INSERT INTO `lt_area` VALUES ('2560', '2547', '武功县', '0');
INSERT INTO `lt_area` VALUES ('2561', '2547', '兴平市', '0');
INSERT INTO `lt_area` VALUES ('2562', '2471', '延安市', '0');
INSERT INTO `lt_area` VALUES ('2563', '2562', '宝塔区', '0');
INSERT INTO `lt_area` VALUES ('2564', '2562', '延长县', '0');
INSERT INTO `lt_area` VALUES ('2565', '2562', '延川县', '0');
INSERT INTO `lt_area` VALUES ('2566', '2562', '子长县', '0');
INSERT INTO `lt_area` VALUES ('2567', '2562', '安塞县', '0');
INSERT INTO `lt_area` VALUES ('2568', '2562', '志丹县', '0');
INSERT INTO `lt_area` VALUES ('2569', '2562', '吴旗县', '0');
INSERT INTO `lt_area` VALUES ('2570', '2562', '甘泉县', '0');
INSERT INTO `lt_area` VALUES ('2571', '2562', '富县', '0');
INSERT INTO `lt_area` VALUES ('2572', '2562', '洛川县', '0');
INSERT INTO `lt_area` VALUES ('2573', '2562', '宜川县', '0');
INSERT INTO `lt_area` VALUES ('2574', '2562', '黄龙县', '0');
INSERT INTO `lt_area` VALUES ('2575', '2562', '黄陵县', '0');
INSERT INTO `lt_area` VALUES ('2576', '2471', '榆林市', '0');
INSERT INTO `lt_area` VALUES ('2577', '2576', '榆阳区', '0');
INSERT INTO `lt_area` VALUES ('2578', '2576', '神木县', '0');
INSERT INTO `lt_area` VALUES ('2579', '2576', '府谷县', '0');
INSERT INTO `lt_area` VALUES ('2580', '2576', '横山县', '0');
INSERT INTO `lt_area` VALUES ('2581', '2576', '靖边县', '0');
INSERT INTO `lt_area` VALUES ('2582', '2576', '定边县', '0');
INSERT INTO `lt_area` VALUES ('2583', '2576', '绥德县', '0');
INSERT INTO `lt_area` VALUES ('2584', '2576', '米脂县', '0');
INSERT INTO `lt_area` VALUES ('2585', '2576', '佳县', '0');
INSERT INTO `lt_area` VALUES ('2586', '2576', '吴堡县', '0');
INSERT INTO `lt_area` VALUES ('2587', '2576', '清涧县', '0');
INSERT INTO `lt_area` VALUES ('2588', '2576', '子洲县', '0');
INSERT INTO `lt_area` VALUES ('2589', '0', '四川', '0');
INSERT INTO `lt_area` VALUES ('2590', '2589', '成都市', '0');
INSERT INTO `lt_area` VALUES ('2591', '2590', '锦江区', '0');
INSERT INTO `lt_area` VALUES ('2592', '2590', '青羊区', '0');
INSERT INTO `lt_area` VALUES ('2593', '2590', '金牛区', '0');
INSERT INTO `lt_area` VALUES ('2594', '2590', '武侯区', '0');
INSERT INTO `lt_area` VALUES ('2595', '2590', '成华区', '0');
INSERT INTO `lt_area` VALUES ('2596', '2590', '龙泉驿区', '0');
INSERT INTO `lt_area` VALUES ('2597', '2590', '青白江区', '0');
INSERT INTO `lt_area` VALUES ('2598', '2590', '新都区', '0');
INSERT INTO `lt_area` VALUES ('2599', '2590', '温江区', '0');
INSERT INTO `lt_area` VALUES ('2600', '2590', '金堂县', '0');
INSERT INTO `lt_area` VALUES ('2601', '2590', '双流县', '0');
INSERT INTO `lt_area` VALUES ('2602', '2590', '郫县', '0');
INSERT INTO `lt_area` VALUES ('2603', '2590', '大邑县', '0');
INSERT INTO `lt_area` VALUES ('2604', '2590', '蒲江县', '0');
INSERT INTO `lt_area` VALUES ('2605', '2590', '新津县', '0');
INSERT INTO `lt_area` VALUES ('2606', '2590', '都江堰市', '0');
INSERT INTO `lt_area` VALUES ('2607', '2590', '彭州市', '0');
INSERT INTO `lt_area` VALUES ('2608', '2590', '邛崃市', '0');
INSERT INTO `lt_area` VALUES ('2609', '2590', '崇州市', '0');
INSERT INTO `lt_area` VALUES ('2610', '2589', '阿坝藏族羌族自治州', '0');
INSERT INTO `lt_area` VALUES ('2611', '2610', '汶川县', '0');
INSERT INTO `lt_area` VALUES ('2612', '2610', '理县', '0');
INSERT INTO `lt_area` VALUES ('2613', '2610', '茂县', '0');
INSERT INTO `lt_area` VALUES ('2614', '2610', '松潘县', '0');
INSERT INTO `lt_area` VALUES ('2615', '2610', '九寨沟县', '0');
INSERT INTO `lt_area` VALUES ('2616', '2610', '金川县', '0');
INSERT INTO `lt_area` VALUES ('2617', '2610', '小金县', '0');
INSERT INTO `lt_area` VALUES ('2618', '2610', '黑水县', '0');
INSERT INTO `lt_area` VALUES ('2619', '2610', '马尔康县', '0');
INSERT INTO `lt_area` VALUES ('2620', '2610', '壤塘县', '0');
INSERT INTO `lt_area` VALUES ('2621', '2610', '阿坝县', '0');
INSERT INTO `lt_area` VALUES ('2622', '2610', '若尔盖县', '0');
INSERT INTO `lt_area` VALUES ('2623', '2610', '红原县', '0');
INSERT INTO `lt_area` VALUES ('2624', '2589', '巴中市', '0');
INSERT INTO `lt_area` VALUES ('2625', '2624', '巴州区', '0');
INSERT INTO `lt_area` VALUES ('2626', '2624', '通江县', '0');
INSERT INTO `lt_area` VALUES ('2627', '2624', '南江县', '0');
INSERT INTO `lt_area` VALUES ('2628', '2624', '平昌县', '0');
INSERT INTO `lt_area` VALUES ('2629', '2589', '达州市', '0');
INSERT INTO `lt_area` VALUES ('2630', '2629', '通川区', '0');
INSERT INTO `lt_area` VALUES ('2631', '2629', '达县', '0');
INSERT INTO `lt_area` VALUES ('2632', '2629', '宣汉县', '0');
INSERT INTO `lt_area` VALUES ('2633', '2629', '开江县', '0');
INSERT INTO `lt_area` VALUES ('2634', '2629', '大竹县', '0');
INSERT INTO `lt_area` VALUES ('2635', '2629', '渠县', '0');
INSERT INTO `lt_area` VALUES ('2636', '2629', '万源市', '0');
INSERT INTO `lt_area` VALUES ('2637', '2589', '德阳市', '0');
INSERT INTO `lt_area` VALUES ('2638', '2637', '旌阳区', '0');
INSERT INTO `lt_area` VALUES ('2639', '2637', '中江县', '0');
INSERT INTO `lt_area` VALUES ('2640', '2637', '罗江县', '0');
INSERT INTO `lt_area` VALUES ('2641', '2637', '广汉市', '0');
INSERT INTO `lt_area` VALUES ('2642', '2637', '什邡市', '0');
INSERT INTO `lt_area` VALUES ('2643', '2637', '绵竹市', '0');
INSERT INTO `lt_area` VALUES ('2644', '2589', '甘孜藏族自治州', '0');
INSERT INTO `lt_area` VALUES ('2645', '2644', '康定县', '0');
INSERT INTO `lt_area` VALUES ('2646', '2644', '泸定县', '0');
INSERT INTO `lt_area` VALUES ('2647', '2644', '丹巴县', '0');
INSERT INTO `lt_area` VALUES ('2648', '2644', '九龙县', '0');
INSERT INTO `lt_area` VALUES ('2649', '2644', '雅江县', '0');
INSERT INTO `lt_area` VALUES ('2650', '2644', '道孚县', '0');
INSERT INTO `lt_area` VALUES ('2651', '2644', '炉霍县', '0');
INSERT INTO `lt_area` VALUES ('2652', '2644', '甘孜县', '0');
INSERT INTO `lt_area` VALUES ('2653', '2644', '新龙县', '0');
INSERT INTO `lt_area` VALUES ('2654', '2644', '德格县', '0');
INSERT INTO `lt_area` VALUES ('2655', '2644', '白玉县', '0');
INSERT INTO `lt_area` VALUES ('2656', '2644', '石渠县', '0');
INSERT INTO `lt_area` VALUES ('2657', '2644', '色达县', '0');
INSERT INTO `lt_area` VALUES ('2658', '2644', '理塘县', '0');
INSERT INTO `lt_area` VALUES ('2659', '2644', '巴塘县', '0');
INSERT INTO `lt_area` VALUES ('2660', '2644', '乡城县', '0');
INSERT INTO `lt_area` VALUES ('2661', '2644', '稻城县', '0');
INSERT INTO `lt_area` VALUES ('2662', '2644', '得荣县', '0');
INSERT INTO `lt_area` VALUES ('2663', '2589', '广安市', '0');
INSERT INTO `lt_area` VALUES ('2664', '2663', '广安区', '0');
INSERT INTO `lt_area` VALUES ('2665', '2663', '岳池县', '0');
INSERT INTO `lt_area` VALUES ('2666', '2663', '武胜县', '0');
INSERT INTO `lt_area` VALUES ('2667', '2663', '邻水县', '0');
INSERT INTO `lt_area` VALUES ('2668', '2663', '华莹市', '0');
INSERT INTO `lt_area` VALUES ('2669', '2589', '广元市', '0');
INSERT INTO `lt_area` VALUES ('2670', '2669', '市中区', '0');
INSERT INTO `lt_area` VALUES ('2671', '2669', '元坝区', '0');
INSERT INTO `lt_area` VALUES ('2672', '2669', '朝天区', '0');
INSERT INTO `lt_area` VALUES ('2673', '2669', '旺苍县', '0');
INSERT INTO `lt_area` VALUES ('2674', '2669', '青川县', '0');
INSERT INTO `lt_area` VALUES ('2675', '2669', '剑阁县', '0');
INSERT INTO `lt_area` VALUES ('2676', '2669', '苍溪县', '0');
INSERT INTO `lt_area` VALUES ('2677', '2589', '乐山市', '0');
INSERT INTO `lt_area` VALUES ('2678', '2677', '市中区', '0');
INSERT INTO `lt_area` VALUES ('2679', '2677', '沙湾区', '0');
INSERT INTO `lt_area` VALUES ('2680', '2677', '五通桥区', '0');
INSERT INTO `lt_area` VALUES ('2681', '2677', '金口河区', '0');
INSERT INTO `lt_area` VALUES ('2682', '2677', '犍为县', '0');
INSERT INTO `lt_area` VALUES ('2683', '2677', '井研县', '0');
INSERT INTO `lt_area` VALUES ('2684', '2677', '夹江县', '0');
INSERT INTO `lt_area` VALUES ('2685', '2677', '沐川县', '0');
INSERT INTO `lt_area` VALUES ('2686', '2677', '峨边彝族自治县', '0');
INSERT INTO `lt_area` VALUES ('2687', '2677', '马边彝族自治县', '0');
INSERT INTO `lt_area` VALUES ('2688', '2677', '峨眉山市', '0');
INSERT INTO `lt_area` VALUES ('2689', '2589', '凉山彝族自治州', '0');
INSERT INTO `lt_area` VALUES ('2690', '2689', '西昌市', '0');
INSERT INTO `lt_area` VALUES ('2691', '2689', '木里藏族自治县', '0');
INSERT INTO `lt_area` VALUES ('2692', '2689', '盐源县', '0');
INSERT INTO `lt_area` VALUES ('2693', '2689', '德昌县', '0');
INSERT INTO `lt_area` VALUES ('2694', '2689', '会理县', '0');
INSERT INTO `lt_area` VALUES ('2695', '2689', '会东县', '0');
INSERT INTO `lt_area` VALUES ('2696', '2689', '宁南县', '0');
INSERT INTO `lt_area` VALUES ('2697', '2689', '普格县', '0');
INSERT INTO `lt_area` VALUES ('2698', '2689', '布拖县', '0');
INSERT INTO `lt_area` VALUES ('2699', '2689', '金阳县', '0');
INSERT INTO `lt_area` VALUES ('2700', '2689', '昭觉县', '0');
INSERT INTO `lt_area` VALUES ('2701', '2689', '喜德县', '0');
INSERT INTO `lt_area` VALUES ('2702', '2689', '冕宁县', '0');
INSERT INTO `lt_area` VALUES ('2703', '2689', '越西县', '0');
INSERT INTO `lt_area` VALUES ('2704', '2689', '甘洛县', '0');
INSERT INTO `lt_area` VALUES ('2705', '2689', '美姑县', '0');
INSERT INTO `lt_area` VALUES ('2706', '2689', '雷波县', '0');
INSERT INTO `lt_area` VALUES ('2707', '2589', '泸州市', '0');
INSERT INTO `lt_area` VALUES ('2708', '2707', '江阳区', '0');
INSERT INTO `lt_area` VALUES ('2709', '2707', '纳溪区', '0');
INSERT INTO `lt_area` VALUES ('2710', '2707', '龙马潭区', '0');
INSERT INTO `lt_area` VALUES ('2711', '2707', '泸县', '0');
INSERT INTO `lt_area` VALUES ('2712', '2707', '合江县', '0');
INSERT INTO `lt_area` VALUES ('2713', '2707', '叙永县', '0');
INSERT INTO `lt_area` VALUES ('2714', '2707', '古蔺县', '0');
INSERT INTO `lt_area` VALUES ('2715', '2589', '眉山市', '0');
INSERT INTO `lt_area` VALUES ('2716', '2715', '东坡区', '0');
INSERT INTO `lt_area` VALUES ('2717', '2715', '仁寿县', '0');
INSERT INTO `lt_area` VALUES ('2718', '2715', '彭山县', '0');
INSERT INTO `lt_area` VALUES ('2719', '2715', '洪雅县', '0');
INSERT INTO `lt_area` VALUES ('2720', '2715', '丹棱县', '0');
INSERT INTO `lt_area` VALUES ('2721', '2715', '青神县', '0');
INSERT INTO `lt_area` VALUES ('2722', '2589', '绵阳市', '0');
INSERT INTO `lt_area` VALUES ('2723', '2722', '涪城区', '0');
INSERT INTO `lt_area` VALUES ('2724', '2722', '游仙区', '0');
INSERT INTO `lt_area` VALUES ('2725', '2722', '三台县', '0');
INSERT INTO `lt_area` VALUES ('2726', '2722', '盐亭县', '0');
INSERT INTO `lt_area` VALUES ('2727', '2722', '安县', '0');
INSERT INTO `lt_area` VALUES ('2728', '2722', '梓潼县', '0');
INSERT INTO `lt_area` VALUES ('2729', '2722', '北川羌族自治县', '0');
INSERT INTO `lt_area` VALUES ('2730', '2722', '平武县', '0');
INSERT INTO `lt_area` VALUES ('2731', '2722', '江油市', '0');
INSERT INTO `lt_area` VALUES ('2732', '2589', '内江市', '0');
INSERT INTO `lt_area` VALUES ('2733', '2732', '市中区', '0');
INSERT INTO `lt_area` VALUES ('2734', '2732', '东兴区', '0');
INSERT INTO `lt_area` VALUES ('2735', '2732', '威远县', '0');
INSERT INTO `lt_area` VALUES ('2736', '2732', '资中县', '0');
INSERT INTO `lt_area` VALUES ('2737', '2732', '隆昌县', '0');
INSERT INTO `lt_area` VALUES ('2738', '2589', '南充市', '0');
INSERT INTO `lt_area` VALUES ('2739', '2738', '顺庆区', '0');
INSERT INTO `lt_area` VALUES ('2740', '2738', '高坪区', '0');
INSERT INTO `lt_area` VALUES ('2741', '2738', '嘉陵区', '0');
INSERT INTO `lt_area` VALUES ('2742', '2738', '南部县', '0');
INSERT INTO `lt_area` VALUES ('2743', '2738', '营山县', '0');
INSERT INTO `lt_area` VALUES ('2744', '2738', '蓬安县', '0');
INSERT INTO `lt_area` VALUES ('2745', '2738', '仪陇县', '0');
INSERT INTO `lt_area` VALUES ('2746', '2738', '西充县', '0');
INSERT INTO `lt_area` VALUES ('2747', '2738', '阆中市', '0');
INSERT INTO `lt_area` VALUES ('2748', '2589', '攀枝花市', '0');
INSERT INTO `lt_area` VALUES ('2749', '2748', '东区', '0');
INSERT INTO `lt_area` VALUES ('2750', '2748', '西区', '0');
INSERT INTO `lt_area` VALUES ('2751', '2748', '仁和区', '0');
INSERT INTO `lt_area` VALUES ('2752', '2748', '米易县', '0');
INSERT INTO `lt_area` VALUES ('2753', '2748', '盐边县', '0');
INSERT INTO `lt_area` VALUES ('2754', '2589', '遂宁市', '0');
INSERT INTO `lt_area` VALUES ('2755', '2754', '船山区', '0');
INSERT INTO `lt_area` VALUES ('2756', '2754', '安居区', '0');
INSERT INTO `lt_area` VALUES ('2757', '2754', '蓬溪县', '0');
INSERT INTO `lt_area` VALUES ('2758', '2754', '射洪县', '0');
INSERT INTO `lt_area` VALUES ('2759', '2754', '大英县', '0');
INSERT INTO `lt_area` VALUES ('2760', '2589', '雅安市', '0');
INSERT INTO `lt_area` VALUES ('2761', '2760', '雨城区', '0');
INSERT INTO `lt_area` VALUES ('2762', '2760', '名山县', '0');
INSERT INTO `lt_area` VALUES ('2763', '2760', '荥经县', '0');
INSERT INTO `lt_area` VALUES ('2764', '2760', '汉源县', '0');
INSERT INTO `lt_area` VALUES ('2765', '2760', '石棉县', '0');
INSERT INTO `lt_area` VALUES ('2766', '2760', '天全县', '0');
INSERT INTO `lt_area` VALUES ('2767', '2760', '芦山县', '0');
INSERT INTO `lt_area` VALUES ('2768', '2760', '宝兴县', '0');
INSERT INTO `lt_area` VALUES ('2769', '2589', '宜宾市', '0');
INSERT INTO `lt_area` VALUES ('2770', '2769', '翠屏区', '0');
INSERT INTO `lt_area` VALUES ('2771', '2769', '宜宾县', '0');
INSERT INTO `lt_area` VALUES ('2772', '2769', '南溪县', '0');
INSERT INTO `lt_area` VALUES ('2773', '2769', '江安县', '0');
INSERT INTO `lt_area` VALUES ('2774', '2769', '长宁县', '0');
INSERT INTO `lt_area` VALUES ('2775', '2769', '高县', '0');
INSERT INTO `lt_area` VALUES ('2776', '2769', '珙县', '0');
INSERT INTO `lt_area` VALUES ('2777', '2769', '筠连县', '0');
INSERT INTO `lt_area` VALUES ('2778', '2769', '兴文县', '0');
INSERT INTO `lt_area` VALUES ('2779', '2769', '屏山县', '0');
INSERT INTO `lt_area` VALUES ('2780', '2589', '资阳市', '0');
INSERT INTO `lt_area` VALUES ('2781', '2780', '雁江区', '0');
INSERT INTO `lt_area` VALUES ('2782', '2780', '安岳县', '0');
INSERT INTO `lt_area` VALUES ('2783', '2780', '乐至县', '0');
INSERT INTO `lt_area` VALUES ('2784', '2780', '简阳市', '0');
INSERT INTO `lt_area` VALUES ('2785', '2589', '自贡市', '0');
INSERT INTO `lt_area` VALUES ('2786', '2785', '自流井区', '0');
INSERT INTO `lt_area` VALUES ('2787', '2785', '贡井区', '0');
INSERT INTO `lt_area` VALUES ('2788', '2785', '大安区', '0');
INSERT INTO `lt_area` VALUES ('2789', '2785', '沿滩区', '0');
INSERT INTO `lt_area` VALUES ('2790', '2785', '荣县', '0');
INSERT INTO `lt_area` VALUES ('2791', '2785', '富顺县', '0');
INSERT INTO `lt_area` VALUES ('2792', '0', '西藏', '0');
INSERT INTO `lt_area` VALUES ('2793', '2792', '拉萨市', '0');
INSERT INTO `lt_area` VALUES ('2794', '2793', '城关区', '0');
INSERT INTO `lt_area` VALUES ('2795', '2793', '林周县', '0');
INSERT INTO `lt_area` VALUES ('2796', '2793', '当雄县', '0');
INSERT INTO `lt_area` VALUES ('2797', '2793', '尼木县', '0');
INSERT INTO `lt_area` VALUES ('2798', '2793', '曲水县', '0');
INSERT INTO `lt_area` VALUES ('2799', '2793', '堆龙德庆县', '0');
INSERT INTO `lt_area` VALUES ('2800', '2793', '达孜县', '0');
INSERT INTO `lt_area` VALUES ('2801', '2793', '墨竹工卡县', '0');
INSERT INTO `lt_area` VALUES ('2802', '2792', '阿里地区', '0');
INSERT INTO `lt_area` VALUES ('2803', '2802', '普兰县', '0');
INSERT INTO `lt_area` VALUES ('2804', '2802', '札达县', '0');
INSERT INTO `lt_area` VALUES ('2805', '2802', '噶尔县', '0');
INSERT INTO `lt_area` VALUES ('2806', '2802', '日土县', '0');
INSERT INTO `lt_area` VALUES ('2807', '2802', '革吉县', '0');
INSERT INTO `lt_area` VALUES ('2808', '2802', '改则县', '0');
INSERT INTO `lt_area` VALUES ('2809', '2802', '措勤县', '0');
INSERT INTO `lt_area` VALUES ('2810', '2792', '昌都地区', '0');
INSERT INTO `lt_area` VALUES ('2811', '2810', '昌都县', '0');
INSERT INTO `lt_area` VALUES ('2812', '2810', '江达县', '0');
INSERT INTO `lt_area` VALUES ('2813', '2810', '贡觉县', '0');
INSERT INTO `lt_area` VALUES ('2814', '2810', '类乌齐县', '0');
INSERT INTO `lt_area` VALUES ('2815', '2810', '丁青县', '0');
INSERT INTO `lt_area` VALUES ('2816', '2810', '察雅县', '0');
INSERT INTO `lt_area` VALUES ('2817', '2810', '八宿县', '0');
INSERT INTO `lt_area` VALUES ('2818', '2810', '左贡县', '0');
INSERT INTO `lt_area` VALUES ('2819', '2810', '芒康县', '0');
INSERT INTO `lt_area` VALUES ('2820', '2810', '洛隆县', '0');
INSERT INTO `lt_area` VALUES ('2821', '2810', '边坝县', '0');
INSERT INTO `lt_area` VALUES ('2822', '2792', '林芝地区', '0');
INSERT INTO `lt_area` VALUES ('2823', '2822', '林芝县', '0');
INSERT INTO `lt_area` VALUES ('2824', '2822', '工布江达县', '0');
INSERT INTO `lt_area` VALUES ('2825', '2822', '米林县', '0');
INSERT INTO `lt_area` VALUES ('2826', '2822', '墨脱县', '0');
INSERT INTO `lt_area` VALUES ('2827', '2822', '波密县', '0');
INSERT INTO `lt_area` VALUES ('2828', '2822', '察隅县', '0');
INSERT INTO `lt_area` VALUES ('2829', '2822', '朗县', '0');
INSERT INTO `lt_area` VALUES ('2830', '2792', '那曲地区', '0');
INSERT INTO `lt_area` VALUES ('2831', '2830', '那曲县', '0');
INSERT INTO `lt_area` VALUES ('2832', '2830', '嘉黎县', '0');
INSERT INTO `lt_area` VALUES ('2833', '2830', '比如县', '0');
INSERT INTO `lt_area` VALUES ('2834', '2830', '聂荣县', '0');
INSERT INTO `lt_area` VALUES ('2835', '2830', '安多县', '0');
INSERT INTO `lt_area` VALUES ('2836', '2830', '申扎县', '0');
INSERT INTO `lt_area` VALUES ('2837', '2830', '索县', '0');
INSERT INTO `lt_area` VALUES ('2838', '2830', '班戈县', '0');
INSERT INTO `lt_area` VALUES ('2839', '2830', '巴青县', '0');
INSERT INTO `lt_area` VALUES ('2840', '2830', '尼玛县', '0');
INSERT INTO `lt_area` VALUES ('2841', '2792', '日喀则地区', '0');
INSERT INTO `lt_area` VALUES ('2842', '2841', '日喀则市', '0');
INSERT INTO `lt_area` VALUES ('2843', '2841', '南木林县', '0');
INSERT INTO `lt_area` VALUES ('2844', '2841', '江孜县', '0');
INSERT INTO `lt_area` VALUES ('2845', '2841', '定日县', '0');
INSERT INTO `lt_area` VALUES ('2846', '2841', '萨迦县', '0');
INSERT INTO `lt_area` VALUES ('2847', '2841', '拉孜县', '0');
INSERT INTO `lt_area` VALUES ('2848', '2841', '昂仁县', '0');
INSERT INTO `lt_area` VALUES ('2849', '2841', '谢通门县', '0');
INSERT INTO `lt_area` VALUES ('2850', '2841', '白朗县', '0');
INSERT INTO `lt_area` VALUES ('2851', '2841', '仁布县', '0');
INSERT INTO `lt_area` VALUES ('2852', '2841', '康马县', '0');
INSERT INTO `lt_area` VALUES ('2853', '2841', '定结县', '0');
INSERT INTO `lt_area` VALUES ('2854', '2841', '仲巴县', '0');
INSERT INTO `lt_area` VALUES ('2855', '2841', '亚东县', '0');
INSERT INTO `lt_area` VALUES ('2856', '2841', '吉隆县', '0');
INSERT INTO `lt_area` VALUES ('2857', '2841', '聂拉木县', '0');
INSERT INTO `lt_area` VALUES ('2858', '2841', '萨嘎县', '0');
INSERT INTO `lt_area` VALUES ('2859', '2841', '岗巴县', '0');
INSERT INTO `lt_area` VALUES ('2860', '2792', '山南地区', '0');
INSERT INTO `lt_area` VALUES ('2861', '2860', '乃东县', '0');
INSERT INTO `lt_area` VALUES ('2862', '2860', '扎囊县', '0');
INSERT INTO `lt_area` VALUES ('2863', '2860', '贡嘎县', '0');
INSERT INTO `lt_area` VALUES ('2864', '2860', '桑日县', '0');
INSERT INTO `lt_area` VALUES ('2865', '2860', '琼结县', '0');
INSERT INTO `lt_area` VALUES ('2866', '2860', '曲松县', '0');
INSERT INTO `lt_area` VALUES ('2867', '2860', '措美县', '0');
INSERT INTO `lt_area` VALUES ('2868', '2860', '洛扎县', '0');
INSERT INTO `lt_area` VALUES ('2869', '2860', '加查县', '0');
INSERT INTO `lt_area` VALUES ('2870', '2860', '隆子县', '0');
INSERT INTO `lt_area` VALUES ('2871', '2860', '错那县', '0');
INSERT INTO `lt_area` VALUES ('2872', '2860', '浪卡子县', '0');
INSERT INTO `lt_area` VALUES ('2873', '0', '新疆', '0');
INSERT INTO `lt_area` VALUES ('2874', '2873', '乌鲁木齐市', '0');
INSERT INTO `lt_area` VALUES ('2875', '2874', '天山区', '0');
INSERT INTO `lt_area` VALUES ('2876', '2874', '沙依巴克区', '0');
INSERT INTO `lt_area` VALUES ('2877', '2874', '新市区', '0');
INSERT INTO `lt_area` VALUES ('2878', '2874', '水磨沟区', '0');
INSERT INTO `lt_area` VALUES ('2879', '2874', '头屯河区', '0');
INSERT INTO `lt_area` VALUES ('2880', '2874', '达坂城区', '0');
INSERT INTO `lt_area` VALUES ('2881', '2874', '东山区', '0');
INSERT INTO `lt_area` VALUES ('2882', '2874', '乌鲁木齐县', '0');
INSERT INTO `lt_area` VALUES ('2883', '2873', '阿克苏地区', '0');
INSERT INTO `lt_area` VALUES ('2884', '2883', '阿克苏市', '0');
INSERT INTO `lt_area` VALUES ('2885', '2883', '温宿县', '0');
INSERT INTO `lt_area` VALUES ('2886', '2883', '库车县', '0');
INSERT INTO `lt_area` VALUES ('2887', '2883', '沙雅县', '0');
INSERT INTO `lt_area` VALUES ('2888', '2883', '新和县', '0');
INSERT INTO `lt_area` VALUES ('2889', '2883', '拜城县', '0');
INSERT INTO `lt_area` VALUES ('2890', '2883', '乌什县', '0');
INSERT INTO `lt_area` VALUES ('2891', '2883', '阿瓦提县', '0');
INSERT INTO `lt_area` VALUES ('2892', '2883', '柯坪县', '0');
INSERT INTO `lt_area` VALUES ('2893', '2873', '阿拉尔市', '0');
INSERT INTO `lt_area` VALUES ('2894', '2873', '阿勒泰地区', '0');
INSERT INTO `lt_area` VALUES ('2895', '2894', '阿勒泰市', '0');
INSERT INTO `lt_area` VALUES ('2896', '2894', '布尔津县', '0');
INSERT INTO `lt_area` VALUES ('2897', '2894', '富蕴县', '0');
INSERT INTO `lt_area` VALUES ('2898', '2894', '福海县', '0');
INSERT INTO `lt_area` VALUES ('2899', '2894', '哈巴河县', '0');
INSERT INTO `lt_area` VALUES ('2900', '2894', '青河县', '0');
INSERT INTO `lt_area` VALUES ('2901', '2894', '吉木乃县', '0');
INSERT INTO `lt_area` VALUES ('2902', '2873', '巴音郭楞蒙古自治州', '0');
INSERT INTO `lt_area` VALUES ('2903', '2902', '库尔勒市', '0');
INSERT INTO `lt_area` VALUES ('2904', '2902', '轮台县', '0');
INSERT INTO `lt_area` VALUES ('2905', '2902', '尉犁县', '0');
INSERT INTO `lt_area` VALUES ('2906', '2902', '若羌县', '0');
INSERT INTO `lt_area` VALUES ('2907', '2902', '且末县', '0');
INSERT INTO `lt_area` VALUES ('2908', '2902', '焉耆回族自治县', '0');
INSERT INTO `lt_area` VALUES ('2909', '2902', '和静县', '0');
INSERT INTO `lt_area` VALUES ('2910', '2902', '和硕县', '0');
INSERT INTO `lt_area` VALUES ('2911', '2902', '博湖县', '0');
INSERT INTO `lt_area` VALUES ('2912', '2873', '博尔塔拉蒙古自治州', '0');
INSERT INTO `lt_area` VALUES ('2913', '2912', '博乐市', '0');
INSERT INTO `lt_area` VALUES ('2914', '2912', '精河县', '0');
INSERT INTO `lt_area` VALUES ('2915', '2912', '温泉县', '0');
INSERT INTO `lt_area` VALUES ('2916', '2873', '昌吉回族自治州', '0');
INSERT INTO `lt_area` VALUES ('2917', '2916', '昌吉市', '0');
INSERT INTO `lt_area` VALUES ('2918', '2916', '阜康市', '0');
INSERT INTO `lt_area` VALUES ('2919', '2916', '米泉市', '0');
INSERT INTO `lt_area` VALUES ('2920', '2916', '呼图壁县', '0');
INSERT INTO `lt_area` VALUES ('2921', '2916', '玛纳斯县', '0');
INSERT INTO `lt_area` VALUES ('2922', '2916', '奇台县', '0');
INSERT INTO `lt_area` VALUES ('2923', '2916', '吉木萨尔县', '0');
INSERT INTO `lt_area` VALUES ('2924', '2916', '木垒哈萨克自治县', '0');
INSERT INTO `lt_area` VALUES ('2925', '2873', '哈密地区', '0');
INSERT INTO `lt_area` VALUES ('2926', '2925', '哈密市', '0');
INSERT INTO `lt_area` VALUES ('2927', '2925', '巴里坤哈萨克自治县', '0');
INSERT INTO `lt_area` VALUES ('2928', '2925', '伊吾县', '0');
INSERT INTO `lt_area` VALUES ('2929', '2873', '和田地区', '0');
INSERT INTO `lt_area` VALUES ('2930', '2929', '和田市', '0');
INSERT INTO `lt_area` VALUES ('2931', '2929', '和田县', '0');
INSERT INTO `lt_area` VALUES ('2932', '2929', '墨玉县', '0');
INSERT INTO `lt_area` VALUES ('2933', '2929', '皮山县', '0');
INSERT INTO `lt_area` VALUES ('2934', '2929', '洛浦县', '0');
INSERT INTO `lt_area` VALUES ('2935', '2929', '策勒县', '0');
INSERT INTO `lt_area` VALUES ('2936', '2929', '于田县', '0');
INSERT INTO `lt_area` VALUES ('2937', '2929', '民丰县', '0');
INSERT INTO `lt_area` VALUES ('2938', '2873', '喀什地区', '0');
INSERT INTO `lt_area` VALUES ('2939', '2938', '喀什市', '0');
INSERT INTO `lt_area` VALUES ('2940', '2938', '疏附县', '0');
INSERT INTO `lt_area` VALUES ('2941', '2938', '疏勒县', '0');
INSERT INTO `lt_area` VALUES ('2942', '2938', '英吉沙县', '0');
INSERT INTO `lt_area` VALUES ('2943', '2938', '泽普县', '0');
INSERT INTO `lt_area` VALUES ('2944', '2938', '莎车县', '0');
INSERT INTO `lt_area` VALUES ('2945', '2938', '叶城县', '0');
INSERT INTO `lt_area` VALUES ('2946', '2938', '麦盖提县', '0');
INSERT INTO `lt_area` VALUES ('2947', '2938', '岳普湖县', '0');
INSERT INTO `lt_area` VALUES ('2948', '2938', '伽师县', '0');
INSERT INTO `lt_area` VALUES ('2949', '2938', '巴楚县', '0');
INSERT INTO `lt_area` VALUES ('2950', '2938', '塔什库尔干塔吉克自治县', '0');
INSERT INTO `lt_area` VALUES ('2951', '2873', '克拉玛依市', '0');
INSERT INTO `lt_area` VALUES ('2952', '2951', '独山子区', '0');
INSERT INTO `lt_area` VALUES ('2953', '2951', '克拉玛依区', '0');
INSERT INTO `lt_area` VALUES ('2954', '2951', '白碱滩区', '0');
INSERT INTO `lt_area` VALUES ('2955', '2951', '乌尔禾区', '0');
INSERT INTO `lt_area` VALUES ('2956', '2873', '克孜勒苏柯尔克孜自治州', '0');
INSERT INTO `lt_area` VALUES ('2957', '2956', '阿图什市', '0');
INSERT INTO `lt_area` VALUES ('2958', '2956', '阿克陶县', '0');
INSERT INTO `lt_area` VALUES ('2959', '2956', '阿合奇县', '0');
INSERT INTO `lt_area` VALUES ('2960', '2956', '乌恰县', '0');
INSERT INTO `lt_area` VALUES ('2961', '2873', '石河子市', '0');
INSERT INTO `lt_area` VALUES ('2962', '2873', '塔城地区', '0');
INSERT INTO `lt_area` VALUES ('2963', '2962', '塔城市', '0');
INSERT INTO `lt_area` VALUES ('2964', '2962', '乌苏市', '0');
INSERT INTO `lt_area` VALUES ('2965', '2962', '额敏县', '0');
INSERT INTO `lt_area` VALUES ('2966', '2962', '沙湾县', '0');
INSERT INTO `lt_area` VALUES ('2967', '2962', '托里县', '0');
INSERT INTO `lt_area` VALUES ('2968', '2962', '裕民县', '0');
INSERT INTO `lt_area` VALUES ('2969', '2962', '和布克赛尔蒙古自治县', '0');
INSERT INTO `lt_area` VALUES ('2970', '2873', '图木舒克市', '0');
INSERT INTO `lt_area` VALUES ('2971', '2873', '吐鲁番地区', '0');
INSERT INTO `lt_area` VALUES ('2972', '2971', '吐鲁番市', '0');
INSERT INTO `lt_area` VALUES ('2973', '2971', '鄯善县', '0');
INSERT INTO `lt_area` VALUES ('2974', '2971', '托克逊县', '0');
INSERT INTO `lt_area` VALUES ('2975', '2873', '五家渠市', '0');
INSERT INTO `lt_area` VALUES ('2976', '2873', '伊犁哈萨克自治州', '0');
INSERT INTO `lt_area` VALUES ('2977', '2976', '伊宁市', '0');
INSERT INTO `lt_area` VALUES ('2978', '2976', '奎屯市', '0');
INSERT INTO `lt_area` VALUES ('2979', '2976', '伊宁县', '0');
INSERT INTO `lt_area` VALUES ('2980', '2976', '察布查尔锡伯自治县', '0');
INSERT INTO `lt_area` VALUES ('2981', '2976', '霍城县', '0');
INSERT INTO `lt_area` VALUES ('2982', '2976', '巩留县', '0');
INSERT INTO `lt_area` VALUES ('2983', '2976', '新源县', '0');
INSERT INTO `lt_area` VALUES ('2984', '2976', '昭苏县', '0');
INSERT INTO `lt_area` VALUES ('2985', '2976', '特克斯县', '0');
INSERT INTO `lt_area` VALUES ('2986', '2976', '尼勒克县', '0');
INSERT INTO `lt_area` VALUES ('2987', '0', '云南', '0');
INSERT INTO `lt_area` VALUES ('2988', '2987', '昆明市', '0');
INSERT INTO `lt_area` VALUES ('2989', '2988', '五华区', '0');
INSERT INTO `lt_area` VALUES ('2990', '2988', '盘龙区', '0');
INSERT INTO `lt_area` VALUES ('2991', '2988', '官渡区', '0');
INSERT INTO `lt_area` VALUES ('2992', '2988', '西山区', '0');
INSERT INTO `lt_area` VALUES ('2993', '2988', '东川区', '0');
INSERT INTO `lt_area` VALUES ('2994', '2988', '呈贡县', '0');
INSERT INTO `lt_area` VALUES ('2995', '2988', '晋宁县', '0');
INSERT INTO `lt_area` VALUES ('2996', '2988', '富民县', '0');
INSERT INTO `lt_area` VALUES ('2997', '2988', '宜良县', '0');
INSERT INTO `lt_area` VALUES ('2998', '2988', '石林彝族自治县', '0');
INSERT INTO `lt_area` VALUES ('2999', '2988', '嵩明县', '0');
INSERT INTO `lt_area` VALUES ('3000', '2988', '禄劝彝族苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('3001', '2988', '寻甸回族彝族自治县', '0');
INSERT INTO `lt_area` VALUES ('3002', '2988', '安宁市', '0');
INSERT INTO `lt_area` VALUES ('3003', '2987', '保山市', '0');
INSERT INTO `lt_area` VALUES ('3004', '3003', '隆阳区', '0');
INSERT INTO `lt_area` VALUES ('3005', '3003', '施甸县', '0');
INSERT INTO `lt_area` VALUES ('3006', '3003', '腾冲县', '0');
INSERT INTO `lt_area` VALUES ('3007', '3003', '龙陵县', '0');
INSERT INTO `lt_area` VALUES ('3008', '3003', '昌宁县', '0');
INSERT INTO `lt_area` VALUES ('3009', '2987', '楚雄彝族自治州', '0');
INSERT INTO `lt_area` VALUES ('3010', '3009', '楚雄市', '0');
INSERT INTO `lt_area` VALUES ('3011', '3009', '双柏县', '0');
INSERT INTO `lt_area` VALUES ('3012', '3009', '牟定县', '0');
INSERT INTO `lt_area` VALUES ('3013', '3009', '南华县', '0');
INSERT INTO `lt_area` VALUES ('3014', '3009', '姚安县', '0');
INSERT INTO `lt_area` VALUES ('3015', '3009', '大姚县', '0');
INSERT INTO `lt_area` VALUES ('3016', '3009', '永仁县', '0');
INSERT INTO `lt_area` VALUES ('3017', '3009', '元谋县', '0');
INSERT INTO `lt_area` VALUES ('3018', '3009', '武定县', '0');
INSERT INTO `lt_area` VALUES ('3019', '3009', '禄丰县', '0');
INSERT INTO `lt_area` VALUES ('3020', '2987', '大理白族自治州', '0');
INSERT INTO `lt_area` VALUES ('3021', '3020', '大理市', '0');
INSERT INTO `lt_area` VALUES ('3022', '3020', '漾濞彝族自治县', '0');
INSERT INTO `lt_area` VALUES ('3023', '3020', '祥云县', '0');
INSERT INTO `lt_area` VALUES ('3024', '3020', '宾川县', '0');
INSERT INTO `lt_area` VALUES ('3025', '3020', '弥渡县', '0');
INSERT INTO `lt_area` VALUES ('3026', '3020', '南涧彝族自治县', '0');
INSERT INTO `lt_area` VALUES ('3027', '3020', '巍山彝族回族自治县', '0');
INSERT INTO `lt_area` VALUES ('3028', '3020', '永平县', '0');
INSERT INTO `lt_area` VALUES ('3029', '3020', '云龙县', '0');
INSERT INTO `lt_area` VALUES ('3030', '3020', '洱源县', '0');
INSERT INTO `lt_area` VALUES ('3031', '3020', '剑川县', '0');
INSERT INTO `lt_area` VALUES ('3032', '3020', '鹤庆县', '0');
INSERT INTO `lt_area` VALUES ('3033', '2987', '德宏傣族景颇族自治州', '0');
INSERT INTO `lt_area` VALUES ('3034', '3033', '瑞丽市', '0');
INSERT INTO `lt_area` VALUES ('3035', '3033', '潞西市', '0');
INSERT INTO `lt_area` VALUES ('3036', '3033', '梁河县', '0');
INSERT INTO `lt_area` VALUES ('3037', '3033', '盈江县', '0');
INSERT INTO `lt_area` VALUES ('3038', '3033', '陇川县', '0');
INSERT INTO `lt_area` VALUES ('3039', '2987', '迪庆藏族自治州', '0');
INSERT INTO `lt_area` VALUES ('3040', '3039', '香格里拉县', '0');
INSERT INTO `lt_area` VALUES ('3041', '3039', '德钦县', '0');
INSERT INTO `lt_area` VALUES ('3042', '3039', '维西傈僳族自治县', '0');
INSERT INTO `lt_area` VALUES ('3043', '2987', '红河哈尼族彝族自治州', '0');
INSERT INTO `lt_area` VALUES ('3044', '3043', '个旧市', '0');
INSERT INTO `lt_area` VALUES ('3045', '3043', '开远市', '0');
INSERT INTO `lt_area` VALUES ('3046', '3043', '蒙自县', '0');
INSERT INTO `lt_area` VALUES ('3047', '3043', '屏边苗族自治县', '0');
INSERT INTO `lt_area` VALUES ('3048', '3043', '建水县', '0');
INSERT INTO `lt_area` VALUES ('3049', '3043', '石屏县', '0');
INSERT INTO `lt_area` VALUES ('3050', '3043', '弥勒县', '0');
INSERT INTO `lt_area` VALUES ('3051', '3043', '泸西县', '0');
INSERT INTO `lt_area` VALUES ('3052', '3043', '元阳县', '0');
INSERT INTO `lt_area` VALUES ('3053', '3043', '红河县', '0');
INSERT INTO `lt_area` VALUES ('3054', '3043', '金平苗族瑶族傣族自治县', '0');
INSERT INTO `lt_area` VALUES ('3055', '3043', '绿春县', '0');
INSERT INTO `lt_area` VALUES ('3056', '3043', '河口瑶族自治县', '0');
INSERT INTO `lt_area` VALUES ('3057', '2987', '丽江市', '0');
INSERT INTO `lt_area` VALUES ('3058', '3057', '古城区', '0');
INSERT INTO `lt_area` VALUES ('3059', '3057', '玉龙纳西族自治县', '0');
INSERT INTO `lt_area` VALUES ('3060', '3057', '永胜县', '0');
INSERT INTO `lt_area` VALUES ('3061', '3057', '华坪县', '0');
INSERT INTO `lt_area` VALUES ('3062', '3057', '宁蒗彝族自治县', '0');
INSERT INTO `lt_area` VALUES ('3063', '2987', '临沧市', '0');
INSERT INTO `lt_area` VALUES ('3064', '3063', '临翔区', '0');
INSERT INTO `lt_area` VALUES ('3065', '3063', '凤庆县', '0');
INSERT INTO `lt_area` VALUES ('3066', '3063', '云县', '0');
INSERT INTO `lt_area` VALUES ('3067', '3063', '永德县', '0');
INSERT INTO `lt_area` VALUES ('3068', '3063', '镇康县', '0');
INSERT INTO `lt_area` VALUES ('3069', '3063', '双江拉祜族佤族布朗族傣族自治县', '0');
INSERT INTO `lt_area` VALUES ('3070', '3063', '耿马傣族佤族自治县', '0');
INSERT INTO `lt_area` VALUES ('3071', '3063', '沧源佤族自治县', '0');
INSERT INTO `lt_area` VALUES ('3072', '2987', '怒江傈僳族自治州', '0');
INSERT INTO `lt_area` VALUES ('3073', '3072', '泸水县', '0');
INSERT INTO `lt_area` VALUES ('3074', '3072', '福贡县', '0');
INSERT INTO `lt_area` VALUES ('3075', '3072', '贡山独龙族怒族自治县', '0');
INSERT INTO `lt_area` VALUES ('3076', '3072', '兰坪白族普米族自治县', '0');
INSERT INTO `lt_area` VALUES ('3077', '2987', '曲靖市', '0');
INSERT INTO `lt_area` VALUES ('3078', '3077', '麒麟区', '0');
INSERT INTO `lt_area` VALUES ('3079', '3077', '马龙县', '0');
INSERT INTO `lt_area` VALUES ('3080', '3077', '陆良县', '0');
INSERT INTO `lt_area` VALUES ('3081', '3077', '师宗县', '0');
INSERT INTO `lt_area` VALUES ('3082', '3077', '罗平县', '0');
INSERT INTO `lt_area` VALUES ('3083', '3077', '富源县', '0');
INSERT INTO `lt_area` VALUES ('3084', '3077', '会泽县', '0');
INSERT INTO `lt_area` VALUES ('3085', '3077', '沾益县', '0');
INSERT INTO `lt_area` VALUES ('3086', '3077', '宣威市', '0');
INSERT INTO `lt_area` VALUES ('3087', '2987', '思茅市', '0');
INSERT INTO `lt_area` VALUES ('3088', '3087', '翠云区', '0');
INSERT INTO `lt_area` VALUES ('3089', '3087', '普洱哈尼族彝族自治县', '0');
INSERT INTO `lt_area` VALUES ('3090', '3087', '墨江哈尼族自治县', '0');
INSERT INTO `lt_area` VALUES ('3091', '3087', '景东彝族自治县', '0');
INSERT INTO `lt_area` VALUES ('3092', '3087', '景谷傣族彝族自治县', '0');
INSERT INTO `lt_area` VALUES ('3093', '3087', '镇沅彝族哈尼族拉祜族自治县', '0');
INSERT INTO `lt_area` VALUES ('3094', '3087', '江城哈尼族彝族自治县', '0');
INSERT INTO `lt_area` VALUES ('3095', '3087', '孟连傣族拉祜族佤族自治县', '0');
INSERT INTO `lt_area` VALUES ('3096', '3087', '澜沧拉祜族自治县', '0');
INSERT INTO `lt_area` VALUES ('3097', '3087', '西盟佤族自治县', '0');
INSERT INTO `lt_area` VALUES ('3098', '2987', '文山壮族苗族自治州', '0');
INSERT INTO `lt_area` VALUES ('3099', '3098', '文山县', '0');
INSERT INTO `lt_area` VALUES ('3100', '3098', '砚山县', '0');
INSERT INTO `lt_area` VALUES ('3101', '3098', '西畴县', '0');
INSERT INTO `lt_area` VALUES ('3102', '3098', '麻栗坡县', '0');
INSERT INTO `lt_area` VALUES ('3103', '3098', '马关县', '0');
INSERT INTO `lt_area` VALUES ('3104', '3098', '丘北县', '0');
INSERT INTO `lt_area` VALUES ('3105', '3098', '广南县', '0');
INSERT INTO `lt_area` VALUES ('3106', '3098', '富宁县', '0');
INSERT INTO `lt_area` VALUES ('3107', '2987', '西双版纳傣族自治州', '0');
INSERT INTO `lt_area` VALUES ('3108', '3107', '景洪市', '0');
INSERT INTO `lt_area` VALUES ('3109', '3107', '勐海县', '0');
INSERT INTO `lt_area` VALUES ('3110', '3107', '勐腊县', '0');
INSERT INTO `lt_area` VALUES ('3111', '2987', '玉溪市', '0');
INSERT INTO `lt_area` VALUES ('3112', '3111', '红塔区', '0');
INSERT INTO `lt_area` VALUES ('3113', '3111', '江川县', '0');
INSERT INTO `lt_area` VALUES ('3114', '3111', '澄江县', '0');
INSERT INTO `lt_area` VALUES ('3115', '3111', '通海县', '0');
INSERT INTO `lt_area` VALUES ('3116', '3111', '华宁县', '0');
INSERT INTO `lt_area` VALUES ('3117', '3111', '易门县', '0');
INSERT INTO `lt_area` VALUES ('3118', '3111', '峨山彝族自治县', '0');
INSERT INTO `lt_area` VALUES ('3119', '3111', '新平彝族傣族自治县', '0');
INSERT INTO `lt_area` VALUES ('3120', '3111', '元江哈尼族彝族傣族自治县', '0');
INSERT INTO `lt_area` VALUES ('3121', '2987', '昭通市', '0');
INSERT INTO `lt_area` VALUES ('3122', '3121', '昭阳区', '0');
INSERT INTO `lt_area` VALUES ('3123', '3121', '鲁甸县', '0');
INSERT INTO `lt_area` VALUES ('3124', '3121', '巧家县', '0');
INSERT INTO `lt_area` VALUES ('3125', '3121', '盐津县', '0');
INSERT INTO `lt_area` VALUES ('3126', '3121', '大关县', '0');
INSERT INTO `lt_area` VALUES ('3127', '3121', '永善县', '0');
INSERT INTO `lt_area` VALUES ('3128', '3121', '绥江县', '0');
INSERT INTO `lt_area` VALUES ('3129', '3121', '镇雄县', '0');
INSERT INTO `lt_area` VALUES ('3130', '3121', '彝良县', '0');
INSERT INTO `lt_area` VALUES ('3131', '3121', '威信县', '0');
INSERT INTO `lt_area` VALUES ('3132', '3121', '水富县', '0');
INSERT INTO `lt_area` VALUES ('3133', '0', '浙江', '0');
INSERT INTO `lt_area` VALUES ('3134', '3133', '杭州市', '0');
INSERT INTO `lt_area` VALUES ('3135', '3134', '上城区', '0');
INSERT INTO `lt_area` VALUES ('3136', '3134', '下城区', '0');
INSERT INTO `lt_area` VALUES ('3137', '3134', '江干区', '0');
INSERT INTO `lt_area` VALUES ('3138', '3134', '拱墅区', '0');
INSERT INTO `lt_area` VALUES ('3139', '3134', '西湖区', '0');
INSERT INTO `lt_area` VALUES ('3140', '3134', '滨江区', '0');
INSERT INTO `lt_area` VALUES ('3141', '3134', '萧山区', '0');
INSERT INTO `lt_area` VALUES ('3142', '3134', '余杭区', '0');
INSERT INTO `lt_area` VALUES ('3143', '3134', '桐庐县', '0');
INSERT INTO `lt_area` VALUES ('3144', '3134', '淳安县', '0');
INSERT INTO `lt_area` VALUES ('3145', '3134', '建德市', '0');
INSERT INTO `lt_area` VALUES ('3146', '3134', '富阳市', '0');
INSERT INTO `lt_area` VALUES ('3147', '3134', '临安市', '0');
INSERT INTO `lt_area` VALUES ('3148', '3133', '湖州市', '0');
INSERT INTO `lt_area` VALUES ('3149', '3148', '吴兴区', '0');
INSERT INTO `lt_area` VALUES ('3150', '3148', '南浔区', '0');
INSERT INTO `lt_area` VALUES ('3151', '3148', '德清县', '0');
INSERT INTO `lt_area` VALUES ('3152', '3148', '长兴县', '0');
INSERT INTO `lt_area` VALUES ('3153', '3148', '安吉县', '0');
INSERT INTO `lt_area` VALUES ('3154', '3133', '嘉兴市', '0');
INSERT INTO `lt_area` VALUES ('3155', '3154', '秀城区', '0');
INSERT INTO `lt_area` VALUES ('3156', '3154', '秀洲区', '0');
INSERT INTO `lt_area` VALUES ('3157', '3154', '嘉善县', '0');
INSERT INTO `lt_area` VALUES ('3158', '3154', '海盐县', '0');
INSERT INTO `lt_area` VALUES ('3159', '3154', '海宁市', '0');
INSERT INTO `lt_area` VALUES ('3160', '3154', '平湖市', '0');
INSERT INTO `lt_area` VALUES ('3161', '3154', '桐乡市', '0');
INSERT INTO `lt_area` VALUES ('3162', '3133', '金华市', '0');
INSERT INTO `lt_area` VALUES ('3163', '3162', '婺城区', '0');
INSERT INTO `lt_area` VALUES ('3164', '3162', '金东区', '0');
INSERT INTO `lt_area` VALUES ('3165', '3162', '武义县', '0');
INSERT INTO `lt_area` VALUES ('3166', '3162', '浦江县', '0');
INSERT INTO `lt_area` VALUES ('3167', '3162', '磐安县', '0');
INSERT INTO `lt_area` VALUES ('3168', '3162', '兰溪市', '0');
INSERT INTO `lt_area` VALUES ('3169', '3162', '义乌市', '0');
INSERT INTO `lt_area` VALUES ('3170', '3162', '东阳市', '0');
INSERT INTO `lt_area` VALUES ('3171', '3162', '永康市', '0');
INSERT INTO `lt_area` VALUES ('3172', '3133', '丽水市', '0');
INSERT INTO `lt_area` VALUES ('3173', '3172', '莲都区', '0');
INSERT INTO `lt_area` VALUES ('3174', '3172', '青田县', '0');
INSERT INTO `lt_area` VALUES ('3175', '3172', '缙云县', '0');
INSERT INTO `lt_area` VALUES ('3176', '3172', '遂昌县', '0');
INSERT INTO `lt_area` VALUES ('3177', '3172', '松阳县', '0');
INSERT INTO `lt_area` VALUES ('3178', '3172', '云和县', '0');
INSERT INTO `lt_area` VALUES ('3179', '3172', '庆元县', '0');
INSERT INTO `lt_area` VALUES ('3180', '3172', '景宁畲族自治县', '0');
INSERT INTO `lt_area` VALUES ('3181', '3172', '龙泉市', '0');
INSERT INTO `lt_area` VALUES ('3182', '3133', '宁波市', '0');
INSERT INTO `lt_area` VALUES ('3183', '3182', '海曙区', '0');
INSERT INTO `lt_area` VALUES ('3184', '3182', '江东区', '0');
INSERT INTO `lt_area` VALUES ('3185', '3182', '江北区', '0');
INSERT INTO `lt_area` VALUES ('3186', '3182', '北仑区', '0');
INSERT INTO `lt_area` VALUES ('3187', '3182', '镇海区', '0');
INSERT INTO `lt_area` VALUES ('3188', '3182', '鄞州区', '0');
INSERT INTO `lt_area` VALUES ('3189', '3182', '象山县', '0');
INSERT INTO `lt_area` VALUES ('3190', '3182', '宁海县', '0');
INSERT INTO `lt_area` VALUES ('3191', '3182', '余姚市', '0');
INSERT INTO `lt_area` VALUES ('3192', '3182', '慈溪市', '0');
INSERT INTO `lt_area` VALUES ('3193', '3182', '奉化市', '0');
INSERT INTO `lt_area` VALUES ('3194', '3133', '衢州市', '0');
INSERT INTO `lt_area` VALUES ('3195', '3194', '柯城区', '0');
INSERT INTO `lt_area` VALUES ('3196', '3194', '衢江区', '0');
INSERT INTO `lt_area` VALUES ('3197', '3194', '常山县', '0');
INSERT INTO `lt_area` VALUES ('3198', '3194', '开化县', '0');
INSERT INTO `lt_area` VALUES ('3199', '3194', '龙游县', '0');
INSERT INTO `lt_area` VALUES ('3200', '3194', '江山市', '0');
INSERT INTO `lt_area` VALUES ('3201', '3133', '绍兴市', '0');
INSERT INTO `lt_area` VALUES ('3202', '3201', '越城区', '0');
INSERT INTO `lt_area` VALUES ('3203', '3201', '绍兴县', '0');
INSERT INTO `lt_area` VALUES ('3204', '3201', '新昌县', '0');
INSERT INTO `lt_area` VALUES ('3205', '3201', '诸暨市', '0');
INSERT INTO `lt_area` VALUES ('3206', '3201', '上虞市', '0');
INSERT INTO `lt_area` VALUES ('3207', '3201', '嵊州市', '0');
INSERT INTO `lt_area` VALUES ('3208', '3133', '台州市', '0');
INSERT INTO `lt_area` VALUES ('3209', '3208', '椒江区', '0');
INSERT INTO `lt_area` VALUES ('3210', '3208', '黄岩区', '0');
INSERT INTO `lt_area` VALUES ('3211', '3208', '路桥区', '0');
INSERT INTO `lt_area` VALUES ('3212', '3208', '玉环县', '0');
INSERT INTO `lt_area` VALUES ('3213', '3208', '三门县', '0');
INSERT INTO `lt_area` VALUES ('3214', '3208', '天台县', '0');
INSERT INTO `lt_area` VALUES ('3215', '3208', '仙居县', '0');
INSERT INTO `lt_area` VALUES ('3216', '3208', '温岭市', '0');
INSERT INTO `lt_area` VALUES ('3217', '3208', '临海市', '0');
INSERT INTO `lt_area` VALUES ('3218', '3133', '温州市', '0');
INSERT INTO `lt_area` VALUES ('3219', '3218', '鹿城区', '0');
INSERT INTO `lt_area` VALUES ('3220', '3218', '龙湾区', '0');
INSERT INTO `lt_area` VALUES ('3221', '3218', '瓯海区', '0');
INSERT INTO `lt_area` VALUES ('3222', '3218', '洞头县', '0');
INSERT INTO `lt_area` VALUES ('3223', '3218', '永嘉县', '0');
INSERT INTO `lt_area` VALUES ('3224', '3218', '平阳县', '0');
INSERT INTO `lt_area` VALUES ('3225', '3218', '苍南县', '0');
INSERT INTO `lt_area` VALUES ('3226', '3218', '文成县', '0');
INSERT INTO `lt_area` VALUES ('3227', '3218', '泰顺县', '0');
INSERT INTO `lt_area` VALUES ('3228', '3218', '瑞安市', '0');
INSERT INTO `lt_area` VALUES ('3229', '3218', '乐清市', '0');
INSERT INTO `lt_area` VALUES ('3230', '3133', '舟山市', '0');
INSERT INTO `lt_area` VALUES ('3231', '3230', '定海区', '0');
INSERT INTO `lt_area` VALUES ('3232', '3230', '普陀区', '0');
INSERT INTO `lt_area` VALUES ('3233', '3230', '岱山县', '0');
INSERT INTO `lt_area` VALUES ('3234', '3230', '嵊泗县', '0');
INSERT INTO `lt_area` VALUES ('3235', '0', '香港', '0');
INSERT INTO `lt_area` VALUES ('3236', '3235', '九龙', '0');
INSERT INTO `lt_area` VALUES ('3237', '3235', '香港岛', '0');
INSERT INTO `lt_area` VALUES ('3238', '3235', '新界', '0');
INSERT INTO `lt_area` VALUES ('3239', '0', '澳门', '0');
INSERT INTO `lt_area` VALUES ('3240', '3239', '澳门半岛', '0');
INSERT INTO `lt_area` VALUES ('3241', '3239', '离岛', '0');
INSERT INTO `lt_area` VALUES ('3242', '0', '台湾', '0');
INSERT INTO `lt_area` VALUES ('3243', '3242', '台北市', '0');
INSERT INTO `lt_area` VALUES ('3244', '3242', '高雄市', '0');
INSERT INTO `lt_area` VALUES ('3245', '3242', '高雄县', '0');
INSERT INTO `lt_area` VALUES ('3246', '3242', '花莲县', '0');
INSERT INTO `lt_area` VALUES ('3247', '3242', '基隆市', '0');
INSERT INTO `lt_area` VALUES ('3248', '3242', '嘉义市', '0');
INSERT INTO `lt_area` VALUES ('3249', '3242', '嘉义县', '0');
INSERT INTO `lt_area` VALUES ('3250', '3242', '金门县', '0');
INSERT INTO `lt_area` VALUES ('3251', '3242', '苗栗县', '0');
INSERT INTO `lt_area` VALUES ('3252', '3242', '南投县', '0');
INSERT INTO `lt_area` VALUES ('3253', '3242', '澎湖县', '0');
INSERT INTO `lt_area` VALUES ('3254', '3242', '屏东县', '0');
INSERT INTO `lt_area` VALUES ('3255', '3242', '台北县', '0');
INSERT INTO `lt_area` VALUES ('3256', '3242', '台东县', '0');
INSERT INTO `lt_area` VALUES ('3257', '3242', '台南市', '0');
INSERT INTO `lt_area` VALUES ('3258', '3242', '台南县', '0');
INSERT INTO `lt_area` VALUES ('3259', '3242', '台中市', '0');
INSERT INTO `lt_area` VALUES ('3260', '3242', '台中县', '0');
INSERT INTO `lt_area` VALUES ('3261', '3242', '桃园县', '0');
INSERT INTO `lt_area` VALUES ('3262', '3242', '新竹市', '0');
INSERT INTO `lt_area` VALUES ('3263', '3242', '新竹县', '0');
INSERT INTO `lt_area` VALUES ('3264', '3242', '宜兰县', '0');
INSERT INTO `lt_area` VALUES ('3265', '3242', '云林县', '0');
INSERT INTO `lt_area` VALUES ('3266', '3242', '彰化县', '0');
|
<filename>src/test/resources/schema.sql
create table job (
id varchar(256) not null primary key,
status varchar(256) not null,
current_task int not null,
pipeline_id varchar(256) not null,
parent_task_execution_id varchar(256),
label varchar(256),
create_time timestamp not null,
start_time timestamp,
end_time timestamp,
tags text not null,
priority int not null,
inputs text not null,
webhooks text not null,
outputs text not null
);
create table task_execution (
id varchar(256) not null primary key,
parent_id varchar(256),
status varchar(256) not null,
progress int not null,
job_id varchar(256) not null,
create_time timestamp not null,
start_time timestamp,
end_time timestamp,
serialized_execution text not null,
priority int not null,
task_number int not null
);
create table context (
id varchar(256) not null primary key,
stack_id varchar(256) not null,
create_time timestamp not null,
serialized_context text not null
);
create table counter (
id varchar(256) not null primary key,
create_time timestamp not null,
value bigint not null
);
|
BEGIN;
ALTER TABLE kv_staging RENAME TO graveler_staging_kv;
ALTER TABLE graveler_staging_kv ALTER COLUMN identity DROP NOT NULL;
COMMIT;
|
<reponame>mmorel-35/promscale<gh_stars>100-1000
INSERT INTO log VALUES('migration 0.2.0');
|
<filename>sql/updates/2.0.0-rc1--2.0.0-rc2.sql
DROP FUNCTION IF EXISTS detach_data_node(name,regclass,boolean,boolean);
DROP FUNCTION IF EXISTS distributed_exec;
DROP PROCEDURE IF EXISTS refresh_continuous_aggregate(regclass,"any","any");
DROP VIEW IF EXISTS timescaledb_information.continuous_aggregates;
-- Rebuild hypertable invalidation log
CREATE TABLE _timescaledb_catalog.continuous_aggs_hypertable_invalidation_log_tmp AS
SELECT hypertable_id, lowest_modified_value, greatest_modified_value
FROM _timescaledb_catalog.continuous_aggs_hypertable_invalidation_log;
ALTER EXTENSION timescaledb
DROP TABLE _timescaledb_catalog.continuous_aggs_hypertable_invalidation_log;
DROP TABLE _timescaledb_catalog.continuous_aggs_hypertable_invalidation_log;
CREATE TABLE _timescaledb_catalog.continuous_aggs_hypertable_invalidation_log (
hypertable_id integer NOT NULL,
lowest_modified_value bigint NOT NULL,
greatest_modified_value bigint NOT NULL
);
INSERT INTO _timescaledb_catalog.continuous_aggs_hypertable_invalidation_log
SELECT * FROM _timescaledb_catalog.continuous_aggs_hypertable_invalidation_log_tmp;
DROP TABLE _timescaledb_catalog.continuous_aggs_hypertable_invalidation_log_tmp;
SELECT pg_catalog.pg_extension_config_dump(
'_timescaledb_catalog.continuous_aggs_hypertable_invalidation_log', '');
CREATE INDEX continuous_aggs_hypertable_invalidation_log_idx ON
_timescaledb_catalog.continuous_aggs_hypertable_invalidation_log (
hypertable_id, lowest_modified_value ASC);
GRANT SELECT ON _timescaledb_catalog.continuous_aggs_hypertable_invalidation_log TO PUBLIC;
-- Rebuild materialization invalidation log
CREATE TABLE _timescaledb_catalog.continuous_aggs_materialization_invalidation_log_tmp AS
SELECT materialization_id, lowest_modified_value, greatest_modified_value
FROM _timescaledb_catalog.continuous_aggs_materialization_invalidation_log;
ALTER EXTENSION timescaledb
DROP TABLE _timescaledb_catalog.continuous_aggs_materialization_invalidation_log;
DROP TABLE _timescaledb_catalog.continuous_aggs_materialization_invalidation_log;
CREATE TABLE _timescaledb_catalog.continuous_aggs_materialization_invalidation_log (
materialization_id integer
REFERENCES _timescaledb_catalog.continuous_agg (mat_hypertable_id) ON DELETE CASCADE,
lowest_modified_value bigint NOT NULL,
greatest_modified_value bigint NOT NULL
);
INSERT INTO _timescaledb_catalog.continuous_aggs_materialization_invalidation_log
SELECT * FROM _timescaledb_catalog.continuous_aggs_materialization_invalidation_log_tmp;
DROP TABLE _timescaledb_catalog.continuous_aggs_materialization_invalidation_log_tmp;
SELECT pg_catalog.pg_extension_config_dump(
'_timescaledb_catalog.continuous_aggs_materialization_invalidation_log',
'');
CREATE INDEX continuous_aggs_materialization_invalidation_log_idx ON
_timescaledb_catalog.continuous_aggs_materialization_invalidation_log (
materialization_id, lowest_modified_value ASC);
GRANT SELECT ON _timescaledb_catalog.continuous_aggs_materialization_invalidation_log TO PUBLIC;
-- Suspend any running retention policies that conflict with continuous aggs
-- Note that this approach will work for both timestamp and integer time columns
DO $$
DECLARE
jobid INTEGER;
BEGIN
FOR jobid IN
SELECT c.id
FROM _timescaledb_config.bgw_job a
LEFT JOIN _timescaledb_catalog.continuous_agg b ON a.hypertable_id = b.mat_hypertable_id
INNER JOIN _timescaledb_config.bgw_job c ON c.hypertable_id = b.raw_hypertable_id
WHERE a.proc_name = 'policy_refresh_continuous_aggregate' AND c.proc_name = 'policy_retention' AND c.scheduled
AND ((a.config->'start_offset') = NULL OR (a.config->'start_offset')::text::interval > (c.config->'drop_after')::text::interval)
LOOP
RAISE NOTICE 'suspending data retention policy with job id %.', jobid
USING DETAIL = 'The retention policy (formerly drop_chunks policy) will drop chunks while a continuous aggregate is still running on them. This will likely result in overwriting the aggregate with empty data.',
HINT = ('To restore the retention policy, with the possibility of updating aggregates with dropped data, run: SELECT alter_job(%, scheduled=>true); Otherwise, please create a new rention_policy with a larger drop_after parameter and remove the old policy with: SELECT delete_job(%);', jobid, jobid);
UPDATE _timescaledb_config.bgw_job SET scheduled = false WHERE id = jobid;
END LOOP;
END $$;
-- Recreate missing dimension slices that might be missing. If the
-- dimension slice table is broken and there are dimension slices
-- missing from the table, we will repair it by:
--
-- 1. Finding all chunk constraints that have missing dimension
-- slices and extract the constraint expression from the
-- associated constraint.
--
-- 2. Parse the constraint expression and extract the column name,
-- and upper and lower range values as text or, if it is a
-- partition constraint, pick the existing constraint (either
-- uppper or lower end of range) and make the other end open.
--
-- 3. Use the column type to construct the range values (UNIX
-- microseconds) from these strings.
INSERT INTO _timescaledb_catalog.dimension_slice
WITH
-- All dimension slices that are mentioned in the chunk_constraint
-- table but are missing from the dimension_slice table.
missing_slices AS (
SELECT hypertable_id,
chunk_id,
dimension_slice_id,
constraint_name,
attname AS column_name,
pg_get_expr(conbin, conrelid) AS constraint_expr
FROM _timescaledb_catalog.chunk_constraint cc
JOIN _timescaledb_catalog.chunk ch ON cc.chunk_id = ch.id
JOIN pg_constraint ON conname = constraint_name
JOIN pg_namespace ns ON connamespace = ns.oid AND ns.nspname = ch.schema_name
JOIN pg_attribute ON attnum = conkey[1] AND attrelid = conrelid
WHERE
dimension_slice_id NOT IN (SELECT id FROM _timescaledb_catalog.dimension_slice)
),
-- Unparsed range start and end for each dimension slice id that
-- is missing.
unparsed_missing_slices AS (
SELECT di.id AS dimension_id,
dimension_slice_id,
constraint_name,
column_type,
column_name,
(SELECT SUBSTRING(constraint_expr, $$>=\s*'?([\w\d\s:+-]+)'?$$)) AS range_start,
(SELECT SUBSTRING(constraint_expr, $$<\s*'?([\w\d\s:+-]+)'?$$)) AS range_end
FROM missing_slices JOIN _timescaledb_catalog.dimension di USING (hypertable_id, column_name)
)
SELECT DISTINCT
dimension_slice_id,
dimension_id,
CASE
WHEN column_type = 'timestamptz'::regtype THEN
EXTRACT(EPOCH FROM range_start::timestamptz)::bigint * 1000000
WHEN column_type = 'timestamp'::regtype THEN
EXTRACT(EPOCH FROM range_start::timestamp)::bigint * 1000000
WHEN column_type = 'date'::regtype THEN
EXTRACT(EPOCH FROM range_start::date)::bigint * 1000000
ELSE
CASE
WHEN range_start IS NULL
THEN (-9223372036854775808)::bigint
ELSE range_start::bigint
END
END AS range_start,
CASE
WHEN column_type = 'timestamptz'::regtype THEN
EXTRACT(EPOCH FROM range_end::timestamptz)::bigint * 1000000
WHEN column_type = 'timestamp'::regtype THEN
EXTRACT(EPOCH FROM range_end::timestamp)::bigint * 1000000
WHEN column_type = 'date'::regtype THEN
EXTRACT(EPOCH FROM range_end::date)::bigint * 1000000
ELSE
CASE WHEN range_end IS NULL
THEN 9223372036854775807::bigint
ELSE range_end::bigint
END
END AS range_end
FROM unparsed_missing_slices;
|
<filename>docker/images/database/fixtures.d/0000-schema.sql
create table users
(
email longtext null,
first_name longtext null,
last_name longtext null,
role enum ('user', 'admin') null,
kdf_algorithm enum ('argon2id-v1') null,
kdf_password_hash varbinary(64) null,
kdf_salt varbinary(64) null,
kdf_time_factor int unsigned null,
kdf_memory_factor int unsigned null,
kdf_thread_factor tinyint unsigned null,
kdf_key_len int unsigned null,
id bigint unsigned auto_increment
primary key,
created_at datetime(3) null,
updated_at datetime(3) null,
deleted_at datetime(3) null
);
create index idx_users_deleted_at
on users (deleted_at);
|
<reponame>strk/nz-buildings
-- Verify nz-buildings:buildings/functions/building_use on pg
BEGIN;
SELECT has_function_privilege('buildings.building_use_update_end_lifespan(integer[])', 'execute');
ROLLBACK;
|
/*
Navicat MySQL Data Transfer
Source Server : localhost
Source Server Version : 50528
Source Host : localhost:3306
Source Database : reading
Target Server Type : MYSQL
Target Server Version : 50528
File Encoding : 65001
Date: 2015-05-21 21:59:32
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `user`
-- ----------------------------
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(50) DEFAULT NULL,
`truename` varchar(50) DEFAULT NULL,
`passwd` varchar(32) DEFAULT NULL,
`salt` varchar(32) DEFAULT NULL,
`email` varchar(32) DEFAULT NULL,
`phone` varchar(15) DEFAULT NULL,
`img` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of user
-- ----------------------------
INSERT INTO `user` VALUES ('1', 'bk02', null, null, '3215', '<EMAIL>', null, null);
INSERT INTO `user` VALUES ('2', null, null, '96e79218965eb72c92a549dd5a330112', '1251', null, null, null);
INSERT INTO `user` VALUES ('3', 'bk0211', null, null, '2152', '<EMAIL>', null, '12');
INSERT INTO `user` VALUES ('4', 'bk02111', null, '96e79218965eb72c92a549dd5a330112', '7896', '<EMAIL>', null, null);
INSERT INTO `user` VALUES ('5', 'bk0211112', null, '96e79218965eb72c92a549dd5a330112', '4535', '<EMAIL>', null, null);
INSERT INTO `user` VALUES ('6', 'bk02', null, '96e79218965eb72c92a549dd5a330112', '2152', '<EMAIL>', null, null);
INSERT INTO `user` VALUES ('7', 'bk02', null, '96e79218965eb72c92a549dd5a330112', '8795', '<EMAIL>', null, null);
INSERT INTO `user` VALUES ('8', 'bk02332', null, '96e79218965eb72c92a549dd5a330112', '2354', '<EMAIL>', null, null);
INSERT INTO `user` VALUES ('9', 'bk02001', null, '670b14728ad9902aecba32e22fa4f6bd', null, '<EMAIL>', '', null);
INSERT INTO `user` VALUES ('10', 'bk0221212', null, 'cc065dbcefa4ca6ea12c769262f855ba', '5546fc5aafa05', '<EMAIL>', '', null);
|
<filename>sql2_persediaan/beban_rinci_sql/beban_barang4_korpri.sql
DROP VIEW IF EXISTS view_beban_barang4_korpri;
CREATE VIEW view_beban_barang4_korpri AS
SELECT
*,
beban * harga AS jumlah_harga
FROM
view_beban_barang3_korpri
WHERE
1 = 1 AND
beban > 0 AND
id_skpd = 27;
GRANT ALL PRIVILEGES ON view_beban_barang4_korpri TO lap_korpri;
REVOKE INSERT, UPDATE, DELETE ON view_beban_barang4_korpri FROM lap_korpri;
|
<gh_stars>1-10
/*L
Copyright SAIC
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cabio/LICENSE.txt for details.
L*/
DROP PUBLIC SYNONYM PID_INTERACTION_EVIDENCE
/
--
-- PID_INTERACTION_EVIDENCE (Synonym)
--
-- Dependencies:
-- PID_INTERACTION_EVIDENCE (Table)
--
CREATE PUBLIC SYNONYM PID_INTERACTION_EVIDENCE FOR PID_INTERACTION_EVIDENCE
/
|
<gh_stars>10-100
BEGIN;
ALTER TABLE prims ADD COLUMN CollisionSound char(36) not null default '00000000-0000-0000-0000-000000000000';
ALTER TABLE prims ADD COLUMN CollisionSoundVolume float not null default 0.0;
COMMIT;
|
<gh_stars>10-100
CREATE OR REPLACE FUNCTION cdb_dataservices_client._cdb_route_point_to_point_exception_safe(origin GEOMETRY, destination GEOMETRY, mode TEXT, options TEXT[], units TEXT, OUT duration integer, OUT length real, OUT shape geometry)
AS $$
SELECT
trunc(random() * 1000)::integer duration,
ST_Distance(origin, destination)::real length,
ST_MakeLine(origin, destination) the_geom
$$ LANGUAGE 'sql' IMMUTABLE STRICT;
|
<gh_stars>100-1000
--
-- Calculate the equal interval bins for a given column
--
-- @param in_array An array of numbers to determine the best
-- bin boundary
--
-- @param breaks The number of bins you want to find.
--
--
-- Returns: upper edges of bins
--
--
CREATE OR REPLACE FUNCTION @extschema@.CDB_EqualIntervalBins ( in_array anyarray, breaks INT ) RETURNS anyarray as $$
WITH stats AS (
SELECT min(e), (max(e)-min(e))/breaks AS del
FROM (SELECT unnest(in_array) e) AS p)
SELECT array_agg(bins)
FROM (
SELECT min + generate_series(1,breaks)*del AS bins
FROM stats) q;
$$ LANGUAGE SQL IMMUTABLE PARALLEL SAFE;
DROP FUNCTION IF EXISTS @extschema@.CDB_EqualIntervalBins( numeric[], integer);
|
<reponame>Zhaojia2019/cubrid-testcases
--[er]create two tables with varchar and nchar varying data types and tests a create syntax with conditions like 'varchar(-1)','nchar varying(-1)' and then report syntax error
create class c_v (v varchar(-1));
create class c_nv (nv nchar varying(-1));
drop c_v;
drop c_nv;
|
<filename>examples/mssql/mssql_init.sql<gh_stars>10-100
USE master
GO
-- Create the new database if it does not exist already
IF NOT EXISTS (
SELECT [name]
FROM sys.databases
WHERE [name] = N'RedisGearsTest'
)
CREATE DATABASE RedisGearsTest
GO
-- Create sample emp table
USE [RedisGearsTest]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[emp] (
[empno] int NOT NULL,
[fname] varchar(50),
[lname] varchar(50),
PRIMARY KEY ([empno])
)
GO
SELECT * FROM emp
GO
|
<reponame>opengauss-mirror/Yat
-- @testpoint: opengauss关键字reuse非保留),作为索引名,部分测试点合理报错
--前置条件,创建一个表
drop table if exists reuse_test;
create table reuse_test(id int,name varchar(10));
--关键字不带引号-成功
drop index if exists reuse;
create index reuse on reuse_test(id);
--清理环境
drop index reuse;
--关键字带双引号-成功
drop index if exists "reuse";
create index "reuse" on reuse_test(id);
--清理环境
drop index "reuse";
--关键字带单引号-合理报错
drop index if exists 'reuse';
--关键字带反引号-合理报错
drop index if exists `reuse`;
drop table if exists reuse_test;
|
<filename>sql/State/StoredProcedures/SP_DeleteState/SP_DeleteState.create.sql
-- Create a new stored procedure called 'SP_DeleteState' in schema 'dbo'
-- Drop the stored procedure if it already exists
IF EXISTS (
SELECT *
FROM INFORMATION_SCHEMA.ROUTINES
WHERE SPECIFIC_SCHEMA = N'dbo'
AND SPECIFIC_NAME = N'SP_DeleteState'
)
DROP PROCEDURE dbo.SP_DeleteState
GO
-- Create the stored procedure in the specified schema
CREATE PROCEDURE dbo.SP_DeleteState
@stateId INT
AS
-- body of the stored procedure
DELETE FROM dbo.[State] WHERE [stateId] = @stateId
GO
-- example to execute the stored procedure we just created
EXECUTE dbo.SP_DeleteState 8000
GO
SELECT *
FROM [State]
|
<filename>data_scrapping/db_calc/queries/sql_queries/monthly.sql<gh_stars>0
-- Table is created displaying the max and min based on the previous month
-- duplicates needs to be cleared
drop table if exists month{};
create table month{0} (
with monthly as (
select * from main
where
date > subdate(curdate(), interval {0} month)
),
amax as (
select m1.date, m1.address, m1.location, max(m1.price) as price
from monthly m1, monthly m2
where
m1.address = m2.address
group by
m2.address, m1.price, m1.location
having
count(m2.address) > 1 and
m1.price = max(m2.price)
),
amin as (
select m1.date, m1.address, m1.location, min(m1.price) as price
from monthly m1, monthly m2
where
m1.address = m2.address
group by
m2.address, m1.price, m1.location
having
count(m2.address) > 1 and
m1.price = min(m2.price)
),
month1 as (
select * from amax
union all
select * from amin
)
-- remove duplicates
select m1.date, m1.address, m1.location, m1.price
from month1 m1, month1 m2
where
m1.address = m2.address and
m1.location = m2.location and
m1.price != m2.price
);
-- insert most recent price of addresses listed above
-- insert into month1 (
-- with monthlly as (
-- select date, address, price
-- from main
-- where date > subdate(curdate(), interval 1 month)
-- )
-- select m1.date, m1.address, m1.price
-- from monthlly m1, monthlly m2
-- where
-- m1.address = m2.address and
-- m1.date = m2.date and
-- m1.price = m2.price
-- group by
-- m1.address
-- having
-- m1.date = max(m2.date) and
-- (m1.date, m1.address) in (
-- select date, address
-- from month1
-- group by address
-- )
-- )
|
<gh_stars>0
create table if not exists prefeitos(
id int unsigned not null auto_increment,
nome varchar(255) not null,
cidade_id int unsigned,
PRIMARY KEY(id),
UNIQUE KEY(cidade_id),
FOREIGN KEY(cidade_id) REFERENCES cidades(id)
);
|
-- Query the list of CITY names from STATION that do not end with vowels.
-- Your result cannot contain duplicates.
SELECT DISTINCT(CITY)
FROM STATION
WHERE CITY RLIKE '[^AEIOUaeiou]$';
|
<gh_stars>1-10
CREATE TABLE babelcache (
keyhash VARCHAR(50),
payload MEDIUMBLOB,
PRIMARY KEY (keyhash)
) ENGINE = MyISAM;
|
<filename>migrations/2021-03-18-234004_create_rtc_rw_configs/down.sql
DROP TABLE rtc_reader_config;
DROP TABLE rtc_writer_config;
|
/***********************
params: database
***********************/
--Select database
USE @database@;
GO
--Drop raw.hgcpt table
IF(OBJECT_ID('raw.hgcpt') IS NOT NULL)
BEGIN
DROP TABLE raw.hgcpt;
END
;
GO
--Create raw.hgcpt table
IF(OBJECT_ID('raw.hgcpt') IS NULL)
BEGIN
CREATE TABLE raw.hgcpt (
HGCPT901_CODE VARCHAR(20)
,HGCPT902_PAYER VARCHAR(20)
,HGCPT903_DESCRIPTION VARCHAR(100)
,HGCPT904_EDATE VARCHAR(20)
);
END
;
|
USE [NavIntegrationDB]
GO
/****** Object: StoredProcedure [dbo].[SWITCH_Temp_DetailsDelete] Script Date: 02/13/2012 17:17:22 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[SWITCH_Temp_DetailsDelete]
@param_strClientID nvarchar(50) = NULL,
@param_strPortfolioID nvarchar(50) = NULL
AS
BEGIN
SET NOCOUNT ON;
DELETE
FROM [NavIntegrationDB].[dbo].[SwitchDetailsTemp]
WHERE ClientID = @param_strClientID
AND PortfolioID = @param_strPortfolioID
END
GO
|
-- +goose Up
CREATE TABLE IF NOT EXISTS production.test (
id SERIAL PRIMARY KEY,
code text NOT NULL,
meta jsonb,
created_at timestamptz NOT NULL DEFAULT now(),
updated_at timestamptz NOT NULL DEFAULT now(),
deleted_at timestamptz NULL
);
-- +goose Down
DROP TABLE IF EXISTS production.test;
|
<reponame>axvr/txtdb
SELECT *
FROM foo
WHERE bar IN ('hello', 'world')
SELECT * FROM foo
WHERE baz IN
(select * from bar
where woz in ('apple', 'steve'))
UPDATE sometable
SET foo = 'bar',
bar = 'foo'
/* hello = hello + 1 */
/* WHERE foo = 'baz' */
DELETE FROM [foo bar]
/* WHERE x = 1 */
SELECT hello, world
FROM [foo bar]
/* WHERE hello IS NOT NULL */
|
-- 2019-09-17T15:08:33.611Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Column SET EntityType='D',Updated=TO_TIMESTAMP('2019-09-17 17:08:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=568741
;
-- 2019-09-17T15:22:45.047Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Element_Trl SET Description='', Help='', IsTranslated='Y', Name='Kundenbetreuer', PrintName='Kundenbetreuer',Updated=TO_TIMESTAMP('2019-09-17 17:22:45','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=1063 AND AD_Language='de_CH'
;
-- 2019-09-17T15:22:45.049Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
/* DDL */ select update_TRL_Tables_On_AD_Element_TRL_Update(1063,'de_CH')
;
-- 2019-09-17T15:23:12.135Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Element_Trl SET Name='Account manager', PrintName='Account manager',Updated=TO_TIMESTAMP('2019-09-17 17:23:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=1063 AND AD_Language='en_US'
;
-- 2019-09-17T15:23:12.136Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
/* DDL */ select update_TRL_Tables_On_AD_Element_TRL_Update(1063,'en_US')
;
-- 2019-09-17T15:23:21.474Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Element_Trl SET IsTranslated='Y', Name='Kundenbetreuer', PrintName='Kundenbetreuer',Updated=TO_TIMESTAMP('2019-09-17 17:23:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=1063 AND AD_Language='de_DE'
;
-- 2019-09-17T15:23:21.481Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
/* DDL */ select update_TRL_Tables_On_AD_Element_TRL_Update(1063,'de_DE')
;
-- 2019-09-17T15:23:21.503Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
/* DDL */ select update_ad_element_on_ad_element_trl_update(1063,'de_DE')
;
-- 2019-09-17T15:23:21.505Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Column SET ColumnName='SalesRep_ID', Name='Kundenbetreuer', Description='', Help='' WHERE AD_Element_ID=1063
;
-- 2019-09-17T15:23:21.508Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process_Para SET ColumnName='SalesRep_ID', Name='Kundenbetreuer', Description='', Help='', AD_Element_ID=1063 WHERE UPPER(ColumnName)='SALESREP_ID' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL
;
-- 2019-09-17T15:23:21.510Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process_Para SET ColumnName='SalesRep_ID', Name='Kundenbetreuer', Description='', Help='' WHERE AD_Element_ID=1063 AND IsCentrallyMaintained='Y'
;
-- 2019-09-17T15:23:21.511Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Field SET Name='Kundenbetreuer', Description='', Help='' WHERE (AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=1063) AND AD_Name_ID IS NULL ) OR (AD_Name_ID = 1063)
;
-- 2019-09-17T15:23:21.541Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_PrintFormatItem pi SET PrintName='Kundenbetreuer', Name='Kundenbetreuer' WHERE IsCentrallyMaintained='Y' AND EXISTS (SELECT * FROM AD_Column c WHERE c.AD_Column_ID=pi.AD_Column_ID AND c.AD_Element_ID=1063)
;
-- 2019-09-17T15:23:21.552Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Tab SET Name='Kundenbetreuer', Description='', Help='', CommitWarning = NULL WHERE AD_Element_ID = 1063
;
-- 2019-09-17T15:23:21.553Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_WINDOW SET Name='Kundenbetreuer', Description='', Help='' WHERE AD_Element_ID = 1063
;
-- 2019-09-17T15:23:21.554Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Menu SET Name = 'Kundenbetreuer', Description = '', WEBUI_NameBrowse = NULL, WEBUI_NameNew = NULL, WEBUI_NameNewBreadcrumb = NULL WHERE AD_Element_ID = 1063
;
-- 2019-09-17T15:25:24.312Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,DDL_NoForeignKey,EntityType,FieldLength,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutoApplyValidationRule,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsForceIncludeInGeneratedModel,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsRangeFilter,IsSelectionColumn,IsShowFilterIncrementButtons,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,568785,541357,0,30,353,259,'C_BPartner_SalesRep_ID',TO_TIMESTAMP('2019-09-17 17:25:24','YYYY-MM-DD HH24:MI:SS'),100,'N','D',10,'Y','N','Y','N','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','Vertriebspartner',0,0,TO_TIMESTAMP('2019-09-17 17:25:24','YYYY-MM-DD HH24:MI:SS'),100,0)
;
-- 2019-09-17T15:25:24.313Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language, t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y'AND (l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N') AND t.AD_Column_ID=568785 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID)
;
-- 2019-09-17T15:25:24.315Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
/* DDL */ select update_Column_Translation_From_AD_Element(541357)
;
-- 2019-09-17T15:26:11.276Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Element SET EntityType='D',Updated=TO_TIMESTAMP('2019-09-17 17:26:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=541357
;
-- 2019-09-17T15:26:18.897Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
/* DDL */ SELECT public.db_alter_table('C_Order','ALTER TABLE public.C_Order ADD COLUMN C_BPartner_SalesRep_ID NUMERIC(10)')
;
-- 2019-09-17T15:26:19.728Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
ALTER TABLE C_Order ADD CONSTRAINT CBPartnerSalesRep_COrder FOREIGN KEY (C_BPartner_SalesRep_ID) REFERENCES public.C_BPartner DEFERRABLE INITIALLY DEFERRED
;
-- 2019-09-17T15:26:55.840Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Column SET EntityType='de.metas.invoicecandidate',Updated=TO_TIMESTAMP('2019-09-17 17:26:55','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=568741
;
-- 2019-09-17T15:27:06.447Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO t_alter_column values('c_invoice_candidate','C_BPartner_SalesRep_ID','NUMERIC(10)',null,null)
;
|
/*
* Every claim change from the RDA API contains a 64-bit sequence number that can be used
* to request a replay of past updates. Each claim in the database will have the most recent
* sequence number that affected that claim stored in a column.
*/
/*
* Add the sequence number column used to track which update from RDA API was
* used to create or update the claim.
*/
alter table "pre_adj"."FissClaims"
add "sequenceNumber" bigint default 0 not null;
alter table "pre_adj"."McsClaims"
add "sequenceNumber" bigint default 0 not null;
/* Remove the default values on the columns. They were only needed to add the not null column. */
ALTER TABLE "pre_adj"."FissClaims"
ALTER COLUMN "sequenceNumber" DROP DEFAULT;
ALTER TABLE "pre_adj"."McsClaims"
ALTER COLUMN "sequenceNumber" DROP DEFAULT;
/* Index to allow quick determination of where to resume stream in calls to RDA API. */
create index "FissClaims_sequenceNumber_idx" on "pre_adj"."FissClaims" ("sequenceNumber");
create index "McsClaims_sequenceNumber_idx" on "pre_adj"."McsClaims" ("sequenceNumber");
/* Index to allow fast query by update time by BFD API. */
create index "FissClaims_lastUpdated_idx" on "pre_adj"."FissClaims" ("lastUpdated");
create index "McsClaims_lastUpdated_idx" on "pre_adj"."McsClaims" ("lastUpdated");
|
UPDATE MR
SET MR.Quantity =
CASE
WHEN M.DisplayUnit IN (3, 4) THEN ROUND(MR.Quantity * 1000, 4)
WHEN M.DisplayUnit IN (1, 2) THEN ROUND(MR.Quantity / 1000, 4)
END
FROM [Notification].[MovementReceipt] AS MR
INNER JOIN [Notification].[Movement] AS M
ON M.Id = MR.MovementId
WHERE M.DisplayUnit != M.QuantityUnit
UPDATE [Notification].[Movement]
SET Quantity =
CASE
WHEN DisplayUnit IN (3, 4) THEN ROUND(Quantity * 1000, 4)
WHEN DisplayUnit IN (1, 2) THEN ROUND(Quantity / 1000, 4)
END,
QuantityUnit = DisplayUnit
WHERE DisplayUnit != QuantityUnit
GO
EXEC sp_rename '[Notification].[Movement].[QuantityUnit]', 'Unit', 'COLUMN'
GO
ALTER TABLE [Notification].[Movement]
DROP CONSTRAINT FK_DisplayUnit_ShipmentQuantityUnit
GO
ALTER TABLE [Notification].[Movement]
DROP COLUMN [DisplayUnit]
GO
|
-- Autumn 2021 edition
-- Postgres 13
DROP SCHEMA IF EXISTS patstat CASCADE;
CREATE SCHEMA patstat AUTHORIZATION patstat;
CREATE TABLE patstat.tls201_appln
(
appln_id int NOT NULL DEFAULT ('0'),
appln_auth char(2) NOT NULL DEFAULT (''),
appln_nr varchar(15) NOT NULL DEFAULT (''),
appln_kind char(2) NOT NULL DEFAULT (' '),
appln_filing_date date NOT NULL DEFAULT ('9999-12-31'),
appln_filing_year smallint NOT NULL DEFAULT '9999',
appln_nr_epodoc varchar(20) NOT NULL DEFAULT (''),
appln_nr_original varchar(100) NOT NULL DEFAULT (''),
ipr_type char(2) NOT NULL DEFAULT (''),
receiving_office char(2) NOT NULL DEFAULT (''),
internat_appln_id int NOT NULL DEFAULT ('0'),
int_phase char(1) NOT NULL DEFAULT ('N'),
reg_phase char(1) NOT NULL DEFAULT ('N'),
nat_phase char(1) NOT NULL DEFAULT ('N'),
earliest_filing_date date NOT NULL DEFAULT ('9999-12-31'),
earliest_filing_year smallint NOT NULL DEFAULT '9999',
earliest_filing_id int NOT NULL DEFAULT '0',
earliest_publn_date date NOT NULL DEFAULT ('9999-12-31'),
earliest_publn_year smallint NOT NULL DEFAULT '9999',
earliest_pat_publn_id int NOT NULL DEFAULT '0',
granted char(1) NOT NULL DEFAULT ('N'),
docdb_family_id int NOT NULL DEFAULT ('0'),
inpadoc_family_id int NOT NULL DEFAULT ('0'),
docdb_family_size smallint NOT NULL default '0',
nb_citing_docdb_fam smallint NOT NULL default '0',
nb_applicants smallint NOT NULL default '0',
nb_inventors smallint NOT NULL default '0',
CONSTRAINT pk_appln_id_auth PRIMARY KEY(appln_id, appln_auth)
) PARTITION BY LIST (appln_auth);
ALTER TABLE patstat.tls201_appln
OWNER TO patstat;
create table patstat.tls201_appln_cn PARTITION OF patstat.tls201_appln FOR VALUES IN ('CN');
create table patstat.tls201_appln_jp PARTITION OF patstat.tls201_appln FOR VALUES IN ('JP');
create table patstat.tls201_appln_us PARTITION OF patstat.tls201_appln FOR VALUES IN ('US');
create table patstat.tls201_appln_de PARTITION OF patstat.tls201_appln FOR VALUES IN ('DE');
create table patstat.tls201_appln_kr PARTITION OF patstat.tls201_appln FOR VALUES IN ('KR');
create table patstat.tls201_appln_wo PARTITION OF patstat.tls201_appln FOR VALUES IN ('WO');
create table patstat.tls201_appln_ep PARTITION OF patstat.tls201_appln FOR VALUES IN ('EP');
create table patstat.tls201_appln_default PARTITION OF patstat.tls201_appln DEFAULT;
ALTER TABLE patstat.tls201_appln_cn OWNER TO patstat;
ALTER TABLE patstat.tls201_appln_jp OWNER TO patstat;
ALTER TABLE patstat.tls201_appln_us OWNER TO patstat;
ALTER TABLE patstat.tls201_appln_de OWNER TO patstat;
ALTER TABLE patstat.tls201_appln_kr OWNER TO patstat;
ALTER TABLE patstat.tls201_appln_wo OWNER TO patstat;
ALTER TABLE patstat.tls201_appln_ep OWNER TO patstat;
ALTER TABLE patstat.tls201_appln_default OWNER TO patstat;
CREATE TABLE patstat.tls202_appln_title
(
appln_id int NOT NULL DEFAULT ('0'),
appln_title_lg char(2) NOT NULL DEFAULT (''),
appln_title text NOT NULL,
CONSTRAINT pk_appln_title_appln_id PRIMARY KEY(appln_id)
);
ALTER TABLE patstat.tls202_appln_title
OWNER TO patstat;
CREATE TABLE patstat.tls203_appln_abstr
(
appln_id int NOT NULL DEFAULT ('0'),
appln_abstract_lg char(2) NOT NULL DEFAULT (''),
appln_abstract text NOT NULL DEFAULT (''),
CONSTRAINT pk_appln_abstr PRIMARY KEY(appln_id, appln_abstract_lg)
) PARTITION BY LIST (appln_abstract_lg);
ALTER TABLE patstat.tls203_appln_abstr
OWNER TO patstat;
create table patstat.tls203_appln_abstr_de PARTITION OF patstat.tls203_appln_abstr FOR VALUES IN ('de');
create table patstat.tls203_appln_abstr_en PARTITION OF patstat.tls203_appln_abstr FOR VALUES IN ('en');
create table patstat.tls203_appln_abstr_es PARTITION OF patstat.tls203_appln_abstr FOR VALUES IN ('es');
create table patstat.tls203_appln_abstr_fr PARTITION OF patstat.tls203_appln_abstr FOR VALUES IN ('fr');
create table patstat.tls203_appln_abstr_ja PARTITION OF patstat.tls203_appln_abstr FOR VALUES IN ('ja');
create table patstat.tls203_appln_abstr_ko PARTITION OF patstat.tls203_appln_abstr FOR VALUES IN ('ko');
create table patstat.tls203_appln_abstr_pt PARTITION OF patstat.tls203_appln_abstr FOR VALUES IN ('pt');
create table patstat.tls203_appln_abstr_zh PARTITION OF patstat.tls203_appln_abstr FOR VALUES IN ('zh');
create table patstat.tls203_appln_abstr_default PARTITION OF patstat.tls203_appln_abstr DEFAULT;
ALTER TABLE patstat.tls203_appln_abstr_de OWNER TO patstat;
ALTER TABLE patstat.tls203_appln_abstr_en OWNER TO patstat;
ALTER TABLE patstat.tls203_appln_abstr_es OWNER TO patstat;
ALTER TABLE patstat.tls203_appln_abstr_fr OWNER TO patstat;
ALTER TABLE patstat.tls203_appln_abstr_ja OWNER TO patstat;
ALTER TABLE patstat.tls203_appln_abstr_ko OWNER TO patstat;
ALTER TABLE patstat.tls203_appln_abstr_pt OWNER TO patstat;
ALTER TABLE patstat.tls203_appln_abstr_zh OWNER TO patstat;
ALTER TABLE patstat.tls203_appln_abstr_default OWNER TO patstat;
CREATE TABLE patstat.tls204_appln_prior
(
appln_id int NOT NULL DEFAULT ('0'),
prior_appln_id int NOT NULL DEFAULT ('0'),
prior_appln_seq_nr smallint NOT NULL DEFAULT ('0'),
CONSTRAINT pk_appln_prior PRIMARY KEY(appln_id, prior_appln_id)
);
ALTER TABLE patstat.tls204_appln_prior
OWNER TO patstat;
CREATE TABLE patstat.tls205_tech_rel
(
appln_id int NOT NULL DEFAULT ('0'),
tech_rel_appln_id int NOT NULL DEFAULT ('0'),
CONSTRAINT pk_tech_rel PRIMARY KEY(appln_id, tech_rel_appln_id)
);
ALTER TABLE patstat.tls205_tech_rel
OWNER TO patstat;
CREATE TABLE patstat.tls206_person
(
person_id int NOT NULL DEFAULT ('0'),
person_name text NOT NULL DEFAULT (''),
person_name_orig_lg text NOT NULL DEFAULT (''),
person_address varchar(1000) NOT NULL DEFAULT (''),
person_ctry_code char(2) NOT NULL DEFAULT (''),
nuts varchar(5) NOT NULL DEFAULT '',
nuts_level smallint NOT NULL DEFAULT ('9'),
doc_std_name_id int NOT NULL DEFAULT ('0'),
doc_std_name text NOT NULL DEFAULT (''),
psn_id int NOT NULL DEFAULT ('0'),
psn_name text NOT NULL DEFAULT (''),
psn_level smallint NOT NULL DEFAULT ('0'),
psn_sector varchar(50) NOT NULL DEFAULT (''),
han_id int NOT NULL DEFAULT ('0'),
han_name text NOT NULL DEFAULT (''),
han_harmonized int NOT NULL DEFAULT ('0'),
CONSTRAINT pk_person PRIMARY KEY(person_id)
);
ALTER TABLE patstat.tls206_person
OWNER TO patstat;
CREATE TABLE patstat.tls207_pers_appln
(
person_id int NOT NULL DEFAULT ('0'),
appln_id int NOT NULL DEFAULT ('0'),
applt_seq_nr smallint NOT NULL DEFAULT ('0'),
invt_seq_nr smallint NOT NULL DEFAULT ('0'),
CONSTRAINT pk_pers_appln PRIMARY KEY(person_id, appln_id, applt_seq_nr, invt_seq_nr)
);
ALTER TABLE patstat.tls207_pers_appln
OWNER TO patstat;
CREATE TABLE patstat.tls209_appln_ipc
(
appln_id int NOT NULL DEFAULT ('0'),
ipc_class_symbol varchar(15) NOT NULL DEFAULT (''),
ipc_class_level char(1) NOT NULL DEFAULT (''),
ipc_version date NOT NULL DEFAULT ('9999-12-31'),
ipc_value char(1) NOT NULL DEFAULT (''),
ipc_position char(1) NOT NULL DEFAULT (''),
ipc_gener_auth char(2) NOT NULL DEFAULT (''),
CONSTRAINT pk_appln_ipc PRIMARY KEY(appln_id, ipc_class_symbol)
);
ALTER TABLE patstat.tls209_appln_ipc
OWNER TO patstat;
CREATE TABLE patstat.tls210_appln_n_cls
(
appln_id int NOT NULL DEFAULT ('0'),
nat_class_symbol varchar(15) NOT NULL DEFAULT (''),
CONSTRAINT pk_appln_n_cls PRIMARY KEY(appln_id, nat_class_symbol)
);
ALTER TABLE patstat.tls210_appln_n_cls
OWNER TO patstat;
CREATE TABLE patstat.tls211_pat_publn
(
pat_publn_id int NOT NULL DEFAULT ('0'),
publn_auth char(2) NOT NULL DEFAULT (''),
publn_nr varchar(15) NOT NULL DEFAULT (''),
publn_nr_original varchar(100) NOT NULL DEFAULT (''),
publn_kind char(2) NOT NULL DEFAULT (''),
appln_id int NOT NULL DEFAULT ('0'),
publn_date date NOT NULL DEFAULT ('9999-12-31'),
publn_lg char(2) NOT NULL DEFAULT (''),
publn_first_grant char(1) NOT NULL DEFAULT ('N'),
publn_claims smallint NOT NULL DEFAULT ('0'),
CONSTRAINT pk_pat_publn PRIMARY KEY(pat_publn_id)
);
ALTER TABLE patstat.tls211_pat_publn
OWNER TO patstat;
CREATE TABLE patstat.tls212_citation
(
pat_publn_id int NOT NULL DEFAULT ('0'),
citn_replenished int NOT NULL DEFAULT ('0'),
citn_id smallint NOT NULL DEFAULT ('0'),
citn_origin char(3) NOT NULL DEFAULT (''),
cited_pat_publn_id int NOT NULL DEFAULT ('0'),
cited_appln_id int NOT NULL DEFAULT ('0'),
pat_citn_seq_nr smallint NOT NULL DEFAULT ('0'),
cited_npl_publn_id char(32) NOT NULL DEFAULT ('0'),
npl_citn_seq_nr smallint NOT NULL DEFAULT ('0'),
citn_gener_auth char(2) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls212_citation PRIMARY KEY(pat_publn_id, citn_replenished, citn_id)
);
ALTER TABLE patstat.tls212_citation
OWNER TO patstat;
CREATE TABLE patstat.tls214_npl_publn
(
npl_publn_id char(32) NOT NULL DEFAULT ('0'),
xp_nr int NOT NULL DEFAULT('0'),
npl_type char(1) NOT NULL DEFAULT (''),
npl_biblio text NOT NULL DEFAULT (''),
npl_author text NOT NULL DEFAULT (''),
npl_title1 text NOT NULL DEFAULT (''),
npl_title2 text NOT NULL DEFAULT (''),
npl_editor character varying NOT NULL DEFAULT (''),
npl_volume character varying NOT NULL DEFAULT (''),
npl_issue character varying NOT NULL DEFAULT (''),
npl_publn_date character varying NOT NULL DEFAULT (''),
npl_publn_end_date character varying NOT NULL DEFAULT (''),
npl_publisher character varying NOT NULL DEFAULT (''),
npl_page_first character varying NOT NULL DEFAULT (''),
npl_page_last character varying NOT NULL DEFAULT (''),
npl_abstract_nr character varying NOT NULL DEFAULT (''),
npl_doi character varying NOT NULL DEFAULT (''),
npl_isbn character varying NOT NULL DEFAULT (''),
npl_issn character varying NOT NULL DEFAULT (''),
online_availability character varying NOT NULL DEFAULT (''),
online_classification character varying NOT NULL DEFAULT (''),
online_search_date character varying NOT NULL DEFAULT (''),
CONSTRAINT pk_tls214_npl_publn PRIMARY KEY(npl_publn_id)
);
ALTER TABLE patstat.tls214_npl_publn
OWNER TO patstat;
CREATE TABLE patstat.tls215_citn_categ
(
pat_publn_id int NOT NULL DEFAULT ('0'),
citn_replenished int NOT NULL DEFAULT ('0'),
citn_id smallint NOT NULL DEFAULT ('0'),
citn_categ varchar(10) NOT NULL DEFAULT (''),
relevant_claim smallint NOT NULL DEFAULT ('0'),
CONSTRAINT pk_tls215_citn_categ PRIMARY KEY(pat_publn_id, citn_replenished, citn_id, citn_categ, relevant_claim)
);
ALTER TABLE patstat.tls215_citn_categ
OWNER TO patstat;
CREATE TABLE patstat.tls216_appln_contn
(
appln_id int NOT NULL DEFAULT ('0'),
parent_appln_id int NOT NULL DEFAULT ('0'),
contn_type char(3) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls216_appln_contn PRIMARY KEY(appln_id, parent_appln_id)
);
ALTER TABLE patstat.tls216_appln_contn
OWNER TO patstat;
CREATE TABLE patstat.tls222_appln_jp_class
(
appln_id int NOT NULL DEFAULT ('0'),
jp_class_scheme varchar(5) NOT NULL DEFAULT (''),
jp_class_symbol varchar(50) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls222_appln_jp_class PRIMARY KEY(appln_id, jp_class_scheme, jp_class_symbol)
);
ALTER TABLE patstat.tls222_appln_jp_class
OWNER TO patstat;
CREATE TABLE patstat.tls223_appln_docus
(
appln_id int NOT NULL DEFAULT ('0'),
docus_class_symbol varchar(50) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls223_appln_docus PRIMARY KEY(appln_id, docus_class_symbol)
);
ALTER TABLE patstat.tls223_appln_docus
OWNER TO patstat;
CREATE TABLE patstat.tls224_appln_cpc
(
appln_id int NOT NULL DEFAULT ('0'),
cpc_class_symbol varchar(19) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls224_appln_cpc PRIMARY KEY(appln_id, cpc_class_symbol)
);
ALTER TABLE patstat.tls224_appln_cpc
OWNER TO patstat;
CREATE TABLE patstat.tls225_docdb_fam_cpc
(
docdb_family_id int NOT NULL DEFAULT ('0'),
cpc_class_symbol varchar(19) NOT NULL DEFAULT (''),
cpc_gener_auth char(2) NOT NULL DEFAULT (''),
cpc_version date NOT NULL DEFAULT ('9999-12-31'),
cpc_position char(1) NOT NULL DEFAULT (''),
cpc_value char(1) NOT NULL DEFAULT (''),
cpc_action_date date NOT NULL DEFAULT ('9999-12-31'),
cpc_status char(1) NOT NULL DEFAULT (''),
cpc_data_source char(1) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls225_docdb_fam_cpc PRIMARY KEY(docdb_family_id, cpc_class_symbol, cpc_gener_auth, cpc_version)
);
ALTER TABLE patstat.tls225_docdb_fam_cpc
OWNER TO patstat;
CREATE TABLE patstat.tls226_person_orig
(
person_orig_id int NOT NULL DEFAULT ('0'),
person_id int NOT NULL DEFAULT ('0'),
source char(5) NOT NULL DEFAULT (''),
source_version character varying NOT NULL DEFAULT (''),
name_freeform character varying NOT NULL DEFAULT (''),
person_name_orig_lg character varying NOT NULL DEFAULT (''),
last_name character varying NOT NULL DEFAULT (''),
first_name character varying NOT NULL DEFAULT (''),
middle_name character varying NOT NULL DEFAULT (''),
address_freeform character varying NOT NULL DEFAULT (''),
address_1 character varying NOT NULL DEFAULT (''),
address_2 character varying NOT NULL DEFAULT (''),
address_3 character varying NOT NULL DEFAULT (''),
address_4 character varying NOT NULL DEFAULT (''),
address_5 character varying NOT NULL DEFAULT (''),
street character varying NOT NULL DEFAULT (''),
city character varying NOT NULL DEFAULT (''),
zip_code character varying NOT NULL DEFAULT (''),
state char(2) NOT NULL DEFAULT (''),
person_ctry_code char(2) NOT NULL DEFAULT (''),
residence_ctry_code char(2) NOT NULL DEFAULT (''),
role varchar(2) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls226_person_orig PRIMARY KEY(person_orig_id)
);
ALTER TABLE patstat.tls226_person_orig
OWNER TO patstat;
CREATE TABLE patstat.tls227_pers_publn
(
person_id int NOT NULL DEFAULT ('0'),
pat_publn_id int NOT NULL DEFAULT ('0'),
applt_seq_nr smallint NOT NULL DEFAULT ('0'),
invt_seq_nr smallint NOT NULL DEFAULT ('0'),
CONSTRAINT pk_tls227_pers_publn PRIMARY KEY(person_id, pat_publn_id, applt_seq_nr, invt_seq_nr)
);
ALTER TABLE patstat.tls227_pers_publn
OWNER TO patstat;
CREATE TABLE patstat.tls228_docdb_fam_citn
(
docdb_family_id int NOT NULL DEFAULT ('0'),
cited_docdb_family_id int NOT NULL DEFAULT ('0'),
CONSTRAINT pk_tls228_docdb_fam_citn PRIMARY KEY(docdb_family_id, cited_docdb_family_id)
);
ALTER TABLE patstat.tls228_docdb_fam_citn
OWNER TO patstat;
CREATE TABLE patstat.tls229_appln_nace2
(
appln_id int NOT NULL DEFAULT ('0'),
nace2_code varchar(5) NOT NULL DEFAULT (''),
weight real NOT NULL DEFAULT (1),
CONSTRAINT pk_tls229_appln_nace2 PRIMARY KEY(appln_id, nace2_code)
);
ALTER TABLE patstat.tls229_appln_nace2
OWNER TO patstat;
CREATE TABLE patstat.tls230_appln_techn_field
(
appln_id int NOT NULL DEFAULT ('0'),
techn_field_nr smallint NOT NULL DEFAULT ('0'),
weight real NOT NULL DEFAULT (1),
CONSTRAINT pk_tls230_appln_techn_field PRIMARY KEY(appln_id, techn_field_nr)
);
ALTER TABLE patstat.tls230_appln_techn_field
OWNER TO patstat;
CREATE TABLE patstat.tls231_inpadoc_legal_event
(
event_id int NOT NULL DEFAULT '0',
appln_id int NOT NULL DEFAULT '0',
event_seq_nr smallint NOT NULL default '0',
event_type char(3) NOT NULL DEFAULT (' '),
event_auth char(2) NOT NULL DEFAULT (' '),
event_code varchar(4) NOT NULL DEFAULT (''),
event_filing_date date NOT NULL DEFAULT ('9999-12-31'),
event_publn_date date NOT NULL DEFAULT ('9999-12-31'),
event_effective_date date NOT NULL DEFAULT ('9999-12-31'),
event_text varchar(1000) NOT NULL DEFAULT (''),
ref_doc_auth char(2) NOT NULL DEFAULT (' '),
ref_doc_nr varchar(20) NOT NULL DEFAULT (''),
ref_doc_kind char(2) NOT NULL DEFAULT (' '),
ref_doc_date date NOT NULL DEFAULT ('9999-12-31'),
ref_doc_text varchar(1000) NOT NULL DEFAULT (''),
party_type varchar(3) NOT NULL DEFAULT (' '),
party_seq_nr smallint NOT NULL default '0',
party_new varchar(1000) NOT NULL DEFAULT (''),
party_old varchar(1000) NOT NULL DEFAULT (''),
spc_nr varchar(40) NOT NULL DEFAULT (''),
spc_filing_date date NOT NULL DEFAULT ('9999-12-31'),
spc_patstat_expiry_date date NOT NULL DEFAULT ('9999-12-31'),
spc_extension_date date NOT NULL DEFAULT ('9999-12-31'),
spc_text varchar(1000) NOT NULL DEFAULT (''),
designated_states varchar(1000) NOT NULL DEFAULT (''),
extension_states varchar(30) NOT NULL DEFAULT (''),
fee_country char(2) NOT NULL DEFAULT (' '),
fee_payment_date date NOT NULL DEFAULT ('9999-12-31'),
fee_renewal_year smallint NOT NULL default '9999',
fee_text varchar(1000) NOT NULL DEFAULT (''),
lapse_country char(2) NOT NULL DEFAULT (' '),
lapse_date date NOT NULL DEFAULT ('9999-12-31'),
lapse_text varchar(1000) NOT NULL DEFAULT (''),
reinstate_country char(2) NOT NULL DEFAULT (' '),
reinstate_date date NOT NULL DEFAULT ('9999-12-31'),
reinstate_text varchar(1000) NOT NULL DEFAULT (''),
class_scheme varchar(4) NOT NULL DEFAULT (''),
class_symbol varchar(50) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls231_inpadoc_legal_event PRIMARY KEY(event_id)
);
ALTER TABLE patstat.tls231_inpadoc_legal_event
OWNER TO patstat;
CREATE TABLE patstat.tls801_country
(
ctry_code char(2) NOT NULL DEFAULT (''),
iso_alpha3 char(3) NOT NULL DEFAULT (''),
st3_name varchar(100) NOT NULL DEFAULT (''),
state_indicator char(1) NOT NULL DEFAULT (''),
continent varchar(25) NOT NULL DEFAULT (''),
eu_member char(1) NOT NULL DEFAULT (''),
epo_member char(1) NOT NULL DEFAULT (''),
oecd_member char(1) NOT NULL DEFAULT (''),
discontinued char(1) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls801_country PRIMARY KEY(ctry_code)
);
ALTER TABLE patstat.tls801_country
OWNER TO patstat;
CREATE TABLE patstat.tls803_legal_event_code
(
event_auth char(2) NOT NULL DEFAULT (''),
event_code varchar(4) NOT NULL DEFAULT (''),
event_impact char(1) NOT NULL DEFAULT (''),
event_descr varchar(250) NOT NULL DEFAULT (''),
event_descr_orig varchar(250) NOT NULL DEFAULT (''),
event_category_code char(1) NOT NULL DEFAULT (''),
event_category_title varchar(100) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls803_legal_event_code PRIMARY KEY(event_auth, event_code)
);
ALTER TABLE patstat.tls803_legal_event_code
OWNER TO patstat;
CREATE TABLE patstat.tls901_techn_field_ipc
(
ipc_maingroup_symbol varchar(8) NOT NULL DEFAULT (''),
techn_field_nr smallint NOT NULL DEFAULT ('0'),
techn_sector varchar(50) NOT NULL DEFAULT (''),
techn_field varchar(50) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls901_techn_field_ipc PRIMARY KEY(ipc_maingroup_symbol)
);
ALTER TABLE patstat.tls901_techn_field_ipc
OWNER TO patstat;
CREATE TABLE patstat.tls902_ipc_nace2
(
ipc varchar(8) NOT NULL DEFAULT (''),
not_with_ipc varchar(8) NOT NULL DEFAULT (''),
unless_with_ipc varchar(8) NOT NULL DEFAULT (''),
nace2_code varchar(5) NOT NULL DEFAULT (''),
nace2_weight smallint NOT NULL DEFAULT (1),
nace2_descr varchar(150) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls902_ipc_nace2 PRIMARY KEY(ipc, not_with_ipc, unless_with_ipc, nace2_code)
);
ALTER TABLE patstat.tls902_ipc_nace2
OWNER TO patstat;
CREATE TABLE patstat.tls904_nuts
(
nuts varchar(5) NOT NULL DEFAULT (''),
nuts_level smallint NOT NULL DEFAULT ('0'),
nuts_label varchar(250) NOT NULL DEFAULT (''),
CONSTRAINT pk_tls904_nuts PRIMARY KEY(nuts)
);
ALTER TABLE patstat.tls904_nuts
OWNER TO patstat;
--index
create index tls201_appln_filing_date on patstat.tls201_appln using btree (appln_filing_date);
CREATE INDEX tls201_appln_inpadoc_family_id ON patstat.tls201_appln USING btree (inpadoc_family_id);
create index tls207_pers_appln_id on patstat.tls207_pers_appln using btree (appln_id);
|
<gh_stars>1-10
DROP DATABASE IF EXISTS itplatform;
-- 建立数据库
CREATE DATABASE IF NOT EXISTS itplatform DEFAULT CHARSET utf8 COLLATE utf8_general_ci;
alter database itplatform character set utf8;
set character_set_client=utf8;
set character_set_connection=utf8;
set character_set_database=utf8;
set character_set_results=utf8;
set character_set_server=utf8;
-- 建立用户,授全部权限给betatown用户
GRANT ALL PRIVILEGES ON itplatform.* TO 'itplatform'@'%' IDENTIFIED BY 'itplatform' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON itplatform.* TO 'itplatform'@'localhost' IDENTIFIED BY 'itplatform' WITH GRANT OPTION;
FLUSH PRIVILEGES;
|
INSERT INTO public.products (id, code, name, description, price, unit_by_user, renewal, game_content, status, image_id, available_from, available_to, type_id) VALUES (2, 'TEST-00002', 'Produit Test 2', 'Description Test Produit 2', 7.99, 1, false, false, 'NO_AVAILABLE', 0, '2019-08-22 14:45:30.473000', null, 2);
INSERT INTO public.products (id, code, name, description, price, unit_by_user, renewal, game_content, status, image_id, available_from, available_to, type_id) VALUES (3, 'TEST-00003', 'Produit Test 3', 'Description Test Produit 3', 2.5, 1, false, true, 'AVAILABLE', 0, '2019-08-26 14:45:30.473000', null, 2);
INSERT INTO public.products (id, code, name, description, price, unit_by_user, renewal, game_content, status, image_id, available_from, available_to, type_id) VALUES (4, 'TEST-00004', 'Produit Test 4', 'Description Test Produit 4', 4, -1, true, true, 'AVAILABLE', 0, '2019-08-19 14:45:30.473000', null, 2);
INSERT INTO public.products (id, code, name, description, price, unit_by_user, renewal, game_content, status, image_id, available_from, available_to, type_id) VALUES (1, 'TEST-00001', 'Produit Test 1', 'Description Test Produit 1', 9.99, 1, false, false, 'AVAILABLE', 0, '2019-08-25 14:45:30.000000', null, 2);
INSERT INTO public.products (id, code, name, description, price, unit_by_user, renewal, game_content, status, image_id, available_from, available_to, type_id) VALUES (5, 'TEST-00005', 'Produit Test 5', '', 5, -1, false, true, 'AVAILABLE', 1, '2019-09-05 00:00:00.000000', null, 1);
|
<gh_stars>1-10
/*
Navicat Premium Data Transfer
Source Server : 127.0.0.1_pg
Source Server Type : PostgreSQL
Source Server Version : 130003
Source Host : localhost:5432
Source Catalog : 1024notes
Source Schema : public
Target Server Type : PostgreSQL
Target Server Version : 130003
File Encoding : 65001
Date: 22/07/2021 13:34:18
*/
-- ----------------------------
-- Sequence structure for labels_id_seq
-- ----------------------------
DROP SEQUENCE IF EXISTS "public"."labels_id_seq";
CREATE SEQUENCE "public"."labels_id_seq"
INCREMENT 1
MINVALUE 1
MAXVALUE 9223372036854775807
START 1
CACHE 1;
-- ----------------------------
-- Sequence structure for userinfo_id_seq
-- ----------------------------
DROP SEQUENCE IF EXISTS "public"."userinfo_id_seq";
CREATE SEQUENCE "public"."userinfo_id_seq"
INCREMENT 1
MINVALUE 1
MAXVALUE 9223372036854775807
START 1
CACHE 1;
-- ----------------------------
-- Table structure for b_labels
-- ----------------------------
DROP TABLE IF EXISTS "public"."b_labels";
CREATE TABLE "public"."b_labels" (
"id" int2 NOT NULL,
"label_name" varchar(50) COLLATE "pg_catalog"."default",
"label_alias" varchar(50) COLLATE "pg_catalog"."default",
"label_description" varchar(200) COLLATE "pg_catalog"."default",
"article_count" int2,
"popular" int2,
"tenant_code" varchar(20) COLLATE "pg_catalog"."default",
"create_by" int2,
"create_time" timestamp(6),
"update_by" int2,
"update_time" timestamp(6),
"del_flag" int2
)
;
-- ----------------------------
-- Records of b_labels
-- ----------------------------
-- ----------------------------
-- Table structure for invite_code
-- ----------------------------
DROP TABLE IF EXISTS "public"."invite_code";
CREATE TABLE "public"."invite_code" (
"id" int2 NOT NULL,
"code" varchar(6) COLLATE "pg_catalog"."default" NOT NULL,
"reuse" int2,
"create_by" int2,
"create_time" timestamp(6),
"update_by" int2,
"update_time" timestamp(6),
"del_flag" int2
)
;
-- ----------------------------
-- Records of invite_code
-- ----------------------------
INSERT INTO "public"."invite_code" VALUES (1, '000000', 0, NULL, NULL, NULL, NULL, 0);
-- ----------------------------
-- Table structure for user_info
-- ----------------------------
DROP TABLE IF EXISTS "public"."user_info";
CREATE TABLE "public"."user_info" (
"id" int2 NOT NULL DEFAULT nextval('labels_id_seq'::regclass),
"account" varchar(20) COLLATE "pg_catalog"."default" NOT NULL,
"pwd" varchar(200) COLLATE "pg_catalog"."default" NOT NULL,
"invite_code" varchar(6) COLLATE "pg_catalog"."default",
"tenant_code" varchar(20) COLLATE "pg_catalog"."default",
"create_by" int2,
"create_time" timestamp(6),
"update_by" int2,
"update_time" timestamp(6),
"del_flag" int2
)
;
-- ----------------------------
-- Records of user_info
-- ----------------------------
INSERT INTO "public"."user_info" VALUES (4, 'admin', '{bcrypt}$2a$10$cD9uRjmMUznZvnIJVLw.ZuB4YJZCVXpivQxwmAoEpXFvhfBljsAgq', '000000', 'L7MBoJ', NULL, '2021-07-22 11:50:19.536', NULL, NULL, 0);
-- ----------------------------
-- Alter sequences owned by
-- ----------------------------
SELECT setval('"public"."labels_id_seq"', 5, true);
-- ----------------------------
-- Alter sequences owned by
-- ----------------------------
SELECT setval('"public"."userinfo_id_seq"', 2, false);
-- ----------------------------
-- Primary Key structure for table b_labels
-- ----------------------------
ALTER TABLE "public"."b_labels" ADD CONSTRAINT "b_labels_pkey" PRIMARY KEY ("id");
-- ----------------------------
-- Primary Key structure for table invite_code
-- ----------------------------
ALTER TABLE "public"."invite_code" ADD CONSTRAINT "invite_code_pkey" PRIMARY KEY ("id");
-- ----------------------------
-- Primary Key structure for table user_info
-- ----------------------------
ALTER TABLE "public"."user_info" ADD CONSTRAINT "user_info_pkey" PRIMARY KEY ("id");
|
/* src/test/modules/plsample/plsample--1.0.sql */
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION plsample" to load this file. \quit
CREATE FUNCTION plsample_call_handler() RETURNS language_handler
AS 'MODULE_PATHNAME' LANGUAGE C;
CREATE TRUSTED LANGUAGE plsample
HANDLER plsample_call_handler;
ALTER LANGUAGE plsample OWNER TO @extowner@;
COMMENT ON LANGUAGE plsample IS 'PL/Sample procedural language';
|
<filename>fixtures/doctests/config/008/input.sql
include_dir 'conf.d'
|
<reponame>SKalt/pg_sql_parser_tests
CREATE OR REPLACE FUNCTION my_consistent(internal, data_type, smallint, oid, internal)
RETURNS bool
AS 'MODULE_PATHNAME'
LANGUAGE C STRICT;
|
CREATE TABLE `mst_projbudget` (
`projbudget_id` varchar(30) NOT NULL ,
`dept_id` varchar(30) NOT NULL ,
`project_id` varchar(30) NOT NULL ,
`projbudget_name` varchar(255) NOT NULL ,
`projbudget_descr` varchar(255) ,
`projbudget_year` int(4) NOT NULL ,
`projbudget_month` int(2) NOT NULL ,
`projbudget_isinheritvisibility` tinyint(1) NOT NULL DEFAULT 0,
`doc_id` varchar(30) NOT NULL ,
`projbudget_notes` varchar(255) ,
`projbudget_version` int(4) NOT NULL DEFAULT 0,
`projbudget_iscommit` tinyint(1) NOT NULL DEFAULT 0,
`projbudget_commitby` varchar(14) ,
`projbudget_commitdate` datetime ,
`projbudget_isapprovalprogress` tinyint(1) NOT NULL DEFAULT 0,
`projbudget_isapproved` tinyint(1) NOT NULL DEFAULT 0,
`projbudget_approveby` varchar(14) ,
`projbudget_approvedate` datetime ,
`projbudget_isdeclined` tinyint(1) NOT NULL DEFAULT 0,
`projbudget_declineby` varchar(14) ,
`projbudget_declinedate` datetime ,
`projbudget_isclose` tinyint(1) NOT NULL DEFAULT 0,
`projbudget_closeby` varchar(14) ,
`projbudget_closedate` datetime ,
`_createby` varchar(13) NOT NULL ,
`_createdate` datetime NOT NULL DEFAULT current_timestamp(),
`_modifyby` varchar(13) ,
`_modifydate` datetime ,
UNIQUE KEY `projbudget_name` (`projbudget_name`),
UNIQUE KEY `projbudget_year_month` (`projbudget_year`, `projbudget_month`, `project_id`),
PRIMARY KEY (`projbudget_id`)
)
ENGINE=InnoDB
COMMENT='Data budget project bulanan';
ALTER TABLE `mst_projbudget` ADD KEY `dept_id` (`dept_id`);
ALTER TABLE `mst_projbudget` ADD KEY `project_id` (`project_id`);
ALTER TABLE `mst_projbudget` ADD KEY `doc_id` (`doc_id`);
ALTER TABLE `mst_projbudget` ADD CONSTRAINT `fk_mst_projbudget_mst_dept` FOREIGN KEY (`dept_id`) REFERENCES `mst_dept` (`dept_id`);
ALTER TABLE `mst_projbudget` ADD CONSTRAINT `fk_mst_projbudget_mst_project` FOREIGN KEY (`project_id`) REFERENCES `mst_project` (`project_id`);
ALTER TABLE `mst_projbudget` ADD CONSTRAINT `fk_mst_projbudget_mst_doc` FOREIGN KEY (`doc_id`) REFERENCES `mst_doc` (`doc_id`);
CREATE TABLE `mst_projbudgetdet` (
`projbudgetdet_id` varchar(14) NOT NULL ,
`accbudget_id` varchar(20) NOT NULL ,
`alloc_dept_id` varchar(30) NOT NULL ,
`projbudgetdet_descr` varchar(255) ,
`projbudgetdet_qty` int(6) NOT NULL DEFAULT 0,
`projbudgetdet_days` int(4) NOT NULL DEFAULT 0,
`projbudgetdet_task` int(4) NOT NULL DEFAULT 0,
`projbudgetdet_rate` decimal(14, 0) NOT NULL DEFAULT 0,
`projbudgetdet_value` decimal(14, 0) NOT NULL DEFAULT 0,
`projbudgetdet_valueprop` decimal(14, 0) NOT NULL DEFAULT 0,
`projbudget_id` varchar(30) NOT NULL ,
`_createby` varchar(13) NOT NULL ,
`_createdate` datetime NOT NULL DEFAULT current_timestamp(),
`_modifyby` varchar(13) ,
`_modifydate` datetime ,
UNIQUE KEY `projbudgetdet_pair` (`projbudget_id`, `accbudget_id`),
PRIMARY KEY (`projbudgetdet_id`)
)
ENGINE=InnoDB
COMMENT='Detil budget tahunan (per account bulanan)';
ALTER TABLE `mst_projbudgetdet` ADD KEY `accbudget_id` (`accbudget_id`);
ALTER TABLE `mst_projbudgetdet` ADD KEY `projbudget_id` (`projbudget_id`);
ALTER TABLE `mst_projbudgetdet` ADD KEY `alloc_dept_id` (`alloc_dept_id`);
ALTER TABLE `mst_projbudgetdet` ADD CONSTRAINT `fk_mst_projbudgetdet_mst_accbudget` FOREIGN KEY (`accbudget_id`) REFERENCES `mst_accbudget` (`accbudget_id`);
ALTER TABLE `mst_projbudgetdet` ADD CONSTRAINT `fk_mst_projbudgetdet_mst_projbudget` FOREIGN KEY (`projbudget_id`) REFERENCES `mst_projbudget` (`projbudget_id`);
ALTER TABLE `mst_projbudgetdet` ADD CONSTRAINT `fk_mst_projbudgetdet_mst_dept_alloc` FOREIGN KEY (`alloc_dept_id`) REFERENCES `mst_dept` (`dept_id`);
CREATE TABLE `mst_projbudgettask` (
`projbudgettask_id` varchar(14) NOT NULL ,
`projecttask_id` varchar(14) NOT NULL ,
`projecttask_notes` varchar(255) ,
`projbudget_id` varchar(30) NOT NULL ,
`_createby` varchar(13) NOT NULL ,
`_createdate` datetime NOT NULL DEFAULT current_timestamp(),
`_modifyby` varchar(13) ,
`_modifydate` datetime ,
UNIQUE KEY `projbudgettask_pair` (`projbudget_id`, `projecttask_id`),
PRIMARY KEY (`projbudgettask_id`)
)
ENGINE=InnoDB
COMMENT='Detil task project yang di cover oleh budget ini';
ALTER TABLE `mst_projbudgettask` ADD KEY `projecttask_id` (`projecttask_id`);
ALTER TABLE `mst_projbudgettask` ADD KEY `projbudget_id` (`projbudget_id`);
ALTER TABLE `mst_projbudgettask` ADD CONSTRAINT `fk_mst_projbudgettask_mst_projecttask` FOREIGN KEY (`projecttask_id`) REFERENCES `mst_projecttask` (`projecttask_id`);
ALTER TABLE `mst_projbudgettask` ADD CONSTRAINT `fk_mst_projbudgettask_mst_projbudget` FOREIGN KEY (`projbudget_id`) REFERENCES `mst_projbudget` (`projbudget_id`);
CREATE TABLE `mst_projbudgetappr` (
`projbudgetappr_id` varchar(14) NOT NULL ,
`projbudgetappr_isapproved` tinyint(1) NOT NULL DEFAULT 0,
`projbudgetappr_by` varchar(14) ,
`projbudgetappr_date` datetime ,
`projbudget_version` int(4) NOT NULL DEFAULT 0,
`projbudgetappr_isdeclined` tinyint(1) NOT NULL DEFAULT 0,
`projbudgetappr_declinedby` varchar(14) ,
`projbudgetappr_declineddate` datetime ,
`projbudgetappr_notes` varchar(255) ,
`projbudget_id` varchar(30) NOT NULL ,
`docauth_descr` varchar(90) ,
`docauth_order` int(4) NOT NULL DEFAULT 0,
`docauth_value` int(4) NOT NULL DEFAULT 100,
`docauth_min` int(4) NOT NULL DEFAULT 0,
`authlevel_id` varchar(10) NOT NULL ,
`authlevel_name` varchar(60) NOT NULL ,
`auth_id` varchar(10) ,
`auth_name` varchar(60) NOT NULL ,
`_createby` varchar(13) NOT NULL ,
`_createdate` datetime NOT NULL DEFAULT current_timestamp(),
`_modifyby` varchar(13) ,
`_modifydate` datetime ,
UNIQUE KEY `projbudget_auth_id` (`projbudget_id`, `auth_id`),
PRIMARY KEY (`projbudgetappr_id`)
)
ENGINE=InnoDB
COMMENT='Approval Budget Project';
ALTER TABLE `mst_projbudgetappr` ADD KEY `projbudget_id` (`projbudget_id`);
ALTER TABLE `mst_projbudgetappr` ADD CONSTRAINT `fk_mst_projbudgetappr_mst_projbudget` FOREIGN KEY (`projbudget_id`) REFERENCES `mst_projbudget` (`projbudget_id`);
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.