Add a migration to create some custom terms.

This commit is contained in:
David Valdez 2019-08-30 19:27:33 -05:00
parent e3b4a6b562
commit fd5c5f6f13
5 changed files with 52 additions and 1 deletions

View file

@ -0,0 +1,4 @@
id,name,vocabulary
1,Issue,collection_type
2,Author,people_type
3,Book,collection_type
1 id name vocabulary
2 1 Issue collection_type
3 2 Author people_type
4 3 Book collection_type