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