Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Learning and Work
managing-money-api
Commits
dbac367f
Commit
dbac367f
authored
Jul 13, 2018
by
Jack Stupple
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show ann and jamal but dont progress
parent
7b691eda
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
database/migrations/2018_04_26_150853_import_jamals_questions.php
.../migrations/2018_04_26_150853_import_jamals_questions.php
+2
-2
database/migrations/2018_05_04_130244_import_ann_questions.php
...ase/migrations/2018_05_04_130244_import_ann_questions.php
+2
-3
No files found.
database/migrations/2018_04_26_150853_import_jamals_questions.php
View file @
dbac367f
...
...
@@ -22,15 +22,15 @@ class ImportJamalsQuestions extends CharacterMigration
*/
public
function
up
()
{
return
;
$this
->
created_at
=
date
(
'Y-m-d H:i:s'
);
$this
->
character
=
new
\
App\Character
();
$this
->
character
->
name
=
'Jamal'
;
$this
->
character
->
enabled
=
$this
->
created_at
;
//
$this->character->enabled = $this->created_at;
$this
->
character
->
save
();
return
;
$this
->
import
();
}
}
database/migrations/2018_05_04_130244_import_ann_questions.php
View file @
dbac367f
...
...
@@ -22,15 +22,14 @@ class ImportAnnQuestions extends CharacterMigration
*/
public
function
up
()
{
return
;
$this
->
created_at
=
date
(
'Y-m-d H:i:s'
);
$this
->
character
=
new
\
App\Character
();
$this
->
character
->
name
=
'Ann'
;
$this
->
character
->
enabled
=
$this
->
created_at
;
//
$this->character->enabled = $this->created_at;
$this
->
character
->
save
();
return
;
$this
->
import
();
}
}
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