I'm getting the following on MySQL 5.7: ``` ERROR 1054 (42S22) at line 12498 in file: 'structure/common-schema.sql': Unknown column 'password' in 'field list' ``` Looks like they renamed the `password` column to `authentication_string`.