mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Added asset id counter to migrations, fixed migrations async issue
This commit is contained in:
@@ -70,4 +70,9 @@ public class AssetsTableViewModel
|
||||
public required string AssetCn { get; set; }
|
||||
public string? AssetName { get; set; }
|
||||
public string? LocationName { get; set; }
|
||||
}
|
||||
|
||||
public class AssetsMetadataModel
|
||||
{
|
||||
public int CnCounter { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user