Index: branches/5.0.x/core/install/upgrades.sql =================================================================== diff -u -N -r13064 -r13231 --- branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 13064) +++ branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 13231) @@ -1620,4 +1620,9 @@ # ===== v 5.0.2-RC1 ===== -# ===== v 5.0.2 ===== \ No newline at end of file +# ===== v 5.0.2 ===== + +# ===== v 5.0.3-B1 ===== +ALTER TABLE PermCache + ADD INDEX ( ACL ); + \ No newline at end of file