Review AI Code. Documented parts that may want to be changed in the future

This commit is contained in:
2026-05-23 18:06:41 +02:00
parent a9f280914d
commit 1a6f6b3bd1
11 changed files with 91 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ export async function up(db: Kysely<Database>): Promise<void> {
.column("invitation_identifier")
.execute();
// Hard-Insert items for demo purposes.
const seedItems = [
{
name: "Cola",