SubscriptionId in our Users table database is set to unique with a default value of n/a - this is a problem because two n/a's can not exist obviously.
Please make a pull request where the unique field is removed from the subscriptionId field in the Users table. That is all that needs to be done to the codebase.
Then I will need to write a SQL command to update our online database to no longer require unique subscriptionIds.
SubscriptionId in our Users table database is set to unique with a default value of n/a - this is a problem because two n/a's can not exist obviously.
Please make a pull request where the unique field is removed from the subscriptionId field in the Users table. That is all that needs to be done to the codebase.
Then I will need to write a SQL command to update our online database to no longer require unique subscriptionIds.