diff --git a/blog/2025/01-25-efcore-and-me/index.mdx b/blog/2025/01-25-efcore-and-me/index.mdx index 3c0bee2d8..b9718a7de 100644 --- a/blog/2025/01-25-efcore-and-me/index.mdx +++ b/blog/2025/01-25-efcore-and-me/index.mdx @@ -10,7 +10,7 @@ EFCore has landed in unstable, and this will have consequences. We have finally reached our first milestone in cleaning up the legacy database access code. This means that all SQL builders that targeted SQLite directly have been removed from code. This marks the first step towards a completely new database design, but we now need to take a quick look ahead and see what's next. -Unstable builds will be temporarily turning them off this week, skipping the 20240127 unstable to provide a full week of in-master testing as originally stated by Joshua. We will re-enable unstable builds for the 20240203 unstable week with these changes, so ensure you have backups ready this week if you run unstable builds. +Unstable builds will be temporarily turned off this week, skipping the 20240127 unstable to provide a full week of in-master testing, and will be re-enabled for the 20240203 unstable next week, so ensure you have backups ready this week if you run unstable builds. Otherwise please read on to see what exactly that means and what the future brings.