Skip to content
Snippets Groups Projects
Commit e92a49b1 authored by supakitk's avatar supakitk Committed by Kevin Kaland
Browse files

Issue #1801478: Fix field definitions for cross-database compatibility.

parent 612ce236
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,6 @@ function fillpdf_schema() { ...@@ -15,7 +15,6 @@ function fillpdf_schema() {
'fields' => array( 'fields' => array(
'fid' => array( 'fid' => array(
'type' => 'int', 'type' => 'int',
'length' => 10,
'unsigned' => TRUE, 'unsigned' => TRUE,
'not null' => TRUE, 'not null' => TRUE,
), ),
...@@ -57,7 +56,6 @@ function fillpdf_schema() { ...@@ -57,7 +56,6 @@ function fillpdf_schema() {
'fields' => array( 'fields' => array(
'fid' => array( 'fid' => array(
'type' => 'int', 'type' => 'int',
'length' => 10,
'unsigned' => TRUE, 'unsigned' => TRUE,
'not null' => TRUE, 'not null' => TRUE,
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment