im getting this error on a fresh installation using the new code
production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘batch_uuid’ in ‘field list’ (SQL: insert into activity_log
(log_name
, properties
, batch_uuid
, event
, subject_id
, subject_type
, causer_id
, causer_type
, description
, id
, updated_at
, created_at
) values (User, [], ?, created, 096ff1ce-ed90-4c0a-9a33-c135b5fb10a5, App\User, ?, ?, User has been created, 4861cfb1-423c-4eac-9392-e36503b15278, 2022-03-31 16:21:55, 2022-03-31 16:21:55)) {“exception”:"[object] (Illuminate\Database\QueryException(code: 42S22): SQLSTATE[42S22]: Column n
- MSAnswered
Hello,
I am sorry, looks like the migration were not updated. I have releases new minor version and migrations should be working now. Please download the v0.8.0 and let me know if you still have any issue.
Thank you for your support and patience
- Login to Reply