/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk
14 by Gustav Hartvigsson
* finished the current version of the DB SQL.
1
/*
2
  This should be used to create the database.
3
4
  How to do this depends on the DB.
5
*/
6
13 by Gustav Hartvigsson
* woops.
7
CREATE DATABASE mag_studentportal
8
      ENCODING = 'UTF8'
9
      CONNECTION LIMIT = -1;