Skip to content

Commit

Permalink
hz set-schema -> hz schema apply (rethinkdb#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmewes authored and Tryneus committed Aug 2, 2016
1 parent 65ea3c5 commit 97951bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/metadata/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Metadata {
return r.dbList().contains(this._db).run(this._conn).then((is_missing_db) => {
if (is_missing_db) {
throw new Error(`The database ${this._db} does not exist. ` +
'Run `hz set-schema` to initialize the database, ' +
'Run `hz schema apply` to initialize the database, ' +
'then start the Horizon server.');
}
});
Expand Down

0 comments on commit 97951bb

Please sign in to comment.