mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-20 05:29:29 +00:00
5 lines
132 B
SQL
5 lines
132 B
SQL
-- Create the schema if not exists
|
|
CREATE SCHEMA IF NOT EXISTS fue;
|
|
-- Comment schema
|
|
COMMENT ON SCHEMA fue IS 'Projectmanagement';
|