fix typos

This commit is contained in:
relaxed 2024-12-25 13:32:59 +05:00
parent 0f68d3e650
commit bdb417fa07

View File

@ -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