Ucommerce.Web.Infrastructure.db
10.12.3
Prefix Reserved
See the version list below for details.
dotnet add package Ucommerce.Web.Infrastructure.db --version 10.12.3
NuGet\Install-Package Ucommerce.Web.Infrastructure.db -Version 10.12.3
<PackageReference Include="Ucommerce.Web.Infrastructure.db" Version="10.12.3" />
<PackageVersion Include="Ucommerce.Web.Infrastructure.db" Version="10.12.3" />
<PackageReference Include="Ucommerce.Web.Infrastructure.db" />
paket add Ucommerce.Web.Infrastructure.db --version 10.12.3
#r "nuget: Ucommerce.Web.Infrastructure.db, 10.12.3"
#addin nuget:?package=Ucommerce.Web.Infrastructure.db&version=10.12.3
#tool nuget:?package=Ucommerce.Web.Infrastructure.db&version=10.12.3
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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.12.5 | 0 | 4/4/2025 |
10.12.4 | 91 | 4/1/2025 |
10.12.3 | 540 | 3/26/2025 |
10.12.2 | 159 | 3/21/2025 |
10.12.1 | 200 | 3/20/2025 |
10.12.0 | 378 | 3/3/2025 |
10.11.1 | 399 | 2/21/2025 |
10.11.0 | 293 | 2/18/2025 |
10.10.2 | 200 | 2/10/2025 |
10.10.1 | 202 | 1/31/2025 |
10.10.0 | 474 | 1/23/2025 |
10.9.6 | 161 | 1/30/2025 |
10.9.5 | 408 | 1/10/2025 |
10.9.4 | 322 | 1/6/2025 |
10.9.3 | 380 | 12/19/2024 |
10.8.2 | 170 | 12/19/2024 |
10.6.0 | 314 | 8/30/2024 |
10.5.3 | 207 | 8/20/2024 |
10.5.2 | 259 | 8/5/2024 |
10.5.1 | 149 | 7/30/2024 |
10.5.0 | 196 | 7/8/2024 |
10.4.0 | 213 | 6/18/2024 |
10.3.0 | 256 | 6/7/2024 |
10.2.5 | 192 | 11/25/2024 |
10.2.3 | 255 | 8/22/2024 |
10.2.2 | 215 | 8/20/2024 |
10.2.1 | 321 | 5/3/2024 |
10.2.0 | 238 | 4/25/2024 |
10.1.2 | 289 | 4/9/2024 |