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