Going back to the canvas thing
This commit is contained in:
@@ -111,9 +111,6 @@ namespace fxl.codes.kisekae.Migrations
|
||||
b.Property<int?>("RenderId")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<int>("Sets")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<int>("Transparency")
|
||||
.HasColumnType("integer");
|
||||
|
||||
@@ -217,9 +214,6 @@ namespace fxl.codes.kisekae.Migrations
|
||||
|
||||
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
|
||||
|
||||
b.Property<string>("Comment")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<byte[]>("Data")
|
||||
.HasColumnType("bytea");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user