From: Andrey Kutejko Date: Thu, 31 Oct 2013 18:50:07 +0000 (+0200) Subject: allow to exclude relations X-Git-Tag: 0.5~17 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=3d7150f2e2c0596f6d24213028e3c05c3b53883b;p=ipf.git allow to exclude relations --- diff --git a/ipf/orm/import/schema.php b/ipf/orm/import/schema.php index f7c22d9..889e070 100644 --- a/ipf/orm/import/schema.php +++ b/ipf/orm/import/schema.php @@ -50,6 +50,7 @@ class IPF_ORM_Import_Schema 'type', 'refClass', 'local', + 'exclude', 'foreign', 'foreignClass', 'foreignAlias',