You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something else that may be worth considering especially as we're creating a new DB is setting
loc_x, loc_y, loc_z, loc_world here to be unique. This would prevent any possible errors resulting in Bastions getting doubled up, might even be worth making it the primary key, but I feel like that's a larger change than we really want to do.
The text was updated successfully, but these errors were encountered:
Good point. My thinking was more that we'd add it as a migration, not to the initial DB craft. If code depends on the uniqueness but we don't enforce it for migrations we create new liabilities for operators.
Maxopoly
pushed a commit
to Maxopoly/Bastion
that referenced
this issue
Dec 27, 2017
Something else that may be worth considering especially as we're creating a new DB is setting
loc_x, loc_y, loc_z, loc_world here to be unique. This would prevent any possible errors resulting in Bastions getting doubled up, might even be worth making it the primary key, but I feel like that's a larger change than we really want to do.
The text was updated successfully, but these errors were encountered: