Compare commits
2 Commits
59b4c345a6
...
e028b5c902
| Author | SHA1 | Date | |
|---|---|---|---|
| e028b5c902 | |||
| e0150933bb |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
container/
|
||||
container/db
|
||||
container/.env
|
||||
camera-client/camera_test.py
|
||||
camera-client/logs/
|
||||
camera-client/config.json
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE records (
|
||||
id INT AUTO_INCREMENT PRIMARY KEY,
|
||||
timestamp VARCHAR(255) NOT NULL,
|
||||
description VARCHAR(255) NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user