Skip to content

Commit

Permalink
fix userid
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJMiller committed Jan 11, 2024
1 parent d8b7520 commit f5c06a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/migrations/1704497190499-CreateGameConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class CreateConnection1704497190499 implements MigrationInterface {
name: 'connection',
columns: [
{
name: 'id',
name: 'userId',
type: 'varchar',
isPrimary: true,
},
Expand Down

0 comments on commit f5c06a1

Please sign in to comment.