Ichiran Postgres database dump (January 2021 update)
tshatrov
released this
04 Jan 06:05
·
87 commits
to master
since this release
Happy new year! It's yet another release of Ichiran database!
- updated kanjidic2.xml
- updated conjugations table
- fixed duplicate definitions for municipalities
Create a new database from this dump using the following commands:
createdb -E 'UTF8' -l 'ja_JP.utf8' -T template0 <database_name>
pg_restore -C -d <database_name> ichiran-040121.pgdump
Note: run (ichiran/mnt:add-errata)
after configuring your ichiran to use this database to get the latest database fixes.