mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
* Initial * Seed with to set map pool * BracketStarter frontend * First working * Changing best of * Fix roundMaps can be null * Working for DE * Start SE bracket * Best of selection by round * Move function * updateRoundMaps to transaction * Check in many in trx * Show warning if no map pool set * E2E tests * After review * Resolve TODO & adjust imports * Tweak round sorting
4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
export function up(db) {
|
|
db.prepare(/* sql */ `alter table "TournamentRound" add "maps" text`).run();
|
|
}
|