Tags give the ability to mark specific points in history as being important
-
1.2.0
50eb49c4 · ·Tables across all $databases connections defined in settings.php can now be optimized in a single run. Added support for multiple database connections via a new connections configuration key (defaults to ['default']). Table identifiers now use the connection_key::table_name format. The admin UI now: - Displays connection checkboxes in All tables mode - Displays a grouped select list (one <optgroup> per connection) in Specific tables mode Optimization statistics are now reported per connection, with an aggregated total: - In the batch UI - In the Drush command output The Drush command has been rewritten using PHP 8 Attributes.