|
7deb0b06af
|
fix #4770 - set a default value for PrincipalSchema to ensure backward compatibility
|
2024-10-24 17:08:25 -04:00 |
|
|
04b38444ce
|
fix #4722 - support PrincipalSchema when creating foreign keys (credit @Hypnodude)
|
2024-10-14 15:36:32 -04:00 |
|
|
de2c56560e
|
resolve regression installation issue with PostgreSQL
|
2024-01-25 13:39:23 -05:00 |
|
|
306b78b526
|
Added ability for Runtime and RenderMode to be set per Site - enabling the framework to support multiple hosting models concurrently in the same installation. Fixed WebAssembly Prerendering issue (this also resolved the issue where the component taghelper was not passing parameters correctly to the app when running on WebAssembly). Fix #1702 - remove web,config from upgrade package.
|
2021-10-05 14:32:05 -04:00 |
|
|
5268c326a1
|
suppress Internal EF Core API usage warning messages on build
|
2021-06-28 10:27:29 -04:00 |
|
|
c91b8e72c0
|
fix EF Core version value in upgrade scripts
|
2021-06-01 10:31:16 -04:00 |
|
|
b76e8498d7
|
move logic for inserting migrations history from MigrateableModuleBase to MigrationUtils
|
2021-05-31 16:17:06 -04:00 |
|
|
9c0cef870c
|
Merge AppVersions information into EFMigrationsHistory table
|
2021-05-25 12:17:44 -07:00 |
|
|
4a609b444e
|
Rename IOqtaneDatabase interface (and related base class)
|
2021-05-24 11:57:47 -07:00 |
|
|
342dae4aa7
|
Fix bug with MySQL Installation caused by new Migration
|
2021-05-21 16:38:48 -07:00 |
|
|
47c04dc150
|
Convert Database projects so they build installable Packages rather than deploy to bin and modify installation to deploy Databases on demand as needed.
|
2021-05-20 12:39:09 -07:00 |
|
|
c036a9d11f
|
Remove DbConfig and new constructors on DbContextBase and refactor Migrations to use explcit generation of IOqtaneDatabase instance
|
2021-05-12 15:17:40 -07:00 |
|
|
a0329b1b6c
|
Fix bug in new Migration to support PostgreSQL
|
2021-04-08 14:58:02 -07:00 |
|
|
e6530ee127
|
Added support for MySQL and ProgreSQL and AddSite/Tenant
|
2021-04-02 10:55:00 -07:00 |
|
|
2fb63e8117
|
Added suuport to inject an IOqtaneDatabase in EntityBuilders to allow each Database to control certain Migration behaviors. Also updated Installer to dynamically build Database Configuration section
|
2021-03-27 11:16:16 -07:00 |
|
|
83e5502111
|
Creation of EF Core Migrations - these execute using EF Tools, but are not integrated to run programmatically
|
2021-03-19 17:01:49 -07:00 |
|