diff options
Diffstat (limited to 'Migrations/HyperBooruDbContextModelSnapshot.cs')
| -rw-r--r-- | Migrations/HyperBooruDbContextModelSnapshot.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Migrations/HyperBooruDbContextModelSnapshot.cs b/Migrations/HyperBooruDbContextModelSnapshot.cs index 36f6e72..7096799 100644 --- a/Migrations/HyperBooruDbContextModelSnapshot.cs +++ b/Migrations/HyperBooruDbContextModelSnapshot.cs @@ -138,6 +138,24 @@ namespace HyperBooru.Migrations b.HasIndex("DbTagDefinitionObjectId"); b.ToTable("TagDefinitions", (string)null); + + b.HasData( + new + { + ObjectId = -1, + Guid = new Guid("a03e1649-bd30-4db1-a81d-be05ba05f357"), + ObjectType = 0, + Name = "nsfw", + Source = 0 + }, + new + { + ObjectId = -2, + Guid = new Guid("3094fe00-8e41-4c08-8828-dea2ba878dd4"), + ObjectType = 0, + Name = "ingest", + Source = 0 + }); }); modelBuilder.Entity("HyperBooru.DbUploadedFile", b => |
