mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 10:14:52 -06:00
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:
parent
6ea4854c51
commit
1e08afa8d4
@ -1,5 +1,6 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
require "pg"
|
require "pg"
|
||||||
|
require "date"
|
||||||
|
|
||||||
usage = <<-TEXT
|
usage = <<-TEXT
|
||||||
Commands:
|
Commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user