turn off cascade_delete/copy, set on_delete/update
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 5374c13..ec5ecad 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - cascade_delete and cascade_copy are turned off for has_many/might_have
+          by default, and belongs_to has on_delete => 'CASCADE' and on_update =>
+          'CASCADE' by default, overridable via relationship_attrs
         - set inflate_datetime => 1 for 'AS getdate()' computed columns in
           Sybase
         - preliminary Firebird support