We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df64610 commit ae29eaaCopy full SHA for ae29eaa
src/lib/startupScripts.ts
@@ -171,7 +171,7 @@ WHERE cancelled_at IS NULL
171
});
172
173
startupScripts.push({
174
- sql: `CREATE INDEX users_clarray_gin ON users USING gin (cl_array gin__int_ops);`
+ sql: `CREATE INDEX IF NOT EXISTS users_clarray_gin ON users USING gin (cl_array gin__int_ops);`
175
176
177
export async function runStartupScripts() {
0 commit comments