models: remove columns that have been deleted from db schema

These columns are gone, so we can't stop ignoring them.
This commit is contained in:
Pierre de La Morinerie 2020-08-06 16:53:34 +02:00
parent b46a148a4c
commit 2892fdbeef
5 changed files with 0 additions and 8 deletions

View file

@ -15,7 +15,6 @@
# administrateur_id :bigint
#
class Service < ApplicationRecord
self.ignored_columns = ['siret']
has_many :procedures
belongs_to :administrateur