Skip to content

Commit ae29eaa

Browse files
committed
Fix
1 parent df64610 commit ae29eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/startupScripts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ WHERE cancelled_at IS NULL
171171
});
172172

173173
startupScripts.push({
174-
sql: `CREATE INDEX users_clarray_gin ON users USING gin (cl_array gin__int_ops);`
174+
sql: `CREATE INDEX IF NOT EXISTS users_clarray_gin ON users USING gin (cl_array gin__int_ops);`
175175
});
176176

177177
export async function runStartupScripts() {

0 commit comments

Comments
 (0)