From: Rafael Kitover <rkitover@cpan.org>
Date: Thu, 30 Jul 2009 13:37:18 +0000 (+0000)
Subject: update sqlite test schema
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=09451687c711f8b8db7186fb60b07aa165de8046;p=dbsrgits%2FDBIx-Class-Historic.git

update sqlite test schema
---

diff --git a/t/lib/sqlite.sql b/t/lib/sqlite.sql
index 463c2c6..a74d91a 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:36:16 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);