mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
lk | renames columns on agencies table
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class ChangeAgencyPhoneNumberToAgencyPhone < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :agencies, :phone_number, :phone
|
||||
rename_column :agencies, :agency_name, :name
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user