Create Event tag table in current database
Opened this issue · 1 comments
max-wojtczak commented
Create a new table named 'tags' in the database consisting of event tag names (string), unique ids (int), and the color of the tag (string: hex code).
ajwoloszyn commented
** Unit Test: **
- DatabaseTest.testAddGetDeleteTag()
Run unit tests in IDE through Gradle