diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-10-16 04:23:52 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-10-16 04:23:52 -0300 |
| commit | 01a6e8dbe42fb6571ad846bee5e1d8cc7c9fba5e (patch) | |
| tree | cccdd754cb6c428ab0e3c3b6a8d0cd1003ff43b0 /postgres/init.sql | |
| parent | 9825f08f2b46b147faa48e4d127c93694522e6d6 (diff) | |
| download | querymanager-01a6e8dbe42fb6571ad846bee5e1d8cc7c9fba5e.tar.gz querymanager-01a6e8dbe42fb6571ad846bee5e1d8cc7c9fba5e.zip | |
move ResolveHostName outside of GetCharacterEndpoints
Diffstat (limited to 'postgres/init.sql')
| -rw-r--r-- | postgres/init.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |
