Updated default value as 2 for has_work_flow_id in migration
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Waiting to run
Laravel Larastan / larastan (pull_request) Waiting to run
Laravel Pint / pint (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Waiting to run
Laravel Larastan / larastan (pull_request) Waiting to run
Laravel Pint / pint (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
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