Reputation: 145
I was using MySQL on my computer and when I wanted to host my app on a server I could not do it because the mysqlclient package needs root priviliges!! so I had to use something else so I used the postgreSQL database and It connected and ran the makemigrations but when I tried to run the migrate it gave me the 'syntax error on or at "WITH ORDINALITY"'. Does someone know what is causing the problem?? every time I try to run migrate it give me this error!!
Upvotes: 1
Views: 356