Skip to content

Commit

Permalink
Rename table
Browse files Browse the repository at this point in the history
  • Loading branch information
allthesignals committed Feb 27, 2025
1 parent c3f847d commit 4d39b12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/app/models/payroll_account.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
class PayrollAccount < ApplicationRecord
self.table_name = "pinwheel_accounts"

belongs_to :cbv_flow

after_update_commit {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RenamePinwheelAccountsTable < ActiveRecord::Migration[7.1]
def change
rename_table :pinwheel_accounts, :payroll_accounts
end
end
Binary file modified docs/app/rendered/database-schema.pdf
Binary file not shown.

0 comments on commit 4d39b12

Please sign in to comment.