mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 01:26:03 +02:00
initial plan structure, and some misc fixes
This commit is contained in:
parent
555e64ac97
commit
86990f3535
10 changed files with 129 additions and 24 deletions
9
migrations/044_add_plan_type.rb
Normal file
9
migrations/044_add_plan_type.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.add_column :sites, :plan_type, :text
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_column :sites, :plan_type
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue