MDL-27982 convert all signed to unsigned and prevent adding of new unsigned columns
Conflicts, amended to use .02 versions: lib/db/upgrade.php, version.php
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
7e522ccbc8
commit
e9e4a4a672
@@ -40,7 +40,6 @@ class postgres_sql_generator extends sql_generator {
|
||||
|
||||
public $number_type = 'NUMERIC'; // Proper type for NUMBER(x) in this DB
|
||||
|
||||
public $unsigned_allowed = false; // To define in the generator must handle unsigned information
|
||||
public $default_for_char = ''; // To define the default to set for NOT NULLs CHARs without default (null=do nothing)
|
||||
|
||||
public $sequence_extra_code = false; //Does the generator need to add extra code to generate the sequence fields
|
||||
|
||||
Reference in New Issue
Block a user