Merge pull request 'Updated default value as 2 for has_work_flow_id in migration' (#539) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #539
This commit was merged in pull request #539.
This commit is contained in:
@@ -179,7 +179,7 @@ return new class extends Migration
|
|||||||
part_validation_2 TEXT DEFAULT NULL,
|
part_validation_2 TEXT DEFAULT NULL,
|
||||||
samlight_logged_name TEXT DEFAULT NULL,
|
samlight_logged_name TEXT DEFAULT NULL,
|
||||||
pending_released_status INTEGER DEFAULT 0,
|
pending_released_status INTEGER DEFAULT 0,
|
||||||
has_work_flow_id TEXT DEFAULT '0',
|
has_work_flow_id TEXT DEFAULT '2',
|
||||||
|
|
||||||
created_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
created_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||||
updated_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
updated_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ return new class extends Migration
|
|||||||
zqmm_qty TEXT DEFAULT NULL,
|
zqmm_qty TEXT DEFAULT NULL,
|
||||||
winded_serial_number TEXT DEFAULT NULL,
|
winded_serial_number TEXT DEFAULT NULL,
|
||||||
model_type TEXT DEFAULT NULL,
|
model_type TEXT DEFAULT NULL,
|
||||||
has_work_flow_id TEXT DEFAULT '0',
|
has_work_flow_id TEXT DEFAULT '2',
|
||||||
|
|
||||||
created_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
created_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||||
updated_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
updated_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||||
|
|||||||
Reference in New Issue
Block a user