vivaplusdl/migrations/3_set_done_to_local.sql

2 lines
56 B
SQL

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