mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 22:36:21 -04:00
Tests use DatabaseTestTrait with $migrate and $refresh, which means migrations run to create the schema. Loading database.sql first causes 'Duplicate column' errors since migrations try to add columns that already exist.