aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2014-09-29 08:16:11 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-29 08:16:12 -0700
commit4ceb039301a44f248b68f9bcc9f26fa7eb4bd978 (patch)
tree5b16b6a418f98d9df4718e42b1d5283df6bb99d0 /experimental
parent3a49520696b2eca69e57884657d23fd2402ccfd1 (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.md2
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;