diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-19 20:20:44 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-19 20:21:21 -0700 |
commit | 698399c49edcefe33c012856b604985925969a77 (patch) | |
tree | 04a9dc32cd996522a5d439a5504c404727367791 /rust/migrations/2018-05-12-001226_init | |
parent | 66cdee845f281986ca3fc33743aed2d90776a76d (diff) | |
download | fatcat-698399c49edcefe33c012856b604985925969a77.tar.gz fatcat-698399c49edcefe33c012856b604985925969a77.zip |
ISO 639-1 for language codes
Diffstat (limited to 'rust/migrations/2018-05-12-001226_init')
-rw-r--r-- | rust/migrations/2018-05-12-001226_init/up.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/migrations/2018-05-12-001226_init/up.sql b/rust/migrations/2018-05-12-001226_init/up.sql index 1973e69d..165bf123 100644 --- a/rust/migrations/2018-05-12-001226_init/up.sql +++ b/rust/migrations/2018-05-12-001226_init/up.sql @@ -141,7 +141,7 @@ CREATE TABLE release_rev ( issue TEXT, pages TEXT, publisher TEXT, -- for books, NOT if container exists - language TEXT -- primary language of the work's fulltext + language TEXT -- primary language of the work's fulltext; RFC1766/ISO639-1 -- TODO: identifier table? ); |