diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/models/publishing_delay.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/models/publishing_delay.rb b/app/models/publishing_delay.rb index 0f943c8ce..e228cd577 100644 --- a/app/models/publishing_delay.rb +++ b/app/models/publishing_delay.rb @@ -2,10 +2,10 @@ # # Table name: publishing_delays # -# id :bigint(8) not null, primary key -# status_id :bigint(8) not null -# after :datetime -# accounts_id :bigint(8) not null +# id :bigint(8) not null, primary key +# status_id :bigint(8) not null +# after :datetime +# account_id :bigint(8) not null # class PublishingDelay < ApplicationRecord |