2
0

Remove spurious file

This commit is contained in:
Jack Christensen
2014-04-19 17:10:42 -05:00
parent c9038acdd0
commit 97d4ef09ce
-7
View File
@@ -1,7 +0,0 @@
create table t2(
id serial primary key
);
---- create above / drop below ----
drop table t2;