fix docs
Deploy / deploy (push) Successful in 39s

This commit is contained in:
2026-05-08 00:43:33 +02:00
parent dc6d18e6e6
commit 0f31606d30
2 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -73,8 +73,7 @@ CREATE TABLE IF NOT EXISTS documents (
content TEXT,
occurred_at DATETIME NOT NULL,
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
FOREIGN KEY (team_id) REFERENCES teams(id) ON DELETE CASCADE
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
);
INSERT IGNORE INTO teams (name, color) VALUES