mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-03 14:51:31 -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).