var searchIndex = {}; searchIndex["schemamama_postgres"] = {"doc":"","items":[[3,"PostgresAdapter","schemamama_postgres","An adapter that allows its migrations to act upon PostgreSQL connection transactions.",null,null],[8,"PostgresMigration","","A migration to be used within a PostgreSQL connection.",null,null],[11,"up","","Called when this migration is to be executed. This function has an empty body by default,\nso its implementation is optional.",0,null],[11,"down","","Called when this migration is to be reversed. This function has an empty body by default,\nso its implementation is optional.",0,null],[11,"new","","Create a new migrator tied to a PostgreSQL connection.",1,{"inputs":[{"name":"genericconnection"}],"output":{"name":"postgresadapter"}}],[11,"setup_schema","","Create the tables Schemamama requires to keep track of schema state. If the tables already\nexist, this function has no operation.",1,null],[11,"current_version","","",1,null],[11,"migrated_versions","","",1,null],[11,"apply_migration","","",1,null],[11,"revert_migration","","",1,null]],"paths":[[8,"PostgresMigration"],[3,"PostgresAdapter"]]}; initSearch(searchIndex);