Change column type for category_domains.released to date

Jens Pelzetter 2020-11-13 07:45:52 +01:00
parent a995c66ab3
commit 176f2e52cc
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;