Fix triggers for last modified columns and changelog table

This commit is contained in:
thiloho
2024-09-12 18:06:59 +02:00
parent b7174530e8
commit 788cc74a76
4 changed files with 10 additions and 9 deletions

View File

@@ -27,6 +27,7 @@
shellHook = ''
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"
alias dbconnect="${pkgs.postgresql_16}/bin/psql postgres://postgres@localhost:15432/archtika"
'';
};
web = pkgs.mkShell {