Seeds
Seed data is used to populate the database with initial data that is essential for the application
to function. They are stored in data/seeds directory.
Syntax
$ vela seeds <action> The action can be one of the following:
load- Load seed data from the databasesave- Save seed data to the databaseclear- Clear all seed data from the database