From: Peter Rabbitson Date: Tue, 19 Jan 2010 11:59:52 +0000 (+0000) Subject: Regenaretd under new parser X-Git-Tag: v0.08116~50^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=24fb60b6897255f4352f9a0b5b2b4be6338179f0;p=dbsrgits%2FDBIx-Class.git Regenaretd under new parser --- diff --git a/t/lib/sqlite.sql b/t/lib/sqlite.sql index cfb4e33..a4836f5 100644 --- a/t/lib/sqlite.sql +++ b/t/lib/sqlite.sql @@ -1,6 +1,6 @@ -- -- Created by SQL::Translator::Producer::SQLite --- Created on Sun Nov 15 14:13:02 2009 +-- Created on Tue Jan 19 12:46:12 2010 -- @@ -262,8 +262,6 @@ CREATE TABLE forceforeign ( cd integer NOT NULL ); -CREATE INDEX forceforeign_idx_artist ON forceforeign (artist); - -- -- Table: self_ref_alias -- @@ -346,8 +344,6 @@ CREATE TABLE cd_artwork ( cd_id INTEGER PRIMARY KEY NOT NULL ); -CREATE INDEX cd_artwork_idx_cd_id ON cd_artwork (cd_id); - -- -- Table: liner_notes -- @@ -356,8 +352,6 @@ CREATE TABLE liner_notes ( notes varchar(100) NOT NULL ); -CREATE INDEX liner_notes_idx_liner_id ON liner_notes (liner_id); - -- -- Table: lyric_versions --