# TopSkills Experts V1.4 Release Notes

## Focus

V1.4 fixes cPanel/phpMyAdmin database import failures around the first dumped table, usually shown near `cf_blogs`.

## Database Fix

- Root `sabetiay_topskills.sql` is now import-safe for a full restore.
- Added `SET FOREIGN_KEY_CHECKS=0` during restore and `SET FOREIGN_KEY_CHECKS=1` before commit.
- Added `DROP TABLE IF EXISTS` before every dumped table so re-importing over an existing database does not stop at `cf_blogs`.
- Saved SQL without a UTF-8 BOM for stricter importers.
- Preserved an untouched copy at `database/sabetiay_topskills_original.sql`.
- Added the import-safe copy at `database/sabetiay_topskills_import_safe.sql`.

## Important

This import-safe SQL replaces existing tables during import. Use it for a fresh restore or when intentionally replacing the current database.
