Changes between Initial Version and Version 2 of Ticket #32968


Ignore:
Timestamp:
Jul 27, 2021, 9:38:28 PM (3 years ago)
Author:
Song Yang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32968

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #32968 – Description

    initial v2  
    11To put my app on Heroku, I am changing my database from SQLite to Postgres at the end of my project. Everything works fine locally on SQLite. But during `python manage.py migrate --run-syncdb`, I get a `ProgrammingError`. I was planning on loading the dumped json later in Postgres.
    22
    3 I created a branch on my repo for you to reproduce this bug. The branch is `postgres` and the link is https://github.com/XsongyangX/uml-fragment-labeling/tree/postgres
     3I created a branch on my repo for you to reproduce this bug. The branch is `postgres` and the commit is https://github.com/XsongyangX/uml-fragment-labeling/commit/c14a49990b115bd0b8ba74640a7c65da301562d3
    44
    55Here is the log.
Back to Top