Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F772858
D153.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Feb 1, 7:57 PM
Size
502 B
Mime Type
text/x-diff
Expires
Sun, Feb 2, 7:57 PM (13 h, 56 m)
Engine
blob
Format
Raw Data
Handle
556146
Attached To
D153: INP-1501 - Replace "emailevents" with "email-template" in 5.3.x upgrade script
D153.id.diff
View Options
Index: branches/5.3.x/core/install/upgrades.php
===================================================================
--- branches/5.3.x/core/install/upgrades.php
+++ branches/5.3.x/core/install/upgrades.php
@@ -2364,7 +2364,7 @@
// add new ml columns to phrases/e-mail events
$ml_helper->createFields('phrases');
- $ml_helper->createFields('emailevents');
+ $ml_helper->createFields('email-template');
}
elseif ( $mode == 'after' ) {
$sql = 'SELECT Event, ScheduledTaskId
Event Timeline
Log In to Comment