Database Administration
Database Status
Current status of your database
Database Cleanup
Clean up and reset your database
Soft Reset
This will clear all data from the database tables but keep the table structure intact. All records will be removed, but the tables and their relationships will remain.
This will:
- Delete all records from all tables
- Reset all auto-increment sequences
- Fix any constraint issues
Add SKU Price Columns
Add unit_cost and unit_sale_price columns to the SKUs table