Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

Missing Column #27

Closed
toptierlabs opened this issue Sep 8, 2016 · 1 comment
Closed

Missing Column #27

toptierlabs opened this issue Sep 8, 2016 · 1 comment
Labels

Comments

@toptierlabs
Copy link

I am using SwiftyDB in conjunction with TinySQLite.
On some cases, when I install a new version that adds new columns to my SQLite scheme, it isn't get updated for some reason.

On a new install, we clean up the database. We completely delete all the records, but not the tables.

The app crashes because a couple of columns are missing. I have no idea why.

@Oyvindkg
Copy link
Owner

Oyvindkg commented Sep 9, 2016

Unfortunately, the current version does not support migration.

This is fixed in version 2.0, which is meant to be released soon (https://github.com/Oyvindkg/swiftydb/blob/swiftydb-2.0-dev/README.md)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants