This commit is contained in:
1
migrations/3_set_done_to_local.sql
Normal file
1
migrations/3_set_done_to_local.sql
Normal file
@@ -0,0 +1 @@
|
||||
update videos set state = 'local' where state = 'done';
|
||||
1
migrations/4_rename_state.sql
Normal file
1
migrations/4_rename_state.sql
Normal file
@@ -0,0 +1 @@
|
||||
alter table videos rename state to fetch_state;
|
||||
Reference in New Issue
Block a user