Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem to remove UltraViolet Plugin completely #23

Open
lmoellendorf opened this issue Oct 3, 2012 · 0 comments
Open

Problem to remove UltraViolet Plugin completely #23

lmoellendorf opened this issue Oct 3, 2012 · 0 comments

Comments

@lmoellendorf
Copy link

Sorry for crossposting

For testing purposes I installed the UltraViolet Plugin.

Then I uninstalled it again using this commands in my redmine installation dir (/var/lib/redmine)

rake db:migrate:plugin NAME=redmine_ultraviolet VERSION=0 RAILS_ENV=production
rm -r vendor/plugins/redmine_ultraviolet/

However there is still the "Ultraviolet Theme" dropdown menu in "My account" settings.

And in the mysqldump of redmine db I find:

LOCK TABLES `custom_fields` WRITE;                                              
/*!40000 ALTER TABLE `custom_fields` DISABLE KEYS */;                           
INSERT INTO `custom_fields` VALUES (1,'UserCustomField','Ultraviolet Theme','list',     '--- \n- active4d\n- all_hallows_eve\n- amy\n- blackboard\n- brilliance_black\n- br     illiance_dull\n- cobalt\n- dawn\n- eiffel\n- espresso_libre\n- idle\n- iplastic\n-      lazy\n- mac_classic\n- magicwb_amiga\n- pastels_on_dark\n- slush_poppies\n- spaceca     det\n- sunburst\n- twilight\n- zenburnesque\n','',0,0,1,0,0,1,0,'pastels_on_dark',1     ,1,0);
/*!40000 ALTER TABLE `custom_fields` ENABLE KEYS */;                            
UNLOCK TABLES;                                                                  

I am not familiar with the usage of databases. Could you please tell me how I can remove this debris?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant