From 59e39e0088fc71225a0d5b4b1ca7df6ec9ec4659 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 12 Mar 2024 02:52:57 +0900 Subject: Rename article_tags to tags. --- sqitch.plan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index ec848cf..4335ed3 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -6,5 +6,5 @@ schema 2024-03-10T11:00:19Z Masaya Tojo # Add schema for dia update_updated_at [schema] 2024-03-10T11:29:05Z Masaya Tojo # Add function to update `updated_at` column. articles [schema] 2024-03-10T13:54:19Z Masaya Tojo # Add table manage diary articles. articles_update_updated_at [schema articles update_updated_at] 2024-03-10T15:28:20Z Masaya Tojo # Add update_updated_at trigger to articles table. -article_tags [schema] 2024-03-10T15:55:56Z Masaya Tojo # Add table manage diary article tags. -article_tags_update_updated_at [schema article_tags update_updated_at] 2024-03-10T16:06:54Z Masaya Tojo # Add update_updated_at trigger to article_tags table. +tags [schema] 2024-03-10T15:55:56Z Masaya Tojo # Add table manage diary tags. +tags_update_updated_at [schema tags update_updated_at] 2024-03-10T16:06:54Z Masaya Tojo # Add update_updated_at trigger to tags table. -- cgit v1.2.3