Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
extensions.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
4735da42
Commit
4735da42
authored
Apr 19, 2019
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set upload comment DB fields to TEXT and 65535 chars length
parent
7aba3ad4
Pipeline
#6826
passed with stages
in 5 minutes and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
extensions/ter/ext_tables.sql
extensions/ter/ext_tables.sql
+6
-6
extensions/ter_fe2/ext_tables.sql
extensions/ter_fe2/ext_tables.sql
+1
-1
No files found.
extensions/ter/ext_tables.sql
View file @
4735da42
...
...
@@ -2,7 +2,7 @@
#
#
Table
structure
for
table
'tx_ter_extensionkeys'
#
CREATE
TABLE
tx_ter_extensionkeys
(
CREATE
TABLE
tx_ter_extensionkeys
(
uid
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
auto_increment
,
pid
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
tstamp
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
...
...
@@ -22,7 +22,7 @@ CREATE TABLE tx_ter_extensionkeys (
#
#
Table
structure
for
table
'tx_ter_extensionmembers'
#
CREATE
TABLE
tx_ter_extensionmembers
(
CREATE
TABLE
tx_ter_extensionmembers
(
uid
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
auto_increment
,
pid
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
extensionkey
varchar
(
30
)
DEFAULT
''
NOT
NULL
,
...
...
@@ -52,7 +52,7 @@ CREATE TABLE tx_ter_extensions (
downloadcounter
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
ismanualincluded
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
t3xfilemd5
varchar
(
32
)
DEFAULT
''
NOT
NULL
,
PRIMARY
KEY
(
uid
),
KEY
extkey
(
extensionkey
,
pid
),
KEY
extcat
(
category
,
pid
),
...
...
@@ -66,7 +66,7 @@ CREATE TABLE tx_ter_extensiondetails (
uid
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
auto_increment
,
pid
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
extensionuid
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
uploadcomment
varchar
(
255
)
DEFAULT
''
NOT
NULL
,
uploadcomment
TEXT
DEFAULT
''
NOT
NULL
,
lastuploadbyusername
varchar
(
30
)
DEFAULT
'0'
NOT
NULL
,
lastuploaddate
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
datasize
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
...
...
@@ -91,10 +91,10 @@ CREATE TABLE tx_ter_extensiondetails (
codingguidelinescompliance
varchar
(
10
)
DEFAULT
''
NOT
NULL
,
codingguidelinescompliancenote
tinytext
NOT
NULL
,
loadorder
tinytext
NOT
NULL
,
PRIMARY
KEY
(
uid
),
KEY
extuid
(
extensionuid
)
);
);
#
#
Table
structure
for
table
'tx_ter_extensionqueue'
...
...
extensions/ter_fe2/ext_tables.sql
View file @
4735da42
...
...
@@ -92,7 +92,7 @@ CREATE TABLE tx_terfe2_domain_model_version (
version_number
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
version_string
tinytext
,
upload_date
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
upload_comment
longtext
,
upload_comment
TEXT
DEFAULT
''
NOT
NULL
,
download_counter
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
frontend_download_counter
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
state
tinytext
,
...
...
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