Version 0.1.1 bump - fixed unit test / DB initialisation error
This commit is contained in:
@ -0,0 +1 @@
|
||||
UPDATE Label SET type = 'DRAFT' WHERE type = 'DRAFTS';
|
Reference in New Issue
Block a user
@ -0,0 +1 @@
|
||||
UPDATE Label SET type = 'DRAFT' WHERE type = 'DRAFTS';
|