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
7995cf1e
Commit
7995cf1e
authored
9 years ago
by
Henri Queneau
Browse files
Options
Downloads
Patches
Plain Diff
FIX #3201 add icones for status
parent
419d56eb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/trunk/sql/151.sql
+11
-0
11 additions, 0 deletions
core/trunk/sql/151.sql
with
11 additions
and
0 deletions
core/trunk/sql/151.sql
+
11
−
0
View file @
7995cf1e
...
@@ -368,6 +368,17 @@ INSERT INTO status (id, label_status, is_system) VALUES ('TRA', 'Traité', 'N');
...
@@ -368,6 +368,17 @@ INSERT INTO status (id, label_status, is_system) VALUES ('TRA', 'Traité', 'N');
DELETE
FROM
status
WHERE
id
=
'OBS'
;
DELETE
FROM
status
WHERE
id
=
'OBS'
;
INSERT
INTO
status
(
id
,
label_status
,
is_system
)
VALUES
(
'OBS'
,
'Obsolète'
,
'N'
);
INSERT
INTO
status
(
id
,
label_status
,
is_system
)
VALUES
(
'OBS'
,
'Obsolète'
,
'N'
);
UPDATE
status
SET
img_filename
=
'fm-letter-status-inprogress'
WHERE
id
=
'COU'
;
UPDATE
status
SET
img_filename
=
'fm-letter-del'
WHERE
id
=
'DEL'
;
UPDATE
status
SET
img_filename
=
'fm-letter-status-end'
WHERE
id
=
'END'
;
UPDATE
status
SET
img_filename
=
'fm-letter-status-new'
WHERE
id
=
'NEW'
;
UPDATE
status
SET
img_filename
=
'fm-letter-status-rejected'
WHERE
id
=
'RET'
;
UPDATE
status
SET
img_filename
=
'fm-file-fingerprint'
WHERE
id
=
'SIG'
;
UPDATE
status
SET
img_filename
=
'fm-letter-status-rejected'
WHERE
id
=
'UNS'
;
UPDATE
status
SET
img_filename
=
'fm-letter-status-aval'
WHERE
id
=
'VAL'
;
UPDATE
status
SET
img_filename
=
'fm-letter-status-attr'
WHERE
id
=
'INIT'
;
UPDATE
status
SET
img_filename
=
'fm-letter-status-aval'
WHERE
id
=
'VIS'
;
-- tumbnails
-- tumbnails
ALTER
TABLE
res_letterbox
DROP
COLUMN
IF
EXISTS
tnl_path
;
ALTER
TABLE
res_letterbox
DROP
COLUMN
IF
EXISTS
tnl_path
;
ALTER
TABLE
res_letterbox
DROP
COLUMN
IF
EXISTS
tnl_filename
;
ALTER
TABLE
res_letterbox
DROP
COLUMN
IF
EXISTS
tnl_filename
;
...
...
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