diff --git a/MySQL-plugin.md b/MySQL-plugin.md index cbeeb32..ecab3d9 100644 --- a/MySQL-plugin.md +++ b/MySQL-plugin.md @@ -16,4 +16,14 @@ setup: complete: mysql: - "DROP DATABASE my_app_test;" +``` + +Import SQL from file: +```yaml +setup: + mysql: + import-from-file: # This key name doesn´t matter + import: + database: "foo" # Database name + file: "/path/dump.sql" # Relative path in build folder ``` \ No newline at end of file