Signed-off-by: Bill Erickson <berickxx@gmail.com>
414 => 1533, # Lake Washington (Redmond)
415 => 1520, # Kent
417 => 1493, # Northshore (Bothell)
- lwt => 1533 # Lake Washington (Redmond) Institute of Technology
+ lwt => 1533, # Lake Washington (Redmond) Institute of Technology
+ grc => 1490 # Green River College / Auburn
);
# pre-prepared sql query statement handles;
# College students are processed differently
COLLEGE_CODES=(
"lwt" # Lake Washington Institute of Technology
+ "grc" # Green River College
);
# Which codes to process in this iteration of the script.
# Hard-code the districts eligible for automatic teacher account processing.
# College teacher accounts are processed the same as school teacher accounts.
TEACHER_DISTRICTS=(
- 210 # Federal Way
- 402 # Vashon
- 403 # Renton
- 405 # Bellevue
- 406 # Tukwila
- 407 # Riverview
- 408 # Auburn
- 410 # Snoqualmie
- 411 # Issaquah
- 414 # Lake Washington
- 415 # Kent
- 417 # Northshore
+ 210 # Federal Way
+ 402 # Vashon
+ 403 # Renton
+ 405 # Bellevue
+ 406 # Tukwila
+ 407 # Riverview
+ 408 # Auburn
+ 410 # Snoqualmie
+ 411 # Issaquah
+ 414 # Lake Washington
+ 415 # Kent
+ 417 # Northshore
"lwt" # Lake Washington Institute of Technology
+ "grc" # Green River College
)
function usage {