Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Commits
48189c66
Commit
48189c66
authored
6 months ago
by
Marcin
Committed by
Bartek Wrona
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
check if reptracker is installed
parent
14dec314
No related branches found
No related tags found
2 merge requests
!827
Merge develop changes to master
,
!728
desynchronize hivemind and reptracker
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/install_app.sql
+4
-0
4 additions, 0 deletions
scripts/install_app.sql
with
4 additions
and
0 deletions
scripts/install_app.sql
+
4
−
0
View file @
48189c66
...
...
@@ -3,6 +3,10 @@ DO $$
DECLARE
__version
INT
;
BEGIN
ASSERT
EXISTS
(
SELECT
1
FROM
information_schema
.
schemata
WHERE
schema_name
=
'reptracker_app'
)
,
'Reputation tracker with schema reptracker_app is not installed'
;
SELECT
CURRENT_SETTING
(
'server_version_num'
)::
INT
INTO
__version
;
EXECUTE
'ALTER DATABASE '
||
current_database
()
||
' SET join_collapse_limit TO 16'
;
...
...
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