commit
9079eaa4f9
@ -0,0 +1,9 @@
|
|||||||
|
class ChangeFileDigests < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
change_column :zip_packs, :file_digests, :text
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
change_column :zip_packs, :file_digests, :string
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue