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

Commit d389689

Browse files
committed
retry ci
1 parent 5fb9858 commit d389689

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
@@ -153,6 +153,7 @@ std::string getSchemaCypher(ClientContext* clientContext) {
153153
[](const EntryAndType& a, const EntryAndType& b) {
154154
return a.entry->getOID() < b.entry->getOID();
155155
});
156+
156157
for (const auto& entryWithType : allEntries) {
157158
switch (entryWithType.type) {
158159
case CatalogEntryType::NODE_TABLE_ENTRY:

0 commit comments

Comments
 (0)