You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not try to load schema if it is absent in the dump. #39
xdump.sqlite.SQLiteBackend now accepts only dbname and verbosity. #52
Now Django's xload command doesn't recreate the DB but provides a non required option --cleanup-method for choosing how to clean-up the database before the dump loading. #53
Django's xload command options are renamed. --dump_data -> --dump-data and --dump_schema -> --dump-schema.