diff options
| author | Simponic <loganhunt@simponic.xyz> | 2022-05-29 21:57:21 -0700 |
|---|---|---|
| committer | Simponic <loganhunt@simponic.xyz> | 2022-05-29 21:57:21 -0700 |
| commit | ffa83bc8b0794f5e20c6ee909e963436f5f06371 (patch) | |
| tree | 2508d620b2bad925019b2c4820f4df92a8004d47 /database/seeds.lisp | |
| parent | edeab2d09444e02a2eeb3adb2bf7933a2851c5b3 (diff) | |
| download | speedrun-timer-ffa83bc8b0794f5e20c6ee909e963436f5f06371.tar.gz speedrun-timer-ffa83bc8b0794f5e20c6ee909e963436f5f06371.zip | |
Update documentation; fix some bugs on first run
Diffstat (limited to 'database/seeds.lisp')
| -rw-r--r-- | database/seeds.lisp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/database/seeds.lisp b/database/seeds.lisp deleted file mode 100644 index 769676d..0000000 --- a/database/seeds.lisp +++ /dev/null @@ -1,8 +0,0 @@ -(mito:create-dao 'category :name "Super Metroid" :percentage "Any%")) - -(mito:create-dao 'category :name "Portal 1" :percentage "Any%")) - -(mito:create-dao 'category :name "Super Mario 64" :percentage "16 Stars")) - -(mito:create-dao 'category :name "Minecraft" :percentage "Any% RSG")) -(mito:create-dao 'category :name "Minecraft" :percentage "Any% SSG")) |
