Skip to content

Location Comments is of the wrong datatype within the database #32

@colinkelleher

Description

@colinkelleher

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]

  1. User goes to delete a dataset (to save space or whatever)
  2. User gets popup modal warning
  3. 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 text within the database

Screenshots

Current Database

Screenshot 2020-02-15 at 13 52 58

Solution

Screenshot 2020-02-15 at 13 54 30

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions