Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Leave room for growth in dummy_data
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaJak committed Oct 11, 2023
1 parent 07f38fc commit dff8353
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/files/dummy_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ INSERT INTO categories (id, category, project_type) VALUES
(7, 'optimization', 1);

INSERT INTO categories (id, category, project_type) VALUES
(8, 'combat', 2),
(9, 'decoration', 2),
(10, 'economy', 2),
(11, 'food', 2),
(12, 'magic', 2),
(13, 'mobs', 2),
(14, 'optimization', 2);
(101, 'combat', 2),
(102, 'decoration', 2),
(103, 'economy', 2),
(104, 'food', 2),
(105, 'magic', 2),
(106, 'mobs', 2),
(107, 'optimization', 2);

0 comments on commit dff8353

Please sign in to comment.