Closed HarshwardhanSingh closed 8 years ago
overall PR looks good. let me try this out locally once
@HarshwardhanSingh bunch of other things:
rapidfire_answers
table, rename answer_group_id
to attempt_id
rapidfire_attempts
table, rename question_group_id
to survey_id
rapidfire_questions
table, rename question_group_id
to survey_id
please let me know when these changes are done.
@yuva I have already renamed the above mentioned columns in migrations tables.
@HarshwardhanSingh where? link?
@iffyuva if this is what you mean by renaming those columns rapidfire_answers rapidfire_attempts rapidfire_questions
@HarshwardhanSingh im talking about existing users, and not new users. i need migrations for existing users to rename those 3 columns.
@iffyuva okay, got it
Adds a rake task to rename question_groups to surveys table. Adds instructions in readme for upgrading
Let me know if you want different for the rake task