mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 17:45:21 -06:00
Fix column `NULL`ness for OrganizationUser table in Upgrade script; prior PR I missed in the upgrade script submitted that the ALTER COLUMN statement incorrectly set the column to `NOT NULL` when the table definition had it correctly as `NULL`.