Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.8.0
-
Component/s: None
-
Labels:None
Description
Code to dump to YAML and restore into data base when new instance of SEEK is created.

This is largely done already. There is a plugin already integrated that provides the following rake tasks:
rake db:data:dump # Dump contents of database to db/data.extension (defaults to yaml)
rake db:data:dump_dir # Dump contents of database to curr_dir_name/tablename.extension (defaults to yaml)