Disable collections without import statement

Even if the import statement does literally nothing, this slows down the
import. Let's avoid this until we do sth. with the data.
This commit is contained in:
Robert Schäfer 2019-05-31 20:14:08 +02:00
parent 115022fc2e
commit f9e9aa47b7

View File

@ -83,17 +83,17 @@ import_collection "contributions"
import_collection "shouts"
import_collection "comments"
import_collection "emotions"
import_collection "invites"
import_collection "notifications"
import_collection "organizations"
import_collection "pages"
import_collection "projects"
import_collection "settings"
import_collection "status"
import_collection "systemnotifications"
import_collection "userscandos"
import_collection "usersettings"
# import_collection "emotions"
# import_collection "invites"
# import_collection "notifications"
# import_collection "organizations"
# import_collection "pages"
# import_collection "projects"
# import_collection "settings"
# import_collection "status"
# import_collection "systemnotifications"
# import_collection "userscandos"
# import_collection "usersettings"
echo "DONE"