Commit c599b2d9fd407e135003d77c1d38fce5eabf61ce

Authored by Kevin G Fourie
1 parent 8b11598e

Added new fields from largetext and date patch to data.sql.

Showing 1 changed file with 4 additions and 4 deletions
sql/mysql/install/data.sql
... ... @@ -362,10 +362,10 @@ UNLOCK TABLES;
362 362 LOCK TABLES `document_fields` WRITE;
363 363 /*!40000 ALTER TABLE `document_fields` DISABLE KEYS */;
364 364 INSERT INTO `document_fields` VALUES
365   -(2,'Tag','STRING',0,0,0,2,0,'Tag Words',0),
366   -(3,'Document Author','STRING',0,0,0,3,0,'Please add a document author',0),
367   -(4,'Category','STRING',0,1,0,3,0,'Please select a category',1),
368   -(5,'Media Type','STRING',0,1,0,3,0,'Please select a media type',2);
  365 +(2,'Tag','STRING',0,0,0,2,0,'Tag Words',0,null,null),
  366 +(3,'Document Author','STRING',0,0,0,3,0,'Please add a document author',0,null,null),
  367 +(4,'Category','STRING',0,1,0,3,0,'Please select a category',1,null,null),
  368 +(5,'Media Type','STRING',0,1,0,3,0,'Please select a media type',2,null,null);
369 369 /*!40000 ALTER TABLE `document_fields` ENABLE KEYS */;
370 370 UNLOCK TABLES;
371 371  
... ...