Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing table schema doesnt have checks for existing data #33

Open
pettazz opened this issue Sep 5, 2015 · 0 comments
Open

Changing table schema doesnt have checks for existing data #33

pettazz opened this issue Sep 5, 2015 · 0 comments

Comments

@pettazz
Copy link
Owner

pettazz commented Sep 5, 2015

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant