# DEPRECATED — Migrations Directory

**This directory is kept for development reference only.**

## Do NOT use these files for installation.

All database schema, indexes, constraints, and seed data are now consolidated into a single file at the project root:

**`database.sql`**

## Installation (Production / Shared Hosting)

1. Upload files to your hosting account.
2. Create a MySQL database via your hosting control panel.
3. Import `database.sql` via phpMyAdmin.
4. Configure the `.env` file with your database credentials.
5. Login with the default admin account.

**No CLI. No SSH. No Composer. No migration runner.**

See `INSTALLATION.md` for complete instructions.

## Why These Files Remain

The migration files remain so developers can trace the evolution of the schema. They are not executed during installation and are not required in production.

---

*ABC Core Enterprise v1.0 RC1*
