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
145
Issues
145
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
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
3f8a8c0e
Commit
3f8a8c0e
authored
Oct 11, 2021
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 81-dev-zip-upload
parents
c9bd81c7
7061b3f6
Pipeline
#1955
failed with stage
in 31 minutes and 37 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
install
bin/install
+1
-1
0.0.4.1.sql
devops/postgres/upgrade/0.0.4.1.sql
+7
-0
stack.yaml
stack.yaml
+1
-1
No files found.
bin/install
View file @
3f8a8c0e
#!/bin/bash
stack
install
--nix
--profile
--test
--fast
# --haddo
ck
stack
install
--nix
--profile
--test
--fast
--no-install-ghc
--skip-ghc-che
ck
devops/postgres/upgrade/0.0.4.1.sql
0 → 100644
View file @
3f8a8c0e
ALTER
TABLE
nodes
DROP
COLUMN
IF
EXISTS
search_title
;
stack.yaml
View file @
3f8a8c0e
resolver
:
url
:
https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/1
2
.yaml
url
:
https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/1
3
.yaml
flags
:
{}
extra-package-dbs
:
[]
packages
:
...
...
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