mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
parent
c5f8c7e1e8
commit
38f967a7d6
3 changed files with 19 additions and 1 deletions
5
db/migrate/20180207072139_remove_epp_sessions_data.rb
Normal file
5
db/migrate/20180207072139_remove_epp_sessions_data.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class RemoveEppSessionsData < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :epp_sessions, :data, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue