upd
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s

This commit is contained in:
2026-06-08 12:17:57 +03:00
parent d46dd0b6d2
commit 3c5cf931ff
44 changed files with 44484 additions and 26 deletions
Binary file not shown.
Binary file not shown.
+3 -1
View File
@@ -7,7 +7,9 @@ namespace Strela.Services
{
public SQLiteService() => Database.EnsureCreated();
public virtual DbSet<User> Users { get; set; }
public virtual DbSet<DeviceItem> Devices { get; set; }
public virtual DbSet<DeviceType> DeviceTypes { get; set; }
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{