Class: FixStrongboltUsersTenantsId

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/strongbolt/templates/fix.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# File 'lib/generators/strongbolt/templates/fix.rb', line 2

def change
  add_column :strongbolt_users_tenants, :id, :primary_key
end