Fixes #112 by adding a UNIQUE constraint to the path field in the files table. This likely was left out when the move to golang-migrate happened and this change adds it back in.
Unfortunately, databases will need to be recreated if they were generated after 0.3.0.
Fixes #112 by adding a
UNIQUE
constraint to thepath
field in thefiles
table. This likely was left out when the move togolang-migrate
happened and this change adds it back in.Unfortunately, databases will need to be recreated if they were generated after 0.3.0.