mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
5 lines
118 B
Ruby
5 lines
118 B
Ruby
class RenamePricelistsToPrices < ActiveRecord::Migration
|
|
def change
|
|
rename_table :pricelists, :prices
|
|
end
|
|
end
|