mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-26 00:05:38 -04:00
Bump Video struct schema version
This commit is contained in:
parent
b66af7cf9a
commit
5baa39b8bd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ struct Video
|
||||||
# NOTE: don't forget to bump this number if any change is made to
|
# NOTE: don't forget to bump this number if any change is made to
|
||||||
# the `params` structure in videos/parser.cr!!!
|
# the `params` structure in videos/parser.cr!!!
|
||||||
#
|
#
|
||||||
SCHEMA_VERSION = 2
|
SCHEMA_VERSION = 3
|
||||||
|
|
||||||
property id : String
|
property id : String
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue