Skip to content

Commit

Permalink
Add new db columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinssa committed Jan 30, 2025
1 parent d33d2ce commit f2f08c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.

This file was deleted.

6 changes: 6 additions & 0 deletions db/migrate/20250130190507_add_address_search_to_logs.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddAddressSearchToLogs < ActiveRecord::Migration[7.2]
def change
add_column :sales_logs, :address_search, :string
add_column :lettings_logs, :address_search, :string
end
end

0 comments on commit f2f08c6

Please sign in to comment.