Skip to content

Commit

Permalink
Merge branch '2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadejski committed Oct 18, 2018
2 parents d20e4f9 + 007279d commit 485760d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/sql/schema.sql
Expand Up @@ -105,7 +105,8 @@ CREATE TABLE `ezpage_map_attributes_blocks` (
DROP TABLE IF EXISTS `ezpage_map_blocks_zones`;
CREATE TABLE `ezpage_map_blocks_zones` (
`block_id` int(11) NOT NULL,
`zone_id` int(11) NOT NULL
`zone_id` int(11) NOT NULL,
PRIMARY KEY (`block_id`, `zone_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

DROP TABLE IF EXISTS `ezpage_map_zones_pages`;
Expand Down

0 comments on commit 485760d

Please sign in to comment.