Merged PR 419: DBマイグレーション
## 概要 [Task2662: DBマイグレーション](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/2662) - テンプレートファイルテーブルからdeleted_atを削除 ## レビューポイント - 内容に誤りはないか ## UIの変更 - Before/Afterのスクショなど - スクショ置き場 ## 動作確認状況 - ローカルで確認 ## 補足 - 相談、参考資料などがあれば
This commit is contained in:
parent
32db216d6a
commit
41e4fbb8de
@ -0,0 +1,5 @@
|
||||
-- +migrate Up
|
||||
ALTER TABLE `template_files` DROP COLUMN `deleted_at`;
|
||||
|
||||
-- +migrate Down
|
||||
ALTER TABLE `template_files` ADD COLUMN `deleted_at` TIMESTAMP COMMENT '削除時刻' AFTER `file_name`;
|
||||
Loading…
x
Reference in New Issue
Block a user