diff options
author | scd31 <57571338+scd31@users.noreply.github.com> | 2019-12-17 12:30:58 +0000 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-12-17 13:30:58 +0100 |
commit | 3830c0b74168070cdd410d311ba85a3b323bca9f (patch) | |
tree | 8d8f757fb7f46a8db971b7b346be74258fab3e4d /app/models | |
parent | 0aaedcd66fa3786e106517f95e8ec3eff29ce689 (diff) |
Increase max backup size (#12602)
* Increased max backup size * partially reverted schema.rb
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/backup.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/backup.rb b/app/models/backup.rb index c2651313b..8eeb1748a 100644 --- a/app/models/backup.rb +++ b/app/models/backup.rb @@ -7,7 +7,7 @@ # user_id :bigint(8) # dump_file_name :string # dump_content_type :string -# dump_file_size :integer +# dump_file_size :bigint # dump_updated_at :datetime # processed :boolean default(FALSE), not null # created_at :datetime not null |