1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

Delete conf/migrations directory

does not seem to be used anymore
This commit is contained in:
OniriCorpe 2024-02-23 22:46:01 +01:00 committed by GitHub
parent 9393676509
commit 0d34548121
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +0,0 @@
INSERT INTO `{{ prefix }}plugin_settings` (`plugin_id`, `model`, `model_id`, `key`, `value`) VALUES ( (SELECT id FROM `{{ prefix }}plugins` WHERE name='Authwebserver'),NULL,NULL,'is_default','\"1\"')
ON DUPLICATE KEY UPDATE value='\"1\"';
{% if is_public == "1" %}
UPDATE `{{ prefix }}plugin_settings` ps, `lime_plugins` p SET ps.value='\"0\"' WHERE p.name='Authwebserver' AND p.id=ps.plugin_id AND ps.`key`='is_default';
{% endif %}