Aktualizovat sk1/README.md

This commit is contained in:
Tetiana Mohorian 2025-04-29 23:08:17 +00:00
parent 425f8f2c52
commit 759274677c

View File

@ -34,4 +34,4 @@ CREATE TABLE IF NOT EXISTS history (
text TEXT NOT NULL,
prediction TEXT NOT NULL,
timestamp TIMESTAMP NOT NULL
);
);```