Review AI Code. Documented parts that may want to be changed in the future
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user