mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Remove PaperTrail columns from prices
DB table
PaperTrail's `Version` model itself has been removed in #475, so those columns are now useless
This commit is contained in:
parent
66288fe160
commit
e03ae63acf
2 changed files with 8 additions and 2 deletions
|
@ -0,0 +1,6 @@
|
|||
class RemovePaperTrailColumnsFromPrices < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :prices, :creator_str
|
||||
remove_column :prices, :updator_str
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue