[DATABASE] Re-introduce PostgreSQL support
This commit is contained in:
@@ -83,7 +83,8 @@ class Spam_score extends Managed_DataObject
|
||||
'notice_id' => array('type' => 'int',
|
||||
'not null' => true,
|
||||
'description' => 'notice getting scored'),
|
||||
'score' => array('type' => 'double',
|
||||
'score' => array('type' => 'float',
|
||||
'size' => 'big',
|
||||
'not null' => true,
|
||||
'description' => 'score for the notice (0.0, 1.0)'),
|
||||
'scaled' => array('type' => 'int',
|
||||
|
Reference in New Issue
Block a user