fix typos
This commit is contained in:
parent
0f68d3e650
commit
bdb417fa07
@ -236,16 +236,6 @@ insert into IdBuffer (id) values (${ar.join("), (")});`);
|
||||
let:sql_delete_short
|
||||
>
|
||||
{#if !is_view_open && current_page === "Запросы"}
|
||||
<!-- CREATE TABLE IF NOT EXISTS PizzasIngredientsJoin ( -->
|
||||
<!-- id INTEGER PRIMARY KEY, -->
|
||||
<!-- pizza_id INTEGER REFERENCES Pizzas(id) ON DELETE CASCADE -->
|
||||
<!-- ingredient_id INTEGER REFERENCES Ingredients(id) ON DELETE CASCADE -->
|
||||
<!-- ); -->
|
||||
<!-- CREATE TABLE IF NOT EXISTS Pizzas ( -->
|
||||
<!-- id INTEGER PRIMARY KEY, -->
|
||||
<!-- name VARCHAR(256), -->
|
||||
<!-- price INTEGER -->
|
||||
<!-- ); -->
|
||||
{#if current_table === "Pizzas"}
|
||||
{@const cur_cols = ["name", "price"]}
|
||||
<Dialog
|
||||
|
Loading…
x
Reference in New Issue
Block a user