X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fsqlite.sql;h=22f416cd302145642fa3fd4cfaea1fa3cc35ae0d;hb=ba19fccc5a38a4eb1eb25abbe181338f1dac9753;hp=4dcc31b9a9912614791f014e43927aadef71e6e0;hpb=95570280e2003f08075f5195b5932c46c3155af2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/sqlite.sql b/t/lib/sqlite.sql index 4dcc31b..22f416c 100644 --- a/t/lib/sqlite.sql +++ b/t/lib/sqlite.sql @@ -1,8 +1,7 @@ -- -- Created by SQL::Translator::Producer::SQLite --- Created on Thu Feb 11 07:23:33 2010 +-- Created on Sat Mar 6 11:57:45 2010 -- -; -- -- Table: artist @@ -27,16 +26,6 @@ CREATE TABLE bindtype_test ( ); -- --- Table: bindtype_test2 --- -CREATE TABLE bindtype_test2 ( - id INTEGER PRIMARY KEY NOT NULL, - bytea blob, - a_blob blob, - a_clob clob -); - --- -- Table: collection -- CREATE TABLE collection ( @@ -455,4 +444,4 @@ CREATE INDEX fourkeys_to_twokeys_idx_t_artist_t_cd ON fourkeys_to_twokeys (t_art -- View: year2000cds -- CREATE VIEW year2000cds AS - SELECT cdid, artist, title, year, genreid, single_track FROM cd WHERE year = "2000" \ No newline at end of file + SELECT cdid, artist, title, year, genreid, single_track FROM cd WHERE year = "2000"