Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
6db4ee37
Verified
Commit
6db4ee37
authored
7 years ago
by
Damien
Browse files
Options
Downloads
Patches
Plain Diff
FIX
#120
include lang for unit test
parent
027c9b40
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/Test/define.php
+2
-0
2 additions, 0 deletions
core/Test/define.php
sql/17_xx.sql
+12
-0
12 additions, 0 deletions
sql/17_xx.sql
with
14 additions
and
0 deletions
core/Test/define.php
+
2
−
0
View file @
6db4ee37
...
...
@@ -77,6 +77,8 @@ if ($_SESSION['error']) {
exit
();
}
$language
=
\SrcCore\models\CoreConfigModel
::
getLanguage
();
require_once
(
"src/core/lang/lang-
{
$language
}
.php"
);
class
httpRequestCustom
{
...
...
This diff is collapsed.
Click to expand it.
sql/17_xx.sql
+
12
−
0
View file @
6db4ee37
...
...
@@ -565,6 +565,18 @@ VALUES ('FULLTEXT_ATTACH_VERSION', 'FULLTEXT', 'Server for attachments version d
ALTER
TABLE
doctypes
DROP
COLUMN
IF
EXISTS
primary_retention
;
ALTER
TABLE
doctypes
DROP
COLUMN
IF
EXISTS
secondary_retention
;
ALTER
TABLE
doctypes
DROP
COLUMN
IF
EXISTS
retention_final_disposition
;
ALTER
TABLE
doctypes
ADD
COLUMN
retention_final_disposition
character
varying
(
255
)
NOT
NULL
DEFAULT
'destruction'
;
ALTER
TABLE
doctypes
DROP
COLUMN
IF
EXISTS
retention_rule
;
ALTER
TABLE
doctypes
ADD
COLUMN
retention_rule
character
varying
(
15
)
NOT
NULL
DEFAULT
'compta_3_03'
;
ALTER
TABLE
doctypes
DROP
COLUMN
IF
EXISTS
duration_current_use
;
ALTER
TABLE
doctypes
ADD
COLUMN
duration_current_use
integer
DEFAULT
'12'
;
ALTER
TABLE
entities
DROP
COLUMN
IF
EXISTS
archival_agency
;
ALTER
TABLE
entities
ADD
COLUMN
archival_agency
character
varying
(
255
)
DEFAULT
'org_123456789_Archives'
;
ALTER
TABLE
entities
DROP
COLUMN
IF
EXISTS
archival_agreement
;
ALTER
TABLE
entities
ADD
COLUMN
archival_agreement
character
varying
(
255
)
DEFAULT
'MAARCH_LES_BAINS_ACTES'
;
UPDATE
doctypes_first_level
SET
css_style
=
'#D2B48C'
WHERE
css_style
=
'beige'
;
UPDATE
doctypes_first_level
SET
css_style
=
'#0000FF'
WHERE
css_style
=
'blue_style'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment