chore: heygermany customer project
This commit is contained in:
9
db/postgres/0023-analysis-model-refactor.sql
Normal file
9
db/postgres/0023-analysis-model-refactor.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
ALTER TABLE app.candidate_education
|
||||
ADD COLUMN IF NOT EXISTS has_theory BOOLEAN,
|
||||
ADD COLUMN IF NOT EXISTS has_practice BOOLEAN,
|
||||
ADD COLUMN IF NOT EXISTS duration_hours INTEGER,
|
||||
ADD COLUMN IF NOT EXISTS is_nursing_focus BOOLEAN,
|
||||
ADD COLUMN IF NOT EXISTS ai_has_theory BOOLEAN,
|
||||
ADD COLUMN IF NOT EXISTS ai_has_practice BOOLEAN,
|
||||
ADD COLUMN IF NOT EXISTS ai_duration_hours INTEGER,
|
||||
ADD COLUMN IF NOT EXISTS ai_is_nursing_focus BOOLEAN;
|
||||
Reference in New Issue
Block a user