Commit Graph

11 Commits

Author SHA1 Message Date
07a76fed01 Replace site title with string from settings table 2011-12-22 14:16:36 +00:00
59518ca60b Add foreign keys and cascading deletes to database 2011-12-21 17:07:53 +00:00
1b69192527 Fixed issues with db schema files 2011-12-20 21:51:30 +00:00
0c8c8a1cb4 Add support for retriving incidents within set time period 2011-12-20 19:15:42 +00:00
6e5bb3dfd8 Add description to IncidentStatus
Adds a new column to the IncidentStatus to permit the user to explain
why the status change was made. Also exported this and Incident data
into the demo sql file.
2011-12-20 01:06:00 +00:00
9f52bf701c Update demo schema with site details 2011-12-20 00:41:03 +00:00
8e55d57b55 Update status board classes to use new DatabaseObject base
Updated schema to include new views
2011-12-19 12:21:39 +00:00
a783317fdf Add example database contents
Populates the database with useful test data, not meant for production.
2011-12-17 01:03:13 +00:00
ddee745488 Add database entity tables and helper views
Add the database table for each entity, and views to return output in
useful formats.
2011-12-17 01:02:32 +00:00
5e04f99429 Add bare minimum database schema.
Defines settings and logs table, with sufficient default values to run.
2011-12-16 02:15:33 +00:00
5736bee943 Add placeholder for database schema 2011-12-16 01:13:57 +00:00