mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 01:26:03 +02:00
API key support
This commit is contained in:
parent
73ec613283
commit
1274e9fa63
8 changed files with 93 additions and 17 deletions
9
migrations/103_sites_api_key.rb
Normal file
9
migrations/103_sites_api_key.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.add_column :sites, :api_key, :text
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_column :sites, :api_key
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue