<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Missing DB column after migration to Activiti 5.11 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144576#M101082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are right - these are the definitions in the scripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Table ACT_RE_MODEL is not included in the 5.11_SNAPSHOT version. Then it is unexplainable how the following structure exists into my DB (excerpt from a reverse engineering) &lt;/SPAN&gt;&lt;CODE&gt;&amp;nbsp; CREATE TABLE "ACTIVITI"."ACT_RE_MODEL" &lt;BR /&gt;&amp;nbsp;&amp;nbsp; ( "ID_" VARCHAR2(64 BYTE) NOT NULL ENABLE, &lt;BR /&gt; "REV_" NUMBER(*,0), &lt;BR /&gt; "NAME_" VARCHAR2(255 BYTE), &lt;BR /&gt; "KEY_" VARCHAR2(255 BYTE), &lt;BR /&gt; "CATEGORY_" VARCHAR2(255 BYTE), &lt;BR /&gt; "CREATE_TIME_" TIMESTAMP (6), &lt;BR /&gt; "LAST_UPDATE_TIME_" TIMESTAMP (6), &lt;BR /&gt; "VERSION_" NUMBER(*,0), &lt;BR /&gt; "META_INFO_" VARCHAR2(4000 BYTE), &lt;BR /&gt; "DEPLOYMENT_ID_" VARCHAR2(64 BYTE), &lt;BR /&gt; "EDITOR_SOURCE_VALUE_ID_" VARCHAR2(64 BYTE), &lt;BR /&gt; "EDITOR_SOURCE_EXTRA_VALUE_ID_" VARCHAR2(64 BYTE), &lt;BR /&gt;&amp;nbsp; PRIMARY KEY ("ID_")&lt;BR /&gt;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2013 15:53:46 GMT</pubDate>
    <dc:creator>mmaker1234</dc:creator>
    <dc:date>2013-01-04T15:53:46Z</dc:date>
    <item>
      <title>Missing DB column after migration to Activiti 5.11</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144569#M101075</link>
      <description>Hello Activiti developers,I just migrated from Activiti 5.10 to 5.11. I started my application once with parameter databaseSchemaUpdate=true&amp;nbsp; (then turned the parameter value back to "false") therefore the DB schema should be upgraded. No errors were noticed during the upgrade. Currently the DB prop</description>
      <pubDate>Tue, 18 Dec 2012 09:43:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144569#M101075</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2012-12-18T09:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Missing DB column after migration to Activiti 5.11</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144570#M101076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Please note that the job was created while version 5.10 was running.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Shouldn't be an issue, as null is a valid value for that column.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Any ideas what might went wrong and how to fix it?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems fishy:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;upgrade(5.10-&amp;gt;5.11-SNAPSHOT) upgrade(5.11-SNAPSHOT-&amp;gt;5.11)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You upgraded from a snapshot version instead of a real version, pretty hard to predict how the database looks like now :-s&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could always manually add the column, copy-pasting from the Activiti upgrade DDL scripts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 16:44:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144570#M101076</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-12-18T16:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Missing DB column after migration to Activiti 5.11</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144571#M101077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I preferred to avoid bothering our administrators to run the scripts manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is strange why the DB upgrade procedure does not report any errors to alarm for the problems as early as possible in the development cycle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nevertheless, I run the scripts manually and below is an excerpt from the log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#0040FF;"&gt;Error starting at line 1 in command:&lt;BR /&gt;alter table ACT_RE_PROCDEF&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; alter column KEY_ set not null&lt;BR /&gt;Error report:&lt;BR /&gt;SQL Error: ORA-01735: invalid ALTER TABLE option&lt;BR /&gt;01735. 00000 -&amp;nbsp; "invalid ALTER TABLE option"&lt;BR /&gt;*Cause:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;*Action: –&lt;/SPAN&gt;&lt;SPAN&gt;This is because 5.11_SNAPSHOT already added this constraint (Oracle are famous for their odd error messages).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#0040FF;"&gt;…&lt;BR /&gt;table ACT_RE_MODEL created.&lt;BR /&gt;index ACT_IDX_MODEL_SOURCE created.&lt;BR /&gt;&lt;BR /&gt;Error starting at line 40 in command:&lt;BR /&gt;alter table ACT_RE_MODEL &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add constraint ACT_FK_MODEL_SOURCE &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreign key (EDITOR_SOURCE_VALUE_ID_) &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; references ACT_GE_BYTEARRAY (ID_)&lt;/SPAN&gt;&lt;SPAN&gt; –&lt;/SPAN&gt;&lt;SPAN style="color:#FF0000;"&gt;Note: The type of ACT_GE_BYTEARRAY ID_ is NVARCHAR2(64 CHAR) while the type of ACT_IDX_MODEL_SOURCE.EDITOR_SOURCE_VALUE_ID_ is VARCHAR2(64 BYTE). These columns are incompatible by &lt;STRONG&gt;both type and size&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;SPAN&gt; My research proved that the ACT_GE_BYTEARRAY ID_ field is defined only in activiti.oracle.create.engine.sql and there are no upgrade scripts to alter it, i.e.the problem is not related to 5.11-SNAPSHOT version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:#0040FF;"&gt;Error report:&lt;BR /&gt;SQL Error: ORA-02267: column type incompatible with referenced column type&lt;BR /&gt;02267. 00000 -&amp;nbsp; "column type incompatible with referenced column type"&lt;BR /&gt;*Cause:&amp;nbsp;&amp;nbsp;&amp;nbsp; The datatype of the referencing column is incompatible with the&lt;BR /&gt;&lt;BR /&gt;index ACT_IDX_MODEL_SOURCE_EXTRA created.&lt;BR /&gt;&lt;BR /&gt;Error starting at line 46 in command:&lt;BR /&gt;alter table ACT_RE_MODEL &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add constraint ACT_FK_MODEL_SOURCE_EXTRA &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreign key (EDITOR_SOURCE_EXTRA_VALUE_ID_) &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; references ACT_GE_BYTEARRAY (ID_)&lt;/SPAN&gt;&lt;SPAN&gt; –&lt;/SPAN&gt;&lt;SPAN style="color:#FF0000;"&gt;See the notes for the error above&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:#0040FF;"&gt;Error report:&lt;BR /&gt;SQL Error: ORA-02267: column type incompatible with referenced column type&lt;BR /&gt;02267. 00000 -&amp;nbsp; "column type incompatible with referenced column type"&lt;BR /&gt;*Cause:&amp;nbsp;&amp;nbsp;&amp;nbsp; The datatype of the referencing column is incompatible with the&lt;BR /&gt;&lt;BR /&gt;index ACT_IDX_MODEL_DEPLOYMENT created.&lt;BR /&gt;&lt;BR /&gt;Error starting at line 52 in command:&lt;BR /&gt;alter table ACT_RE_MODEL &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add constraint ACT_FK_MODEL_DEPLOYMENT &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreign key (DEPLOYMENT_ID_) &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; references ACT_RE_DEPLOYMENT (ID_)&lt;/SPAN&gt;&lt;SPAN&gt; –&lt;/SPAN&gt;&lt;SPAN style="color:#FF0000;"&gt;The reason is the same as above, although the tables and columns are different&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:#0040FF;"&gt;Error report:&lt;BR /&gt;SQL Error: ORA-02267: column type incompatible with referenced column type&lt;BR /&gt;02267. 00000 -&amp;nbsp; "column type incompatible with referenced column type"&lt;BR /&gt;*Cause:&amp;nbsp;&amp;nbsp;&amp;nbsp; The datatype of the referencing column is incompatible with the&lt;BR /&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I need to revert the code in the source control system but the problem was found after we upgraded our test server. Now the question is: How I can downgrade the Activiti DB structure while keeping the existing data?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The structural changes in Oracle are not transactional and take place immediately, i.e. it is possible some parts of the scripts to be executed while others - not. How can I find what was actually changed during the last upgrade of the DB structure?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 13:36:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144571#M101077</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2012-12-19T13:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Missing DB column after migration to Activiti 5.11</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144572#M101078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I further reviewed the history DB upgrade script 5.10-to-5.11 for Oracle. Here is what I found:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. In Oracle the default measurement in definition of char-based fields length is BYTEs. Therefore the fields in the new table ACT_HI_VARINST are of half length ( ID_ NVARCHAR2(64 &lt;/SPAN&gt;&lt;EM&gt;[BYTE]&lt;/EM&gt;&lt;SPAN&gt;) ) compared to similar field definitions in ACT_RU_EXECUTION ( ID_ NVARCHAR2(64 CHAR), PROC_INST_ID_ NVARCHAR2(64 CHAR) ), for example. As there are no foreign key constraints (to check at creation time) this difference is a good candidate for a time-bomb;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The note above is also valid for the changes in the ACT_HI_ACTINST and ACT_HI_DETAIL tables;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note that my observations might be not important at all but these differences are suspicious to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. The names for the indexes on ACT_HI_&lt;/SPAN&gt;&lt;STRONG&gt;VARINST&lt;/STRONG&gt;&lt;SPAN&gt; are reflecting the name of a different table: ACT_IDX_HI_&lt;/SPAN&gt;&lt;STRONG&gt;PROCVAR&lt;/STRONG&gt;&lt;SPAN&gt;_PROC_INST, ACT_IDX_HI_&lt;/SPAN&gt;&lt;STRONG&gt;PROCVAR&lt;/STRONG&gt;&lt;SPAN&gt;_NAME_TYPE&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 13:50:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144572#M101078</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2012-12-20T13:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Missing DB column after migration to Activiti 5.11</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144573#M101079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don't really see a difference in the create-scripts for the tables mentioned, both NVARCHAR2(64) is used, can you clarify why one would be CHAR ant the over BYTE:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;create table ACT_RU_EXECUTION (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID_ NVARCHAR2(64),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REV_ INTEGER,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROC_INST_ID_ NVARCHAR2(64),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BUSINESS_KEY_ NVARCHAR2(255),&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; …&lt;BR /&gt;&lt;BR /&gt;create table ACT_HI_VARINST (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID_ NVARCHAR2(64) not null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROC_INST_ID_ NVARCHAR2(64),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXECUTION_ID_ NVARCHAR2(64),&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;3. The index names are indeed different from the table name, probably it changed name during development.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 08:20:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144573#M101079</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-12-21T08:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Missing DB column after migration to Activiti 5.11</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144574#M101080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for this, it is my mistake (I have no much experience with NVarChar type). It seems that the default measurement for NVarChar(2) is CHAR, while for VarChar(2) is BYTE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To be honest, I didn't checked the scripts but looked at my tables with SQL Developer. It claimed that ACT_RU_EXECUTION.ID_ is NVARCHAR2(64 CHAR) and my knowledge on VarChar misled me to think that the definition "ID_ NVARCHAR2(64)" will reserve bytes instead of chars.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other questions, though, are still open:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Why the upgrade procedure does not report on errors (print a message, at least);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - The different types of ACT_RE_MODEL.EDITOR_SOURCE_VALUE_ID_ and ACT_GE_BYTEARRAY.ID_&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Monique&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 09:58:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144574#M101080</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2012-12-21T09:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Missing DB column after migration to Activiti 5.11</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144575#M101081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. The upgrade (as of 5.12) will throw exception if you try to perform 5.X-SNAPSHOT to 5.X version upgrade, so this won't cause any issues…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The type is the same…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;create table ACT_GE_BYTEARRAY (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID_ NVARCHAR2(64),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; …&lt;BR /&gt;&lt;BR /&gt;create table ACT_RE_MODEL (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID_ NVARCHAR2(64) not null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; …&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEPLOYMENT_ID_ NVARCHAR2(64),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EDITOR_SOURCE_VALUE_ID_ NVARCHAR2(64),&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 13:28:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144575#M101081</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-12-21T13:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Missing DB column after migration to Activiti 5.11</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144576#M101082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are right - these are the definitions in the scripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Table ACT_RE_MODEL is not included in the 5.11_SNAPSHOT version. Then it is unexplainable how the following structure exists into my DB (excerpt from a reverse engineering) &lt;/SPAN&gt;&lt;CODE&gt;&amp;nbsp; CREATE TABLE "ACTIVITI"."ACT_RE_MODEL" &lt;BR /&gt;&amp;nbsp;&amp;nbsp; ( "ID_" VARCHAR2(64 BYTE) NOT NULL ENABLE, &lt;BR /&gt; "REV_" NUMBER(*,0), &lt;BR /&gt; "NAME_" VARCHAR2(255 BYTE), &lt;BR /&gt; "KEY_" VARCHAR2(255 BYTE), &lt;BR /&gt; "CATEGORY_" VARCHAR2(255 BYTE), &lt;BR /&gt; "CREATE_TIME_" TIMESTAMP (6), &lt;BR /&gt; "LAST_UPDATE_TIME_" TIMESTAMP (6), &lt;BR /&gt; "VERSION_" NUMBER(*,0), &lt;BR /&gt; "META_INFO_" VARCHAR2(4000 BYTE), &lt;BR /&gt; "DEPLOYMENT_ID_" VARCHAR2(64 BYTE), &lt;BR /&gt; "EDITOR_SOURCE_VALUE_ID_" VARCHAR2(64 BYTE), &lt;BR /&gt; "EDITOR_SOURCE_EXTRA_VALUE_ID_" VARCHAR2(64 BYTE), &lt;BR /&gt;&amp;nbsp; PRIMARY KEY ("ID_")&lt;BR /&gt;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 15:53:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-db-column-after-migration-to-activiti-5-11/m-p/144576#M101082</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2013-01-04T15:53:46Z</dc:date>
    </item>
  </channel>
</rss>

