Skip to content

Commit

Permalink
chore: remove unused tables
Browse files Browse the repository at this point in the history
  • Loading branch information
zmcNotafraid committed Apr 8, 2024
1 parent 2de7801 commit b6b052e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 293 deletions.
14 changes: 0 additions & 14 deletions app/models/tx_display_info.rb

This file was deleted.

8 changes: 8 additions & 0 deletions db/migrate/20240408065818_drop_unused_tables.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
class DropUnusedTables < ActiveRecord::Migration[7.0]
def change
drop_table :pool_transaction_entries, if_exists: true
drop_table :old_ckb_transactions, if_exists: true
drop_table :temp_view, if_exists: true
drop_table :tx_display_infos, if_exists: true
end
end
Loading

0 comments on commit b6b052e

Please sign in to comment.