Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
39c3344a
Commit
39c3344a
authored
Mar 30, 2009
by
webchick
Browse files
#365996
by sammys: Correct timestamp type name in PostgreSQL.
parent
fbabc0d9
Changes
1
Show whitespace changes
Inline
Side-by-side
includes/database/pgsql/schema.inc
View file @
39c3344a
...
@@ -240,7 +240,7 @@ function getFieldTypeMap() {
...
@@ -240,7 +240,7 @@ function getFieldTypeMap() {
'blob:big'
=>
'bytea'
,
'blob:big'
=>
'bytea'
,
'blob:normal'
=>
'bytea'
,
'blob:normal'
=>
'bytea'
,
'datetime:normal'
=>
'timestamp'
,
'datetime:normal'
=>
'timestamp
without time zone
'
,
'serial:tiny'
=>
'serial'
,
'serial:tiny'
=>
'serial'
,
'serial:small'
=>
'serial'
,
'serial:small'
=>
'serial'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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