Skip to content

feat: add an option into lucidjs to drop SQL functions on migration:fresh #235

@mini-bomba

Description

@mini-bomba

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Blocked

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions