Files
grocy/migrations/0018.sql

5 lines
179 B
MySQL
Raw Normal View History

2018-04-12 21:13:38 +02:00
INSERT INTO shopping_list
(product_id, amount, amount_autoadded, row_created_timestamp)
SELECT product_id, amount, amount_autoadded, row_created_timestamp
FROM shopping_list_old