From: Rafael Kitover Date: Thu, 30 Jul 2009 13:38:33 +0000 (+0000) Subject: update sqlite test schema X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22d6d8e1a55e0bf7f9d64545afa97c582a6f754e;p=dbsrgits%2FDBIx-Class-Historic.git update sqlite test schema --- diff --git a/t/lib/sqlite.sql b/t/lib/sqlite.sql index 463c2c6..20b8e5a 100644 --- a/t/lib/sqlite.sql +++ b/t/lib/sqlite.sql @@ -1,6 +1,6 @@ -- -- Created by SQL::Translator::Producer::SQLite --- Created on Thu Jul 30 08:44:22 2009 +-- Created on Thu Jul 30 09:37:43 2009 -- @@ -284,7 +284,8 @@ CREATE TABLE track ( position integer NOT NULL, title varchar(100) NOT NULL, last_updated_on datetime, - last_updated_at datetime + last_updated_at datetime, + small_dt smalldatetime ); CREATE INDEX track_idx_cd ON track (cd);