Skip to content

Commit c2f3fc8

Browse files
committed
Link to SQLiteMigrationManager.swift now that it is Swift3 compatible
1 parent 8b960d4 commit c2f3fc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/Index.md

+3
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,8 @@ if db.userVersion == 1 {
11071107
}
11081108
```
11091109

1110+
For more complex migration requirements check out the schema management system
1111+
[SQLiteMigrationManager.swift][].
11101112

11111113
## Custom Types
11121114

@@ -1526,3 +1528,4 @@ We can log SQL using the database’s `trace` function.
15261528

15271529

15281530
[ROWID]: https://sqlite.org/lang_createtable.html#rowid
1531+
[SQLiteMigrationManager.swift]: https://github.com/garriguv/SQLiteMigrationManager.swift

0 commit comments

Comments
 (0)