Skip to content

Commit

Permalink
Twitch scope length
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Nov 28, 2022
1 parent 17ed1f2 commit 32893e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tbot/migrations/20221128_01_rQWlg-twitch-scope-length.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"""
twitch scope length
"""

from yoyo import step

__depends__ = {'20220625_01_wQvKe-spotify-token-length'}

steps = [
step("ALTER TABLE twitch_channels CHANGE COLUMN twitch_scope twitch_scope VARCHAR(1000) NULL DEFAULT NULL;")
]

0 comments on commit 32893e2

Please sign in to comment.