From: Peter Rabbitson Date: Wed, 13 Oct 2010 18:37:03 +0000 (+0200) Subject: Undocument lies X-Git-Tag: v0.08124~50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=4c633384a2afd15b77f6c5d46b9c7831feaa1272 Undocument lies --- diff --git a/lib/DBIx/Class/Schema/Versioned.pm b/lib/DBIx/Class/Schema/Versioned.pm index 5a861ba..4e7b944 100644 --- a/lib/DBIx/Class/Schema/Versioned.pm +++ b/lib/DBIx/Class/Schema/Versioned.pm @@ -96,11 +96,6 @@ this will attempt to upgrade the database from its current version to the curren schema version using a diff from your I. If a suitable diff is not found then no upgrade is possible. -NB: At the moment, only SQLite and MySQL are supported. This is due to -spotty behaviour in the SQL::Translator producers, please help us by -enhancing them. Ask on the mailing list or IRC channel for details (community details -in L). - =head1 GETTING STARTED Firstly you need to setup your schema class as per the L, make sure