Open arutherford opened 8 years ago
Allows the user to specify tables via a comma delimited parameter to not include in the data:dump / data:dump_dir.
Example rake db:data:dump_dir dir="my_dir" exclude="table_1,table_2"
Working on more backward compatible parse method and will commit.
Allows the user to specify tables via a comma delimited parameter to not include in the data:dump / data:dump_dir.
Example rake db:data:dump_dir dir="my_dir" exclude="table_1,table_2"