parent
a6f222934f
commit
7634d075dc
@ -0,0 +1,6 @@
|
|||||||
|
class AddDeleteStateToVideo < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :videos, :delete_state, :integer
|
||||||
|
add_index :videos, :delete_state
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue