Closed bshysh closed 2 years ago
The original migration does not work for cockroachdb and fails with django.db.utils.ProgrammingError: column "user_id" is referenced by the primary key After this change, it works well. Tested with postgresql and cockroachdb
django.db.utils.ProgrammingError: column "user_id" is referenced by the primary key
The original migration does not work for cockroachdb and fails with
django.db.utils.ProgrammingError: column "user_id" is referenced by the primary key
After this change, it works well. Tested with postgresql and cockroachdb