Skip to content

Commit cc0621f

Browse files
Add subscription error
1 parent d9ecd22 commit cc0621f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/database/postgresql/1/patch_35.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ CREATE OR REPLACE VIEW repbot_schema.v_guilds AS
130130
guild_id
131131
FROM
132132
repbot_schema.self_cleanup
133+
DISTINCT
134+
SELECT
135+
guild_id
136+
FROM
137+
repbot_schema.subscription_error
133138
UNION
134139
DISTINCT
135140
SELECT

0 commit comments

Comments
 (0)