safe-pg-migrations 3.1.2 → 3.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af76c6a71e7dce8e5600ef503a813e679517ff798bbafca264d42d4715f2ed49
4
- data.tar.gz: f69b55af92135e78ce3ca71589b006d4f2022c82002ea3c3ef66f2af676c2f23
3
+ metadata.gz: 18c16ec10af9c7dbdfad913c8259d242896fbed43a91572daf9925994c3ff6df
4
+ data.tar.gz: a7285bbbf70ebcd7421193c9dc1bd7c7e38690a3513b29054fb2ca305170fbea
5
5
  SHA512:
6
- metadata.gz: 447160106752cfce33c77671cecd77fd2ead10c5457b51ef739b2ffb5583a8c8ba0931fab9570b0936d1add997313b1a2622a6e6f32538759b60c71bd319686c
7
- data.tar.gz: 2b3069d2d35658a4681c989cc1b58a6a0b5d92dd6a73001c9cf3aa3103cec76b049d31e84c061082e9d50e33158215e6b048ba145d5bcfda72b7ebeba9f1eafe
6
+ metadata.gz: 9e7d6855793f6a4d563165e1c055b20fbdaf28e3bb808d036bde20657085b0433230bb76c22ea08cb2995dbe2d0200fa7c0a9fd71be84923eab89b1e26dd375f
7
+ data.tar.gz: 1b351fd95eef8602396f9275cdc099f09db2904c52ff7d61f714f29046c01f5e89b4d6d0b339c7e70f97d223bd33dba5ec6153d97c401ef879d6ea3bf01edb14
@@ -41,7 +41,7 @@ module SafePgMigrations
41
41
  queries.each do |start_time, locktype, mode, pid, transactionid|
42
42
  Logger.say <<~MESSAGE.squish, sub_item: true, sensitive: true
43
43
  Query with pid #{pid || 'null'}
44
- started #{format_start_time(start_time)}:
44
+ started #{start_time ? format_start_time(start_time) : 'unknown'}:
45
45
  lock type: #{locktype || 'null'},
46
46
  lock mode: #{mode || 'null'},
47
47
  lock transactionid: #{transactionid || 'null'}",
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SafePgMigrations
4
- VERSION = '3.1.2'
4
+ VERSION = '3.1.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: safe-pg-migrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu Prat
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2025-03-18 00:00:00.000000000 Z
14
+ date: 2025-03-19 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activerecord