fix migrations, acceptance testing for auth, 32 char username limit

This commit is contained in:
Kyle Drake 2014-04-01 16:34:53 -07:00
parent fdd4017523
commit 5dfc715148
No known key found for this signature in database
GPG key ID: 8BE721072E1864BE
18 changed files with 247 additions and 125 deletions

View file

@ -6,6 +6,5 @@ Sequel.migration do
down {
DB.drop_column :sites, :site_changed
DB.drop_index :sites, :site_changed
}
end