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
801af679
Commit
801af679
authored
13 years ago
by
Cyril Vazquez
Browse files
Options
Downloads
Patches
Plain Diff
basket visible pour affichage liste
parent
c00f8cd5
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/structure.sql
+15
-1
15 additions, 1 deletion
core/trunk/structure.sql
with
15 additions
and
1 deletion
core/trunk/structure.sql
+
15
−
1
View file @
801af679
...
@@ -755,7 +755,7 @@ CREATE TABLE baskets
...
@@ -755,7 +755,7 @@ CREATE TABLE baskets
basket_desc
character
varying
(
255
)
NOT
NULL
,
basket_desc
character
varying
(
255
)
NOT
NULL
,
basket_clause
text
NOT
NULL
,
basket_clause
text
NOT
NULL
,
is_generic
character
varying
(
6
)
NOT
NULL
DEFAULT
'N'
::
character
varying
,
is_generic
character
varying
(
6
)
NOT
NULL
DEFAULT
'N'
::
character
varying
,
visible
character
(
1
)
NOT
NULL
DEFAULT
'Y'
::
bpchar
,
is_
visible
character
(
1
)
NOT
NULL
DEFAULT
'Y'
::
bpchar
,
enabled
character
(
1
)
NOT
NULL
DEFAULT
'Y'
::
bpchar
,
enabled
character
(
1
)
NOT
NULL
DEFAULT
'Y'
::
bpchar
,
CONSTRAINT
baskets_pkey
PRIMARY
KEY
(
coll_id
,
basket_id
)
CONSTRAINT
baskets_pkey
PRIMARY
KEY
(
coll_id
,
basket_id
)
)
)
...
@@ -1975,4 +1975,18 @@ CREATE OR REPLACE VIEW af_view_customer_target_view AS
...
@@ -1975,4 +1975,18 @@ CREATE OR REPLACE VIEW af_view_customer_target_view AS
WHERE
res_view_letterbox
.
video_batch
IS
NOT
NULL
WHERE
res_view_letterbox
.
video_batch
IS
NOT
NULL
GROUP
BY
res_view_letterbox
.
video_user
,
(
users
.
firstname
::
text
||
' '
::
text
)
||
users
.
lastname
::
text
,
res_view_letterbox
.
video_batch
,
res_view_letterbox
.
video_time
,
res_view_letterbox
.
folders_system_id
,
(
folders
.
folder_id
::
text
||
' / '
::
text
)
||
folders
.
folder_name
::
text
,
folders
.
video_status
;
GROUP
BY
res_view_letterbox
.
video_user
,
(
users
.
firstname
::
text
||
' '
::
text
)
||
users
.
lastname
::
text
,
res_view_letterbox
.
video_batch
,
res_view_letterbox
.
video_time
,
res_view_letterbox
.
folders_system_id
,
(
folders
.
folder_id
::
text
||
' / '
::
text
)
||
folders
.
folder_name
::
text
,
folders
.
video_status
;
CREATE
TABLE
groupbasket_status
(
system_id
serial
NOT
NULL
,
group_id
character
varying
(
32
)
NOT
NULL
,
basket_id
character
varying
(
32
)
NOT
NULL
,
action_id
integer
NOT
NULL
,
status_id
character
varying
(
32
),
CONSTRAINT
groupbasket_status_pkey
PRIMARY
KEY
(
system_id
)
)
WITH
(
OIDS
=
FALSE
);
ALTER
TABLE
groupbasket_status
OWNER
TO
postgres
;
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