Add simple migration script

This commit is contained in:
runebaas 2018-05-11 00:36:29 +02:00
parent 9ecc224ae1
commit 32ae82ca8d
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
6 changed files with 341 additions and 12 deletions

View file

@ -15,9 +15,8 @@ namespace Geekbot.net.Database.Models
public string Name { get; set; }
[Required]
public string Owner { get; set; }
public long Owner { get; set; }
[Required]
public string IconUrl { get; set; }
public DateTimeOffset CreatedAt { get; set; }