Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Blank entry for php in stable sql

Questions related to using nuBuilder Forte.
Post Reply
apmuthu
Posts: 249
Joined: Sun Dec 06, 2020 6:50 am
Location: Chennai, India, Singapore

Blank entry for php in stable sql

Unread post 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?
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: Blank entry for php in stable sql

Unread post by kev1n »

Yes, it can be safely removed. It sometimes happens, that "empty" records are created. I will have to look into it.
apmuthu
Posts: 249
Joined: Sun Dec 06, 2020 6:50 am
Location: Chennai, India, Singapore

Re: Blank entry for php in stable sql

Unread post by apmuthu »

Thanks. Removed blank System PHP entry from sql. Committed in my repo.
Post Reply