ConfigurationΒΆ
Arnold accepts a number of configuration options.
- direction - “up” or “down” - direction to migrate
- ignored - list of filenames to ignore (not including extension)
- database - the peewee database to connect to
- directory - the directory of the migration files eg. path/to/migrations
- migration_module - the module of the migrations eg. path.to.migrations
- print - should we print details of the migration when run? Defaults to True