datasquirel/package-shared/shell/utils/grab-dsql-schema-index-comment.ts
Benjamin Toby 7e8bb37c09 Updates
2025-07-05 14:59:30 +01:00

4 lines
89 B
TypeScript

export default function grabDSQLSchemaIndexComment() {
return `dsql_schema_index`;
}