X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fsqlite.sql;h=4c89d2e2fb201cb5645f70494fda736c9afb41bc;hb=e6a8b3fc4dc400af1a7ed827eaf9752ec99ad289;hp=826805a92735d086f77f237668cdf9ee768887c2;hpb=38e481637aa7e86b0257373e334457d5c23748fb;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/sqlite.sql b/t/lib/sqlite.sql index 826805a..4c89d2e 100644 --- a/t/lib/sqlite.sql +++ b/t/lib/sqlite.sql @@ -1,6 +1,6 @@ -- -- Created by SQL::Translator::Producer::SQLite --- Created on Wed Apr 19 18:32:39 2006 +-- Created on Sun Apr 30 07:37:44 2006 -- BEGIN TRANSACTION; @@ -160,7 +160,6 @@ CREATE TABLE producer ( name varchar(100) NOT NULL ); -CREATE UNIQUE INDEX position_group_employee on employee (position, group_id); CREATE UNIQUE INDEX tktlnameunique_twokeytreelike on twokeytreelike (name); CREATE UNIQUE INDEX artist_title_cd on cd (artist, title); COMMIT;