diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-14 00:29:38 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-14 00:29:38 +1000 |
| commit | 5b00f23b28e3a09a4120101a8be8802d009e5d84 (patch) | |
| tree | 53a9190c2c8ad57b25c6e429e97fcc8ff6bdeb23 /Migrations/HyperBooruDbContextModelSnapshot.cs | |
| parent | 3ce156d00197a894ac9b0507544afd51aec2a0fd (diff) | |
Added functionality for ingest tagging and implicit tags
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 => |
