mirror of
https://github.com/neocities/neocities.git
synced 2025-07-23 02:56:05 +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
|
@ -4,6 +4,6 @@ Sequel.migration do
|
|||
}
|
||||
|
||||
down {
|
||||
DB.add_column :sites, :ip
|
||||
DB.drop_column :sites, :ip
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue