diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-11 01:04:48 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-11 01:04:48 +0900 |
commit | 8fdc5179b1d5ba075c74f28337f1c83e28240ed2 (patch) | |
tree | 87eb29201a7756975c229e52595bab7ad96c0163 /sqitch.plan | |
parent | 62ce03796ba8e43277ba3f5acbf55cfb76591416 (diff) |
Add table manage diary article tags.
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 47af4b2..c4be025 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -6,3 +6,4 @@ schema 2024-03-10T11:00:19Z Masaya Tojo <masaya@tojo.tokyo> # Add schema for dia update_updated_at [schema] 2024-03-10T11:29:05Z Masaya Tojo <masaya@tojo.tokyo> # Add function to update `updated_at` column. articles [schema] 2024-03-10T13:54:19Z Masaya Tojo <masaya@tojo.tokyo> # Add table manage diary articles. articles_update_updated_at [schema articles update_updated_at] 2024-03-10T15:28:20Z Masaya Tojo <masaya@tojo.tokyo> # Add update_updated_at trigger to articles table. +article_tags [schema] 2024-03-10T15:55:56Z Masaya Tojo <masaya@tojo.tokyo> # Add table manage diary article tags. |