mirror of
https://github.com/neocities/neocities.git
synced 2025-08-02 15:51:55 +02:00
SpEcIaL SaUcE
This commit is contained in:
parent
985a2f8b60
commit
55dce7e80e
4 changed files with 40 additions and 1 deletions
11
migrations/075_special_sauce.rb
Normal file
11
migrations/075_special_sauce.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
# IT'S MADE OUT OF FUCKING PEOPLE
|
||||
|
||||
Sequel.migration do
|
||||
up {
|
||||
DB.add_column :sites, :score, :integer
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_column :sites, :score
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue