richardspirit / mtga_stats

Originated as way to manage Magic The Gathering decks on MGTA so that I knew which decks were performing the best and which decks should be deleted.
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Validate deck names against database #16

Closed richardspirit closed 3 years ago

richardspirit commented 3 years ago

Verify deck name is in deck table before adding a new game.

richardspirit commented 3 years ago

created validatedeck function to verify deck exists in database.