mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
Finish creation and signin flow
This commit is contained in:
parent
4ddd244588
commit
0aaf894fa3
13 changed files with 182 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue