Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
195
Issues
195
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
b898b5c2
Commit
b898b5c2
authored
Jun 27, 2022
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Column name
parent
978fafab
Pipeline
#2952
failed with stage
in 34 minutes and 54 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
schema.sql
devops/postgres/schema.sql
+1
-1
No files found.
devops/postgres/schema.sql
View file @
b898b5c2
...
@@ -17,7 +17,7 @@ CREATE TABLE public.auth_user (
...
@@ -17,7 +17,7 @@ CREATE TABLE public.auth_user (
is_staff
BOOLEAN
NOT
NULL
,
is_staff
BOOLEAN
NOT
NULL
,
is_active
BOOLEAN
NOT
NULL
,
is_active
BOOLEAN
NOT
NULL
,
date_joined
TIMESTAMP
with
time
zone
DEFAULT
now
()
NOT
NULL
,
date_joined
TIMESTAMP
with
time
zone
DEFAULT
now
()
NOT
NULL
,
forgot_password
TEXT
,
forgot_password
_uuid
TEXT
,
PRIMARY
KEY
(
id
)
PRIMARY
KEY
(
id
)
);
);
ALTER
TABLE
public
.
auth_user
OWNER
TO
gargantua
;
ALTER
TABLE
public
.
auth_user
OWNER
TO
gargantua
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment