hurrr
This commit is contained in:
@@ -22,7 +22,6 @@ class AssetsSeeder extends Seeder {
|
||||
'updated_at' => $date->modify('-3 day'),
|
||||
'user_id' => 1,
|
||||
'assigned_to' => 1,
|
||||
'location_id' => 1,
|
||||
'physical' => 1,
|
||||
'license_name' => NULL,
|
||||
'license_email' => NULL,
|
||||
@@ -40,7 +39,6 @@ class AssetsSeeder extends Seeder {
|
||||
'updated_at' => $date->modify('-3 day'),
|
||||
'user_id' => 1,
|
||||
'assigned_to' => 1,
|
||||
'location_id' => 1,
|
||||
'physical' => 1,
|
||||
'license_name' => NULL,
|
||||
'license_email' => NULL,
|
||||
@@ -58,7 +56,6 @@ class AssetsSeeder extends Seeder {
|
||||
'updated_at' => $date->modify('-3 day'),
|
||||
'user_id' => 2,
|
||||
'assigned_to' => 2,
|
||||
'location_id' => 1,
|
||||
'physical' => 1,
|
||||
'license_name' => NULL,
|
||||
'license_email' => NULL,
|
||||
@@ -76,7 +73,6 @@ class AssetsSeeder extends Seeder {
|
||||
'updated_at' => $date->modify('-3 day'),
|
||||
'user_id' => 2,
|
||||
'assigned_to' => 2,
|
||||
'location_id' => 1,
|
||||
'physical' => 0,
|
||||
'license_name' => 'Alison Giasnotto',
|
||||
'license_email' => 'snipe@snipe.net',
|
||||
@@ -94,12 +90,45 @@ class AssetsSeeder extends Seeder {
|
||||
'updated_at' => $date->modify('-3 day'),
|
||||
'user_id' => 2,
|
||||
'assigned_to' => 2,
|
||||
'location_id' => 1,
|
||||
'physical' => 0,
|
||||
'license_name' => 'Alison Giasnotto',
|
||||
'license_email' => 'me@example.com',
|
||||
);
|
||||
|
||||
$asset[] = array(
|
||||
'name' => 'Sara MBP',
|
||||
'asset_tag' => 'NNY6897856775',
|
||||
'model_id' => 2,
|
||||
'serial' => 'WS87897998Q',
|
||||
'purchase_date' => '2012-01-02',
|
||||
'purchase_cost' => '1999.99',
|
||||
'order_number' => '657756',
|
||||
'created_at' => $date->modify('-10 day'),
|
||||
'updated_at' => $date->modify('-3 day'),
|
||||
'user_id' => 2,
|
||||
'assigned_to' => 2,
|
||||
'physical' => 1,
|
||||
'license_name' => NULL,
|
||||
'license_email' => NULL,
|
||||
);
|
||||
|
||||
$asset[] = array(
|
||||
'name' => 'Ben MBP',
|
||||
'asset_tag' => 'NNY67567775',
|
||||
'model_id' => 2,
|
||||
'serial' => 'WS89080890',
|
||||
'purchase_date' => '2012-01-02',
|
||||
'purchase_cost' => '1999.99',
|
||||
'order_number' => '657756',
|
||||
'created_at' => $date->modify('-10 day'),
|
||||
'updated_at' => $date->modify('-3 day'),
|
||||
'user_id' => 2,
|
||||
'assigned_to' => 2,
|
||||
'physical' => 1,
|
||||
'license_name' => NULL,
|
||||
'license_email' => NULL,
|
||||
);
|
||||
|
||||
|
||||
|
||||
// Delete all the old data
|
||||
|
||||
Reference in New Issue
Block a user