Open MichaelCurrin opened 4 years ago
The screenName column had alternateID restriction removed on the ORM, but you cannot just drop a unique constraint in SQLite. So use a query to fix old DBs. Otherwise move content to fresh DB.
alternateID
See Drop Unique Constraint https://www.techonthenet.com/sqlite/unique.php
The screenName column had
alternateID
restriction removed on the ORM, but you cannot just drop a unique constraint in SQLite. So use a query to fix old DBs. Otherwise move content to fresh DB.See Drop Unique Constraint https://www.techonthenet.com/sqlite/unique.php