cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Make (tag, story name, version) a unique key #79

Closed Carifio24 closed 1 year ago

Carifio24 commented 1 year ago

One thing that does make logical sense to enforce in the questions table is that the (tag, story name, version) should be a unique tuple of values - we should never have duplicates of this. I've changed this in the database already, but this PR keeps our schemas up-to-date.