Compare commits
3 Commits
59b4c345a6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ac1181479e | |||
| 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
|
||||
|
||||
BIN
Report.odt
BIN
Report.odt
Binary file not shown.
BIN
Report975362202.pdf
Normal file
BIN
Report975362202.pdf
Normal file
Binary file not shown.
BIN
Schematic.odg
Normal file
BIN
Schematic.odg
Normal file
Binary file not shown.
BIN
Schematic.png
Normal file
BIN
Schematic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
@@ -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