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
17f81fcd
Commit
17f81fcd
authored
6 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
Add column departure_date, department_number_id, barcode in res_letterbox
parent
1ae640a2
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
sql/structure.sql
+6
-0
6 additions, 0 deletions
sql/structure.sql
with
6 additions
and
0 deletions
sql/structure.sql
+
6
−
0
View file @
17f81fcd
...
...
@@ -1403,6 +1403,9 @@ CREATE TABLE res_letterbox
ocr_result
character
varying
(
10
)
DEFAULT
NULL
::
character
varying
,
external_id
character
varying
(
255
)
DEFAULT
NULL
::
character
varying
,
external_link
character
varying
(
255
)
DEFAULT
NULL
::
character
varying
,
departure_date
timestamp
without
time
zone
,
department_number_id
text
,
barcode
text
,
CONSTRAINT
res_letterbox_pkey
PRIMARY
KEY
(
res_id
)
)
WITH
(
OIDS
=
FALSE
);
...
...
@@ -1701,6 +1704,9 @@ CREATE OR REPLACE VIEW res_view_letterbox AS
r
.
reference_number
,
r
.
external_id
,
r
.
external_link
,
r
.
departure_date
,
r
.
department_number_id
,
r
.
barcode
,
r
.
custom_t1
AS
doc_custom_t1
,
r
.
custom_t2
AS
doc_custom_t2
,
r
.
custom_t3
AS
doc_custom_t3
,
...
...
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