1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Comment explaining what schema version 0 means.

This commit is contained in:
Ben Radford 2023-06-15 13:31:37 +01:00
parent 4642b60afe
commit f2fe9822c1
No known key found for this signature in database
GPG key ID: 9DF5D4640AB888D5

View file

@ -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);