diff options
Diffstat (limited to 'rt/etc/schema.mysql-4.1')
-rwxr-xr-x | rt/etc/schema.mysql-4.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/etc/schema.mysql-4.1 b/rt/etc/schema.mysql-4.1 index 173570219..edd3deda7 100755 --- a/rt/etc/schema.mysql-4.1 +++ b/rt/etc/schema.mysql-4.1 @@ -289,6 +289,7 @@ CREATE TABLE Tickets ( Due DATETIME NULL , Resolved DATETIME NULL , + WillResolve DATETIME NULL , LastUpdatedBy integer NOT NULL DEFAULT 0 , LastUpdated DATETIME NULL , |