discourse/db
Martin Brennan 581482003a
DEV: Change uploads.filesize column to bigint (#14334)
This is necessary to allow for large file uploads via
the direct S3 upload mechanism, as we convert the external
file to an Upload record via ExternalUploadManager once
it is complete.

This will allow for files larger than 2,147,483,647 bytes (2.14GB)
to be referenced in the uploads table.

This is a table locking migration, but since it is not as highly
trafficked as posts, topics, or users, the disruption should be minimal.
2021-09-14 12:20:56 +10:00
..
fixtures FEATURE: Enable auto dark mode on new instances (#14208) 2021-09-02 14:55:38 -04:00
migrate DEV: Change uploads.filesize column to bigint (#14334) 2021-09-14 12:20:56 +10:00
post_migrate DEV: Remove `PostProcessed` trigger option (#13916) 2021-08-04 22:24:47 +02:00
api_test_seeds.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00