Appended 1 to database name to avoid conflits with other store databases.

This commit is contained in:
K 2024-11-09 22:29:36 +05:30
parent 4a934c1bbd
commit 0babf2b3ee
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -21,8 +21,8 @@ name.
## Creating the database
```sql
CREATE DATABASE Store;
USE Store;
CREATE DATABASE Store1;
USE Store1;
```