Set adapter to postgresql

This commit is contained in:
Sean M. Collins 2025-03-10 17:13:08 -04:00
parent f3788567bb
commit 22688ccaa3

View File

@ -4,7 +4,7 @@ pub const database = .{
.adapter = .null,
},
.testing = .{
.adapter = .null,
.adapter = .postgresql,
},
.production = .{
.adapter = .null,