/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-11 12:15:56 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170811121556-zo85vfkaiifdkl9e
* woops.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE DATABASE mag_studentportal
 
2
      WITH
 
3
      OWNER = postgres
 
4
      ENCODING = 'UTF8'
 
5
      CONNECTION LIMIT = -1;
 
 
b'\\ No newline at end of file'