diff --git a/epmet-user/epmet-user-server/src/main/resources/db/migration/V0.0.44__add_death_date.sql b/epmet-user/epmet-user-server/src/main/resources/db/migration/V0.0.44__add_death_date.sql index d7d60b7cd2..4db8d747fb 100644 --- a/epmet-user/epmet-user-server/src/main/resources/db/migration/V0.0.44__add_death_date.sql +++ b/epmet-user/epmet-user-server/src/main/resources/db/migration/V0.0.44__add_death_date.sql @@ -1 +1 @@ -alter table pli_change_relocation add COLUMN `DEATH_DATE` date DEFAULT NULL COMMENT '死亡时间'; +alter table pli_change_death add COLUMN `DEATH_DATE` date DEFAULT NULL COMMENT '死亡时间';