Added ip whitelist max count and validation

This commit is contained in:
Sergei Tsoganov 2023-05-31 14:51:40 +03:00
parent 47849e3d36
commit ded8917adf
5 changed files with 39 additions and 1 deletions

View file

@ -5467,6 +5467,7 @@ INSERT INTO "schema_migrations" (version) VALUES
('20221206091556'),
('20221207102831'),
('20221214073933'),
('20221214074252');
('20221214074252'),
('20230531111154');