]> git.andy128k.dev Git - ipf-legacy-orm.git/commitdiff
allow to exclude relations
authorAndrey Kutejko <andy128k@gmail.com>
Thu, 31 Oct 2013 18:50:07 +0000 (20:50 +0200)
committerAndrey Kutejko <andy128k@gmail.com>
Thu, 31 Oct 2013 18:50:07 +0000 (20:50 +0200)
ipf/orm/import/schema.php

index f7c22d9af05a014cec1881eae4bab84e252f4c4d..889e070044f3b8005f89b37502d8e70a7e452cd2 100644 (file)
@@ -50,6 +50,7 @@ class IPF_ORM_Import_Schema
             'type',
             'refClass',
             'local',
+            'exclude',
             'foreign',
             'foreignClass',
             'foreignAlias',