mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 22:36:21 -04:00
- Create Migration_Initial_Schema that loads database.sql only on empty databases - Existing installations skip this migration (tables already exist) - Prevents duplicate column errors when migrations run on pre-populated schema - Remove database.sql preloading from CI workflow - migrations handle schema setup