Skip to content

Commit 771aa9d

Browse files
author
uiv02430vitescocom_SGGITC
committed
fix: standardize quotes in team entity for test environment
1 parent 5ad51e7 commit 771aa9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/entities/team.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ function Longtext() {
55
// to keep backend tests and prepare tilt for the upcoming Hackaburg as quickly
66
// as possible.
77
if (process.env.NODE_ENV === "test") {
8+
console.log("Using text instead of longtext for sqlite");
89
return Column("text");
910
}
1011
return Column("longtext");

0 commit comments

Comments
 (0)