diff --git a/migration/360lts-release/oracle/777_FR1782412_WrongColumnType.sql b/migration/360lts-release/oracle/777_FR1782412_WrongColumnType.sql new file mode 100644 index 0000000000..12e74bf04d --- /dev/null +++ b/migration/360lts-release/oracle/777_FR1782412_WrongColumnType.sql @@ -0,0 +1,2 @@ +-- FR 1782412 - Add Document Action Access Functionality - wrong column type +-- Just for postgresql diff --git a/migration/360lts-release/postgresql/777_FR1782412_WrongColumnType.sql b/migration/360lts-release/postgresql/777_FR1782412_WrongColumnType.sql new file mode 100644 index 0000000000..80d14f307c --- /dev/null +++ b/migration/360lts-release/postgresql/777_FR1782412_WrongColumnType.sql @@ -0,0 +1,9 @@ +-- 15-ene-2011 11:04:15 COT +-- FR 1782412 - Add Document Action Access Functionality - wrong column type +INSERT INTO t_alter_column values('ad_document_action_access','Updated','TIMESTAMP',null,null) +; + +-- 15-ene-2011 11:04:36 COT +INSERT INTO t_alter_column values('ad_document_action_access','Created','TIMESTAMP',null,null) +; +