This commit is contained in:
xbgmsharp
2023-01-31 21:16:09 +01:00
parent cf9c67bb64
commit 4eef5595bc
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ ALTER DATABASE signalk WITH CONNECTION LIMIT = 100;
-- Set timezone to UTC
ALTER DATABASE signalk SET TIMEZONE='UTC';
-- connext to the DB
-- connect to the DB
\c signalk
-- Schema

View File

@@ -8,7 +8,7 @@
-- List current database
select current_database();
-- connext to the DB
-- connect to the DB
\c signalk
CREATE SCHEMA IF NOT EXISTS jwt;