mirror of
https://github.com/neocities/neocities.git
synced 2025-08-02 15:51:55 +02:00
improvements to admin interface
This commit is contained in:
parent
32ddc97a95
commit
dc0bf88392
4 changed files with 42 additions and 50 deletions
9
migrations/091_site_banned_at.rb
Normal file
9
migrations/091_site_banned_at.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.add_column :sites, :banned_at, Time
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_column :sites, :banned_at
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue