mirror of
https://github.com/neocities/neocities.git
synced 2025-08-01 23:31:52 +02:00
fix tag tests, start on education site creation, updated test code
This commit is contained in:
parent
f00e5d0757
commit
49defcd0c7
14 changed files with 627 additions and 623 deletions
9
migrations/064_add_education_to_sites.rb
Normal file
9
migrations/064_add_education_to_sites.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
add_column :sites, :is_education, :boolean, default: false
|
||||
}
|
||||
|
||||
down {
|
||||
drop_column :sites, :is_education
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue