This repository has been archived on 2022-07-24. You can view files and clone it, but cannot push or open issues or pull requests.
itconfig/examples/diesel/migrations/2019-12-28-212542_create-posts/down.sql

2 lines
63 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE posts;