Finish creation and signin flow

This commit is contained in:
Kyle Drake 2013-05-25 17:09:48 -07:00
parent 4ddd244588
commit 0aaf894fa3
13 changed files with 182 additions and 43 deletions

View file

@ -1,7 +1,8 @@
Sequel.migration do
up {
DB.create_table! :sites do
String :username, primary_key: true
primary_key :id
String :username
String :email
String :password
Integer :server_id