Class: CreateDeployPins
- Inherits:
-
Object
- Object
- CreateDeployPins
- Defined in:
- lib/generators/deploy_pin/install/templates/create_deploy_pins.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
4 5 6 7 8 9 |
# File 'lib/generators/deploy_pin/install/templates/create_deploy_pins.rb', line 4 def change create_table :deploy_pins do |t| t.string :uuid t. end end |