Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.7.0 #61

Merged
merged 2 commits into from
Oct 11, 2024
Merged

v2.7.0 #61

merged 2 commits into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. v2.7.0

    - *Enhancement:* Require a means to add an explicitly named resource-based script outside of the automatic convention-based discovery; see new `MigrationArgs.AddScript`.
    - *Enhancement:* Moving the [_Beef_](https://github.com/Avanade/beef)-based standardized SQL Server scripts (functions and stored procedures) to _DbEx_ to enable greater usage. New `MigrationArgs.IncludeExtendedSchemaScripts` extension method will add (leverages new `MigrationArgs.AddScript`).
    - *Enhancement:* Added PostgreSQL equivalent standardized SQL Server scripts (functions and stored procedures).
    - *Enhancement:* Added command-line option `-dso|--drop-schema-objects` to set `MigrationArgs.DropSchemaObjects` directly from the console.
    chullybun committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ca060ac View commit details
    Browse the repository at this point in the history
  2. Fix test error.

    chullybun committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2029f44 View commit details
    Browse the repository at this point in the history