Skip to content
  • Chocobozzz's avatar
    Add recommended, official and trending concepts · ab1380bb
    Chocobozzz authored
    trending sort uses public installations and boost official/recommended
    plugins
    
    Run the following SQL commands before restarting the service after an
    upgrade
    
    alter table plugin add column "recommended" BOOLEAN NOT NULL DEFAULT FALSE;
    alter table plugin add column "official" BOOLEAN NOT NULL DEFAULT FALSE;
    alter table plugin add column "publicInstallations" INTEGER NOT NULL DEFAULT 0;
    ab1380bb
This project manages its dependencies using Yarn. Learn more