/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/main/resources/create_db.sql

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-14 13:56:15 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170814135615-0cg8hm4j9qywl4hg
* finished the current version of the DB SQL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  This should be used to create the database.
 
3
 
 
4
  How to do this depends on the DB.
 
5
*/
 
6
 
1
7
CREATE DATABASE mag_studentportal
2
 
      WITH
3
 
      OWNER = postgres
4
8
      ENCODING = 'UTF8'
5
9
      CONNECTION LIMIT = -1;
 
 
b'\\ No newline at end of file'