mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: remove deleted wiki color from existing color schemes
This commit is contained in:
parent
f907b42f0a
commit
b40efb98b8
1 changed files with 8 additions and 0 deletions
8
db/migrate/20160329101122_remove_wiki_color.rb
Normal file
8
db/migrate/20160329101122_remove_wiki_color.rb
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
class RemoveWikiColor < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
execute "DELETE FROM color_scheme_colors WHERE name = 'wiki'"
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue