mirror of
https://github.com/discourse/discourse.git
synced 2025-04-10 12:51:40 +08:00
FIX: remove deleted wiki color from existing color schemes
This commit is contained in:
parent
f907b42f0a
commit
b40efb98b8
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…
x
Reference in New Issue
Block a user