Skip to content

Commit

Permalink
Correct defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
les_kopari committed Jan 17, 2004
1 parent d8f6ab1 commit 5f1317f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/db/schemaCourse.xml
Expand Up @@ -72,10 +72,10 @@
<field name="visible" type="I" size="10" default="1">
<NOTNULL/>
</field>
<field name="groupmode" type="I" size="4" default="1">
<field name="groupmode" type="I" size="4" default="0">
<NOTNULL/>
</field>
<field name="groupmodeforce" type="I" size="4" default="1">
<field name="groupmodeforce" type="I" size="4" default="0">
<NOTNULL/>
</field>
<field name="timecreated" type="I" size="10" default="0">
Expand Down

0 comments on commit 5f1317f

Please sign in to comment.