Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
c16e5c4a
Commit
c16e5c4a
authored
Mar 06, 2006
by
Dries Buytaert
Browse files
- Patch
#52265
by Cvbge: made upgrade path work with PostgreSQL.
parent
4b663a62
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/updates.inc
View file @
c16e5c4a
...
...
@@ -1671,6 +1671,6 @@ function system_update_175() {
}
function
system_update_176
()
{
$ret
[]
=
update_sql
(
'ALTER TABLE {filter_formats} ADD UNIQUE
KEY
(name)'
);
$ret
[]
=
update_sql
(
'ALTER TABLE {filter_formats} ADD UNIQUE (name)'
);
return
$ret
;
}
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