I was trying to install BitWasp on my test box but I ran into an issue relating to the install.sql file being out of date. Errors below: ``` Error Number: 1054 Unknown column 'email_address' in 'field list' SELECT `id`, `banned`, `user_hash`, `user_name`, `local_currency`, `user_role`, `salt`, `force_pgp_messages`, `public_key`, `pgp_two_factor`, `totp_two_factor`, `entry_paid`, `email_address`, `email_activated`, `activation_hash`, `activation_id` FROM `bw_users` WHERE `user_name` = 'admin' Filename: models/Users_model.php Line Number: 105 ``` Who is maintaining the repo for this project at this time?
I was trying to install BitWasp on my test box but I ran into an issue relating to the install.sql file being out of date.
Errors below:
Who is maintaining the repo for this project at this time?