Add postgres scripts.

This commit is contained in:
Paulo Gustavo Veiga
2013-02-23 15:33:09 -03:00
parent 5e0c879654
commit 879fa4c926
4 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
CREATE DATABASE wisemapping;
CREATE USER wisemapping WITH PASSWORD 'password';
GRANT ALL PRIVILEGES ON DATABASE wisemapping TO wisemapping;