How to update an existing SQLite database in a Blazor Hybrid app with MAUI when modifying the DbContext?

What are the details of your problem?

I’m developing a Blazor Hybrid app using MAUI and Microsoft.EntityFrameworkCore.Sqlite for database management. The issue I’m facing is that when I update my DbContext by adding new tables or modifying existing ones, these changes don’t automatically reflect in the SQLite database if it was already created with an earlier version of the app. This results in errors when I try to interact with the newly added or modified tables.

For example, if the app was previously installed and the database was created, and I then add a new table in the DbContext, I get an error because the database doesn’t recognize the new table. I want to know how I can update the existing database on the device to match the latest version of my DbContext whenever the app is updated.

What did you try and what were you expecting?

I’ve tried the following commands:

Database.EnsureDeleted();
Database.EnsureCreated();
Database.Migrate();

Using EnsureDeleted() does solve the issue by recreating the database, but it also deletes all user data, which isn’t acceptable. The other two commands (EnsureCreated() and Migrate()) don’t seem to update the database schema to reflect the new tables or modifications.

My expectation is that the database should automatically update to match the changes in my DbContext without losing any existing data.

public class BitacoraContext : DbContext
{
    public DbSet<AreaTarea> AreasTareas { get; set; }
    public DbSet<Area> Areas { get; set; }
    public DbSet<SucursalTab> SucursalTabs { get; set; }
    public DbSet<Revision> Revisiones { get; set; }
    public DbSet<RevisionTarea> RevisionesTareas { get; set; }

    public BitacoraContext(DbContextOptions<BitacoraContext> options) : base(options)
    {
        //Database.EnsureDeleted();
        Database.EnsureCreated();
        //Database.Migrate();
    }

    protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
    {
        
        optionsBuilder.UseSqlite("Data Source=databse.db");
    }

    protected override void OnModelCreating(ModelBuilder modelBuilder)
    {
        modelBuilder.Entity<SucursalTab>(entity =>
        {
            entity.ToTable("SucursalesTabs");
            entity.HasKey(c => c.Id);
            entity.Property(c => c.Id).IsRequired().ValueGeneratedOnAdd();

            entity.HasMany(a => a.Areas).WithOne(t => t.SucursalTab)
                .HasForeignKey(t => t.TabId);
        });

        modelBuilder.Entity<Area>(entity =>
        {
            entity.ToTable("Areas");
            entity.HasKey(c => c.Id);
            entity.Property(c => c.Id).IsRequired().ValueGeneratedOnAdd();

            entity.HasMany(a => a.AreasTareas).WithOne(t => t.Area)
                .HasForeignKey(t => t.AreaId);

            entity.HasOne(a => a.SucursalTab).WithMany(t => t.Areas)
                .HasForeignKey(t => t.TabId);
        });

        modelBuilder.Entity<AreaTarea>(entity =>
        {
            entity.ToTable("AreasTareas");
            entity.HasKey(c => c.Id);
            entity.Property(c => c.Id).IsRequired().ValueGeneratedOnAdd();

            entity.HasOne(a => a.Area).WithMany(t => t.AreasTareas)
                .HasForeignKey(t => t.AreaId);

            entity.HasMany(a => a.RevisionesTareas).WithOne(t => t.AreaTarea)
                .HasForeignKey(t => t.TareaId);
        });

        modelBuilder.Entity<Revision>(entity =>
        {
            entity.ToTable("Revisiones");
            entity.HasKey(c => c.Id);
            entity.Property(c => c.Id).IsRequired().ValueGeneratedOnAdd();

            entity.HasMany(a => a.RevisionesTareas).WithOne(t => t.Revision)
                .HasForeignKey(t => t.RevisionId);
        });

        modelBuilder.Entity<RevisionTarea>(entity =>
        {
            entity.ToTable("RevisionesTareas");
            entity.HasKey(c => c.Id);
            entity.Property(c => c.Id).IsRequired().ValueGeneratedOnAdd();

            entity.HasOne(a => a.Revision).WithMany(t => t.RevisionesTareas)
                .HasForeignKey(t => t.RevisionId);

            entity.HasOne(a => a.AreaTarea).WithMany(t => t.RevisionesTareas)
               .HasForeignKey(t => t.TareaId);
        });

        base.OnModelCreating(modelBuilder);
    }
}
using BAL;
using DAL;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;

namespace Bitacora
{
    public static class MauiProgram
    {
        public static MauiApp CreateMauiApp()
        {
            var builder = MauiApp.CreateBuilder();
            builder
                .UseMauiApp<App>()
                .ConfigureFonts(fonts =>
                {
                    fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
                });

            builder.Services.AddMauiBlazorWebView();

            builder.Services.AddDbContext<BitacoraContext>();
            builder.Services.AddTransient<ServiceTareas>();
            builder.Services.AddTransient<ServiceRevisiones>();

#if DEBUG
            builder.Services.AddBlazorWebViewDeveloperTools();
            builder.Logging.AddDebug();
#endif

            var app = builder.Build();

            return app;
        }
    }
}

New contributor

FernanOwO is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật