Update description of the public schema

This commit is contained in:
xbgmsharp
2023-04-01 19:28:15 +02:00
parent 2f6a0a6133
commit 6a6239f344

View File

@@ -9,7 +9,7 @@ select current_database();
\c signalk
CREATE SCHEMA IF NOT EXISTS public;
COMMENT ON SCHEMA public IS 'backend functions';
COMMENT ON SCHEMA public IS 'backend public functions and tables';
---------------------------------------------------------------------------
-- Table geocoders