- Removing tinyints from Postgresql's db squema.

This commit is contained in:
willcast
2003-11-05 16:41:56 +00:00
parent 87ee1f918b
commit 53bc5a9433
+1 -1
View 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)
);