Table creation should generate the database docs yaml file
When a table is created right now, we don't create the db/docs file automatically, someone has to make it themselves. Previously this was done in gitlab-org/gitlab!85760 (merged) but reverted over some confusion and never re-implemented.
Definition of Done
-
When rake db:migrateis run, thedb/docsfile is created
Edited by Diogo Frazão