diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-16 03:02:02 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-16 03:02:02 +0900 |
commit | 2fb413587fc1d34045a8724b0aac60e8e8051560 (patch) | |
tree | d590f83c650e8bca7b0d4bf28e7b692f25bd531a /sqitch.plan | |
parent | a86f747e0db4bde6bc598a5ade8949cd8b3a4b3f (diff) |
Add table for tagging articles.
Diffstat (limited to 'sqitch.plan')
-rw-r--r-- | sqitch.plan | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqitch.plan b/sqitch.plan index 71228b4..c500b49 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -5,3 +5,4 @@ schema 2024-03-10T11:00:19Z Masaya Tojo <masaya@tojo.tokyo> # Add schema for diary objects. articles [schema] 2024-03-10T13:54:19Z Masaya Tojo <masaya@tojo.tokyo> # Add table manage diary articles. tags [schema] 2024-03-10T15:55:56Z Masaya Tojo <masaya@tojo.tokyo> # Add table manage diary tags. +article_taggings [schema tags articles] 2024-03-15T17:54:50Z Masaya Tojo <masaya@tojo.tokyo> # Add table for tagging articles. |