From: Andrey Kutejko Date: Thu, 31 Oct 2013 18:50:07 +0000 (+0200) Subject: allow to exclude relations X-Git-Tag: 0.6~31 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=7d670bde080854541824bc51cf23fd420bc607bd;p=ipf-legacy-orm.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',