We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f886e2d + 4644709 commit fa79dc9Copy full SHA for fa79dc9
lib/Core/SQLiteBuildDB.cpp
@@ -35,10 +35,11 @@ namespace {
35
36
class SQLiteBuildDB : public BuildDB {
37
/// Version History:
38
+ /// * 7: De-normalized the rule result dependencies.
39
/// * 6: Added `ordinal` field for dependencies.
40
/// * 5: Switched to using `WITHOUT ROWID` for dependencies.
41
/// * 4: Pre-history
- static const int currentSchemaVersion = 6;
42
+ static const int currentSchemaVersion = 7;
43
44
sqlite3 *db = nullptr;
45
0 commit comments