Remove spurious file

pgx-vs-pq
Jack Christensen 2014-04-19 17:10:42 -05:00
parent c9038acdd0
commit 97d4ef09ce
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
create table t2(
id serial primary key
);
---- create above / drop below ----
drop table t2;