From 5bd8dc171b9b9adeab0cc2c1d9a41d9a58d0fcd5 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 9 Apr 2021 15:59:03 +0000 Subject: [PATCH] hydra.sql: Update comment on regeneration We no longer need to generate the hydra-postgres.sql document, that is a relic from when sqlite was also supported. --- src/sql/hydra.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/hydra.sql b/src/sql/hydra.sql index d3748bda..f961fbc9 100644 --- a/src/sql/hydra.sql +++ b/src/sql/hydra.sql @@ -2,7 +2,7 @@ -- -- 1. Update this schema document to match what the end result should be. -- --- 2. Run `make -C src/sql update-dbix hydra-postgresql.sql` in the root +-- 2. Run `make -C src/sql update-dbix` in the root -- of the project directory, and git add / git commit the changed, -- generated files. --