mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
feat: impl traits to add, get and mark read notifications for sqlx
postgres
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Add migration script here
|
||||
ALTER TABLE mcaptcha_notifications ALTER COLUMN heading TYPE varchar(100),
|
||||
ALTER COLUMN heading SET NOT NULL;
|
||||
Reference in New Issue
Block a user