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:
parent
9393676509
commit
0d34548121
1 changed files with 0 additions and 6 deletions
|
@ -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 %}
|
Loading…
Reference in a new issue