Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D9981
Change Details
Change Details
Old
New
Diff
1. Ran ALTER TABLE threads MODIFY COLUMN default_role bigint(20) NULL; to allow NULL values in the column for now (until the column is dropped) 2. Created a new thread and checked to make sure that no role got inserted into default_role
1. Ran `ALTER TABLE threads MODIFY COLUMN default_role bigint(20) NULL;` to allow NULL values in the column for now (until the column is dropped) 2. Created a new thread and checked to make sure that no role got inserted into `default_role`
1. Ran
`
ALTER TABLE threads MODIFY COLUMN default_role bigint(20) NULL;
`
to allow NULL values in the column for now (until the column is dropped) 2. Created a new thread and checked to make sure that no role got inserted into
`
default_role
`
Continue