MichaelCurrin / twitterverse

Store and report on Twitter conversations, from tweets to trending topics 🌍 🐦 🐍
https://michaelcurrin.github.io/twitterverse/
MIT License
13 stars 1 forks source link

Remove unique constraint on Twitter profile screenName #88

Open MichaelCurrin opened 4 years ago

MichaelCurrin commented 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.

See Drop Unique Constraint https://www.techonthenet.com/sqlite/unique.php