Skip to content

Changing table schema doesnt have checks for existing data #33

Description

@pettazz

If you change the schema for any table with existing data, it will just shove the new schema in without any regard for the existing rows. It needs to:

  1. check that the existing rows are all valid within the new schema
  2. add/delete fields from existing rows as needed (probably should prompt the user about this)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions