Skip to content

Commit b9f31d3

Browse files
authored
Merge pull request #2036 from joto/fix-id-not-required
Fix: Remove assert for the id column
2 parents e340a4c + 21de8c3 commit b9f31d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/db-copy.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class db_target_descr_t
3737
{
3838
assert(!m_schema.empty());
3939
assert(!m_name.empty());
40-
assert(!m_id.empty());
4140
}
4241

4342
std::string const &schema() const noexcept { return m_schema; }

0 commit comments

Comments
 (0)