Hi,
when I install a plugin via git, I run the upgrade script afterwards for the entries in the database.
If I do not want to risk the upgrade script running, would it be save to just add the entries that are needed to the tables ‘versions’ and ‘plugin_settings’? Or is there anything else I have to take care of?
I have for a sitewide plugin:
insert into versions values(1,0,0,0,NOW(),1,‘plugins.generic’,‘setTinyMCEFields’,‘SetTinyMCEFieldsPlugin’,1,1);
insert into plugin_settings values(‘settinymcefieldsplugin’,‘’,0,‘enabled’,‘1’,‘bool’);
and it seems to work fine.
best,
Carola