Files
FHC-Core/application/dbskel/fue/schema.sql
T
2020-04-22 21:21:55 +02:00

7 lines
134 B
SQL

-- Create the schema if not exists
CREATE SCHEMA IF NOT EXISTS fue;
-- Comment schema
COMMENT ON SCHEMA fue IS 'Projectmanagement';