Feat: Founding Partner login with autocreation of User, User Role Link, Company, User Company Link as necessary and autologin with new user - for approved Founding Partners only, otherwise redirected to login page.
This commit is contained in:
@@ -17,7 +17,6 @@ CREATE TABLE IF NOT EXISTS fetchmetrics.DOG_Company_Temp (
|
||||
, website VARCHAR(1000)
|
||||
, active BIT
|
||||
, guid BINARY(36)
|
||||
|
||||
, does_meet_id_filters BIT NOT NULL
|
||||
, does_meet_non_id_filters BIT NOT NULL
|
||||
, does_meet_id_filters BIT
|
||||
, does_meet_non_id_filters BIT
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user