diff options
Diffstat (limited to 'deploy/articles.sql')
-rw-r--r-- | deploy/articles.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/articles.sql b/deploy/articles.sql index 6b2ca49..62505ce 100644 --- a/deploy/articles.sql +++ b/deploy/articles.sql @@ -6,7 +6,7 @@ BEGIN; SET search_path to diary; CREATE TABLE articles( - id UUID PRIMARY KEY, + article_id UUID PRIMARY KEY, timestamp TIMESTAMPTZ NOT NULL, hash VARCHAR(64) NOT NULL, title TEXT NOT NULL, |