Sha256: c4cc807b845010681e79b1ccfa03c33ae064545631dcdec3dddd5c107a31b5d6
Contents?: true
Size: 137 Bytes
Versions: 1
Compression:
Stored size: 137 Bytes
Contents
class RenameCurrenciesToUnicoCurrencies < ActiveRecord::Migration def change rename_table :currencies, :unico_currencies end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unico-training-7.8.0 | db/migrate/20120714152059_rename_currencies_to_unico_currencies.rb |