mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
Changed db table field names
This commit is contained in:
parent
b8bd0a12f5
commit
17bbcb7372
2
twoot.py
2
twoot.py
|
@ -699,7 +699,7 @@ def main(argv):
|
|||
mastodon_account TEXT, tweet_id TEXT, toot_id TEXT)''')
|
||||
db.execute('''CREATE INDEX IF NOT EXISTS main_index ON toots (twitter_account,
|
||||
mastodon_instance, mastodon_account, tweet_id)''')
|
||||
db.execute('''CREATE TABLE IF NOT EXISTS profiles (mastodon_account TEXT, avatar text, banner, text)''')
|
||||
db.execute('''CREATE TABLE IF NOT EXISTS profiles (mastodon_account TEXT, avatar_url TEXT, banner_url TEXT)''')
|
||||
db.execute('''CREATE INDEX IF NOT EXIsTS profile_index ON profiles (mastodon_account)''')
|
||||
|
||||
# Select random nitter instance to fetch updates from
|
||||
|
|
Loading…
Reference in New Issue
Block a user