0

I recently did an inspectdb of our old database which is on MySQL. We want to move to postgre. now we want the inspection to migrate to a different schema is there a migrate command to achieve this? so different apps shall use different schemas in the same database

Blue
  • 195
  • 1
  • 4
  • 9

1 Answers1

0

so simple!

python manage.py migrate "app_name"

Blue
  • 195
  • 1
  • 4
  • 9