Blank entry for php in stable sql
Posted: Sun Jan 03, 2021 2:17 pm
In the stable repo, there is a record for SystemPHP with blank primary key in nubuilder4.sql line 792 like:
Can this be safely removed?
Code: Select all
INSERT INTO `zzzzsys_php`........
...
...
('', '', 'System PHP', 'nubuilder', '', '', '', '1', ''),
...
...;