-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Within each location, it is possible to add a comment about the location, however, location is of the wrong datatype within the database.
Context
As there are many different locations, you have the ability to add a comment about each location. For example, how to get to the location etc... Currently within the location database, the comments field is of datatype integer, which will, therefore, cause errors when adding to the database and querying the database
Process
[ordered list the process to finding and recreating the issue, example below]
- User goes to delete a dataset (to save space or whatever)
- User gets popup modal warning
- User deletes and it's lost forever
Expected result
The database can accept comments in text format
Current result
The database will only accept integers as comments in the comments field
Possible Fix
- Update the comments datatype to
textwithin the database
Screenshots
Current Database
Solution
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

