diff options
Diffstat (limited to 'deploy/articles.sql')
-rw-r--r-- | deploy/articles.sql | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/deploy/articles.sql b/deploy/articles.sql index 0b9b973..6b2ca49 100644 --- a/deploy/articles.sql +++ b/deploy/articles.sql @@ -13,7 +13,4 @@ CREATE TABLE articles( body TEXT NOT NULL ); -COMMENT ON COLUMN articles.hash is 'SHA256 of org subtrees'; -COMMENT ON COLUMN articles.body is 'HTML of org entries'; - COMMIT; |