diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-13 00:56:38 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-13 00:57:08 +0900 |
commit | a927b30705d1e8c6b1b046e7512cc67cbdf19a21 (patch) | |
tree | 4a055da04aceac1a894ad2866f2e312669da359c /sqitch.plan | |
parent | 59e39e0088fc71225a0d5b4b1ca7df6ec9ec4659 (diff) |
Remove update_updated_at functions.
Diffstat (limited to 'sqitch.plan')
-rw-r--r-- | sqitch.plan | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sqitch.plan b/sqitch.plan index 4335ed3..71228b4 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -3,8 +3,5 @@ %uri=https://git.tojo.tokyo/diary-schema.git/about/ 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. -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. tags [schema] 2024-03-10T15:55:56Z Masaya Tojo <masaya@tojo.tokyo> # Add table manage diary tags. -tags_update_updated_at [schema tags update_updated_at] 2024-03-10T16:06:54Z Masaya Tojo <masaya@tojo.tokyo> # Add update_updated_at trigger to tags table. |