27 protected override void Down(MigrationBuilder migrationBuilder)
29 ArgumentNullException.ThrowIfNull(migrationBuilder);
31 migrationBuilder.DropColumn(
33 table:
"DreamDaemonSettings");
35 migrationBuilder.AlterColumn<
string>(
38 type:
"longtext CHARACTER SET utf8mb4",
40 oldClrType: typeof(
string),
43 .Annotation(
"MySql:CharSet",
"utf8mb4")
44 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
46 migrationBuilder.AlterColumn<
string>(
49 type:
"longtext CHARACTER SET utf8mb4",
51 oldClrType: typeof(
string),
53 .Annotation(
"MySql:CharSet",
"utf8mb4")
54 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
56 migrationBuilder.AlterColumn<
string>(
59 type:
"longtext CHARACTER SET utf8mb4",
61 oldClrType: typeof(
string),
63 .Annotation(
"MySql:CharSet",
"utf8mb4")
64 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
66 migrationBuilder.AlterColumn<
string>(
69 type:
"longtext CHARACTER SET utf8mb4",
72 oldClrType: typeof(
string),
76 .Annotation(
"MySql:CharSet",
"utf8mb4")
77 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
79 migrationBuilder.AlterColumn<
string>(
82 type:
"longtext CHARACTER SET utf8mb4",
84 oldClrType: typeof(
string),
86 .Annotation(
"MySql:CharSet",
"utf8mb4")
87 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
89 migrationBuilder.AlterColumn<
string>(
92 type:
"longtext CHARACTER SET utf8mb4",
94 oldClrType: typeof(
string),
96 .Annotation(
"MySql:CharSet",
"utf8mb4")
97 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
99 migrationBuilder.AlterColumn<
string>(
100 name:
"CommitterName",
101 table:
"RepositorySettings",
102 type:
"longtext CHARACTER SET utf8mb4",
105 oldClrType: typeof(
string),
108 .Annotation(
"MySql:CharSet",
"utf8mb4")
109 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
111 migrationBuilder.AlterColumn<
string>(
112 name:
"CommitterEmail",
113 table:
"RepositorySettings",
114 type:
"longtext CHARACTER SET utf8mb4",
117 oldClrType: typeof(
string),
120 .Annotation(
"MySql:CharSet",
"utf8mb4")
121 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
123 migrationBuilder.AlterColumn<
string>(
125 table:
"RepositorySettings",
126 type:
"longtext CHARACTER SET utf8mb4",
129 oldClrType: typeof(
string),
133 .Annotation(
"MySql:CharSet",
"utf8mb4")
134 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
136 migrationBuilder.AlterColumn<
string>(
138 table:
"RepositorySettings",
139 type:
"longtext CHARACTER SET utf8mb4",
142 oldClrType: typeof(
string),
146 .Annotation(
"MySql:CharSet",
"utf8mb4")
147 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
149 migrationBuilder.AlterColumn<
string>(
150 name:
"AccessIdentifier",
151 table:
"ReattachInformations",
152 type:
"longtext CHARACTER SET utf8mb4",
154 oldClrType: typeof(
string),
156 .Annotation(
"MySql:CharSet",
"utf8mb4")
157 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
159 migrationBuilder.AlterColumn<
string>(
160 name:
"ExceptionDetails",
162 type:
"longtext CHARACTER SET utf8mb4",
164 oldClrType: typeof(
string),
167 .Annotation(
"MySql:CharSet",
"utf8mb4")
168 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
170 migrationBuilder.AlterColumn<
string>(
173 type:
"longtext CHARACTER SET utf8mb4",
175 oldClrType: typeof(
string),
177 .Annotation(
"MySql:CharSet",
"utf8mb4")
178 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
180 migrationBuilder.AlterColumn<
string>(
182 table:
"DreamMakerSettings",
183 type:
"longtext CHARACTER SET utf8mb4",
186 oldClrType: typeof(
string),
190 .Annotation(
"MySql:CharSet",
"utf8mb4")
191 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
193 migrationBuilder.AlterColumn<
string>(
194 name:
"AdditionalParameters",
195 table:
"DreamDaemonSettings",
196 type:
"longtext CHARACTER SET utf8mb4",
199 oldClrType: typeof(
string),
202 .Annotation(
"MySql:CharSet",
"utf8mb4")
203 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
205 migrationBuilder.AlterColumn<
string>(
206 name:
"RepositoryOrigin",
207 table:
"CompileJobs",
208 type:
"longtext CHARACTER SET utf8mb4",
210 oldClrType: typeof(
string),
213 .Annotation(
"MySql:CharSet",
"utf8mb4")
214 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
216 migrationBuilder.AlterColumn<
string>(
218 table:
"CompileJobs",
219 type:
"longtext CHARACTER SET utf8mb4",
221 oldClrType: typeof(
string),
223 .Annotation(
"MySql:CharSet",
"utf8mb4")
224 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
226 migrationBuilder.AlterColumn<
string>(
228 table:
"CompileJobs",
229 type:
"longtext CHARACTER SET utf8mb4",
231 oldClrType: typeof(
string),
233 .Annotation(
"MySql:CharSet",
"utf8mb4")
234 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
236 migrationBuilder.AlterColumn<
string>(
237 name:
"ByondVersion",
238 table:
"CompileJobs",
239 type:
"longtext CHARACTER SET utf8mb4",
241 oldClrType: typeof(
string),
243 .Annotation(
"MySql:CharSet",
"utf8mb4")
244 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
246 migrationBuilder.AlterColumn<
string>(
248 table:
"ChatChannels",
249 type:
"longtext CHARACTER SET utf8mb4",
252 oldClrType: typeof(
string),
256 .Annotation(
"MySql:CharSet",
"utf8mb4")
257 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");
259 migrationBuilder.AlterColumn<
string>(
260 name:
"ConnectionString",
262 type:
"longtext CHARACTER SET utf8mb4",
265 oldClrType: typeof(
string),
268 .Annotation(
"MySql:CharSet",
"utf8mb4")
269 .OldAnnotation(
"MySql:CharSet",
"utf8mb4");