guix-data-service/sqitch
Christopher Baines b90e6289ac Fix the 'NULL' values in git_branches for the commits
The git_branches table had 'NULL' values for some commits where the branch was
deleted, importantly this was the string 'NULL', not an actual NULL value.

This commit fixes that, migrating the existing values to be '', and changing
the relevant code.

The primary key is also extended to include the datetime field, as this is
important to allow a branch to be deleted twice.
2019-09-29 17:10:04 +01:00
..
deploy Fix the 'NULL' values in git_branches for the commits 2019-09-29 17:10:04 +01:00
revert Fix the 'NULL' values in git_branches for the commits 2019-09-29 17:10:04 +01:00
verify Fix the 'NULL' values in git_branches for the commits 2019-09-29 17:10:04 +01:00
sqitch.plan Fix the 'NULL' values in git_branches for the commits 2019-09-29 17:10:04 +01:00