mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
parent
2ff05c4b00
commit
b254a7396a
4 changed files with 8 additions and 69 deletions
5
db/migrate/20170423145057_remove_log_pricelists.rb
Normal file
5
db/migrate/20170423145057_remove_log_pricelists.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class RemoveLogPricelists < ActiveRecord::Migration
|
||||
def change
|
||||
drop_table :log_pricelists
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue