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
This commit is contained in:
tfarina 2014-09-29 08:16:11 -07:00 committed by Commit bot
parent 3a49520696
commit 4ceb039301

View File

@ -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;