refactor: apply review comments
This commit is contained in:
parent
6444b20a8c
commit
900756d6f4
4 changed files with 52 additions and 52 deletions
|
|
@ -7,7 +7,11 @@ exports.up = function (next) {
|
|||
'cash-out-1-refill',
|
||||
'cash-out-1-empty',
|
||||
'cash-out-2-refill',
|
||||
'cash-out-2-empty'
|
||||
'cash-out-2-empty',
|
||||
'cash-out-3-refill',
|
||||
'cash-out-3-empty',
|
||||
'cash-out-4-refill',
|
||||
'cash-out-4-empty'
|
||||
)`,
|
||||
`ALTER TABLE cashbox_batches ADD COLUMN operation_type cashbox_batch_type NOT NULL`,
|
||||
`ALTER TABLE cashbox_batches ADD COLUMN bill_count_override SMALLINT`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue