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
f4e1c078
Commit
f4e1c078
authored
Sep 08, 2006
by
Dries Buytaert
Browse files
- Patch
#82877
by havran: added missing title field for PostgreSQL.
parent
6f0e54b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.install
View file @
f4e1c078
...
...
@@ -577,7 +577,8 @@ function system_install() {
custom smallint DEFAULT '0' NOT NULL,
throttle smallint DEFAULT '0' NOT NULL,
visibility smallint DEFAULT '0' NOT NULL,
pages text DEFAULT '' NOT NULL
pages text DEFAULT '' NOT NULL,
title varchar(64) DEFAULT '' NOT NULL
)"
);
db_query
(
"CREATE TABLE
{
boxes
}
(
...
...
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