Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
29c02bc3
Commit
29c02bc3
authored
Jun 12, 2020
by
alinetenorio
Browse files
removendo subáreas repetidas
parent
490fc4da
Changes
1
Show whitespace changes
Inline
Side-by-side
database/seeds/SubAreaSeeder.php
View file @
29c02bc3
...
...
@@ -47,14 +47,6 @@ class SubAreaSeeder extends Seeder
'nome'
=>
'Teoria da Computação'
,
'area_id'
=>
'1'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Matemática Aplicada'
,
'area_id'
=>
'1'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Matemática Aplicada'
,
'area_id'
=>
'1'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Matemática da Computação'
,
'area_id'
=>
'1'
...
...
@@ -196,10 +188,6 @@ class SubAreaSeeder extends Seeder
'nome'
=>
'Morfologia Vegetal'
,
'area_id'
=>
'2'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Morfologia Vegetal'
,
'area_id'
=>
'2'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Fisiologia Vegetal'
,
'area_id'
=>
'2'
...
...
@@ -338,10 +326,6 @@ class SubAreaSeeder extends Seeder
'nome'
=>
'Farmacologia Cardiorenal'
,
'area_id'
=>
'2'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Farmacologia Cardiorenal'
,
'area_id'
=>
'2'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Farmacologia Bioquímica e Molecular'
,
'area_id'
=>
'2'
...
...
@@ -435,10 +419,6 @@ class SubAreaSeeder extends Seeder
'nome'
=>
'Instalações e Equipamentos Metalúrgicos'
,
'area_id'
=>
'3'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Instalações e Equipamentos Metalúrgicos'
,
'area_id'
=>
'3'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Metalurgia de Transformação'
,
'area_id'
=>
'3'
...
...
@@ -1358,10 +1338,6 @@ class SubAreaSeeder extends Seeder
'nome'
=>
'Literaturas Estrangeiras Modernas'
,
'area_id'
=>
'8'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Literaturas Estrangeiras Modernas'
,
'area_id'
=>
'8'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Literaturas Clássicas'
,
'area_id'
=>
'8'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment