Add new config files
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
d674625594
commit
9c21c43382
8 changed files with 42 additions and 6 deletions
4
system/.config/sqlite3/sqliterc
Normal file
4
system/.config/sqlite3/sqliterc
Normal file
|
@ -0,0 +1,4 @@
|
|||
.headers on
|
||||
.nullvalue NULL
|
||||
.mode column
|
||||
pragma foreign_keys = on;
|
Loading…
Add table
Add a link
Reference in a new issue