summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/classes/build.php')
-rw-r--r--shared/classes/build.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/classes/build.php b/shared/classes/build.php
index b13ac29..3f76b7d 100644
--- a/shared/classes/build.php
+++ b/shared/classes/build.php
@@ -19,6 +19,11 @@ class sql_build extends conf_build_common {
'type' => 'VARCHAR',
'length' => 255
),
+ 'module' => array (
+ 'type' => 'VARCHAR',
+ 'length' => 255,
+ 'not_null' => true
+ ),
'status' => array (
'type' => 'VARCHAR',
'length' => 255,