Sha256: 3ad2834aa5551d0f6aea0a24233743533f25462d27390a257a436d13fa316bd2

Contents?: true

Size: 133 Bytes

Versions: 1

Compression:

Stored size: 133 Bytes

Contents

class RenameCustomersToUnicoCustomers < ActiveRecord::Migration
  def change
    rename_table :customers, :unico_customers
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unico-training-7.8.0 db/migrate/20120614175605_rename_customers_to_unico_customers.rb