]> git.mjollnir.org Git - moodle.git/commitdiff
- Removing tinyints from Postgresql's db squema.
authorwillcast <willcast>
Wed, 5 Nov 2003 16:41:56 +0000 (16:41 +0000)
committerwillcast <willcast>
Wed, 5 Nov 2003 16:41:56 +0000 (16:41 +0000)
mod/glossary/db/postgres7.sql

index c16c5e981e7652333e0a3bca559d5077cf7333ab..6c737d867478fc3ebe526a833add21249ee935b7 100644 (file)
@@ -46,7 +46,7 @@ CREATE TABLE prefix_glossary_entries (
      sourceglossaryid int4 NOT NULL default '0',
      usedynalink int2 NOT NULL default '1',
      casesensitive int2 NOT NULL default '0',
-     fullmatch tinyint(2) NOT NULL default '1',
+     fullmatch int2 NOT NULL default '1',
      PRIMARY KEY(id)
 );