mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Let's not rename columns yet
This commit is contained in:
@ -9,7 +9,7 @@ namespace osu.Game.IO
|
||||
public class FileInfo
|
||||
{
|
||||
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public int Id { get; set; }
|
||||
public int ID { get; set; }
|
||||
|
||||
public string Hash { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user