10 lines
196 B
MySQL
10 lines
196 B
MySQL
|
-- SPDX-FileCopyrightText: 2024 Simon Bruder <simon@sbruder.de>
|
||
|
--
|
||
|
-- SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
ALTER TABLE items
|
||
|
DROP created_at;
|
||
|
|
||
|
ALTER TABLE item_classes
|
||
|
DROP created_at;
|