PluginProbe
Yatra – Travel Booking & Tour Operator Software / trunk
Yatra – Travel Booking & Tour Operator Software vtrunk
3.0.15 3.0.14 3.0.14.1 3.0.14.2 3.0.12 3.0.13 3.0.11 3.0.10 3.0.9 3.0.8 3.0.7 3.0.6 3.0.5 3.0.5.1 3.0.4 3.0.3 3.0.2.9 3.0.2.7 3.0.2.8 3.0.2.6 trunk 1.0.0 2.0.0 2.0.1 2.0.10 All 83 releases
← All changes | app/Services/InstallerService.php +1 -1 3.0.14.2trunk View file →
@@ -557,9 +557,9 @@
557 557 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared -- table name escaped, static column definition.
558 558 $wpdb->query(
559 559 'ALTER TABLE `' . esc_sql($table) . '` '
560 560 . "ADD COLUMN `duration_hours` smallint(5) UNSIGNED DEFAULT NULL "
561 - . "COMMENT 'Duration in hours for hour-based (single-day) tours; NULL = day-based' "
561 + . "COMMENT 'Duration in hours for hour-based single-day tours, NULL means day-based' "
562 562 . 'AFTER `duration_nights`'
563 563 );
564 564
565 565 // Re-check so we only mark this done when the column really exists.