Changes between Initial Version and Version 2 of Ticket #32968
- Timestamp:
- Jul 27, 2021, 9:38:28 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32968
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #32968 – Description
initial v2 1 1 To 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. 2 2 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/postgres3 I 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 4 4 5 5 Here is the log.