We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
creator_member_id
vote_list
1 parent 2be6a3c commit 910b66aCopy full SHA for 910b66a
1 file changed
api/db/migrations/20260309032638_add_voting_tables.ts
@@ -60,7 +60,7 @@ export async function up(knex: Knex): Promise<void> {
60
await knex('vote_list').insert({
61
title: 'Mayor Election 2026',
62
place_id: 1,
63
- creator_member_id: 1,
+ creator_member_id: null,
64
description: 'Vote for the next mayor of Cybertown',
65
expires_at: null,
66
});
0 commit comments