Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SELECT
'100000',
CURRENT_TIMESTAMP,
'100000'
FROM generate_series(1, 1000) AS i
FROM generate_series(1, 100000) AS i
CROSS JOIN LATERAL (
SELECT store_id
FROM p_store
Expand All @@ -50,4 +50,4 @@ OFFSET (i - 1) % (SELECT COUNT(*) FROM p_category WHERE depth = 3)
LIMIT 1
) AS categories;

-- rollback DELETE FROM p_product;
-- rollback DELETE FROM p_product;