diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-11 00:24:56 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-11 00:24:56 +0900 |
commit | 5039f9a506222b3f74312a4586166f5130e53817 (patch) | |
tree | 1746dbb0dfe6def169ad2b0504eba3da47d572d4 /sqitch.plan | |
parent | 516117207bbb3cca9723651b73941a2d1a5dca53 (diff) |
Add table manage diary 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 af4c831..eea03de 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -4,3 +4,4 @@ schema 2024-03-10T11:00:19Z Masaya Tojo <masaya@tojo.tokyo> # Add schema for diary objects. 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. |