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
Need to ensure it's possible to have abstract descendants of Migration class so that custom functionality can be setup. Just need to ensure MigrateTask uses reflection to determine if the class is abstract or not (since instantiating it would cause fatal errors).
The text was updated successfully, but these errors were encountered:
Need to ensure it's possible to have abstract descendants of
Migration
class so that custom functionality can be setup. Just need to ensureMigrateTask
uses reflection to determine if the class is abstract or not (since instantiating it would cause fatal errors).The text was updated successfully, but these errors were encountered: