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

This commit is contained in:
dhanabalan
2026-04-14 13:27:44 +05:30
parent 0edf8ec238
commit 1e7aa58ffc
2 changed files with 2 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ return new class extends Migration
part_validation_2 TEXT DEFAULT NULL,
samlight_logged_name TEXT DEFAULT NULL,
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(),
updated_at TIMESTAMP NOT NULL DEFAULT NOW(),

View File

@@ -153,7 +153,7 @@ return new class extends Migration
zqmm_qty TEXT DEFAULT NULL,
winded_serial_number 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(),
updated_at TIMESTAMP NOT NULL DEFAULT NOW(),