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
e3268ba7
Commit
e3268ba7
authored
Jan 25, 2005
by
Dries Buytaert
Browse files
- Wrong update slipped in.
parent
af7bc233
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/updates.inc
View file @
e3268ba7
...
...
@@ -2144,9 +2144,7 @@ function update_119() {
}
function
update_120
()
{
// Add column to the blocks table.
$ret
=
array
();
$ret
[]
=
update_sql
(
"ALTER TABLE
{
blocks
}
ADD types varchar(16)"
);
// Rewrite old URL aliases. Works for both PostgreSQL and MySQL
$result
=
db_query
(
"SELECT pid, src FROM
{
url_alias
}
WHERE src LIKE 'blog/%%'"
);
...
...
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