mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 10:04:57 -05:00
Tournament specific usernames set by established org TO's
This commit is contained in:
@@ -8,9 +8,7 @@ const MIGRATION_FOLDER = fileURLToPath(
|
||||
|
||||
const TEMPLATE = `import type { Kysely } from "kysely";
|
||||
|
||||
/** TODO: describe what this migration changes */
|
||||
export async function up(db: Kysely<any>): Promise<void> {
|
||||
// kysely does not wrap sqlite migrations in a transaction, so do it here
|
||||
await db.transaction().execute(async (trx) => {
|
||||
await trx.schema.alterTable("TODO").addColumn("TODO", "text").execute();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user