Commit 060dd6a799f4dce8f3da6f6faec412e44a91dc36
1 parent
f6fa5be6
Merged in from STABLE trunk...
KTS-3532 "AJAX info box to be added to Community Edition" Updated. Updated column entry in data.sql. Committed By: Kevin Fourie Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8982 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
2 deletions
sql/mysql/install/data.sql
| ... | ... | @@ -118,7 +118,8 @@ INSERT INTO `column_entries` VALUES |
| 118 | 118 | (11,'ktcore.columns.creationdate','ktcore.views.search','',3,0), |
| 119 | 119 | (12,'ktcore.columns.modificationdate','ktcore.views.search','',4,0), |
| 120 | 120 | (13,'ktcore.columns.creator','ktcore.views.search','',5,0), |
| 121 | -(14,'ktcore.columns.workflow_state','ktcore.views.search','',6,0); | |
| 121 | +(14,'ktcore.columns.workflow_state','ktcore.views.search','',6,0), | |
| 122 | +(15,'ktcore.columns.preview','ktcore.views.browse','a:0:{}',3,0); | |
| 122 | 123 | /*!40000 ALTER TABLE `column_entries` ENABLE KEYS */; |
| 123 | 124 | UNLOCK TABLES; |
| 124 | 125 | |
| ... | ... | @@ -1940,7 +1941,7 @@ UNLOCK TABLES; |
| 1940 | 1941 | LOCK TABLES `zseq_column_entries` WRITE; |
| 1941 | 1942 | /*!40000 ALTER TABLE `zseq_column_entries` DISABLE KEYS */; |
| 1942 | 1943 | INSERT INTO `zseq_column_entries` VALUES |
| 1943 | -(14); | |
| 1944 | +(15); | |
| 1944 | 1945 | /*!40000 ALTER TABLE `zseq_column_entries` ENABLE KEYS */; |
| 1945 | 1946 | UNLOCK TABLES; |
| 1946 | 1947 | ... | ... |