]> git.gir.st - subscriptionfeed.git/commit
[DATABASE CHANGE: Migration below] store is-shorts flag in subscriptions
authorgirst <tobi@isticktoit.net>
Mon, 24 Apr 2023 21:59:30 +0000 (21:59 +0000)
committergirst <tobi@isticktoit.net>
Tue, 25 Apr 2023 17:58:43 +0000 (17:58 +0000)
commite320952430abad72362837ef493291cca89aeea7
tree5b80324c808dbf45c80c47ee314cdd2bad31d5cb
parent06a302217098c1a3b0c3d0c4f233ac7f65b2fa76
[DATABASE CHANGE: Migration below] store is-shorts flag in subscriptions

this will allow us to filter shorts from the subscription feed.

ALTER TABLE videos ADD COLUMN shorts BOOLEAN DEFAULT NULL;
app/common/common.py
config/setup.sql
Imprint / Impressum