mirror of
https://github.com/neocities/neocities.git
synced 2025-07-26 04:18:22 +02:00
fix migrations, acceptance testing for auth, 32 char username limit
This commit is contained in:
parent
fdd4017523
commit
5dfc715148
18 changed files with 247 additions and 125 deletions
|
@ -6,6 +6,5 @@ Sequel.migration do
|
|||
|
||||
down {
|
||||
DB.drop_column :sites, :site_changed
|
||||
DB.drop_index :sites, :site_changed
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue