[DB] Removed db blob

This commit is contained in:
giuliof 2020-06-15 23:56:10 +02:00
parent 04610bd7bf
commit a5357b6e51
3 changed files with 12 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
presenze.db

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# ImmuNoattri
## Requisiti
* libqt5sql5-sqlite
* sqlite3
## Database
```
CREATE TABLE presenze (ID INTEGER PRIMARY KEY AUTOINCREMENT, checkin TEXT, codfis TEXT, anagrafica TEXT);
CREATE TABLE sqlite_sequence(name,seq);
```

Binary file not shown.