Skip to content

Commit 99894b8

Browse files
committed
migration hotfix
1 parent 6703fa2 commit 99894b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Content.Server.Database/Migrations/Postgres/20250625230245_StarLightProfileCybernetics.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ protected override void Up(MigrationBuilder migrationBuilder)
1515
name: "cybernetic_ids",
1616
table: "star_light_profile",
1717
type: "text[]",
18-
nullable: false);
18+
nullable: false,
19+
defaultValueSql: "'{}'::text[]");
1920
}
2021

2122
/// <inheritdoc />

0 commit comments

Comments
 (0)