This repository has been archived on 2023-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
sudoscientist-go-backend/migrations/1579998283_create_comments_table.down.sql

4 lines
46 B
MySQL
Raw Normal View History

BEGIN;
DROP TABLE IF EXISTS comments;
COMMIT;