parent
0b27fef23d
commit
a791e2576d
@ -0,0 +1,5 @@
|
|||||||
|
class AddFilesizeToVideos < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :videos, :filesize, :integer, default: 0
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue