Tags

Tags give the ability to mark specific points in history as being important
  • 1.2.1

    38dcee46 · fix quality gate ·
    refactor: code quality fixes (bugs, duplication, standards)
  • 1.2.0

    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.
  • 1.1.0

    Improve `DbHandler` methods to support PostgreSQL
  • 1.0.0

    7b33a65c · Fix PHPCS ·