Skip to content

Commit 1f0e20c

Browse files
useless IF NOT EXISTS
1 parent 0d55e55 commit 1f0e20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hangfire.PostgreSql/Scripts/Install.v23.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ END IF;
88
END $$;
99

1010
DROP INDEX IF EXISTS ix_hangfire_job_statename_is_not_null;
11-
CREATE INDEX IF NOT EXISTS ix_hangfire_job_statename_is_not_null ON job USING btree(statename) INCLUDE (id) WHERE statename IS NOT NULL;
11+
CREATE INDEX ix_hangfire_job_statename_is_not_null ON job USING btree(statename) INCLUDE (id) WHERE statename IS NOT NULL;
1212

1313
RESET search_path;

0 commit comments

Comments
 (0)