mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 14:24:27 -04:00
When tests use refresh=true, CodeIgniter creates migrations table first, so listTables() was returning that table and skipping initial schema. Now checks for actual application tables (app_config, items, etc).