]> git.gir.st - subscriptionfeed.git/commit
[DATABASE CHANGE: Migration below] mark premiering videos with 'SOON' badge
authorgirst <tobi@isticktoit.net>
Wed, 15 Dec 2021 15:07:14 +0000 (16:07 +0100)
committergirst <tobi@isticktoit.net>
Wed, 15 Dec 2021 15:07:14 +0000 (16:07 +0100)
commita6b6a61f2a0fc2fe9e0ac18faac004687f607581
treeb680754d521ac340559b4ceb57a574073349271a
parent0767e8a6ae2c52f24800d46e7cd4887985d25e9e
[DATABASE CHANGE: Migration below] mark premiering videos with 'SOON' badge

their premiering date is now captured correctly, too.

ALTER TABLE videos ADD COLUMN premiere BOOLEAN DEFAULT 0;
app/common/common.py
app/youtube/__init__.py
app/youtube/templates/index.html.j2
config/setup.sql
Imprint / Impressum