From e2b755aeaf0af5506b53e33c9a7956280dad8281 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sun, 9 Feb 2025 22:08:41 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- migrations/0002_doc_index.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/0002_doc_index.sql b/migrations/0002_doc_index.sql index 505e0f2..b36591b 100644 --- a/migrations/0002_doc_index.sql +++ b/migrations/0002_doc_index.sql @@ -1,5 +1,5 @@ -CREATE TABLE document_index IF NOT EXISTS ( +CREATE TABLE IF NOT EXISTS document_index ( domain TEXT NOT NULL, path TEXT NOT NULL, version DATE NOT NULL,