Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(dsl): Provide createIndex methods #101

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

drmarjanovic
Copy link
Member

Description:

Instead of having one public method for creating index - def createIndex(name: IndexName, definition: Option[String]), I separated that into two methods, avoiding Option.

def createIndex(name: IndexName)

def createIndex(name: IndexName, definition: String)

@dbulaja98 dbulaja98 merged commit 23ae467 into main Mar 3, 2023
@dbulaja98 dbulaja98 deleted the task-split-create-index-methods branch March 3, 2023 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants