From 422fd08e938a22612ed2a202046ed31be7aaa416 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 21 Apr 2007 05:03:27 +0000 Subject: [PATCH] DBSchema::DBD::SQLite SERIAL patch from IN SUK JOUNG --- DBSchema/DBD/SQLite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBSchema/DBD/SQLite.pm b/DBSchema/DBD/SQLite.pm index 5397ba0..1a93345 100644 --- a/DBSchema/DBD/SQLite.pm +++ b/DBSchema/DBD/SQLite.pm @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION @ISA %typemap); use DBIx::DBSchema::DBD; -$VERSION = '0.01'; +$VERSION = '0.02'; @ISA = qw(DBIx::DBSchema::DBD); %typemap = ( -- 2.11.0