Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change sequence and modify DB rebuild steps
Following roughly the [12-step generalized ALTER TABLE procedure](https://www.sqlite.org/lang_altertable.html#otheralter). This prevents that custom DB schema extensions like views referencing the triples table will break after running triples-rebuild-builtin-database. Alternatively, the PRAGMA legacy_alter_table=ON could be prepended to the old version.
- Loading branch information