fix: users_lists name in migration

This commit is contained in:
kolaente 2022-11-13 21:36:50 +01:00
parent 06f1d2e912
commit 0a3fdc0344
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ func init() {
newName: "default_project_id",
},
{
table: "users_list",
table: "users_lists",
oldName: "list_id",
newName: "project_id",
},