diff options
author | tfarina <tfarina@chromium.org> | 2014-09-29 08:16:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-29 08:16:12 -0700 |
commit | 4ceb039301a44f248b68f9bcc9f26fa7eb4bd978 (patch) | |
tree | 5b16b6a418f98d9df4718e42b1d5283df6bb99d0 /experimental | |
parent | 3a49520696b2eca69e57884657d23fd2402ccfd1 (diff) |
webtry database has more than one table.
Fix the wording in the DESIGN doc. Currently it says "the only table" as
implying the database has just a single table.
That is not true, the webtry database has four tables: webtry,
workspace, workspacetry and source_images.
BUG=None
TEST=None
R=jcgregorio@google.com
Author: tfarina@chromium.org
Review URL: https://codereview.chromium.org/611763002
Diffstat (limited to 'experimental')
-rw-r--r-- | experimental/webtry/DESIGN.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/webtry/DESIGN.md b/experimental/webtry/DESIGN.md index c2e3d19b6c..32b70f021b 100644 --- a/experimental/webtry/DESIGN.md +++ b/experimental/webtry/DESIGN.md @@ -128,7 +128,7 @@ To connect to the database from the skia-webtry-b server: $ mysql --host=173.194.83.52 --user=root --password -Initial setup of the database, the user, and the only table: +Initial setup of the database, the user, and the tables: CREATE DATABASE webtry; USE webtry; |