diff --git a/mod/data/db/mysql.php b/mod/data/db/mysql.php index 1ab82c6d473..92253f33c9b 100644 --- a/mod/data/db/mysql.php +++ b/mod/data/db/mysql.php @@ -14,8 +14,8 @@ function data_upgrade($oldversion) { } if ($oldversion < 2006011901) { - table_column("data", "", "approval", "tinyint", "4", "", "", "not null"); - table_column("data_records", "", "approved", "tinyint", "4", "", "", "not null"); + table_column("data", "", "approval", "tinyint", "4"); + table_column("data_records", "", "approved", "tinyint", "4"); } return true;