This commit is contained in:
@@ -125,3 +125,6 @@ CREATE TABLE IF NOT EXISTS user_profile (
|
||||
ALTER TABLE user_profile ALTER COLUMN pi_first_name DROP NOT NULL;
|
||||
ALTER TABLE user_profile ALTER COLUMN bldg_code DROP NOT NULL;
|
||||
ALTER TABLE user_profile ALTER COLUMN lab DROP NOT NULL;
|
||||
|
||||
-- Allow name to be cleared (set to null).
|
||||
ALTER TABLE "user" ALTER COLUMN "name" DROP NOT NULL;
|
||||
|
||||
Reference in New Issue
Block a user