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
// Copyright (c) Avanade. Licensed under the MIT License. See https://github.com/Avanade/Beef
namespace Beef.Database.SqlServer
{
/// <summary>
/// Provides extension methods for the <see cref="SqlServerMigration"/> et al.
/// </summary>
public static class SqlServerMigrationExtensions
{
/// <summary>
/// Include the SQL Server extended <b>Schema</b> scripts (stored procedures and functions) from <see href="https://github.com/Avanade/DbEx/tree/main/src/DbEx.SqlServer/Resources/ExtendedSchema"/>.