Bump Video struct schema version

This commit is contained in:
syeopite 2023-08-19 18:44:41 -07:00
parent 561ce9e949
commit b95d5604f8
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -15,7 +15,7 @@ struct Video
# NOTE: don't forget to bump this number if any change is made to
# the `params` structure in videos/parser.cr!!!
#
SCHEMA_VERSION = 2
SCHEMA_VERSION = 3
property id : String