Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
0deae716
Commit
0deae716
authored
Aug 17, 2007
by
Penny Leach
Browse files
manually resolving merge issue - bad version number in upgrade
parent
568ca6c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/upgrade.php
View file @
0deae716
...
...
@@ -496,7 +496,7 @@ function xmldb_core_upgrade($oldversion=0) {
drop_table
(
$table
);
}
if
(
$oldversion
<
20070
72802
)
{
if
(
$oldversion
<
20070
81701
)
{
// Rename the community tables to group
if
(
is_postgres
())
{
// Done manually for postgres to ensure all of the indexes and constraints are renamed
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment