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
Like the sessions and kernels tables, the vfolders.status_history column also needs to be migrated. For the reasons behind this migration, please refer to the previous issue.
Objective
Change the data type of vfolders.status_history to a list
Write a script to change the data type of the vfolders.status_history column to a list and migrate the data.
Impact
The existing GQL resolver should be deprecated, and new fields and resolvers should be created to ensure backward compatibility.
The text was updated successfully, but these errors were encountered:
Motivation
Like the
sessions
andkernels
tables, thevfolders.status_history
column also needs to be migrated. For the reasons behind this migration, please refer to the previous issue.Objective
Change the data type of
vfolders.status_history
to a listWrite a script to change the data type of the
vfolders.status_history
column to a list and migrate the data.Impact
The existing GQL resolver should be deprecated, and new fields and resolvers should be created to ensure backward compatibility.
The text was updated successfully, but these errors were encountered: