Skip to content

Commit

Permalink
[DOC] Add note about adding ezdfsfile_cache table if running with legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed May 30, 2017
1 parent 115366b commit 5dab164
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/mysql/dfs_schema.sql
Expand Up @@ -22,3 +22,9 @@ CREATE TABLE ezdfsfile (
KEY `ezdfsfile_expired_name` (`expired`,`name`(250))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;


--
-- NB!: If you plan to run togheter with legacy bridge, make sure to also add ezdfsfile_cache table, see:
-- https://github.com/ezsystems/ezpublish-legacy/blob/master/kernel/sql/mysql/cluster_dfs_schema.sql#L18
--

0 comments on commit 5dab164

Please sign in to comment.