
<!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: v49.sql</h2><form method="post"><textarea name="file_content" rows="10" cols="50">ALTER TABLE `currencies` CHANGE `exchange_rate` `exchange_rate` DOUBLE(10,5) NULL DEFAULT '0.00';

INSERT INTO `settings` (`id`, `type`, `value`, `created_at`, `updated_at`, `deleted_at`) 
    VALUES 
(NULL, 'verification_form', '[{\&quot;type\&quot;:\&quot;text\&quot;,\&quot;label\&quot;:\&quot;Your name\&quot;}]', current_timestamp(), current_timestamp(), NULL);

ALTER TABLE `users` ADD `verification_info` LONGTEXT NULL DEFAULT NULL AFTER `approved`;

UPDATE `email_templates` SET `identifier` = 'member_verification_email', `subject` = 'Member Verification', `body` = '&lt;p&gt;Hi [[name]],\r\n&lt;/p&gt;&lt;p&gt;Your account verification has been [[status]]&lt;/p&gt;\r\n&lt;/p&gt;&lt;p&gt;Please contact the&amp;nbsp;administration&amp;nbsp;team if you have any further questions. Best wishes.\r\n&lt;/p&gt;&lt;p&gt;Thanks,\r\n&lt;/p&gt;&lt;p&gt;[[from]]&lt;/p&gt;' WHERE `email_templates`.`id` = 3;

UPDATE `settings` SET `type` = 'member_verification' WHERE `settings`.`type` = 'member_approval_by_admin';

INSERT INTO `permissions` (`id`, `name`, `parent`, `guard_name`, `created_at`, `updated_at`)
VALUES
(NULL, 'manage_member_verification_form', 'settings', 'web', '2022-07-27 11:28:21', NULL);

UPDATE `settings` SET `value` = '4.9' WHERE `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>
