Skip to content

Commit

Permalink
Merge pull request #14 from Serveis-Neby/fix/mock-data-insert-service
Browse files Browse the repository at this point in the history
fix: changed formatting
  • Loading branch information
Mampiz authored May 3, 2024
2 parents 7aebbc3 + 22198a4 commit 268f5f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mock-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ INSERT INTO users (community_id, username, email, password, type, balance) VALUE
((SELECT id FROM communities WHERE code = '12345678'), 'JaneDoe', '[email protected]', 'Test1234!', 'neighbor', 0),
((SELECT id FROM communities WHERE code = '12345678'), 'TomSmith', '[email protected]', 'Test1234!', 'neighbor', 253),
((SELECT id FROM communities WHERE code = '12345678'), 'AmyAdams', '[email protected]', 'Test1234!', 'neighbor', 741);

INSERT INTO services (creator_id, title, description, price, type) VALUES
((SELECT id FROM users WHERE email = '[email protected]'), 'Do Laundry', 'Hey there! Looking for someone to lend a hand with laundry duty. My washer just decided to call it quits, and I''m drowning in dirty clothes.', 10, 'requested'),
((SELECT id FROM users WHERE email = '[email protected]'), 'Walk Dogs', 'If you''re in need of a helping hand (or paw) to walk your furry friend, I''m your person! With a passion for pups and plenty of free time, I''m available to take your canine companion on a stroll around the neighborhood.', 15, 'offered'),
((SELECT id FROM users WHERE email = '[email protected]'), 'Repair Laptop', 'Anyone out there handy with laptops? Mine''s acting up and I''m lost without it. If you know your way around hardware and software, I''d really appreciate a hand getting this thing back in action.', 45, 'requested');
((SELECT id FROM users WHERE email = '[email protected]'), 'Do Laundry', 'Hey there! Looking for someone to lend a hand with laundry duty. My washer just decided to call it quits, and I''m drowning in dirty clothes.', 10, 'requested'),
((SELECT id FROM users WHERE email = '[email protected]'), 'Walk Dogs', 'If you''re in need of a helping hand (or paw) to walk your furry friend, I''m your person! With a passion for pups and plenty of free time, I''m available to take your canine companion on a stroll around the neighborhood.', 15, 'offered'),
((SELECT id FROM users WHERE email = '[email protected]'), 'Repair Laptop', 'Anyone out there handy with laptops? Mine''s acting up and I''m lost without it. If you know your way around hardware and software, I''d really appreciate a hand getting this thing back in action.', 45, 'requested');

0 comments on commit 268f5f0

Please sign in to comment.