Skip to content
Snippets Groups Projects
Commit c930a0f7 authored by Dominik's avatar Dominik
Browse files

and again

parent 043dadce
No related branches found
No related tags found
No related merge requests found
...@@ -18,4 +18,3 @@ ADD `policyd_quota_in_period` int(11) NOT NULL DEFAULT '24', ...@@ -18,4 +18,3 @@ ADD `policyd_quota_in_period` int(11) NOT NULL DEFAULT '24',
ADD `policyd_quota_out` int(11) NOT NULL DEFAULT '-1', ADD `policyd_quota_out` int(11) NOT NULL DEFAULT '-1',
ADD `policyd_quota_out_period` int(11) NOT NULL DEFAULT '24', ADD `policyd_quota_out_period` int(11) NOT NULL DEFAULT '24',
ADD `policyd_greylist` ENUM( 'Y', 'N' ) NOT NULL DEFAULT 'N'; ADD `policyd_greylist` ENUM( 'Y', 'N' ) NOT NULL DEFAULT 'N';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment