Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit b950e90

Browse files
committed
retry ci
1 parent b105655 commit b950e90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/processor/operator/simple/export_db.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ std::string getSchemaCypher(ClientContext* clientContext) {
150150
[](const EntryAndType& a, const EntryAndType& b) {
151151
return a.entry->getOID() < b.entry->getOID();
152152
});
153+
153154
for (const auto& entryWithType : allEntries) {
154155
switch (entryWithType.type) {
155156
case CatalogEntryType::NODE_TABLE_ENTRY:

0 commit comments

Comments
 (0)