ramp_database.testing.setup_files_extension_type

ramp_database.testing.setup_files_extension_type(session)

Setup the files’ extensions and types.

This function registers the file extensions and types. This function should be called after creating the database.

Parameters
sessionsqlalchemy.orm.Session

The session to directly perform the operation on the database.