mark avg_traffic and peak_sustainable_traffic in

mcaptcha_sitekey_user_provided_avg_traffic as non-nullable
This commit is contained in:
realaravinth 2021-12-18 19:09:59 +05:30
parent 784aa26dbb
commit 7a76214701
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -0,0 +1,3 @@
ALTER TABLE mcaptcha_sitekey_user_provided_avg_traffic
ALTER COLUMN avg_traffic SET NOT NULL,
ALTER COLUMN peak_sustainable_traffic SET NOT NULL;