Skip to content

Commit 0310ff7

Browse files
committed
use branch temporarily
1 parent c8c8e64 commit 0310ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
.package(url: "https://github.com/apple/swift-nio.git", from: "1.0.0"),
2424

2525
// *️⃣ Build SQL queries in Swift. Extensible, protocol-based design that supports DQL, DML, and DDL.
26-
.package(url: "https://github.com/vapor/sql.git", from: "2.0.0-beta"),
26+
.package(url: "https://github.com/vapor/sql.git", .branch("create-drop-index")),
2727
],
2828
targets: [
2929
.target(name: "PostgreSQL", dependencies: ["Async", "Bits", "Core", "Crypto", "DatabaseKit", "NIO", "Service", "SQL"]),

0 commit comments

Comments
 (0)