summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-06-19 16:33:50 -0400
committerEudyptula <eitan@mosenkis.net>2009-06-19 16:33:50 -0400
commit62e2432de3c2fb3bcd14faee86029c1c0eefdb23 (patch)
tree6f52ea4d6babdff4ff0d45420fa133bd70cab0f1 /shared/classes/buildlog_entry.php
parentTransitioned to support multiple profiles, chosen in the frontend, to use dat... (diff)
downloadingenue-62e2432de3c2fb3bcd14faee86029c1c0eefdb23.tar.gz
ingenue-62e2432de3c2fb3bcd14faee86029c1c0eefdb23.tar.bz2
ingenue-62e2432de3c2fb3bcd14faee86029c1c0eefdb23.zip
Finished infrastructure for 1st gen. build wizard, enhanced backend logging
Diffstat (limited to 'shared/classes/buildlog_entry.php')
-rw-r--r--shared/classes/buildlog_entry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/classes/buildlog_entry.php b/shared/classes/buildlog_entry.php
index f060e9e..69d689f 100644
--- a/shared/classes/buildlog_entry.php
+++ b/shared/classes/buildlog_entry.php
@@ -6,7 +6,7 @@ class sql_buildlog_entry extends sql_row_obj {
'length' => 10,
'unsigned' => true,
'not_null' => true,
- 'default' => 0
+ 'refers to' => 'tasks.id'
),
'order' => array (
'type' => 'INT',