Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
D&T Internet GmbH
TYPO3 CMS HiOrg Integration
Commits
dd9dd959
Commit
dd9dd959
authored
Oct 21, 2020
by
Stefan Bublies
Browse files
Tabellen angepasst, wurden früher nie benötigt, daher ist der Fehler nicht aufgefallen
parent
8d23269d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ext_emconf.php
View file @
dd9dd959
...
...
@@ -21,7 +21,7 @@ $EM_CONF[$_EXTKEY] = array(
'uploadfolder'
=>
'0'
,
'createDirs'
=>
''
,
'clearCacheOnLoad'
=>
0
,
'version'
=>
'9.5.
2
'
,
'version'
=>
'9.5.
3
'
,
'constraints'
=>
array
(
'depends'
=>
array
(
'typo3'
=>
'9.5.0-9.5.99'
,
...
...
ext_tables.sql
View file @
dd9dd959
#
#
Table
structure
for
table
'tx_dtihiorg
include
_domain_model_hiorgserverschnittstelle'
#
Table
structure
for
table
'tx_dtihiorg_domain_model_hiorgserverschnittstelle'
#
CREATE
TABLE
tx_dtihiorg
include
_domain_model_hiorgserverschnittstelle
(
CREATE
TABLE
tx_dtihiorg_domain_model_hiorgserverschnittstelle
(
uid
int
(
11
)
NOT
NULL
auto_increment
,
pid
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
...
...
@@ -36,9 +36,9 @@ CREATE TABLE tx_dtihiorginclude_domain_model_hiorgserverschnittstelle (
);
#
#
Table
structure
for
table
'tx_dtihiorg
include
_domain_model_hiorgserverlogin'
#
Table
structure
for
table
'tx_dtihiorg_domain_model_hiorgserverlogin'
#
CREATE
TABLE
tx_dtihiorg
include
_domain_model_hiorgserverlogin
(
CREATE
TABLE
tx_dtihiorg_domain_model_hiorgserverlogin
(
uid
int
(
11
)
NOT
NULL
auto_increment
,
pid
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
...
...
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