mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-19 09:36:47 +02:00
Update src/libstore/sqlite.hh
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
0b3fa995e5
commit
4e72b8483e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ enum class SQLiteOpenMode {
|
||||||
* Use this mode if the database is on a read-only filesystem.
|
* Use this mode if the database is on a read-only filesystem.
|
||||||
* Fails with an error if the database does not exist.
|
* Fails with an error if the database does not exist.
|
||||||
*/
|
*/
|
||||||
Immutable
|
Immutable,
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue