mirror of
https://github.com/neocities/neocities.git
synced 2025-07-21 10:06:00 +02:00
fixes and improvements to ssl verification
This commit is contained in:
parent
8cd61a06f2
commit
4168854d76
6 changed files with 207 additions and 125 deletions
9
migrations/042_pull_intermediate_ssl.rb
Normal file
9
migrations/042_pull_intermediate_ssl.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.drop_column :sites, :ssl_cert_intermediate
|
||||
}
|
||||
|
||||
down {
|
||||
DB.add_column :sites, :ssl_cert_intermediate, :text
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue