Skip to content

Commit

Permalink
Update frontend/packages/db-structure/src/parser/sql/postgresql/conve…
Browse files Browse the repository at this point in the history
…rter.ts

Co-authored-by: Hirotaka Miyagi <[email protected]>
  • Loading branch information
sasamuku and MH4GF authored Dec 4, 2024
1 parent af90353 commit 8d83684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const convertToDBStructure = (ast: RawStmtWrapper[]): DBStructure => {
name: tableName,
columns,
comment: null, // TODO
indices: {}, // TODO
indices: {},
}
}
}
Expand Down

0 comments on commit 8d83684

Please sign in to comment.