Project

General

Profile

Download (193 Bytes) Statistics
| Branch: | Tag: | Revision:
class ChangeBookmarkColumnToText < ActiveRecord::Migration[4.2]
def up
change_column 'bookmarks', :query, :text
end

def down
change_column 'bookmarks', :query, :string
end
end
(109-109/407)