mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fixed column default value and model type for cicm_db.updated
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/******************************************************************************
|
||||
/******************************************************************************
|
||||
// Canary Islands Computer Museum Website
|
||||
// ----------------------------------------------------------------------------
|
||||
//
|
||||
@@ -36,6 +36,6 @@ namespace Cicm.Database.Models
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int Version { get; set; }
|
||||
public DateTime? Updated { get; set; }
|
||||
public DateTimeOffset? Updated { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user