datasquirel/dist/package-shared/shell/utils/grab-dsql-schema-index-comment.js
2025-07-05 16:14:11 +01:00

7 lines
197 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = grabDSQLSchemaIndexComment;
function grabDSQLSchemaIndexComment() {
return `dsql_schema_index`;
}