Skip to content

Commit fa79dc9

Browse files
authored
Merge pull request swiftlang#166 from ddunbar/db-version-bump
[Core] Bump DB schema version.
2 parents f886e2d + 4644709 commit fa79dc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Core/SQLiteBuildDB.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ namespace {
3535

3636
class SQLiteBuildDB : public BuildDB {
3737
/// Version History:
38+
/// * 7: De-normalized the rule result dependencies.
3839
/// * 6: Added `ordinal` field for dependencies.
3940
/// * 5: Switched to using `WITHOUT ROWID` for dependencies.
4041
/// * 4: Pre-history
41-
static const int currentSchemaVersion = 6;
42+
static const int currentSchemaVersion = 7;
4243

4344
sqlite3 *db = nullptr;
4445

0 commit comments

Comments
 (0)