mistercrunch commented on issue #13351: URL: https://github.com/apache/superset/issues/13351#issuecomment-788627938
>> Migration files must have a functional down method to effectively rollback changes introduced in the up method. > This isn't always possible, especially when the migration is doing some repair of the metadata (vs. adding/removing columns and tables). It could be possible in some cases by keeping data as backup / renaming column to enable just that. Of course that doesn't always work as new objects get created and may be missing the backup. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
