7 lines
189 B
MySQL
7 lines
189 B
MySQL
|
-- 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 users;
|