decred / politeia

ISC License
110 stars 75 forks source link

mysql: Fix column naming bug. #1633

Closed lukebp closed 2 years ago

lukebp commented 2 years ago

This fixes some incorrectly named columns in a sql insert statement. The statement was part of a function that is only used during database migrations, so it does not impact normal operation.

This bug was introduced by 5b5c5ed71.