From 01a6e8dbe42fb6571ad846bee5e1d8cc7c9fba5e Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 16 Oct 2025 04:23:52 -0300 Subject: move ResolveHostName outside of GetCharacterEndpoints --- postgres/init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgres/init.sql') diff --git a/postgres/init.sql b/postgres/init.sql index 5fec2ca..e3907bd 100644 --- a/postgres/init.sql +++ b/postgres/init.sql @@ -10,7 +10,7 @@ INSERT INTO Accounts (AccountID, Email, Auth) -- PostgreSQL handles unique auto increment columns makes so manually inserted -- values end up colliding with generated values at some point. -- On a real scenario, we'd never have manually assigned ids unless we're --- restoring some database dump, in which case it would already have saved +-- restoring some database dump, in which case it would also have saved -- sequences. WITH WorldIns AS ( -- cgit v1.2.3