chore: heygermany customer project
This commit is contained in:
6
db/postgres/0009-remove-redundant-transcript-fields.sql
Normal file
6
db/postgres/0009-remove-redundant-transcript-fields.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Remove redundant transcript fields that can be calculated from hours
|
||||
ALTER TABLE app.candidate_transcript
|
||||
DROP COLUMN IF EXISTS has_theory_hours,
|
||||
DROP COLUMN IF EXISTS has_practice_hours,
|
||||
DROP COLUMN IF EXISTS ai_has_theory_hours,
|
||||
DROP COLUMN IF EXISTS ai_has_practice_hours;
|
||||
Reference in New Issue
Block a user