34849-vm/db/migrations/043_populate_order_position.sql
2026-02-03 01:43:03 +00:00

3 lines
133 B
SQL

-- Populate order_position with the value of the id column
UPDATE `products` SET `order_position` = `id` WHERE `order_position` = 0;