How do you create Django migrations for Askbot?

  • retag add tags

In askbot/migrations there are (currently) 14 python scripts that set up a database to be used with Askbot. Three of these files load plpgsql scripts from askbot/search/postgresql into the database.

On the one hand, the choice of the plpgsql scripts to use and the content of the migration scripts looks like the migrations were created manually. On the other hand the migration script filenames look like the migrations were create by python manage.py makemigrations.

How were/are these migrations scripts created? My guess is they were created manually, but then, why the cryptic timestampy filenames?

martin-bts's avatar
78
martin-bts
asked 2019-11-15 18:02:19 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments