X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FCore%2FDomain.xml;h=d9ed287d56745a0e09e5a064fdb2d8cadc58e8d3;hb=5c4d65599fee6dfdf661b4932d12c5905e60ac90;hp=0c835ac6058373e3b354c4a9ea6ed74c638cbe64;hpb=e68bce7b9d941cb8dbf44bc27ca08571df3a4811;p=civicrm-core.git diff --git a/xml/schema/Core/Domain.xml b/xml/schema/Core/Domain.xml index 0c835ac605..d9ed287d56 100644 --- a/xml/schema/Core/Domain.xml +++ b/xml/schema/Core/Domain.xml @@ -8,6 +8,7 @@ 1.1 id + Domain ID int unsigned true Domain ID @@ -20,6 +21,7 @@ name varchar + Domain Name 64 Name of Domain / Organization 1.1 @@ -27,6 +29,7 @@ description varchar + Domain Description 255 Description of Domain. 1.1 @@ -80,6 +83,7 @@ config_backend text + Domain Configuration Backend configuration. TextArea @@ -91,6 +95,7 @@ version varchar + CiviCRM Version 32 The civicrm version this instance is running 2.0 @@ -105,6 +110,7 @@ contact_id int unsigned + Domain Contact FK to Contact ID. This is specifically not an FK to avoid circular constraints 4.3 @@ -117,12 +123,14 @@ locales text + Supported Languages list of locales supported by the current db state (NULL for single-lang install) 2.1 locale_custom_strings text + Language Customizations Locale specific string overrides TextArea