Project

General

Profile

Download (166 Bytes) Statistics
| Branch: | Tag: | Revision:
class ChangeComputeResourcePasswordLength < ActiveRecord::Migration[5.2]
def change
change_column :compute_resources, :password, :text, :limit => nil
end
end
(306-306/386)