Skip to content

Commit d7bff62

Browse files
authored
Merge pull request #400 from sumocoders/fix-pages-sql-error
Fix pages install.sql syntax error
2 parents 381f0d3 + 234dd67 commit d7bff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Backend/Modules/Pages/Installer/Data/install.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CREATE TABLE IF NOT EXISTS `pages` (
2020
`allow_children` tinyint(1) NOT NULL DEFAULT '1',
2121
`allow_edit` tinyint(1) NOT NULL DEFAULT '1',
2222
`allow_delete` tinyint(1) NOT NULL DEFAULT '1',
23-
`og_image`` VARCHAR(255) DEFAULT NULL`,
23+
`og_image` VARCHAR(255) DEFAULT NULL,
2424
`sequence` int(11) NOT NULL,
2525
PRIMARY KEY (`revision_id`),
2626
KEY `idx_id_status_hidden_language` (`id`,`status`,`hidden`,`language`)

0 commit comments

Comments
 (0)