class FixStrongboltUsersTenantsId

Public Instance Methods

change() click to toggle source
# File lib/generators/strongbolt/templates/fix.rb, line 2
def change
  add_column :strongbolt_users_tenants, :id, :primary_key
end