Index: branches/5.1.x/core/install/upgrades.sql =================================================================== diff -u -N -r14067 -r14108 --- branches/5.1.x/core/install/upgrades.sql (.../upgrades.sql) (revision 14067) +++ branches/5.1.x/core/install/upgrades.sql (.../upgrades.sql) (revision 14108) @@ -1993,4 +1993,7 @@ SET l<%PRIMARY_LANGUAGE%>_Translation = 'Use Cron to run Agents' WHERE PhraseKey = 'LA_USECRONFORREGULAREVENT' AND l<%PRIMARY_LANGUAGE%>_Translation = 'Use Cron for Running Regular Events'; -# ===== v 5.1.1 ===== \ No newline at end of file +# ===== v 5.1.1 ===== + +# ===== v 5.1.2-B1 ===== +DROP TABLE EmailSubscribers; \ No newline at end of file