Working on the front-end
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
2025-03-13 06:24:41 +01:00
parent 6fd1850e20
commit 995fc6ceea
8 changed files with 30 additions and 25 deletions

View File

@@ -0,0 +1 @@
update videos set state = 'local' where state = 'done';

View File

@@ -0,0 +1 @@
alter table videos rename state to fetch_state;