DB Init script added
Changes to be committed: new file: scenesense-docker/docker-entrypoint-initdb.d/scenesense_db_init.sql
This commit is contained in:
@@ -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