mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
7 lines
134 B
SQL
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';
|
|
|