From 183ad1886cc858884b1e6da07ba08366f91393cf Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sat, 22 Nov 2025 17:28:11 +0000 Subject: [PATCH] Version 3 --- db/migrations/004_add_tokio_product.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 db/migrations/004_add_tokio_product.sql diff --git a/db/migrations/004_add_tokio_product.sql b/db/migrations/004_add_tokio_product.sql new file mode 100644 index 0000000..0b2f3cf --- /dev/null +++ b/db/migrations/004_add_tokio_product.sql @@ -0,0 +1,2 @@ +-- Add new product: TOKIO PINEAPLE PEACH 1 ML BOTTLE +INSERT INTO products (name, price, barcode) VALUES ('TOKIO PINEAPLE PEACH 1 ML BOTTLE', 2500, '23445677'); \ No newline at end of file