mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
seeder && remove description
This commit is contained in:
parent
90e5171318
commit
707fb2ab19
@ -27,7 +27,6 @@ class VisiosoftModuleLocationCreateLocationFields extends Migration
|
||||
'type' => '_'
|
||||
],
|
||||
],
|
||||
'description' => 'anomaly.field_type.textarea',
|
||||
'parent_country' => [
|
||||
'type' => 'anomaly.field_type.relationship',
|
||||
'config' => [
|
||||
|
||||
@ -30,7 +30,7 @@ class LocationModuleSeeder extends Seeder
|
||||
DB::unprepared(file_get_contents(__DIR__ . '/countries.sql'));
|
||||
DB::unprepared(file_get_contents(__DIR__ . '/cities.sql'));
|
||||
DB::unprepared(file_get_contents(__DIR__ . '/districts.sql'));
|
||||
// DB::unprepared(file_get_contents(__DIR__ . '/neighborhoods.sql'));
|
||||
DB::unprepared(file_get_contents(__DIR__ . '/neighborhoods.sql'));
|
||||
Model::reguard();
|
||||
/* Demo Stop*/
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user