mirror of
https://github.com/neocities/neocities.git
synced 2025-07-25 11:58:28 +02:00
make editor theme stick, and get rid of slim
This commit is contained in:
parent
7a751e811e
commit
933fb9fcfd
8 changed files with 180 additions and 190 deletions
9
migrations/036_add_editor_theme.rb
Normal file
9
migrations/036_add_editor_theme.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.add_column :sites, :editor_theme, :text
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_column :sites, :editor_theme
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue