commit | f0540100d20741840778fd5e1bf57388e779d016 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Thu Apr 26 13:52:25 2012 +0200 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Fri Apr 27 13:33:30 2012 +0200 |
tree | 9e146a08d5a0765c480a53d3c7578a6e2c018a38 | |
parent | bbc9de5ac847f85483ea139fd7fffaea94dfd1fd [diff] |
Shorten column names that are longer than 30 characters Some databases can't deal with column names that are longer than 30 characters. Examples are MaxDB and Oracle [1]. Gerrit has two column names in the accounts table that exceed the 30 characters: displayPatchSetsInReverseOrder, displayPersonNameInReviewCategory This change renames these 2 columns so that their names fit within the 30 character range. [1] http://groups.google.com/group/repo-discuss/browse_thread/thread/ecb713d42c04ae8a/cc963525d8247a17?lnk=gst#cc963525d8247a17 Change-Id: Ie58fb57bea5d5ec3634ad2a73241120a0e50a466 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>