Plugin listens to User afterCreate by default which causes an issue when running the migrations on a fresh database as the backend seeder will create the default admin user which will trigger the audit plugin before the tables for the audit plugin are available.
Plugin listens to User afterCreate by default which causes an issue when running the migrations on a fresh database as the backend seeder will create the default admin user which will trigger the audit plugin before the tables for the audit plugin are available.