Skip to content

Commit 300fe48

Browse files
committed
chore(shard.lock): bump pg-orm
1 parent 9ac2b94 commit 300fe48

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

shard.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ shards:
187187

188188
pg-orm:
189189
git: https://github.com/spider-gazelle/pg-orm.git
190-
version: 2.2.1
190+
version: 2.2.2
191191

192192
pinger:
193193
git: https://github.com/spider-gazelle/pinger.git

src/app.cr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ end
8787
# SELECTs outside of a transaction are sent to the replica while all writes and
8888
# in-transaction reads continue to use the primary connection (PG_DATABASE_URL).
8989
PgORM::Database.parse_read(ENV["PG_DATABASE_READ_URL"]?)
90+
PgORM::Settings.to_uri
9091

9192
# Load the routes
9293
PlaceOS::Api::Log.info { "launching #{PlaceOS::Api::APP_NAME} v#{PlaceOS::Api::VERSION} (#{PlaceOS::Api::BUILD_COMMIT} @ #{PlaceOS::Api::BUILD_TIME.strip})" }

0 commit comments

Comments
 (0)