File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ Set the variables in `sql/fill_tables.sql`
12
12
| ------ | ------ |
13
13
| number_of_sales | Number of rows to create in the table sale |
14
14
| number_of_users | Number of rows to create in the table users |
15
- | number_of_products | Number of rows to create in the table products |
16
- | number_of_stores | Number of rows to create in the table sale |
17
- | number_of_coutries | Number of rows to create in the table countries |
18
- | number_of_cities | Number of rows to create in the table cities |
19
- | number_of_status_names | Number of rows to create in the table status_names |
15
+ | number_of_products | Number of rows to create in the table product |
16
+ | number_of_stores | Number of rows to create in the table store |
17
+ | number_of_coutries | Number of rows to create in the table country |
18
+ | number_of_cities | Number of rows to create in the table city |
19
+ | number_of_status_names | Number of rows to create in the table status_name |
20
20
| start_date | Date of the first sale |
21
21
| end_date | Date of the last sale |
22
22
You can’t perform that action at this time.
0 commit comments