17#pragma warning disable 612, 618
18 modelBuilder.HasAnnotation(
"ProductVersion",
"8.0.13");
20 modelBuilder.Entity(
"Tgstation.Server.Host.Models.ChatBot", b =>
22 b.Property<
long?>(
"Id")
23 .ValueGeneratedOnAdd()
24 .HasColumnType(
"INTEGER");
26 b.Property<ushort?>(
"ChannelLimit")
28 .HasColumnType(
"INTEGER");
30 b.Property<
string>(
"ConnectionString")
33 .HasColumnType(
"TEXT");
35 b.Property<
bool?>(
"Enabled")
36 .HasColumnType(
"INTEGER");
38 b.Property<
long>(
"InstanceId")
39 .HasColumnType(
"INTEGER");
41 b.Property<
string>(
"Name")
44 .HasColumnType(
"TEXT");
46 b.Property<
int>(
"Provider")
47 .HasColumnType(
"INTEGER");
49 b.Property<uint?>(
"ReconnectionInterval")
51 .HasColumnType(
"INTEGER");
55 b.HasIndex(
"InstanceId",
"Name")
58 b.ToTable(
"ChatBots");
61 modelBuilder.Entity(
"Tgstation.Server.Host.Models.ChatChannel", b =>
63 b.Property<
long>(
"Id")
64 .ValueGeneratedOnAdd()
65 .HasColumnType(
"INTEGER");
67 b.Property<
long>(
"ChatSettingsId")
68 .HasColumnType(
"INTEGER");
70 b.Property<ulong?>(
"DiscordChannelId")
71 .HasColumnType(
"INTEGER");
73 b.Property<
string>(
"IrcChannel")
75 .HasColumnType(
"TEXT");
77 b.Property<
bool?>(
"IsAdminChannel")
79 .HasColumnType(
"INTEGER");
81 b.Property<
bool?>(
"IsSystemChannel")
83 .HasColumnType(
"INTEGER");
85 b.Property<
bool?>(
"IsUpdatesChannel")
87 .HasColumnType(
"INTEGER");
89 b.Property<
bool?>(
"IsWatchdogChannel")
91 .HasColumnType(
"INTEGER");
93 b.Property<
string>(
"Tag")
95 .HasColumnType(
"TEXT");
99 b.HasIndex(
"ChatSettingsId",
"DiscordChannelId")
102 b.HasIndex(
"ChatSettingsId",
"IrcChannel")
105 b.ToTable(
"ChatChannels");
108 modelBuilder.Entity(
"Tgstation.Server.Host.Models.CompileJob", b =>
110 b.Property<
long?>(
"Id")
111 .ValueGeneratedOnAdd()
112 .HasColumnType(
"INTEGER");
114 b.Property<
int?>(
"DMApiMajorVersion")
115 .HasColumnType(
"INTEGER");
117 b.Property<
int?>(
"DMApiMinorVersion")
118 .HasColumnType(
"INTEGER");
120 b.Property<
int?>(
"DMApiPatchVersion")
121 .HasColumnType(
"INTEGER");
123 b.Property<Guid?>(
"DirectoryName")
125 .HasColumnType(
"TEXT");
127 b.Property<
string>(
"DmeName")
129 .HasColumnType(
"TEXT");
131 b.Property<
string>(
"EngineVersion")
133 .HasColumnType(
"TEXT");
135 b.Property<
long?>(
"GitHubDeploymentId")
136 .HasColumnType(
"INTEGER");
138 b.Property<
long?>(
"GitHubRepoId")
139 .HasColumnType(
"INTEGER");
141 b.Property<
long>(
"JobId")
142 .HasColumnType(
"INTEGER");
144 b.Property<
int?>(
"MinimumSecurityLevel")
145 .HasColumnType(
"INTEGER");
147 b.Property<
string>(
"Output")
149 .HasColumnType(
"TEXT");
151 b.Property<
string>(
"RepositoryOrigin")
152 .HasColumnType(
"TEXT");
154 b.Property<
long>(
"RevisionInformationId")
155 .HasColumnType(
"INTEGER");
159 b.HasIndex(
"DirectoryName");
164 b.HasIndex(
"RevisionInformationId");
166 b.ToTable(
"CompileJobs");
169 modelBuilder.Entity(
"Tgstation.Server.Host.Models.DreamDaemonSettings", b =>
171 b.Property<
long>(
"Id")
172 .ValueGeneratedOnAdd()
173 .HasColumnType(
"INTEGER");
175 b.Property<
string>(
"AdditionalParameters")
178 .HasColumnType(
"TEXT");
180 b.Property<
bool?>(
"AllowWebClient")
182 .HasColumnType(
"INTEGER");
184 b.Property<
bool?>(
"AutoStart")
186 .HasColumnType(
"INTEGER");
188 b.Property<
bool?>(
"DumpOnHealthCheckRestart")
190 .HasColumnType(
"INTEGER");
192 b.Property<uint?>(
"HealthCheckSeconds")
194 .HasColumnType(
"INTEGER");
196 b.Property<
long>(
"InstanceId")
197 .HasColumnType(
"INTEGER");
199 b.Property<
bool?>(
"LogOutput")
201 .HasColumnType(
"INTEGER");
203 b.Property<uint?>(
"MapThreads")
205 .HasColumnType(
"INTEGER");
207 b.Property<
bool?>(
"Minidumps")
209 .HasColumnType(
"INTEGER");
211 b.Property<ushort?>(
"OpenDreamTopicPort")
213 .HasColumnType(
"INTEGER");
215 b.Property<ushort?>(
"Port")
217 .HasColumnType(
"INTEGER");
219 b.Property<
int>(
"SecurityLevel")
220 .HasColumnType(
"INTEGER");
222 b.Property<
bool?>(
"StartProfiler")
224 .HasColumnType(
"INTEGER");
226 b.Property<uint?>(
"StartupTimeout")
228 .HasColumnType(
"INTEGER");
230 b.Property<uint?>(
"TopicRequestTimeout")
232 .HasColumnType(
"INTEGER");
234 b.Property<
int>(
"Visibility")
235 .HasColumnType(
"INTEGER");
239 b.HasIndex(
"InstanceId")
242 b.ToTable(
"DreamDaemonSettings");
245 modelBuilder.Entity(
"Tgstation.Server.Host.Models.DreamMakerSettings", b =>
247 b.Property<
long>(
"Id")
248 .ValueGeneratedOnAdd()
249 .HasColumnType(
"INTEGER");
251 b.Property<ushort?>(
"ApiValidationPort")
253 .HasColumnType(
"INTEGER");
255 b.Property<
int>(
"ApiValidationSecurityLevel")
256 .HasColumnType(
"INTEGER");
258 b.Property<
string>(
"CompilerAdditionalArguments")
260 .HasColumnType(
"TEXT");
262 b.Property<
int>(
"DMApiValidationMode")
263 .HasColumnType(
"INTEGER");
265 b.Property<
long>(
"InstanceId")
266 .HasColumnType(
"INTEGER");
268 b.Property<
string>(
"ProjectName")
270 .HasColumnType(
"TEXT");
272 b.Property<TimeSpan?>(
"Timeout")
274 .HasColumnType(
"TEXT");
278 b.HasIndex(
"InstanceId")
281 b.ToTable(
"DreamMakerSettings");
284 modelBuilder.Entity(
"Tgstation.Server.Host.Models.Instance", b =>
286 b.Property<
long?>(
"Id")
287 .ValueGeneratedOnAdd()
288 .HasColumnType(
"INTEGER");
290 b.Property<
string>(
"AutoStartCron")
293 .HasColumnType(
"TEXT");
295 b.Property<
string>(
"AutoStopCron")
298 .HasColumnType(
"TEXT");
300 b.Property<
string>(
"AutoUpdateCron")
303 .HasColumnType(
"TEXT");
305 b.Property<uint?>(
"AutoUpdateInterval")
307 .HasColumnType(
"INTEGER");
309 b.Property<ushort?>(
"ChatBotLimit")
311 .HasColumnType(
"INTEGER");
313 b.Property<
int>(
"ConfigurationType")
314 .HasColumnType(
"INTEGER");
316 b.Property<
string>(
"Name")
319 .HasColumnType(
"TEXT");
321 b.Property<
bool?>(
"Online")
323 .HasColumnType(
"INTEGER");
325 b.Property<
string>(
"Path")
327 .HasColumnType(
"TEXT");
329 b.Property<
string>(
"SwarmIdentifer")
330 .HasColumnType(
"TEXT");
334 b.HasIndex(
"Path",
"SwarmIdentifer")
337 b.ToTable(
"Instances");
340 modelBuilder.Entity(
"Tgstation.Server.Host.Models.InstancePermissionSet", b =>
342 b.Property<
long>(
"Id")
343 .ValueGeneratedOnAdd()
344 .HasColumnType(
"INTEGER");
346 b.Property<ulong>(
"ChatBotRights")
347 .HasColumnType(
"INTEGER");
349 b.Property<ulong>(
"ConfigurationRights")
350 .HasColumnType(
"INTEGER");
352 b.Property<ulong>(
"DreamDaemonRights")
353 .HasColumnType(
"INTEGER");
355 b.Property<ulong>(
"DreamMakerRights")
356 .HasColumnType(
"INTEGER");
358 b.Property<ulong>(
"EngineRights")
359 .HasColumnType(
"INTEGER");
361 b.Property<
long>(
"InstanceId")
362 .HasColumnType(
"INTEGER");
364 b.Property<ulong>(
"InstancePermissionSetRights")
365 .HasColumnType(
"INTEGER");
367 b.Property<
long>(
"PermissionSetId")
368 .HasColumnType(
"INTEGER");
370 b.Property<ulong>(
"RepositoryRights")
371 .HasColumnType(
"INTEGER");
375 b.HasIndex(
"InstanceId");
377 b.HasIndex(
"PermissionSetId",
"InstanceId")
380 b.ToTable(
"InstancePermissionSets");
383 modelBuilder.Entity(
"Tgstation.Server.Host.Models.Job", b =>
385 b.Property<
long?>(
"Id")
386 .ValueGeneratedOnAdd()
387 .HasColumnType(
"INTEGER");
389 b.Property<ulong?>(
"CancelRight")
390 .HasColumnType(
"INTEGER");
392 b.Property<ulong?>(
"CancelRightsType")
393 .HasColumnType(
"INTEGER");
395 b.Property<
bool?>(
"Cancelled")
397 .HasColumnType(
"INTEGER");
399 b.Property<
long?>(
"CancelledById")
400 .HasColumnType(
"INTEGER");
402 b.Property<
string>(
"Description")
404 .HasColumnType(
"TEXT");
406 b.Property<uint?>(
"ErrorCode")
407 .HasColumnType(
"INTEGER");
409 b.Property<
string>(
"ExceptionDetails")
410 .HasColumnType(
"TEXT");
412 b.Property<
long>(
"InstanceId")
413 .HasColumnType(
"INTEGER");
415 b.Property<
byte>(
"JobCode")
416 .HasColumnType(
"INTEGER");
418 b.Property<DateTimeOffset?>(
"StartedAt")
420 .HasColumnType(
"TEXT");
422 b.Property<
long>(
"StartedById")
423 .HasColumnType(
"INTEGER");
425 b.Property<DateTimeOffset?>(
"StoppedAt")
426 .HasColumnType(
"TEXT");
430 b.HasIndex(
"CancelledById");
432 b.HasIndex(
"InstanceId");
434 b.HasIndex(
"StartedById");
439 modelBuilder.Entity(
"Tgstation.Server.Host.Models.OAuthConnection", b =>
441 b.Property<
long>(
"Id")
442 .ValueGeneratedOnAdd()
443 .HasColumnType(
"INTEGER");
445 b.Property<
string>(
"ExternalUserId")
448 .HasColumnType(
"TEXT");
450 b.Property<
int>(
"Provider")
451 .HasColumnType(
"INTEGER");
453 b.Property<
long>(
"UserId")
454 .HasColumnType(
"INTEGER");
458 b.HasIndex(
"UserId");
460 b.HasIndex(
"Provider",
"ExternalUserId")
463 b.ToTable(
"OAuthConnections");
466 modelBuilder.Entity(
"Tgstation.Server.Host.Models.OidcConnection", b =>
468 b.Property<
long>(
"Id")
469 .ValueGeneratedOnAdd()
470 .HasColumnType(
"INTEGER");
472 b.Property<
string>(
"ExternalUserId")
475 .HasColumnType(
"TEXT");
477 b.Property<
string>(
"SchemeKey")
480 .HasColumnType(
"TEXT");
482 b.Property<
long>(
"UserId")
483 .HasColumnType(
"INTEGER");
487 b.HasIndex(
"UserId");
489 b.HasIndex(
"SchemeKey",
"ExternalUserId")
492 b.ToTable(
"OidcConnections");
495 modelBuilder.Entity(
"Tgstation.Server.Host.Models.PermissionSet", b =>
497 b.Property<
long?>(
"Id")
498 .ValueGeneratedOnAdd()
499 .HasColumnType(
"INTEGER");
501 b.Property<ulong>(
"AdministrationRights")
502 .HasColumnType(
"INTEGER");
504 b.Property<
long?>(
"GroupId")
505 .HasColumnType(
"INTEGER");
507 b.Property<ulong>(
"InstanceManagerRights")
508 .HasColumnType(
"INTEGER");
510 b.Property<
long?>(
"UserId")
511 .HasColumnType(
"INTEGER");
515 b.HasIndex(
"GroupId")
521 b.ToTable(
"PermissionSets");
524 modelBuilder.Entity(
"Tgstation.Server.Host.Models.ReattachInformation", b =>
526 b.Property<
long?>(
"Id")
527 .ValueGeneratedOnAdd()
528 .HasColumnType(
"INTEGER");
530 b.Property<
string>(
"AccessIdentifier")
532 .HasColumnType(
"TEXT");
534 b.Property<
long>(
"CompileJobId")
535 .HasColumnType(
"INTEGER");
537 b.Property<
long?>(
"InitialCompileJobId")
538 .HasColumnType(
"INTEGER");
540 b.Property<
int>(
"LaunchSecurityLevel")
541 .HasColumnType(
"INTEGER");
543 b.Property<
int>(
"LaunchVisibility")
544 .HasColumnType(
"INTEGER");
546 b.Property<ushort>(
"Port")
547 .HasColumnType(
"INTEGER");
549 b.Property<
int>(
"ProcessId")
550 .HasColumnType(
"INTEGER");
552 b.Property<
int>(
"RebootState")
553 .HasColumnType(
"INTEGER");
555 b.Property<ushort?>(
"TopicPort")
556 .HasColumnType(
"INTEGER");
560 b.HasIndex(
"CompileJobId");
562 b.HasIndex(
"InitialCompileJobId");
564 b.ToTable(
"ReattachInformations");
567 modelBuilder.Entity(
"Tgstation.Server.Host.Models.RepositorySettings", b =>
569 b.Property<
long>(
"Id")
570 .ValueGeneratedOnAdd()
571 .HasColumnType(
"INTEGER");
573 b.Property<
string>(
"AccessToken")
575 .HasColumnType(
"TEXT");
577 b.Property<
string>(
"AccessUser")
579 .HasColumnType(
"TEXT");
581 b.Property<
bool?>(
"AutoUpdatesKeepTestMerges")
583 .HasColumnType(
"INTEGER");
585 b.Property<
bool?>(
"AutoUpdatesSynchronize")
587 .HasColumnType(
"INTEGER");
589 b.Property<
string>(
"CommitterEmail")
592 .HasColumnType(
"TEXT");
594 b.Property<
string>(
"CommitterName")
597 .HasColumnType(
"TEXT");
599 b.Property<
bool?>(
"CreateGitHubDeployments")
601 .HasColumnType(
"INTEGER");
603 b.Property<
long>(
"InstanceId")
604 .HasColumnType(
"INTEGER");
606 b.Property<
bool?>(
"PostTestMergeComment")
608 .HasColumnType(
"INTEGER");
610 b.Property<
bool?>(
"PushTestMergeCommits")
612 .HasColumnType(
"INTEGER");
614 b.Property<
bool?>(
"ShowTestMergeCommitters")
616 .HasColumnType(
"INTEGER");
618 b.Property<
bool?>(
"UpdateSubmodules")
620 .HasColumnType(
"INTEGER");
624 b.HasIndex(
"InstanceId")
627 b.ToTable(
"RepositorySettings");
630 modelBuilder.Entity(
"Tgstation.Server.Host.Models.RevInfoTestMerge", b =>
632 b.Property<
long>(
"Id")
633 .ValueGeneratedOnAdd()
634 .HasColumnType(
"INTEGER");
636 b.Property<
long>(
"RevisionInformationId")
637 .HasColumnType(
"INTEGER");
639 b.Property<
long>(
"TestMergeId")
640 .HasColumnType(
"INTEGER");
644 b.HasIndex(
"RevisionInformationId");
646 b.HasIndex(
"TestMergeId");
648 b.ToTable(
"RevInfoTestMerges");
651 modelBuilder.Entity(
"Tgstation.Server.Host.Models.RevisionInformation", b =>
653 b.Property<
long>(
"Id")
654 .ValueGeneratedOnAdd()
655 .HasColumnType(
"INTEGER");
657 b.Property<
string>(
"CommitSha")
660 .HasColumnType(
"TEXT");
662 b.Property<
long>(
"InstanceId")
663 .HasColumnType(
"INTEGER");
665 b.Property<
string>(
"OriginCommitSha")
668 .HasColumnType(
"TEXT");
670 b.Property<DateTimeOffset>(
"Timestamp")
671 .HasColumnType(
"TEXT");
675 b.HasIndex(
"InstanceId",
"CommitSha")
678 b.ToTable(
"RevisionInformations");
681 modelBuilder.Entity(
"Tgstation.Server.Host.Models.TestMerge", b =>
683 b.Property<
long>(
"Id")
684 .ValueGeneratedOnAdd()
685 .HasColumnType(
"INTEGER");
687 b.Property<
string>(
"Author")
689 .HasColumnType(
"TEXT");
691 b.Property<
string>(
"BodyAtMerge")
693 .HasColumnType(
"TEXT");
695 b.Property<
string>(
"Comment")
697 .HasColumnType(
"TEXT");
699 b.Property<DateTimeOffset>(
"MergedAt")
700 .HasColumnType(
"TEXT");
702 b.Property<
long>(
"MergedById")
703 .HasColumnType(
"INTEGER");
705 b.Property<
int>(
"Number")
706 .HasColumnType(
"INTEGER");
708 b.Property<
long?>(
"PrimaryRevisionInformationId")
710 .HasColumnType(
"INTEGER");
712 b.Property<
string>(
"TargetCommitSha")
715 .HasColumnType(
"TEXT");
717 b.Property<
string>(
"TitleAtMerge")
719 .HasColumnType(
"TEXT");
721 b.Property<
string>(
"Url")
723 .HasColumnType(
"TEXT");
727 b.HasIndex(
"MergedById");
729 b.HasIndex(
"PrimaryRevisionInformationId")
732 b.ToTable(
"TestMerges");
735 modelBuilder.Entity(
"Tgstation.Server.Host.Models.User", b =>
737 b.Property<
long?>(
"Id")
738 .ValueGeneratedOnAdd()
739 .HasColumnType(
"INTEGER");
741 b.Property<
string>(
"CanonicalName")
744 .HasColumnType(
"TEXT");
746 b.Property<DateTimeOffset?>(
"CreatedAt")
748 .HasColumnType(
"TEXT");
750 b.Property<
long?>(
"CreatedById")
751 .HasColumnType(
"INTEGER");
753 b.Property<
bool?>(
"Enabled")
755 .HasColumnType(
"INTEGER");
757 b.Property<
long?>(
"GroupId")
758 .HasColumnType(
"INTEGER");
760 b.Property<DateTimeOffset?>(
"LastPasswordUpdate")
761 .HasColumnType(
"TEXT");
763 b.Property<
string>(
"Name")
766 .HasColumnType(
"TEXT");
768 b.Property<
string>(
"PasswordHash")
769 .HasColumnType(
"TEXT");
771 b.Property<
string>(
"SystemIdentifier")
773 .HasColumnType(
"TEXT");
777 b.HasIndex(
"CanonicalName")
780 b.HasIndex(
"CreatedById");
782 b.HasIndex(
"GroupId");
784 b.HasIndex(
"SystemIdentifier")
790 modelBuilder.Entity(
"Tgstation.Server.Host.Models.UserGroup", b =>
792 b.Property<
long?>(
"Id")
793 .ValueGeneratedOnAdd()
794 .HasColumnType(
"INTEGER");
796 b.Property<
string>(
"Name")
799 .HasColumnType(
"TEXT");
809 modelBuilder.Entity(
"Tgstation.Server.Host.Models.ChatBot", b =>
811 b.HasOne(
"Tgstation.Server.Host.Models.Instance",
"Instance")
812 .WithMany(
"ChatSettings")
813 .HasForeignKey(
"InstanceId")
814 .OnDelete(DeleteBehavior.Cascade)
817 b.Navigation(
"Instance");
820 modelBuilder.Entity(
"Tgstation.Server.Host.Models.ChatChannel", b =>
822 b.HasOne(
"Tgstation.Server.Host.Models.ChatBot",
"ChatSettings")
823 .WithMany(
"Channels")
824 .HasForeignKey(
"ChatSettingsId")
825 .OnDelete(DeleteBehavior.Cascade)
828 b.Navigation(
"ChatSettings");
831 modelBuilder.Entity(
"Tgstation.Server.Host.Models.CompileJob", b =>
833 b.HasOne(
"Tgstation.Server.Host.Models.Job",
"Job")
835 .HasForeignKey(
"Tgstation.Server.Host.Models.CompileJob",
"JobId")
836 .OnDelete(DeleteBehavior.Cascade)
839 b.HasOne(
"Tgstation.Server.Host.Models.RevisionInformation",
"RevisionInformation")
840 .WithMany(
"CompileJobs")
841 .HasForeignKey(
"RevisionInformationId")
842 .OnDelete(DeleteBehavior.ClientNoAction)
847 b.Navigation(
"RevisionInformation");
850 modelBuilder.Entity(
"Tgstation.Server.Host.Models.DreamDaemonSettings", b =>
852 b.HasOne(
"Tgstation.Server.Host.Models.Instance",
"Instance")
853 .WithOne(
"DreamDaemonSettings")
854 .HasForeignKey(
"Tgstation.Server.Host.Models.DreamDaemonSettings",
"InstanceId")
855 .OnDelete(DeleteBehavior.Cascade)
858 b.Navigation(
"Instance");
861 modelBuilder.Entity(
"Tgstation.Server.Host.Models.DreamMakerSettings", b =>
863 b.HasOne(
"Tgstation.Server.Host.Models.Instance",
"Instance")
864 .WithOne(
"DreamMakerSettings")
865 .HasForeignKey(
"Tgstation.Server.Host.Models.DreamMakerSettings",
"InstanceId")
866 .OnDelete(DeleteBehavior.Cascade)
869 b.Navigation(
"Instance");
872 modelBuilder.Entity(
"Tgstation.Server.Host.Models.InstancePermissionSet", b =>
874 b.HasOne(
"Tgstation.Server.Host.Models.Instance",
"Instance")
875 .WithMany(
"InstancePermissionSets")
876 .HasForeignKey(
"InstanceId")
877 .OnDelete(DeleteBehavior.Cascade)
880 b.HasOne(
"Tgstation.Server.Host.Models.PermissionSet",
"PermissionSet")
881 .WithMany(
"InstancePermissionSets")
882 .HasForeignKey(
"PermissionSetId")
883 .OnDelete(DeleteBehavior.Cascade)
886 b.Navigation(
"Instance");
888 b.Navigation(
"PermissionSet");
891 modelBuilder.Entity(
"Tgstation.Server.Host.Models.Job", b =>
893 b.HasOne(
"Tgstation.Server.Host.Models.User",
"CancelledBy")
895 .HasForeignKey(
"CancelledById");
897 b.HasOne(
"Tgstation.Server.Host.Models.Instance",
"Instance")
899 .HasForeignKey(
"InstanceId")
900 .OnDelete(DeleteBehavior.Cascade)
903 b.HasOne(
"Tgstation.Server.Host.Models.User",
"StartedBy")
905 .HasForeignKey(
"StartedById")
906 .OnDelete(DeleteBehavior.Cascade)
909 b.Navigation(
"CancelledBy");
911 b.Navigation(
"Instance");
913 b.Navigation(
"StartedBy");
916 modelBuilder.Entity(
"Tgstation.Server.Host.Models.OAuthConnection", b =>
918 b.HasOne(
"Tgstation.Server.Host.Models.User",
"User")
919 .WithMany(
"OAuthConnections")
920 .HasForeignKey(
"UserId")
921 .OnDelete(DeleteBehavior.Cascade)
924 b.Navigation(
"User");
927 modelBuilder.Entity(
"Tgstation.Server.Host.Models.OidcConnection", b =>
929 b.HasOne(
"Tgstation.Server.Host.Models.User",
"User")
930 .WithMany(
"OidcConnections")
931 .HasForeignKey(
"UserId")
932 .OnDelete(DeleteBehavior.Cascade)
935 b.Navigation(
"User");
938 modelBuilder.Entity(
"Tgstation.Server.Host.Models.PermissionSet", b =>
940 b.HasOne(
"Tgstation.Server.Host.Models.UserGroup",
"Group")
941 .WithOne(
"PermissionSet")
942 .HasForeignKey(
"Tgstation.Server.Host.Models.PermissionSet",
"GroupId")
943 .OnDelete(DeleteBehavior.Cascade);
945 b.HasOne(
"Tgstation.Server.Host.Models.User",
"User")
946 .WithOne(
"PermissionSet")
947 .HasForeignKey(
"Tgstation.Server.Host.Models.PermissionSet",
"UserId")
948 .OnDelete(DeleteBehavior.Cascade);
950 b.Navigation(
"Group");
952 b.Navigation(
"User");
955 modelBuilder.Entity(
"Tgstation.Server.Host.Models.ReattachInformation", b =>
957 b.HasOne(
"Tgstation.Server.Host.Models.CompileJob",
"CompileJob")
959 .HasForeignKey(
"CompileJobId")
960 .OnDelete(DeleteBehavior.Cascade)
963 b.HasOne(
"Tgstation.Server.Host.Models.CompileJob",
"InitialCompileJob")
965 .HasForeignKey(
"InitialCompileJobId");
967 b.Navigation(
"CompileJob");
969 b.Navigation(
"InitialCompileJob");
972 modelBuilder.Entity(
"Tgstation.Server.Host.Models.RepositorySettings", b =>
974 b.HasOne(
"Tgstation.Server.Host.Models.Instance",
"Instance")
975 .WithOne(
"RepositorySettings")
976 .HasForeignKey(
"Tgstation.Server.Host.Models.RepositorySettings",
"InstanceId")
977 .OnDelete(DeleteBehavior.Cascade)
980 b.Navigation(
"Instance");
983 modelBuilder.Entity(
"Tgstation.Server.Host.Models.RevInfoTestMerge", b =>
985 b.HasOne(
"Tgstation.Server.Host.Models.RevisionInformation",
"RevisionInformation")
986 .WithMany(
"ActiveTestMerges")
987 .HasForeignKey(
"RevisionInformationId")
988 .OnDelete(DeleteBehavior.Cascade)
991 b.HasOne(
"Tgstation.Server.Host.Models.TestMerge",
"TestMerge")
992 .WithMany(
"RevisonInformations")
993 .HasForeignKey(
"TestMergeId")
994 .OnDelete(DeleteBehavior.ClientNoAction)
997 b.Navigation(
"RevisionInformation");
999 b.Navigation(
"TestMerge");
1002 modelBuilder.Entity(
"Tgstation.Server.Host.Models.RevisionInformation", b =>
1004 b.HasOne(
"Tgstation.Server.Host.Models.Instance",
"Instance")
1005 .WithMany(
"RevisionInformations")
1006 .HasForeignKey(
"InstanceId")
1007 .OnDelete(DeleteBehavior.Cascade)
1010 b.Navigation(
"Instance");
1013 modelBuilder.Entity(
"Tgstation.Server.Host.Models.TestMerge", b =>
1015 b.HasOne(
"Tgstation.Server.Host.Models.User",
"MergedBy")
1016 .WithMany(
"TestMerges")
1017 .HasForeignKey(
"MergedById")
1018 .OnDelete(DeleteBehavior.Restrict)
1021 b.HasOne(
"Tgstation.Server.Host.Models.RevisionInformation",
"PrimaryRevisionInformation")
1022 .WithOne(
"PrimaryTestMerge")
1023 .HasForeignKey(
"Tgstation.Server.Host.Models.TestMerge",
"PrimaryRevisionInformationId")
1024 .OnDelete(DeleteBehavior.Cascade)
1027 b.Navigation(
"MergedBy");
1029 b.Navigation(
"PrimaryRevisionInformation");
1032 modelBuilder.Entity(
"Tgstation.Server.Host.Models.User", b =>
1034 b.HasOne(
"Tgstation.Server.Host.Models.User",
"CreatedBy")
1035 .WithMany(
"CreatedUsers")
1036 .HasForeignKey(
"CreatedById");
1038 b.HasOne(
"Tgstation.Server.Host.Models.UserGroup",
"Group")
1040 .HasForeignKey(
"GroupId");
1042 b.Navigation(
"CreatedBy");
1044 b.Navigation(
"Group");
1047 modelBuilder.Entity(
"Tgstation.Server.Host.Models.ChatBot", b =>
1049 b.Navigation(
"Channels");
1052 modelBuilder.Entity(
"Tgstation.Server.Host.Models.Instance", b =>
1054 b.Navigation(
"ChatSettings");
1056 b.Navigation(
"DreamDaemonSettings");
1058 b.Navigation(
"DreamMakerSettings");
1060 b.Navigation(
"InstancePermissionSets");
1062 b.Navigation(
"Jobs");
1064 b.Navigation(
"RepositorySettings");
1066 b.Navigation(
"RevisionInformations");
1069 modelBuilder.Entity(
"Tgstation.Server.Host.Models.PermissionSet", b =>
1071 b.Navigation(
"InstancePermissionSets");
1074 modelBuilder.Entity(
"Tgstation.Server.Host.Models.RevisionInformation", b =>
1076 b.Navigation(
"ActiveTestMerges");
1078 b.Navigation(
"CompileJobs");
1080 b.Navigation(
"PrimaryTestMerge");
1083 modelBuilder.Entity(
"Tgstation.Server.Host.Models.TestMerge", b =>
1085 b.Navigation(
"RevisonInformations");
1088 modelBuilder.Entity(
"Tgstation.Server.Host.Models.User", b =>
1090 b.Navigation(
"CreatedUsers");
1092 b.Navigation(
"OAuthConnections");
1094 b.Navigation(
"OidcConnections");
1096 b.Navigation(
"PermissionSet");
1098 b.Navigation(
"TestMerges");
1101 modelBuilder.Entity(
"Tgstation.Server.Host.Models.UserGroup", b =>
1103 b.Navigation(
"PermissionSet")
1106 b.Navigation(
"Users");
1108#pragma warning restore 612, 618