From 3757ee589f46a401fdacaa2126e6bf4902eee23d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 13 Aug 2007 11:37:39 +0000 Subject: * Bump the Nix database schema version number; delete the substitutes table. --- src/libstore/local-store.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libstore/local-store.hh') diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index ffcef60716bb..8bd37bc0a3af 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -13,9 +13,9 @@ class Transaction; /* Nix store and database schema version. Version 1 (or 0) was Nix <= - 0.7. Version 2 was Nix 0.8 and 0.9. Version 3 is Nix 0.10 and - up. */ -const int nixSchemaVersion = 3; + 0.7. Version 2 was Nix 0.8 and 0.9. Version 3 is Nix 0.10. + Version 4 is Nix 0.11. */ +const int nixSchemaVersion = 4; extern string drvsLogDir; -- cgit 1.4.1