fediblog/migrations/2023-10-17-164429_posts_add_blog_ref/down.sql
Louis Hollingworth cf80d4b70d
(feat) Server is now running
Added DB schemas that are needed for the basics.

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
2023-10-17 18:20:02 +01:00

9 lines
211 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`
ALTER TABLE posts
DROP COLUMN blog_id;