Plume/migrations/postgres/2019-04-28-201506_create_ta.../down.sql

7 lines
210 B
SQL

-- This file should undo anything in `up.sql`
--#!|_conn, path: &Path| {
--#! let mut pb = path.to_path_buf();
--#! pb.push("search_index");
--#! std::fs::remove_dir_all(pb).map_err(Error::from)
--#!}