summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord/Exceptions
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/ActiveRecord/Exceptions')
-rw-r--r--framework/Data/ActiveRecord/Exceptions/messages.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Data/ActiveRecord/Exceptions/messages.txt b/framework/Data/ActiveRecord/Exceptions/messages.txt
index 6c13450d..fabfc1a4 100644
--- a/framework/Data/ActiveRecord/Exceptions/messages.txt
+++ b/framework/Data/ActiveRecord/Exceptions/messages.txt
@@ -20,4 +20,5 @@ ar_invalid_finder_class_name = Class name for finder($className) method must
ar_invalid_criteria = Invalid criteria object, must be a string or instance of TSqlCriteria.
ar_relations_undefined = Unable to determine Active Record relationships because static array property {0}::${1} is not defined.
ar_undefined_relation_prop = Unable to find {1}::${2}['{0}'], Active Record relationship definition for property "{0}" not found in entries of {1}::${2}.
-ar_invalid_relationship = Invalid active record relationship. \ No newline at end of file
+ar_invalid_relationship = Invalid active record relationship.
+ar_relations_missing_fk = Unable to find foreign key relationships in table '{0}' that corresponds to table '{1}'. \ No newline at end of file