Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TYPO3 CMS HiOrg Integration
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
D&T Internet GmbH
TYPO3 CMS HiOrg Integration
Commits
dd9dd959
Commit
dd9dd959
authored
Oct 21, 2020
by
Stefan Bublies
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
ext_emconf.php
ext_emconf.php
+1
-1
ext_tables.sql
ext_tables.sql
+4
-4
No files found.
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