Page 1 of 1

Blank entry for php in stable sql

Posted: Sun Jan 03, 2021 2:17 pm
by apmuthu
In the stable repo, there is a record for SystemPHP with blank primary key in nubuilder4.sql line 792 like:

Code: Select all

INSERT INTO `zzzzsys_php`........
...
...
('', '', 'System PHP', 'nubuilder', '', '', '', '1', ''),
...
...;
Can this be safely removed?

Re: Blank entry for php in stable sql

Posted: Sun Jan 03, 2021 2:35 pm
by kev1n
Yes, it can be safely removed. It sometimes happens, that "empty" records are created. I will have to look into it.

Re: Blank entry for php in stable sql

Posted: Sun Jan 03, 2021 3:28 pm
by apmuthu
Thanks. Removed blank System PHP entry from sql. Committed in my repo.