diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-10 20:31:56 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-10 20:31:56 +0900 |
commit | 516117207bbb3cca9723651b73941a2d1a5dca53 (patch) | |
tree | 14f77a11b8bd536f2e1e4814d499ce715264b9ef /sqitch.plan | |
parent | f1ffe938b95a274c550b67674fbd7a10fcaeee9a (diff) |
Add function to update `updated_at` column.
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 eaacef8..af4c831 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -3,3 +3,4 @@ %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. |