Example databases (#499). r=emily
* Update fixtures to match the current storage schema. The existing files were a little misleading. This commit moves them into an 'old' directory, and creates a new 'v1empty.db'. * Add empty example Toodle database. * Rename :item/labels to :item/label in Toodle schema. * Define 'cargo cli' as an alias to run the Mentat CLI.
This commit is contained in:
parent
03fee722e9
commit
1b72f5bbb6
7 changed files with 5 additions and 0 deletions
2
.cargo/config
Normal file
2
.cargo/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
[alias]
|
||||
cli = ["run", "-p", "mentat_cli"]
|
3
fixtures/old/README.md
Normal file
3
fixtures/old/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
Mentat has gone through several pre-release changes that are (deliberately) not
|
||||
reflected in current version numbers. These old files are preserved for
|
||||
historical reference.
|
BIN
fixtures/old/v1empty.db
Normal file
BIN
fixtures/old/v1empty.db
Normal file
Binary file not shown.
Binary file not shown.
BIN
fixtures/v1toodle_empty.db
Normal file
BIN
fixtures/v1toodle_empty.db
Normal file
Binary file not shown.
Loading…
Reference in a new issue