4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
export default function grabDSQLSchemaIndexComment() {
|
|
return `dsql_schema_index`;
|
|
}
|