Skip to content

Conversation

@hawk0620
Copy link

Thanks for taking the time to submit a pull request.

Before submitting, please do the following:

  • Run make lint to check if there are any format errors (install swiftlint first)
  • Run swift test to see if the tests pass.
  • Write new tests for new functionality.
  • Update documentation comments where applicable.

overload public func createIndex(_ columns: [Expressible], unique: Bool = false, ifNotExists: Bool = false) -> String and public func dropIndex(_ columns: [Expressible], ifExists: Bool = false) -> String to solve #1322

Copy link
Collaborator

@nathanfallet nathanfallet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍
Thank you!

@nathanfallet nathanfallet merged commit 10b48b2 into stephencelis:master Jul 17, 2025
1 of 3 checks passed
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.

2 participants