Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Yehor Tsyba
/
cooking-website
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
37809cd3
authored
Apr 22, 2020
by
Yehor Tsyba
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Changed db dump to fix MySQL error
parent
24d7d021
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
application/config/config.php
cooking.sql
application/config/config.php
View file @
37809cd3
...
...
@@ -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://w
bt-1920-x-amr
.appspot.com'
;
$config
[
'base_url'
]
=
'https://w
t-1920-1-yt
.appspot.com'
;
/*
|--------------------------------------------------------------------------
...
...
cooking.sql
View file @
37809cd3
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment