mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Comment explaining what schema version 0 means.
This commit is contained in:
parent
4642b60afe
commit
f2fe9822c1
1 changed files with 4 additions and 0 deletions
|
@ -285,6 +285,10 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Retrieve the current version of the database schema.
|
||||||
|
* If the database does not exist yet, the version returned will be 0.
|
||||||
|
*/
|
||||||
int getSchema();
|
int getSchema();
|
||||||
|
|
||||||
void openDB(State & state, bool create);
|
void openDB(State & state, bool create);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue