Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add schema description
  • Loading branch information
asmecher committed Nov 27, 2013
1 parent ecddf1e commit 216473e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbscripts/xml/ojs_schema.xml
Expand Up @@ -29,13 +29,15 @@
<field name="seq" type="F">
<NOTNULL/>
<DEFAULT VALUE="0"/>
<descr>Used to order lists of journals</descr>
</field>
<field name="primary_locale" type="C2" size="5">
<NOTNULL/>
</field>
<field name="enabled" type="I1">
<NOTNULL/>
<DEFAULT VALUE="1"/>
<descr>Controls whether or not the journal is considered "live" and will appear on the website. (Note that disabled journals may still be accessible, but only if the user knows the URL.)</descr>
</field>
<descr>Journals and basic journal settings.</descr>
<index name="journals_path">
Expand Down

0 comments on commit 216473e

Please sign in to comment.