Skip to content

Commit

Permalink
Changed complete to closed for test data
Browse files Browse the repository at this point in the history
  • Loading branch information
JMKassman committed Apr 14, 2019
1 parent d00df18 commit 985deb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-debug/init_db.sql
Expand Up @@ -45,4 +45,4 @@ INSERT INTO tickets (hacker_id, mentor_id, submit_time, status, location, tags,
VALUES((SELECT id FROM users WHERE email="jkass@example.com"), (SELECT id FROM users WHERE email="vtat@example.com"), "2019-04-11 10:05:24", "Claimed", "Lawson", 'ANDROID', "Android studio wont work");

INSERT INTO tickets (hacker_id, mentor_id, submit_time, status, location, tags, message)
VALUES((SELECT id FROM users WHERE email="jkass@example.com"), (SELECT id FROM users WHERE email="vtat@example.com"), "2019-04-10 10:05:24", "Complete", "Lawson", 'JAVA,ANDROID', "Android studio R not resolving");
VALUES((SELECT id FROM users WHERE email="jkass@example.com"), (SELECT id FROM users WHERE email="vtat@example.com"), "2019-04-10 10:05:24", "Closed", "Lawson", 'JAVA,ANDROID', "Android studio R not resolving");

0 comments on commit 985deb8

Please sign in to comment.