blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 520 forks source link

Migrations not complete on MySQL #207

Closed claunia closed 4 years ago

claunia commented 4 years ago

Starting with an empty database in MySQL it only goes up to migration 20181013050615_CustomFields.

Running on SQLite all migrations are properly applied.

rxtur commented 4 years ago

Does it throw any errors? Anything in the logs? Unfortunately I don't have environment running MySQL to verify right now, would need to check it out later.