Skip to content
GitLab
Explore
Sign in
Register
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
097e60ee
Commit
097e60ee
authored
4 years ago
by
Marcin
Browse files
Options
Downloads
Patches
Plain Diff
fix incorrect volatile sql function type
parent
4fe3504a
No related branches found
No related tags found
2 merge requests
!456
Release candidate v1 24
,
!366
fix incorrect volatile sql function type
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hive/db/sql_scripts/bridge_get_ranked_post_for_observer_communities.sql
+7
-7
7 additions, 7 deletions
...ripts/bridge_get_ranked_post_for_observer_communities.sql
with
7 additions
and
7 deletions
hive/db/sql_scripts/bridge_get_ranked_post_for_observer_communities.sql
+
7
−
7
View file @
097e60ee
...
...
@@ -55,7 +55,7 @@ BEGIN
LIMIT
_limit
;
END
$
function
$
language
plpgsql
VOLATI
LE
;
language
plpgsql
STAB
LE
;
DROP
FUNCTION
IF
EXISTS
bridge_get_ranked_post_by_hot_for_observer_communities
;
CREATE
FUNCTION
bridge_get_ranked_post_by_hot_for_observer_communities
(
in
_observer
VARCHAR
,
in
_author
VARCHAR
,
in
_permlink
VARCHAR
,
in
_limit
SMALLINT
)
...
...
@@ -118,7 +118,7 @@ BEGIN
LIMIT
_limit
;
END
$
function
$
language
plpgsql
VOLATI
LE
;
language
plpgsql
STAB
LE
;
DROP
FUNCTION
IF
EXISTS
bridge_get_ranked_post_by_payout_comments_for_observer_communities
;
CREATE
FUNCTION
bridge_get_ranked_post_by_payout_comments_for_observer_communities
(
in
_observer
VARCHAR
,
in
_author
VARCHAR
,
in
_permlink
VARCHAR
,
in
_limit
SMALLINT
)
...
...
@@ -190,7 +190,7 @@ BEGIN
LIMIT
_limit
;
END
$
function
$
language
plpgsql
VOLATI
LE
;
language
plpgsql
STAB
LE
;
DROP
FUNCTION
IF
EXISTS
bridge_get_ranked_post_by_payout_for_observer_communities
;
CREATE
FUNCTION
bridge_get_ranked_post_by_payout_for_observer_communities
(
in
_observer
VARCHAR
,
in
_author
VARCHAR
,
in
_permlink
VARCHAR
,
in
_limit
SMALLINT
)
...
...
@@ -255,7 +255,7 @@ BEGIN
LIMIT
_limit
;
END
$
function
$
language
plpgsql
VOLATI
LE
;
language
plpgsql
STAB
LE
;
DROP
FUNCTION
IF
EXISTS
bridge_get_ranked_post_by_promoted_for_observer_communities
;
CREATE
FUNCTION
bridge_get_ranked_post_by_promoted_for_observer_communities
(
in
_observer
VARCHAR
,
in
_author
VARCHAR
,
in
_permlink
VARCHAR
,
in
_limit
SMALLINT
)
...
...
@@ -318,7 +318,7 @@ BEGIN
LIMIT
_limit
;
END
$
function
$
language
plpgsql
VOLATI
LE
;
language
plpgsql
STAB
LE
;
DROP
FUNCTION
IF
EXISTS
bridge_get_ranked_post_by_trends_for_observer_communities
;
CREATE
OR
REPLACE
FUNCTION
bridge_get_ranked_post_by_trends_for_observer_communities
(
in
_observer
VARCHAR
,
in
_author
VARCHAR
,
in
_permlink
VARCHAR
,
in
_limit
SMALLINT
)
...
...
@@ -390,7 +390,7 @@ BEGIN
LIMIT
_limit
;
END
$
function
$
language
plpgsql
VOLATI
LE
;
language
plpgsql
STAB
LE
;
DROP
FUNCTION
IF
EXISTS
bridge_get_ranked_post_by_muted_for_observer_communities
;
CREATE
FUNCTION
bridge_get_ranked_post_by_muted_for_observer_communities
(
in
_observer
VARCHAR
,
in
_author
VARCHAR
,
in
_permlink
VARCHAR
,
in
_limit
SMALLINT
)
...
...
@@ -454,4 +454,4 @@ BEGIN
LIMIT
_limit
;
END
$
function
$
language
plpgsql
VOLATI
LE
;
language
plpgsql
STAB
LE
;
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