diff options
| author | mark <mark> | 2010-09-01 23:39:23 +0000 |
|---|---|---|
| committer | mark <mark> | 2010-09-01 23:39:23 +0000 |
| commit | 8c5a780343e027058a51692d8b9b8140c88ce6c7 (patch) | |
| tree | ce5cd525de2adebbc463fb63795716aa61812d35 /rt/etc | |
| parent | 60a603adb62f03d90391b16ce5b89242adf9c1d5 (diff) | |
RT mandatory custom fields, RT#9260
Diffstat (limited to 'rt/etc')
| -rwxr-xr-x | rt/etc/schema.Pg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/etc/schema.Pg b/rt/etc/schema.Pg index 48525c8d7..e3006d073 100755 --- a/rt/etc/schema.Pg +++ b/rt/etc/schema.Pg @@ -539,6 +539,7 @@ CREATE TABLE CustomFields ( LastUpdatedBy integer NOT NULL DEFAULT 0 , LastUpdated TIMESTAMP NULL , Disabled integer NOT NULL DEFAULT 0 , + Required integer NOT NULL DEFAULT 0 , PRIMARY KEY (id) ); |
