Author: aditya.iiita102
Description:
When a new instance of MW is installed, all the pages are empty which make it difficult to instantly work on the bug fixes because most bugs do not reflect on the developer's machine in absence of data.
To give a quick start, all database tables should be populated with sample data.
Make a file "seeds.php", with SQL INSERT commands to populate all/relevant tables.
Version: unspecified
Severity: normal