lucid's migration:fresh command currently is unable to drop SQL functions, causing issues with our current migrations (functions must currently be dropped manually)
this command is only used in local dev environments, so this isn't a critical issue.
this task involves creating a pull request to the repository of one of our dependencies.
this stack overflow thread might be useful in implementing the feature (don't copy it directly, and definitely don't use the do/end block - use it as a reference for where to take the data on functions from, adapt it to the way internal adonis code works)
lucid's
migration:freshcommand currently is unable to drop SQL functions, causing issues with our current migrations (functions must currently be dropped manually)this command is only used in local dev environments, so this isn't a critical issue.
this task involves creating a pull request to the repository of one of our dependencies.
this stack overflow thread might be useful in implementing the feature (don't copy it directly, and definitely don't use the do/end block - use it as a reference for where to take the data on functions from, adapt it to the way internal adonis code works)