mirror of
https://github.com/neocities/neocities.git
synced 2025-05-14 00:17:26 +02:00
banned_at shouldnt be neccessary
This commit is contained in:
parent
7445f8006b
commit
8e161c0099
2 changed files with 2 additions and 11 deletions
|
@ -1,9 +0,0 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.add_column :sites, :banned_at, :timestamp
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_column :sites, :banned_at
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue