fix: db-tool

This commit is contained in:
2026-06-10 11:32:37 +00:00
parent 7c25e3b46d
commit bcf1b84dc4
3 changed files with 63 additions and 6 deletions
-1
View File
@@ -153,7 +153,6 @@ in {
"parse-uri" = pkgs.callPackage ./parse-uri {};
"db-dev" = dbToolPkgs."db-dev";
"db-ops" = dbToolPkgs."db-ops";
"db-tool" = dbToolPkgs."db-tool";
"postgres-init" = dbToolPkgs."postgres-init";
"postgres-cleanup" = dbToolPkgs."postgres-cleanup";
"hectic-inheritance" = dbToolPkgs."hectic-inheritance";