mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +02:00
5 lines
123 B
Ruby
5 lines
123 B
Ruby
class RenamePricelistsToPrices < ActiveRecord::Migration[6.0]
|
|
def change
|
|
rename_table :pricelists, :prices
|
|
end
|
|
end
|