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
8c884fad
Commit
8c884fad
authored
8 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #0 ajouter la colonne function dans la table users
parent
3e527025
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
sql/structure.sql
+1
-0
1 addition, 0 deletions
sql/structure.sql
with
1 addition
and
0 deletions
sql/structure.sql
+
1
−
0
View file @
8c884fad
...
@@ -305,6 +305,7 @@ CREATE TABLE users
...
@@ -305,6 +305,7 @@ CREATE TABLE users
signature_path
character
varying
(
255
)
DEFAULT
NULL
::
character
varying
,
signature_path
character
varying
(
255
)
DEFAULT
NULL
::
character
varying
,
signature_file_name
character
varying
(
255
)
DEFAULT
NULL
::
character
varying
,
signature_file_name
character
varying
(
255
)
DEFAULT
NULL
::
character
varying
,
initials
character
varying
(
32
)
DEFAULT
NULL
::
character
varying
,
initials
character
varying
(
32
)
DEFAULT
NULL
::
character
varying
,
function
character
varying
(
255
)
DEFAULT
NULL
::
character
varying
,
Giovannoni Laurent
@lgi
·
Mar 02, 2017
à enlever
à enlever
Please
register
or
sign in
to reply
CONSTRAINT
users_pkey
PRIMARY
KEY
(
user_id
)
CONSTRAINT
users_pkey
PRIMARY
KEY
(
user_id
)
)
)
WITH
(
OIDS
=
FALSE
);
WITH
(
OIDS
=
FALSE
);
...
...
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