mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Move categories to top-level namespace (#894)
This commit is contained in:
5
db/migrate/20240620114307_rename_categories_table.rb
Normal file
5
db/migrate/20240620114307_rename_categories_table.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class RenameCategoriesTable < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
rename_table :transaction_categories, :categories
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user