moved to container directory

This commit is contained in:
2023-09-25 15:20:25 +03:30
parent 6acef5d18f
commit 26e6ce2118

View File

@@ -1,5 +0,0 @@
CREATE TABLE records (
id INT AUTO_INCREMENT PRIMARY KEY,
timestamp VARCHAR(255) NOT NULL,
description VARCHAR(255) NOT NULL
);