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
881678ce
Commit
881678ce
authored
8 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #0000 update sql
parent
21a422c5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/trunk/sql/160.sql
+9
-1
9 additions, 1 deletion
core/trunk/sql/160.sql
with
9 additions
and
1 deletion
core/trunk/sql/160.sql
+
9
−
1
View file @
881678ce
...
...
@@ -145,6 +145,13 @@ ALTER TABLE res_version_attachments ADD effective_date timestamp without time zo
ALTER
TABLE
notes
ALTER
COLUMN
date_note
TYPE
timestamp
without
time
zone
;
-- ************************************************************************* --
-- NOUVEAU STATUS TRANSMISSION --
-- ************************************************************************* --
INSERT
INTO
status
(
id
,
label_status
,
is_system
,
is_folder_status
,
img_filename
,
maarch_module
,
can_be_searched
,
can_be_modified
)
VALUES
(
'EXP_RTURN'
,
'Retour attendu'
,
'N'
,
'N'
,
''
,
'apps'
,
'Y'
,
'Y'
);
INSERT
INTO
status
(
id
,
label_status
,
is_system
,
is_folder_status
,
img_filename
,
maarch_module
,
can_be_searched
,
can_be_modified
)
VALUES
(
'NO_RTURN'
,
'Pas de retour'
,
'N'
,
'N'
,
''
,
'apps'
,
'Y'
,
'Y'
);
INSERT
INTO
status
(
id
,
label_status
,
is_system
,
is_folder_status
,
img_filename
,
maarch_module
,
can_be_searched
,
can_be_modified
)
VALUES
(
'RTURN'
,
'Retourné'
,
'N'
,
'N'
,
''
,
'apps'
,
'Y'
,
'Y'
);
-- view for letterbox
CREATE
VIEW
res_view_letterbox
AS
SELECT
r
.
tablename
,
r
.
is_multi_docservers
,
r
.
res_id
,
r
.
type_id
,
r
.
policy_id
,
r
.
cycle_id
,
...
...
@@ -383,4 +390,5 @@ CREATE VIEW res_view_attachments AS
-- ************************************************************************* --
-- DATABASE VERSION --
-- ************************************************************************* --
UPDATE
parameters
SET
param_value_int
=
160
where
id
=
'database_version'
;
\ No newline at end of file
UPDATE
parameters
SET
param_value_int
=
160
where
id
=
'database_version'
;
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