diff --git a/db/migrations/000069_profile_field_options.up.sql b/db/migrations/000069_profile_field_options.up.sql index b68f876..916c10f 100644 --- a/db/migrations/000069_profile_field_options.up.sql +++ b/db/migrations/000069_profile_field_options.up.sql @@ -56,11 +56,11 @@ INSERT INTO field_options (field_key, code, label, display_order, status) VALUES ('language_challange', 'ACCENTS_FAST_SPEECH', 'Understanding accents or fast speech', 4, 'ACTIVE'), ('language_challange', 'OTHER', 'Other', 99, 'ACTIVE'), - ('language_goal', 'SPEAK_CONFIDENTLY', 'Speak confidently at work or school', 1, 'ACTIVE'), - ('language_goal', 'TRAVEL_DAILY', 'Travel or handle daily situations', 2, 'ACTIVE'), - ('language_goal', 'FAMILY_FRIENDS', 'Connect with family or friends', 3, 'ACTIVE'), - ('language_goal', 'GENERAL_SKILLS', 'General skills expansion', 4, 'ACTIVE'), - ('language_goal', 'OTHER', 'Other', 99, 'ACTIVE'), + ('language_goal', 'LEARN_TO_SPEAK_ENGLISH', 'Learn to Speak English', 1, 'ACTIVE'), + ('language_goal', 'PRACTICE_TO_SPEAK_ENGLISH', 'Practice Speaking English', 2, 'ACTIVE'), + ('language_goal', 'SKILL_BASED_COURSES', 'Skill-based Courses', 3, 'ACTIVE'), + -- ('language_goal', 'GENERAL_SKILLS', 'General skills expansion', 4, 'ACTIVE'), + -- ('language_goal', 'OTHER', 'Other', 99, 'ACTIVE'), ('favourite_topic', 'FOOD_COOKING', 'Food & Cooking', 1, 'ACTIVE'), ('favourite_topic', 'HOBBIES_SPORTS_MUSIC', 'Hobbies, Sports, Music', 2, 'ACTIVE'),