Commit 37809cd3 by Yehor Tsyba

Changed db dump to fix MySQL error

parent 24d7d021
Showing with 3 additions and 4 deletions
......@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| a PHP script and you can easily do that on your own.
|
*/
$config['base_url'] = 'https://wbt-1920-x-amr.appspot.com';
$config['base_url'] = 'https://wt-1920-1-yt.appspot.com';
/*
|--------------------------------------------------------------------------
......
......@@ -3,7 +3,7 @@
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Apr 22, 2020 at 02:06 PM
-- Generation Time: Apr 22, 2020 at 02:51 PM
-- Server version: 10.4.11-MariaDB
-- PHP Version: 7.4.4
......@@ -169,8 +169,7 @@ ALTER TABLE `receipt_step`
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `login` (`login`) USING HASH;
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment