[Rt-commit] rt branch, 4.4/drop-unused-columns, repushed
Shawn Moore
shawn at bestpractical.com
Fri May 15 17:27:55 EDT 2015
The branch 4.4/drop-unused-columns was deleted and repushed:
was 87b8bef0a9662b58dc86fd14c3aa7039ab056a05
now 04ffee6202af1bdd6488fe2def3a439d174c8000
1: eb29b20 = 1: eb29b20 Resolution and IssueStatement have never been used in core RT; drop them
2: 26986e3 = 2: 26986e3 EmailEncoding and WebEncoding have never been used in core RT
3: 8db7c75 = 3: 8db7c75 Drop all "external contact" columns from users
4: e5f8c8e = 4: e5f8c8e Drop never-used PGPKey column on users
5: 87b8bef ! 5: 04ffee6 Bail out if a column we'll drop has any values
@@ -23,7 +23,7 @@
+ $tickets->Limit(
+ FIELD => $column,
+ OPERATOR => '!=',
-+ VALUE => '',
++ VALUE => 0,
+ ENTRYAGGREGATOR => 'AND',
+ );
+ $tickets->Limit(
More information about the rt-commit
mailing list