File tree Expand file tree Collapse file tree 12 files changed +87
-53
lines changed
2025-09-19-120336-0000_027 Expand file tree Collapse file tree 12 files changed +87
-53
lines changed Original file line number Diff line number Diff line change 11-- !no-transaction
2- DROP INDEX CONCURRENTLY IF EXISTS image_posturi_idx;
2+ -- DROP INDEX CONCURRENTLY IF EXISTS image_posturi_idx;
3+ SELECT 1 ;
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 11-- !no-transaction
2- DROP INDEX CONCURRENTLY IF EXISTS video_postcid_idx;
2+ -- DROP INDEX CONCURRENTLY IF EXISTS video_postcid_idx;
3+ SELECT 1 ;
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 11-- !no-transaction
2- DROP INDEX CONCURRENTLY IF EXISTS video_posturi_idx;
2+ -- DROP INDEX CONCURRENTLY IF EXISTS video_posturi_idx;
3+ SELECT 1 ;
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 11-- !no-transaction
2- DROP INDEX CONCURRENTLY IF EXISTS image_postcid_idx;
2+ -- DROP INDEX CONCURRENTLY IF EXISTS image_postcid_idx;
3+ SELECT 1 ;
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments