mirror of
https://github.com/neocities/neocities.git
synced 2026-05-26 17:19:49 +00:00
add username index to sites
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
Sequel.migration do
|
||||
up {
|
||||
DB.add_index :sites, :username
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_index :sites, :username
|
||||
}
|
||||
end
|
||||
Reference in New Issue
Block a user