diff options
Diffstat (limited to 'app/models/site_upload.rb')
-rw-r--r-- | app/models/site_upload.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/site_upload.rb b/app/models/site_upload.rb index 641128adf..14d683767 100644 --- a/app/models/site_upload.rb +++ b/app/models/site_upload.rb @@ -3,7 +3,7 @@ # # Table name: site_uploads # -# id :integer not null, primary key +# id :bigint(8) not null, primary key # var :string default(""), not null # file_file_name :string # file_content_type :string |