no-vat-customers #71
Reference in New Issue
Block a user
Delete Branch "no-vat-customers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
looks good (I only glanced over the logic changes in calculating prices)
@@ -114,2 +114,3 @@updated_at DATETIME(6) NULL,deleted_at DATETIME(6) NULLdeleted_at DATETIME(6) NULL,is_no_vat TINYINT(1) NULL DEFAULT 0if it has default value, then perhaps make it NOT NULL?
that's true, it makes more sense to set it to NOT NULL. the PR already auto-merged so I'll make the change in next unrelated PR