Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
dce467e0
Commit
dce467e0
authored
Apr 07, 2018
by
Thomas Löffler
Browse files
Add composer base information into version model
parent
51c40840
Changes
2
Show whitespace changes
Inline
Side-by-side
html/typo3conf/ext/ter_fe2/Classes/Task/ImportExtensionsFromQueueTask.php
View file @
dce467e0
...
...
@@ -320,7 +320,8 @@ class ImportExtensionsFromQueueTask extends Task
'has_zip_file'
=>
0
,
'has_images'
=>
0
,
't3x_file_size'
=>
@
filesize
(
$t3xFile
),
'zip_file_size'
=>
0
'zip_file_size'
=>
0
,
'composer_info'
=>
$extData
[
'composerinfo'
]
];
$tableName
=
'tx_terfe2_domain_model_version'
;
...
...
html/typo3conf/ext/ter_fe2/ext_tables.sql
View file @
dce467e0
...
...
@@ -118,6 +118,7 @@ CREATE TABLE tx_terfe2_domain_model_version (
has_images
tinyint
(
4
)
unsigned
DEFAULT
'0'
NOT
NULL
,
t3x_file_size
bigint
(
15
)
unsigned
DEFAULT
'0'
NOT
NULL
,
zip_file_size
bigint
(
15
)
unsigned
DEFAULT
'0'
NOT
NULL
,
composer_info
text
NOT
NULL
,
tstamp
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
crdate
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
...
...
Write
Preview
Supports
Markdown
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