Files
scylladb/auth/roles-metadata.hh
Avi Kivity 0ae22a09d4 LICENSE: Update to version 1.1
Updated terms of non-commercial use (must be a never-customer).
2026-04-12 19:46:33 +03:00

28 lines
392 B
C++

/*
* Copyright (C) 2017-present ScyllaDB
*/
/*
* SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1
*/
#pragma once
#include <string_view>
namespace auth {
namespace meta {
namespace roles_table {
constexpr std::string_view name{"roles", 5};
constexpr std::string_view role_col_name{"role", 4};
} // namespace roles_table
} // namespace meta
} // namespace auth