This commit introduces migration files for multiple database providers (MySQL, SQL Server, PostgreSQL, SQLite, and Oracle) to support schema changes for version 3.4. The migrations primarily involve mapping entity schemas, indexes, and table structures for consistency across all supported database systems. |
||
|---|---|---|
| .. | ||
| efcore-3.0.sh | ||
| efcore-3.1-sql.sh | ||
| efcore-3.1.sh | ||
| efcore-3.2.sh | ||
| efcore-3.3.sh | ||
| efcore-3.4.sh | ||
| README.md | ||
The ef-migration-runtime-schema package provides a runtime schema for the Entity Framework Core migrations. This schema is used to generate the migration scripts for the database.