Fixing one little-little bug about user->ajax being nullable. MDL-8421

This commit is contained in:
stronk7
2007-02-04 20:05:09 +00:00
parent 47e1151f92
commit 6defede491
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2130,7 +2130,7 @@ function main_upgrade($oldversion=0) {
}
if ($oldversion < 2006082800) {
table_column('user', '', 'ajax', 'integer', '1', 'unsigned', '1', '', 'htmleditor');
table_column('user', '', 'ajax', 'integer', '1', 'unsigned', '1', 'not null', 'htmleditor');
}
if ($oldversion < 2006082900) {
+1 -1
View File
@@ -1728,7 +1728,7 @@ function main_upgrade($oldversion=0) {
}
if ($oldversion < 2006082800) {
table_column('user', '', 'ajax', 'integer', '1', 'unsigned', '1', '', 'htmleditor');
table_column('user', '', 'ajax', 'integer', '1', 'unsigned', '1', 'not null', 'htmleditor');
}
if ($oldversion < 2006082900) {