codemancers / rapidfire

Making dynamic surveys should be easy!
https://rapidfire.fly.dev/
MIT License
320 stars 141 forks source link

Migrate current users to newer version #77

Closed HarshwardhanSingh closed 8 years ago

HarshwardhanSingh commented 8 years ago

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

iffyuva commented 8 years ago

overall PR looks good. let me try this out locally once

iffyuva commented 8 years ago

@HarshwardhanSingh bunch of other things:

please let me know when these changes are done.

HarshwardhanSingh commented 8 years ago

@yuva I have already renamed the above mentioned columns in migrations tables.

iffyuva commented 8 years ago

@HarshwardhanSingh where? link?

HarshwardhanSingh commented 8 years ago

@iffyuva if this is what you mean by renaming those columns rapidfire_answers rapidfire_attempts rapidfire_questions

iffyuva commented 8 years ago

@HarshwardhanSingh im talking about existing users, and not new users. i need migrations for existing users to rename those 3 columns.

HarshwardhanSingh commented 8 years ago

@iffyuva okay, got it