Skip to content

Instantly share code, notes, and snippets.

@jcreed
Last active January 30, 2024 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcreed/6eeb9d762277952d1142d22d4318f758 to your computer and use it in GitHub Desktop.
Save jcreed/6eeb9d762277952d1142d22d4318f758 to your computer and use it in GitHub Desktop.
CollegeBase types
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