1
0
Fork 0
mirror of https://github.com/mCaptcha/mCaptcha.git synced 2025-04-02 06:33:28 +03:00
mCaptcha/db/db-sqlx-postgres/migrations/20220526114806_alter_notifications_table.sql

7 lines
269 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 ALTER COLUMN heading TYPE varchar(100),
ALTER COLUMN heading SET NOT NULL;