Note: This database does not support migrations. If the schema changes, delete the local database and perform a full backup to recreate it.
For a 1.0 release, this is a significant limitation. Any schema change post-1.0 would require users to delete their local DB and do a full re-backup, which could be very slow. Should implement at minimum a schema version check and basic migration support.
The schema file explicitly states:
> Note: This database does not support migrations. If the schema changes, delete the local database and perform a full backup to recreate it.
For a 1.0 release, this is a significant limitation. Any schema change post-1.0 would require users to delete their local DB and do a full re-backup, which could be very slow. Should implement at minimum a schema version check and basic migration support.
Ref: parent issue #1
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The schema file explicitly states:
For a 1.0 release, this is a significant limitation. Any schema change post-1.0 would require users to delete their local DB and do a full re-backup, which could be very slow. Should implement at minimum a schema version check and basic migration support.
Ref: parent issue #1