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
An interesting challenge with this change: since it modifies the schema, shipping a release with it could break existing databases the next time git-history file ... is run against them.
Worth noting that this really was a bug: the code was designed to create that _commit column but failed to because it mutated a copy of the item from the array, not the original object:
Originally posted by @simonw in #59 (comment)
The text was updated successfully, but these errors were encountered: