Skip to content

Commit 13f1697

Browse files
committed
Add quotes to trending query; Add Afrolatinsky
1 parent 500e5aa commit 13f1697

File tree

12 files changed

+87
-53
lines changed

12 files changed

+87
-53
lines changed

rsky-feedgen/migrations/.diesel_lock

Whitespace-only changes.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-- !no-transaction
2-
DROP INDEX CONCURRENTLY IF EXISTS image_posturi_idx;
2+
-- DROP INDEX CONCURRENTLY IF EXISTS image_posturi_idx;
3+
SELECT 1;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-- !no-transaction
2-
CREATE INDEX CONCURRENTLY image_posturi_idx ON image("postUri");
2+
-- CREATE INDEX CONCURRENTLY image_posturi_idx ON image("postUri");
3+
SELECT 1;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-- !no-transaction
2-
DROP INDEX CONCURRENTLY IF EXISTS video_postcid_idx;
2+
-- DROP INDEX CONCURRENTLY IF EXISTS video_postcid_idx;
3+
SELECT 1;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-- !no-transaction
2-
CREATE INDEX CONCURRENTLY video_postcid_idx ON video("postCid");
2+
-- CREATE INDEX CONCURRENTLY video_postcid_idx ON video("postCid");
3+
SELECT 1;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-- !no-transaction
2-
DROP INDEX CONCURRENTLY IF EXISTS video_posturi_idx;
2+
-- DROP INDEX CONCURRENTLY IF EXISTS video_posturi_idx;
3+
SELECT 1;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-- !no-transaction
2-
CREATE INDEX CONCURRENTLY video_posturi_idx ON video("postUri");
2+
-- CREATE INDEX CONCURRENTLY video_posturi_idx ON video("postUri");
3+
SELECT 1;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-- !no-transaction
2-
DROP INDEX CONCURRENTLY IF EXISTS image_postcid_idx;
2+
-- DROP INDEX CONCURRENTLY IF EXISTS image_postcid_idx;
3+
SELECT 1;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-- !no-transaction
2-
CREATE INDEX CONCURRENTLY image_postcid_idx ON image("postCid");
2+
-- CREATE INDEX CONCURRENTLY image_postcid_idx ON image("postCid");
3+
SELECT 1;
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- !no-transaction
2+
-- DROP INDEX CONCURRENTLY IF EXISTS idx_membership_list_included;
3+
-- DROP INDEX CONCURRENTLY IF EXISTS idx_like_author_indexed;
4+
-- DROP INDEX CONCURRENTLY IF EXISTS idx_post_quoteuri_indexed;
5+
SELECT 1;

0 commit comments

Comments
 (0)