From a2140574cda8fb8ff6859a8e76aa2f3a9010aa5f Mon Sep 17 00:00:00 2001 From: yystopf Date: Mon, 6 Dec 2021 16:59:07 +0800 Subject: [PATCH] fix --- app/models/platform_person.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/platform_person.rb b/app/models/platform_person.rb index cddd34fb..c9115c8d 100644 --- a/app/models/platform_person.rb +++ b/app/models/platform_person.rb @@ -4,7 +4,6 @@ # # id :integer not null, primary key # name :string(255) -# image_url :string(255) # announcement :string(255) # content :text(65535) # created_at :datetime not null