Remove obsolete project artifacts
Some checks failed
Verify and publish container / build-and-push (push) Failing after 33s
Some checks failed
Verify and publish container / build-and-push (push) Failing after 33s
This commit is contained in:
parent
5db7fc8afd
commit
e8dffc9692
58 changed files with 174 additions and 7563 deletions
|
|
@ -56,11 +56,7 @@ function seedRealApplicationSchema() {
|
|||
|
||||
for (let index = 0; index < ACTIVITY_ROWS; index += 1) {
|
||||
const ageDays = index % 730;
|
||||
const type = index % 3 === 0
|
||||
? "FLASHCARD"
|
||||
: index % 3 === 1
|
||||
? "QUIZ_QUESTION"
|
||||
: "ARCADE_GROUP";
|
||||
const type = index % 2 === 0 ? "FLASHCARD" : "QUIZ_QUESTION";
|
||||
insertActivity.run(
|
||||
`activity-${index}`,
|
||||
type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue