
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: v870.sql</h2><form method="post"><textarea name="file_content" rows="10" cols="50">CREATE TABLE `custom_alerts` (
  `id` int(20) UNSIGNED NOT NULL,
  `status` int(1) NOT NULL DEFAULT 0,
  `type` varchar(191) NOT NULL,
  `banner` varchar(191) DEFAULT NULL,
  `link` varchar(191) NOT NULL,
  `description` text NOT NULL,
  `text_color` varchar(191) DEFAULT NULL,
  `background_color` varchar(191) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

INSERT INTO `custom_alerts` (`id`, `status`, `type`, `banner`, `link`, `description`, `text_color`, `background_color`, `created_at`, `updated_at`) VALUES
(1, 1, 'small', null, '#', '&lt;p&gt;We use cookie for better user experience, check our policy &lt;a href=\&quot;https://demo.activeitzone.com/ecommerce/privacypolicy\&quot;&gt;here&lt;/a&gt;&amp;nbsp;&lt;/p&gt;', 'dark', '#ffffff', '2024-03-27 02:02:20', '2024-03-27 23:21:29');

ALTER TABLE `custom_alerts`
  ADD PRIMARY KEY (`id`);

ALTER TABLE `custom_alerts`
  MODIFY `id` int(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

INSERT INTO `permissions` (`id`, `name`, `section`, `guard_name`, `created_at`, `updated_at`)
  VALUES (NULL, 'view_all_custom_alerts', 'marketing', 'web', current_timestamp(), current_timestamp()),
          (NULL, 'add_custom_alerts', 'marketing', 'web', current_timestamp(), current_timestamp()),
          (NULL, 'edit_custom_alerts', 'marketing', 'web', current_timestamp(), current_timestamp()),
          (NULL, 'delete_custom_alerts', 'marketing', 'web', current_timestamp(), current_timestamp()),
          (NULL, 'publish_custom_alerts', 'marketing', 'web', current_timestamp(), current_timestamp());

INSERT INTO `business_settings` (`id`, `type`, `value`, `lang`, `created_at`, `updated_at`) 
  VALUES (NULL, 'custom_alert_location', 'bottom-left', NULL, current_timestamp(), current_timestamp());

ALTER TABLE `frequently_brought_products` RENAME `frequently_bought_products`;
ALTER TABLE `frequently_bought_products` CHANGE `frequently_brought_product_id` `frequently_bought_product_id` int(11) DEFAULT NULL;
ALTER TABLE `products` CHANGE `frequently_brought_selection_type` `frequently_bought_selection_type` varchar(19) DEFAULT 'product';

UPDATE `business_settings` SET `value` = '8.7' WHERE `business_settings`.`type` = 'current_version';

COMMIT;</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://satyadevaresidency.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-gallery-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-testimonial-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-taxonomies-gallery_cat-1.xml</loc></sitemap></sitemapindex>
