Files
mCaptcha/db/db-sqlx-maria/migrations/20220526114806_alter_notifications_table.sql
2023-07-03 23:19:51 +05:30

7 lines
232 B
SQL

-- SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
--
-- SPDX-License-Identifier: AGPL-3.0-or-later
-- Add migration script here
ALTER TABLE mcaptcha_notifications MODIFY heading varchar(100) NOT NULL;