Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schema: Fix broken upgrade script
1.3.0
PR #792 mistakenly added a `NOT NULL` clause to a nullable columns. This PR corrects that by dropping that clause and adding a `DEFAULT NULL` clause, making it consistent the actual schema file.
- Loading branch information