sql: minor, fix typo

This commit is contained in:
King Kévin 2023-01-26 00:48:22 +01:00
parent c6acaed2ab
commit 6286fc708a
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ CREATE TABLE IF NOT EXISTS document (
);
-- part attachments
CREATE TABLE IF NOT EXISTS attachement (
CREATE TABLE IF NOT EXISTS attachment (
id INTEGER AUTO_INCREMENT PRIMARY KEY, -- index
part INTEGER NOT NULL, -- the part
type INTEGER, -- attachment document type