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
149
Issues
149
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
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
978fafab
Commit
978fafab
authored
Jun 24, 2022
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] database upgrade for lost password feature
parent
f5bfeb50
Pipeline
#2945
failed with stage
in 49 minutes and 24 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
CHANGELOG.md
CHANGELOG.md
+1
-0
schema.sql
devops/postgres/schema.sql
+1
-0
No files found.
CHANGELOG.md
View file @
978fafab
## Version 0.0.5.8.9.9
*
[
FIX
]
Debug Graph Labels
*
[
FIX
]
schema upgraded, use 0.0.5.7.8.sql to upgrade your database
## Version 0.0.5.8.9.8
*
[
ERGO
]
NgramsTable, change group and search for ngrams to add
...
...
devops/postgres/schema.sql
View file @
978fafab
...
...
@@ -17,6 +17,7 @@ CREATE TABLE public.auth_user (
is_staff
BOOLEAN
NOT
NULL
,
is_active
BOOLEAN
NOT
NULL
,
date_joined
TIMESTAMP
with
time
zone
DEFAULT
now
()
NOT
NULL
,
forgot_password
TEXT
,
PRIMARY
KEY
(
id
)
);
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