fediblog/migrations/2023-10-15-172156_create_blogs/down.sql
Louis Hollingworth b330bea46d
Added basic models and schemas.
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
2023-10-15 21:33:14 +01:00

7 lines
189 B
SQL

-- SPDX-FileCopyrightText: 2023 Louis Hollingworth <louis@hollingworth.nl>
--
-- SPDX-License-Identifier: AGPL-3.0-or-later
-- This file should undo anything in `up.sql`
DROP TABLE blogs;