When I try to create a new user (enter Email
, First Name
and clicking Save
), this is the error is thrown:
pymysql.err.OperationalError: (4091, "Unknown SEQUENCE: 'docshare_id_seq'")
But if I click on the Save
button again, it creates the user successfully.
This happens for every new user.
How do I fix this on v14.15.0
?