Merge branch 'development' of https://github.com/PTE-SH/ShadowHunterGame into development

This commit is contained in:
Chiara 2020-04-27 15:43:19 +02:00
commit 318d439d6f

View File

@ -1,3 +1,16 @@
-- Database: ShadowHunterDatabase
-- DROP DATABASE "ShadowHunterDatabase";
CREATE DATABASE "ShadowHunterDatabase"
WITH
OWNER = postgres
ENCODING = 'UTF8'
LC_COLLATE = 'French_France.1252'
LC_CTYPE = 'French_France.1252'
TABLESPACE = pg_default
CONNECTION LIMIT = -1;
-- --
-- PostgreSQL database dump -- PostgreSQL database dump
-- --