Wrap headings in section

This commit is contained in:
thiloho
2024-08-24 19:37:00 +02:00
parent 7191530d9b
commit e34a2ac87f
4 changed files with 103 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
api = pkgs.mkShell {
packages = with pkgs; [ postgresql_16 ];
shellHook = ''
alias dbmate="${pkgs.dbmate}/bin/dbmate --url postgres://postgres@localhost:15432/archtika?sslmode=disable"
alias dbmate="${pkgs.dbmate}/bin/dbmate --no-dump-schema --url postgres://postgres@localhost:15432/archtika?sslmode=disable"
alias formatsql="${pkgs.pgformatter}/bin/pg_format -s 2 -f 2 -U 2 -i db/migrations/*.sql"
'';
};