Ucommerce.Web.Infrastructure.db
10.2.2
Prefix Reserved
See the version list below for details.
dotnet add package Ucommerce.Web.Infrastructure.db --version 10.2.2
NuGet\Install-Package Ucommerce.Web.Infrastructure.db -Version 10.2.2
<PackageReference Include="Ucommerce.Web.Infrastructure.db" Version="10.2.2" />
paket add Ucommerce.Web.Infrastructure.db --version 10.2.2
#r "nuget: Ucommerce.Web.Infrastructure.db, 10.2.2"
// Install Ucommerce.Web.Infrastructure.db as a Cake Addin #addin nuget:?package=Ucommerce.Web.Infrastructure.db&version=10.2.2 // Install Ucommerce.Web.Infrastructure.db as a Cake Tool #tool nuget:?package=Ucommerce.Web.Infrastructure.db&version=10.2.2
SQL Migrations
This project contains the sql migration scripts for Ucommerce.
Migrations are handled by DbUp
Files are named XXX - [descriptive name].sql
where XXX is an ever growing number.
See DbUp Philosophy for best practices around creating and maintaining migrations.
TLDR;
Scripts should be:
- Idempotent - Should be able to run again without it changing things on the second run
- Don't change - Add new migration instead
- Versioned - XXX in the name
Encoding
Files in this project should be saved with UTF-8 encoding without BOM for better Github support.
NOTE SQL Server Management Studio by default saves scripts with UTF-16 encoding which Github treats as binary and therefore does not display diffs for.
Links
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Ucommerce.Web.Infrastructure.db:
Package | Downloads |
---|---|
Ucommerce.Web.Infrastructure
This package contains the Ucommerce infrastructure logic. NOTE: Not meant to be a standalone package but installed in a project together with Ucommerce. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.8.1 | 51 | 11/18/2024 |
10.8.0 | 284 | 11/4/2024 |
10.7.1 | 322 | 10/16/2024 |
10.7.0 | 183 | 10/4/2024 |
10.6.0 | 296 | 8/30/2024 |
10.5.3 | 187 | 8/20/2024 |
10.5.2 | 241 | 8/5/2024 |
10.5.1 | 130 | 7/30/2024 |
10.5.0 | 174 | 7/8/2024 |
10.4.0 | 192 | 6/18/2024 |
10.3.0 | 208 | 6/7/2024 |
10.2.3 | 234 | 8/22/2024 |
10.2.2 | 194 | 8/20/2024 |
10.2.1 | 301 | 5/3/2024 |
10.2.0 | 222 | 4/25/2024 |
10.1.2 | 269 | 4/9/2024 |