Fixes merge errors

pull/7253/head
gindibay 2023-10-13 06:16:12 +03:00
parent c38e856f13
commit cd4ffd1878
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ const struct option_format create_database_option_formats[] = {
const struct option_format alter_database_option_formats[] = { const struct option_format alter_database_option_formats[] = {
{ "is_template", " IS_TEMPLATE %s", "boolean" }, { "is_template", " IS_TEMPLATE %s", OPTION_FORMAT_BOOLEAN },
{ "allow_connections", " ALLOW_CONNECTIONS %s", "boolean" }, { "allow_connections", " ALLOW_CONNECTIONS %s", OPTION_FORMAT_BOOLEAN },
{ "connection_limit", " CONNECTION_LIMIT %d", "integer" }, { "connection_limit", " CONNECTION_LIMIT %d", OPTION_FORMAT_INTEGER },
}; };
char * char *