parent
0b46857684
commit
6b8a732e0e
@ -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