-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
If it doesn't already exist.
Not super important unless anyone is gonna be running their own local DB, but it would be good to get out of the way now because currently the only thing that needs to be done is creating a story called "story" and adding a unique index on name.
Creating the index: db.story.createIndex( { "name": 1 }, { unique: true } )
Metadata
Metadata
Assignees
Labels
No labels