consolidate multiple ALTER TABLE statements for efficiency
[DBIx-DBSchema.git] / README
diff --git a/README b/README
index 091b749..c380d53 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
 DBIx::DBSchema
 
-Copyright (c) 2000-2006 Ivan Kohler
+Copyright (c) 2000-2007 Ivan Kohler
 Copyright (c) 2000 Mail Abuse Prevention System LLC
+Copyright (c) 2007-2011 Freeside Internet Services, Inc.
 All rights reserved.
 This program is free software; you can redistribute it and/or modify it under
 the same terms as Perl itself.
@@ -11,7 +12,8 @@ you can create a database schema with an OO Perl interface.  You can read the
 schema from an existing database.  You can save the schema to disk and restore
 it from different process.  You can write SQL CREATE statements statements for
 different databases from a single source.  In recent versions, you can
-transform one schema to another, adding any necessary new columsn and tables.
+transform one schema to another, adding any necessary new columns and tables
+(and, as of 0.33, indices).
 
 Currently supported databases are MySQL, PostgreSQL, and SQLite.  Sybase and
 Oracle drivers are partially implemented.  DBIx::DBSchema will attempt to use
@@ -36,8 +38,5 @@ Anonymous CVS access is available:
   $ cvs checkout DBIx-DBSchema
 as well as <http://www.420.am/cgi-bin/viewvc.cgi/DBIx-DBSchema>.
 
-A mailing list is available.  Send a blank message to
-<ivan-dbix-dbschema-users-subscribe@420.am>.
-
 Homepage: <http://www.420.am/dbix-dbschema>