diff options
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 ( |
