-
Stan Hu authored
If an LFS file were over 2 GB, Sidekiq would fail with a message such as: ``` 2917923200 is out of range for ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Integer with limit 4 ``` To fix, increase the value in the database from a 4-byte integer to a 8-byte integer.
87ad97c1