vivaplusdl/migrations/3_set_done_to_local.sql
Sebastiaan de Schaetzen 995fc6ceea
Some checks failed
Build / build (push) Has been cancelled
Working on the front-end
2025-03-13 06:24:41 +01:00

2 lines
56 B
SQL

update videos set state = 'local' where state = 'done';