Commit 5b9bb7b9 authored by Toon Claes's avatar Toon Claes

Remove the IgnorableColumn from Geo Log event models

parent 5c3867e1
module Geo
class HashedStorageMigratedEvent < ActiveRecord::Base
include Geo::Model
include IgnorableColumn
ignore_column :repository_storage_path
belongs_to :project
......
module Geo
class RepositoryCreatedEvent < ActiveRecord::Base
include Geo::Model
include IgnorableColumn
ignore_column :repository_storage_path
belongs_to :project
......
module Geo
class RepositoryDeletedEvent < ActiveRecord::Base
include Geo::Model
include IgnorableColumn
ignore_column :repository_storage_path
belongs_to :project
......
module Geo
class RepositoryRenamedEvent < ActiveRecord::Base
include Geo::Model
include IgnorableColumn
ignore_column :repository_storage_path
belongs_to :project
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment