mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-30 15:08:29 +00:00
7 lines
232 B
SQL
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;
|