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.
This commit is contained in:
Graham Christensen 2021-04-09 15:59:03 +00:00
parent 4e94551602
commit 5bd8dc171b

View file

@ -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.
--