Change column type for category_domains.released to date

Former-commit-id: 176f2e52cc
pull/7/head
Jens Pelzetter 2020-11-13 07:45:52 +01:00
parent 04d3c3bcc4
commit c3587221bb
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
alter table CCM_CORE.CATEGORY_DOMAINS alter column RELEASED type date;

View File

@ -0,0 +1 @@
alter table CCM_CORE.CATEGORY_DOMAINS alter column RELEASED type date;