warns about C::M::DBIC::Schema upgrading / regenerating
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / DBI.pm
index 04cd305..aee9314 100644 (file)
@@ -110,7 +110,7 @@ sub _table_pk_info {
 
 # Override this for uniq info
 sub _table_uniq_info {
-    warn "No UNIQUE information can be gathered for this vendor";
+    warn "No UNIQUE constraint information can be gathered for this vendor";
     return [];
 }