Merge pull request #1009 from DeterminateSystems/dbix-docs

hydra.sql: explain update-dbix.pl map
This commit is contained in:
Graham Christensen 2021-08-27 10:22:53 -04:00 committed by GitHub
commit a0a9d4c1c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,15 @@
--
-- 1. Update this schema document to match what the end result should be.
--
-- 2. Run `make -C src/sql update-dbix` in the root
-- 2. If you're making a new database table, edit `update-dbix.pl` and
-- add a map of the lowercase name of your table to the CamelCase
-- version of your table.
--
-- 3. Run `make -C src/sql update-dbix` in the root
-- of the project directory, and git add / git commit the changed,
-- generated files.
--
-- 3. Create a migration in this same directory, named `upgrade-N.sql`
-- 4. Create a migration in this same directory, named `upgrade-N.sql`
--
-- Singleton table to keep track of the schema version.