mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 00:06:16 +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:
|
||||
|
||||
/**
|
||||
* Retrieve the current version of the database schema.
|
||||
* If the database does not exist yet, the version returned will be 0.
|
||||
*/
|
||||
int getSchema();
|
||||
|
||||
void openDB(State & state, bool create);
|
||||
|
|
Loading…
Reference in a new issue