Top "Schema-migration" questions

Schema migration refers to altering the data schema used in an application.

How to move a model between two Django apps (Django 1.7)

So about a year ago I started a project and like all new developers I didn't really focus too much …

python mysql database django schema-migration
Django 1.8 - what's the difference between migrate and makemigrations?

According to the documentation here: https://docs.djangoproject.com/en/1.8/topics/migrations/ it says: migrate, which is responsible for applying …

django database-migration django-south schema-migration
What is your favorite solution for managing database migrations in django?

I quite like Rails' database migration management system. It is not 100% perfect, but it does the trick. Django does not …

python database django data-migration schema-migration
Support for schema migrations with JPA?

I've been briefly looking at JPA recently, and I was wondering what the deal is with database schema migrations and …

jpa schema-migration
Django: flush command doesnt completely clear database, reset fails

I rewrote a lot of my models, and since I am just running a test server, I do ./manage.py …

django django-models schema-migration
Move models between Django (1.8) apps with required ForeignKey references

This is an extension to this question: How to move a model between two Django apps (Django 1.7) I need to …

python database django-models schema-migration
PostgreSQL schema migration?

I've local PostgreSQL database with tables, constraints, relations etc. How can I migrate it to a production server?

postgresql schema-migration