Last active
January 30, 2024 22:26
-
-
Save jcreed/6eeb9d762277952d1142d22d4318f758 to your computer and use it in GitHub Desktop.
CollegeBase types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/config/lookup_definitions.tjcas.yml b/config/lookup_definitions.tjcas.yml | |
index c113cee4..8d45925f 100644 | |
--- a/config/lookup_definitions.tjcas.yml | |
+++ b/config/lookup_definitions.tjcas.yml | |
@@ -117,15 +117,26 @@ | |
:conditions: | |
:type: 'GlobalLookups::TranscriptType' | |
:cas_specific: false | |
+- colleges_medical_school: | |
+ :table_name: college_bases | |
+ :column: identifier | |
+ :conditions: | |
+ :type: 'MedicalSchool' | |
- colleges: | |
:table_name: college_bases | |
:column: identifier | |
+ :conditions: | |
+ :type: 'College' | |
- colleges_by_name: | |
:table_name: college_bases | |
:column: name | |
+ :conditions: | |
+ :type: 'College' | |
- colleges_by_mdb_code: | |
:table_name: college_bases | |
:column: mdb_code | |
+ :conditions: | |
+ :type: 'College' | |
- contact_types: | |
:table_name: contact_types | |
:column: name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment