Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from popit-django to django-popolo. #291

Merged
merged 1 commit into from
Jun 20, 2014
Merged

Conversation

dracos
Copy link
Member

@dracos dracos commented Jun 19, 2014

This involves six migrations:

  • Add new PopoloSpeaker table
  • Add speaker_new columns to Speech and RecordingTimestamp
  • Migrate all speaker data from Speaker/Person tables to PopoloSpeaker
  • Remove the old Speaker table and speaker columns
  • Rename the speaker_new columns to speaker
  • Rename the PopoloSpeaker table to Speaker

This involves six migrations:
* Add new PopoloSpeaker table
* Add speaker_new columns to Speech and RecordingTimestamp
* Migrate all speaker data from Speaker/Person tables to PopoloSpeaker
* Remove the old Speaker table and speaker columns
* Rename the speaker_new columns to speaker
* Rename the PopoloSpeaker table to Speaker
@dracos dracos merged commit 4e87460 into master Jun 20, 2014
@dracos dracos deleted the move-to-popolo branch June 20, 2014 16:17
@lfalvarez
Copy link

Hey there I've a question. Does this migration from popit-django to django-popolo include a tool to populate from popit? does it make sense to have a migration?

@dracos
Copy link
Member Author

dracos commented Aug 21, 2014

Hi @lfalvarez - if you had already been using SayIt before this change, then your data would be converted automatically by the database migration, yes. This pull request was simply about how the underlying data is stored in SayIt. If you mean a way to import data from a PopIt instance into SayIt, then there are two related tickets:

@lfalvarez
Copy link

Thanks @dracos this was exactly what I was asking for =).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants