Create jobs migrations

This commit is contained in:
2025-08-24 00:51:34 +02:00
parent 41b6bf3df6
commit 3544ecb5f7
7 changed files with 68 additions and 2 deletions
+3
View File
@@ -3,5 +3,8 @@ pkgs.mkShell {
packages = with pkgs; [
go
websocat
(go-migrate.overrideAttrs (oldAttrs: {
tags = ["postgres"];
}))
];
}