Commit Graph

5 Commits

Author SHA1 Message Date
Jan Provaznik 0fc9f9d3e7 Add version 4.2 to all existing migrations
DB schema generated by a migration may look different in
rails 4 and 5 (because rails 5 may use different default values).
For this reason it's important to explicitly set for which rails
version a migration was written for.

See https://stackoverflow.com/questions/35929869/activerecordmigration-deprecation-warning-asks-for-rails-version-but-im-no/35930912#35930912
2018-11-22 13:18:28 +01:00
Shinya Maeda 4b2f21dfaf Change partial index's condition to make stale delayed builds removal a lot faster 2018-10-05 20:53:44 +09:00
Shinya Maeda 5974eff83c Improve performance of stale scheduled builds search 2018-10-03 18:52:18 +09:00
Shinya Maeda 6fb1e0d888 Fix partial index for scheduled_at 2018-10-02 17:08:12 +02:00
Shinya Maeda f97ec4b8f4 Add scheduled_at column to ci_builds, and add a partial index as well 2018-10-02 17:04:04 +02:00