class CreateDeployPins

Public Instance Methods

change() click to toggle source
# File lib/generators/deploy_pin/install/templates/create_deploy_pins.rb, line 2
def change
  create_table :deploy_pins do |t|
    t.string :uuid
    t.timestamps
  end
end