From 6681dcb849233deecf37d8b2c2968c13610ce0e9 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Sat, 1 Aug 2020 16:25:06 -0500 Subject: [Bug, Database] Fix publishing delay migration --- app/models/publishing_delay.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/models/publishing_delay.rb') 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 -- cgit