collab: Make admin
column non-nullable on users
table (#36307)
This PR updates the `admin` column on the `users` table to be non-nullable. We were already treating it like this in practice. All rows in the production database already have a value for the `admin` column. Release Notes: - N/A
This commit is contained in:
parent
6f2e7c355e
commit
5620e359af
1 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
alter table users
|
||||
alter column admin set not null;
|
Loading…
Add table
Add a link
Reference in a new issue