Skip to content

Commit 984b6e7

Browse files
authored
Merge pull request #106 from hackaburg/release/2025
Release/2025
2 parents 62bee45 + ee8aed9 commit 984b6e7

6 files changed

Lines changed: 1301 additions & 3 deletions

File tree

backend/src/entities/team.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function Longtext() {
44
// Sqlite doesn't support longtext. I hate this, but it is what it is if we want
55
// to keep backend tests and prepare tilt for the upcoming Hackaburg as quickly
66
// as possible.
7-
if (process.env.NODE_ENV === 'test') {
7+
if (process.env.NODE_ENV === "test") {
88
return Column("text");
99
}
1010
return Column("longtext");

0 commit comments

Comments
 (0)