Skip to content

Commit 691f443

Browse files
authored
[BUGFIX] fix bug in sql table syntax
Fix bug that causes typo3 install tool to always try to delete forcessl column as typo3 seems not to be able to parse the php comment syntax in sql file
1 parent 94647c2 commit 691f443

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ext_tables.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/**
2-
* SSL force option
3-
*/
1+
#
2+
# SSL force option
3+
#
44
CREATE TABLE sys_domain (
55
forcessl tinyint(1) DEFAULT '0'
66
);

0 commit comments

Comments
 (0)