fix: users_lists name in migration

This commit is contained in:
kolaente 2022-11-13 21:36:50 +01:00
parent e8dc8ff71a
commit d21bd9d2ab
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

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