You've already forked AstralRinth
forked from didirus/AstralRinth
Fix another GitHub OAuth Bug, allow users to register with null names. (#69)
* Change header name * Add default bio value * Remove default * Make name null * Run prepare
This commit is contained in:
5
migrations/20201003211651_make-name-null.sql
Normal file
5
migrations/20201003211651_make-name-null.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Add migration script here
|
||||
ALTER TABLE users
|
||||
ALTER COLUMN name DROP NOT NULL;
|
||||
ALTER TABLE users
|
||||
ALTER COLUMN name DROP DEFAULT;
|
||||
Reference in New Issue
Block a user