README updated

This commit is contained in:
Martin Brodbeck 2025-01-24 07:45:09 +01:00
parent bf47c6ce40
commit 92332c5fdf

View file

@ -34,7 +34,7 @@ CREATE TABLE users (
CREATE TABLE progresses (
id BIGSERIAL PRIMARY KEY,
user_id BIGINT,
user_id BIGINT NOT NULL,
document TEXT NOT NULL,
progress TEXT NOT NULL,
percentage REAL NOT NULL,