Ensure table is dropped in test suite

This commit is contained in:
dsyer
2008-08-18 06:16:04 +00:00
parent e46cce59c3
commit 2357b89b58

View File

@@ -1,3 +1,4 @@
DROP TABLE T_FOOS;
create table T_FOOS (
id integer not null primary key,
name varchar(80),