From 81b551e030b2c5e0e40fb0e05af53cdff400f461 Mon Sep 17 00:00:00 2001 From: Rob Colbert Date: Thu, 10 Oct 2019 19:40:51 -0400 Subject: [PATCH] migration --- app/models/account_verification_request.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/account_verification_request.rb b/app/models/account_verification_request.rb index 0b451879..75896dbc 100644 --- a/app/models/account_verification_request.rb +++ b/app/models/account_verification_request.rb @@ -6,7 +6,7 @@ # account_id :bigint(8) # image_file_name :string # image_content_type :string -# image_file_size :integer +# image_file_size :bigint(8) # image_updated_at :datetime # created_at :datetime not null # updated_at :datetime not null