summaryrefslogtreecommitdiff
path: root/rt/etc/schema.mysql-4.1
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/schema.mysql-4.1')
-rwxr-xr-xrt/etc/schema.mysql-4.11
1 files changed, 0 insertions, 1 deletions
diff --git a/rt/etc/schema.mysql-4.1 b/rt/etc/schema.mysql-4.1
index 1735702..172e477 100755
--- a/rt/etc/schema.mysql-4.1
+++ b/rt/etc/schema.mysql-4.1
@@ -386,7 +386,6 @@ CREATE TABLE CustomFields (
LastUpdatedBy integer NOT NULL DEFAULT 0 ,
LastUpdated DATETIME NULL ,
Disabled int2 NOT NULL DEFAULT 0 ,
- Required int2 NOT NULL DEFAULT 0 ,
PRIMARY KEY (id)
) TYPE=InnoDB CHARACTER SET utf8;