mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 08:42:00 +02:00
major improvements to special sauce, site browsing, move front page to use non-featured, and fix bug when title missing
This commit is contained in:
parent
4f9b75442e
commit
2ef0d2101c
6 changed files with 193 additions and 71 deletions
13
migrations/126_sites_score_real.rb
Normal file
13
migrations/126_sites_score_real.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
alter_table(:sites) do
|
||||
set_column_type :score, :real
|
||||
end
|
||||
}
|
||||
|
||||
down {
|
||||
alter_table(:sites) do
|
||||
set_column_type :score, :decimal
|
||||
end
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue