We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e340a4c + 21de8c3 commit b9f31d3Copy full SHA for b9f31d3
1 file changed
src/db-copy.hpp
@@ -37,7 +37,6 @@ class db_target_descr_t
37
{
38
assert(!m_schema.empty());
39
assert(!m_name.empty());
40
- assert(!m_id.empty());
41
}
42
43
std::string const &schema() const noexcept { return m_schema; }
0 commit comments