summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/classes/gentoo_baseinit.php')
-rw-r--r--shared/classes/gentoo_baseinit.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/shared/classes/gentoo_baseinit.php b/shared/classes/gentoo_baseinit.php
index 03c9569..c9acc4e 100644
--- a/shared/classes/gentoo_baseinit.php
+++ b/shared/classes/gentoo_baseinit.php
@@ -1,12 +1,10 @@
<?php
class sql_gentoo_baseinit extends sql_row_obj {
protected $table='gentoo_baseinit', $columns=array(
- 'profile' => array (
- 'type' => 'TINYINT',
- 'length' => 3,
- 'unsigned' => true,
- 'not_null' => true,
- 'default' => 0
+ 'key' => array (
+ 'type' => 'VARCHAR',
+ 'length' => 255,
+ 'not_null' => true
),
'name' => array (
'type' => 'VARCHAR',