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

4 lines
89 B
JavaScript

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