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

Commit

Permalink
Changing sample passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocf committed May 31, 2014
1 parent affb19f commit 4fa69b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions populate.sql
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ USE gamestore;

-- 1: gamer
INSERT INTO gamer(name, nickname, card_num, password) VALUES
('gamer1', 'the1', 35897932, 'jhadg'),
('gamer2', 'the2', 38462643, 'jhadg'),
('gamer3', 'the3', 38327950, 'jhadg'),
('gamer4', 'the4', 28841971, 'jhadg');
('gamer1', 'the1', 35897932, 'Trantor'),
('gamer2', 'the2', 38462643, 'Terminus'),
('gamer3', 'the3', 38327950, 'Helicon'),
('gamer4', 'the4', 28841971, 'Gaia');

-- 2: team
INSERT INTO team(name) VALUES
Expand Down

0 comments on commit 4fa69b0

Please sign in to comment.