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:
Richard Newman 2017-12-05 07:42:19 -08:00 committed by GitHub
parent 03fee722e9
commit 1b72f5bbb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 5 additions and 0 deletions

2
.cargo/config Normal file
View file

@ -0,0 +1,2 @@
[alias]
cli = ["run", "-p", "mentat_cli"]

3
fixtures/old/README.md Normal file
View 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

Binary file not shown.

Binary file not shown.

BIN
fixtures/v1toodle_empty.db Normal file

Binary file not shown.