FIX: require date db_timestamps_mover script (#21248)

Before `pg` gem version 1.4.6 was loading `date` as dependency.

Looks like version 1.5.1 is not doing that anymore. Update was done here: d32709a74f

Therefore, we have to load `date` explicitly.
This commit is contained in:
Krzysztof Kotlarek 2023-04-26 17:59:20 +10:00 committed by GitHub
parent 6ea4854c51
commit 1e08afa8d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# frozen_string_literal: true
require "pg"
require "date"
usage = <<-TEXT
Commands: