FairlineDefense / fairline-defense

0 stars 0 forks source link

Subscription ID should not be unique #123

Closed jex441 closed 11 months ago

jex441 commented 1 year ago

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.