You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just stumbled over a 8.2 postgres instance that did not have pref_userid_appid_key_index. was installed at 8.0. we should somehow detect missing indexes ... or make this a repair step? cc @PVince81
The text was updated successfully, but these errors were encountered:
In general at this point in OC 10 I expect that we'll move all possible tables to migrations. When doing so, we should maybe put the index creation in a separate migration and have a check whether said indices existed before or not.
It is possible that the current migration implementations don't bother with indices if the tables already exist. If that's the case, let's add additional migrations to check and add missing indices.
just stumbled over a 8.2 postgres instance that did not have pref_userid_appid_key_index. was installed at 8.0. we should somehow detect missing indexes ... or make this a repair step? cc @PVince81
The text was updated successfully, but these errors were encountered: