remove redundant insert
This commit is contained in:
parent
7ebd375743
commit
7900c660a6
|
@ -26,7 +26,6 @@ alter table people drop column "ID";
|
|||
|
||||
-- insert some missing people
|
||||
insert into people values
|
||||
('fowlebu99', 1858, 3, 16, 'USA', 'NY', 'Fort Plain', 1913, 2, 26, 'USA', 'NY', 'Frankfort', 'Bud', 'Fowler', 'John W. Jackson', 155, 67, 'R', 'R', null, null, null, 'fowlebu99'),
|
||||
('thompan01', null, null, null, null, null, null, null, null, null, null, null, null, null, 'Thompson', null, null, null, null, null, '1875-04-26', '1875-05-17', null, 'thompan01');
|
||||
|
||||
delete from people
|
||||
|
|
Loading…
Reference in New Issue