Added first version dbskel structure files

This commit is contained in:
Paolo
2019-06-14 12:58:43 +02:00
parent 0f61a9e814
commit 962e91a108
9 changed files with 151 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
-- Create the schema if not exists
CREATE SCHEMA IF NOT EXISTS fue;
-- Comment schema
COMMENT ON SCHEMA fue IS 'Projectmanagement';