mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Serious typo in postgres7 upgrade script
This commit is contained in:
parent
954cfa1bfa
commit
f182aaf1b5
1 changed files with 1 additions and 1 deletions
|
@ -1422,7 +1422,7 @@ function main_upgrade($oldversion=0) {
|
|||
|
||||
}
|
||||
|
||||
if ($oldversion > 2006031000) {
|
||||
if ($oldversion < 2006031000) {
|
||||
|
||||
modify_database("","CREATE TABLE prefix_post (
|
||||
id SERIAL PRIMARY KEY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue