Remove leftover source_id

source_entries
Brian Haley 2019-09-06 18:00:03 -04:00
parent d45cb5c7e4
commit 37b9f9a771
1 changed files with 7 additions and 7 deletions

View File

@ -10,13 +10,13 @@ INSERT INTO bulks (
long_name,
numerical)
VALUES
(1, 1, '-', 'Negligible', 0.0),
(2, 1, 'L', 'Light', 0.1),
(3, 1, '1', 'One', 1.0),
(4, 1, '2', 'Two', 2.0),
(5, 1, '3', 'Three', 3.0),
(6, 1, '4', 'Four', 4.0),
(7, 1, '5', 'Five', 5.0);
(1, '-', 'Negligible', 0.0),
(2, 'L', 'Light', 0.1),
(3, '1', 'One', 1.0),
(4, '2', 'Two', 2.0),
(5, '3', 'Three', 3.0),
(6, '4', 'Four', 4.0),
(7, '5', 'Five', 5.0);
INSERT INTO sourceentries (
sourceentry_id