Skip to content

Commit

Permalink
Is it multiple inserts it hates?
Browse files Browse the repository at this point in the history
  • Loading branch information
Digant C Kasundra committed May 14, 2015
1 parent f0b9be1 commit 6bd50f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/sample_data/sample_data1.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
INSERT INTO event_types
VALUES
(1,'system-reboot','required','This system requires a reboot.'),
(2,'system-reboot','completed','This system rebooted.'),
(3,'system-maintenance','required','This system requires maintenance.'),
(4,'system-maintenance','completed','System maintenance completed.');
(1,'system-reboot','required','This system requires a reboot.');

INSERT INTO fates
VALUES
Expand Down

0 comments on commit 6bd50f1

Please sign in to comment.