moodle16cleanup: enrol/authorize not null set which is similar to mysql

and that was upgraded on postgres7.php
This commit is contained in:
martinlanghoff
2006-05-17 06:35:35 +00:00
parent 9a2eb087aa
commit d7d37bcb60
+1 -1
View File
@@ -8,7 +8,7 @@ CREATE TABLE prefix_enrol_authorize (
status integer DEFAULT 0 NOT NULL,
timecreated integer DEFAULT 0 NOT NULL,
settletime integer DEFAULT 0 NOT NULL,
amount varchar(10) DEFAULT '0',
amount varchar(10) DEFAULT '0' NOT NULL,
currency varchar(3) DEFAULT 'USD' NOT NULL
);