transactions
This commit is contained in:
8
back/DataModels/EfmigrationsLock.cs
Normal file
8
back/DataModels/EfmigrationsLock.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace back.DataModels;
|
||||
|
||||
public partial class EfmigrationsLock
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Timestamp { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user