Hi guys, I just did a clean install of the new 2.8.1 (CREATED NEW DATABASE). The initial login, using admin/pass, generated an error msg about this field. So, to double-check, I tried entering a new user:
The usergroup.php does have the new "see authorizations" choices, and OpenEMR does try to insert this field/value pair as part of the new table row. MySQL refuses the insert row, with
… facility = ‘Your Clinic Name Here’, see_auth = ‘1’ (Unknown column ‘see_auth’ in ‘field list’)
While you guys toss in a tiny patch to include the new field in the initial ‘users’ table creation, can I end up with the right thing by adding it as a tinyint(4)?